Skip to content

Commit

Permalink
Add jQuery as a dependency of frontend.js, update readme for 1.2.3 (#439
Browse files Browse the repository at this point in the history
)
  • Loading branch information
EvanHerman authored Jan 16, 2020
1 parent 3509953 commit b484c0e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion includes/core.php
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ function scripts() {
wp_enqueue_script(
'go-frontend',
get_theme_file_uri( "dist/js/frontend{$suffix}.js" ),
array(),
array( 'jquery' ),
GO_VERSION,
true
);
Expand Down
3 changes: 3 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ List of bespoke icons:

== Changelog ==

= 1.2.3 =
* Add jQuery as a dependency of `frontend.js`.

= 1.2.2 =
* Set `is_automatic` to false in `includes/tgm.php`.
* Removed excess, unused, files.
Expand Down

0 comments on commit b484c0e

Please sign in to comment.