Skip to content

Commit

Permalink
Merge branch 'release/1.19.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
Misplon committed Jul 2, 2022
2 parents 96722b6 + 026bcc5 commit 0465d4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ This theme makes use of the [SiteOrigin Settings Framework](https://github.com/s

== Changelog ==

= 1.19.5 - 02 July 2022 =
* WooCommerce: Resolved archive filter sorting issue.

= 1.19.4 - 24 June 2022 =
* SiteOrigin Settings: Added the `siteorigin_settings_websafe` font filter.

Expand Down
2 changes: 1 addition & 1 deletion woocommerce/js/jquery.woocommerce.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jQuery( function( $ ) {

// Handle dropdown form submission.
$( document ).on( 'click', '.ordering-selector-wrapper .ordering-dropdown li', function() {
var $select = $( this ).parents( '.corp-variations-wrapper' ).find( 'select' );
var $select = $( this ).parents( '.corp-variations-wrapper, .woocommerce-ordering' ).find( 'select' );
$select.val( $( this ).data( 'val' ) ).trigger( 'change' );

if ( $select.hasClass( 'woocommerce-ordering' ) ) {
Expand Down

0 comments on commit 0465d4c

Please sign in to comment.