Skip to content

Commit

Permalink
update release version
Browse files Browse the repository at this point in the history
  • Loading branch information
victorandeloci committed Dec 16, 2021
1 parent 5105a3c commit 218d5d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ The custom metabox name is <code>wppa_attachment_list</code>. It's saved as a JS

```json
{
"name":"Attachment Name",
"name": "Attachment Name",
"description": "Attachment Description",
"cover_image":"http://xyz/nice_image.jpg",
"url":"http://xyz/nice_doc.pdf"
"cover_image": "http://xyz/nice_image.jpg",
"url": "http://xyz/nice_doc.pdf"
}
```

Expand Down
4 changes: 2 additions & 2 deletions wordpress-post-pdf-files.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: PDF Attachments for WordPress Posts & Pages
* Plugin URI: https://github.com/ValkyriaTech/wordpress-post-pdf-files/
* Description:
* Version: 2.0.2
* Version: 2.1.0
* Author: ValkyriaTech
* Author URI: https://github.com/ValkyriaTech
* License: GPLv3
Expand Down Expand Up @@ -47,7 +47,7 @@ function loadPdfFilesBox() {
'style',
plugin_dir_url(__FILE__) . 'css/style.min.css',
null,
'2.0.2',
'2.1.0',
'screen'
);

Expand Down

0 comments on commit 218d5d5

Please sign in to comment.