Skip to content

Commit

Permalink
Minify
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejolley committed Apr 16, 2019
1 parent c65d5a8 commit 6579972
Show file tree
Hide file tree
Showing 11 changed files with 45 additions and 40 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
== Changelog ==

= 3.5.8 - 2019-04-16 =
* Security - Added escaping for states on the user profile screen.
* Security - Added escaping for PhotoSwipe captions.
* Security - Added escaping for SelectWoo selected options.

= 3.5.7 - 2019-03-19 =
* Security - Improved the way in which state fields are regenerated by JavaScript to ensure values are properly escaped.

Expand Down
2 changes: 1 addition & 1 deletion assets/js/admin/meta-boxes-product-variation.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/js/admin/meta-boxes-product.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/js/admin/wc-enhanced-select.min.js

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

2 changes: 1 addition & 1 deletion assets/js/flexslider/jquery.flexslider.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/js/frontend/country-select.min.js

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

2 changes: 1 addition & 1 deletion assets/js/frontend/geolocation.min.js

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

2 changes: 1 addition & 1 deletion assets/js/frontend/single-product.js
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ jQuery( function( $ ) {

var options = $.extend( {
index: $( clicked ).index(),
addCaptionHTMLFn: function( item, captionEl, isFake ) {
addCaptionHTMLFn: function( item, captionEl ) {
if ( ! item.title ) {
captionEl.children[0].textContent = '';
return false;
Expand Down
Loading

0 comments on commit 6579972

Please sign in to comment.