Skip to content

Commit

Permalink
finalização para 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
victorandeloci committed Dec 23, 2020
1 parent 4c01aac commit bed0e31
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions css/style.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions js/main.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions wordpress-post-pdf-files.php
Original file line number Diff line number Diff line change
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 All @@ -73,7 +73,7 @@ function loadPdfFilesBox() {

wp_enqueue_style(
'style',
plugin_dir_url(__FILE__) . 'css/style.css',
plugin_dir_url(__FILE__) . 'css/style.min.css',
null,
'1.0.0',
'screen'
Expand Down

0 comments on commit bed0e31

Please sign in to comment.