Skip to content

Commit

Permalink
v3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo-sg-pacheco committed Nov 15, 2024
1 parent 33d6c95 commit f9a9fab
Show file tree
Hide file tree
Showing 13 changed files with 534 additions and 514 deletions.
12 changes: 6 additions & 6 deletions composer.lock

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

15 changes: 8 additions & 7 deletions includes/admin/class-alg-wc-wish-list-settings-list.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Wishlist for WooCommerce - Wishlist Section Settings
*
* @version 2.3.7
* @version 3.1.3
* @since 1.0.0
* @author WPFactory
*/
Expand Down Expand Up @@ -80,7 +80,7 @@ function get_section_priority() {
/**
* get_settings.
*
* @version 2.3.7
* @version 3.1.3
* @since 1.0.0
*/
function get_settings( $settings = array() ) {
Expand Down Expand Up @@ -199,11 +199,12 @@ function get_settings( $settings = array() ) {
'type' => 'checkbox',
),
array(
'title' => __( 'Quantity', 'wish-list-for-woocommerce' ),
'desc' => __( 'Show product quantity', 'wish-list-for-woocommerce' ),
'id' => self::OPTION_SHOW_QUANTITY,
'default' => 'no',
'type' => 'checkbox',
'title' => __( 'Quantity', 'wish-list-for-woocommerce' ),
'desc' => __( 'Show product quantity', 'wish-list-for-woocommerce' ),
'id' => self::OPTION_SHOW_QUANTITY,
'default' => 'no',
'type' => 'checkbox',
'custom_attributes' => apply_filters( 'alg_wc_wishlist_settings', array( 'disabled' => 'disabled' ) )
),
array(
'title' => __( 'Description', 'wish-list-for-woocommerce' ),
Expand Down
2 changes: 1 addition & 1 deletion includes/class-alg-wc-wish-list-core.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ final class Alg_WC_Wish_List_Core {
* @var string
* @since 1.0.0
*/
public $version = '3.1.2';
public $version = '3.1.3';

/**
* @var Alg_WC_Wish_List_Core The single instance of the class
Expand Down
Loading

0 comments on commit f9a9fab

Please sign in to comment.