Skip to content

Commit

Permalink
Update wordpress-post-pdf-files.php
Browse files Browse the repository at this point in the history
  • Loading branch information
victorandeloci committed Mar 20, 2021
1 parent 3fe130d commit aef98c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wordpress-post-pdf-files.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* Plugin Name: PDF Attachments for WordPress Posts & Pages
* Plugin URI: https://github.com/ValkyriaTech/wordpress-post-pdf-files/
* Description:
* Version: 1.0.0
* Version: 1.1.0
* Author: ValkyriaTech
* Author URI: https://github.com/ValkyriaTech
* License: GPLv3
Expand Down Expand Up @@ -58,7 +58,7 @@ function loadPdfFilesBox() {

wp_enqueue_script(
'main',
plugin_dir_url(__FILE__) . 'js/main.js',
plugin_dir_url(__FILE__) . 'js/main.min.js',
null,
true
);
Expand Down

0 comments on commit aef98c5

Please sign in to comment.