Plugin Directory

Changeset 3368812


Ignore:
Timestamp:
09/27/2025 07:02:05 AM (5 months ago)
Author:
devnethr
Message:

v.1.0.7

Location:
price-alerts
Files:
2 added
6 deleted
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • price-alerts/tags/1.0.7/README.txt

    r3365554 r3368812  
    44Requires at least: 6.4
    55Requires PHP: 7.4
    6 Stable tag: 1.0.6
     6Stable tag: 1.0.7
    77Tested up to: 6.8
    88License: GPLv2 or later
     
    104104== Changelog ==
    105105
     106= 1.0.7 =
     107
     108*2025-09-27*
     109
     110* Fix: console.log warning about allow_higher_target_price
     111* Compatibility: WC tested up to 10.2
     112
    106113= 1.0.6 =
    107114
  • price-alerts/tags/1.0.7/price-alerts.php

    r3365554 r3368812  
    44 * Plugin Name:       Price Alerts for WooCommerce
    55 * Description:       Allow customers to subscribe to WooCommerce products and get notified when prices drop.
    6  * Version:           1.0.6
     6 * Version:           1.0.7
    77 * Author:            Devnet
    88 * Author URI:        https://devnet.hr
     
    1212 * Domain Path:       /languages
    1313 * Requires Plugins:  woocommerce
    14  * WC tested up to:   10.1
     14 * WC tested up to:   10.2
    1515 *
    1616 */
     
    100100        devnet_pa_fs()->add_filter( 'plugin_icon', 'devnet_pa_fs_custom_icon' );
    101101    }
    102     define( 'DEVNET_PRICE_ALERTS_VERSION', '1.0.6' );
     102    define( 'DEVNET_PRICE_ALERTS_VERSION', '1.0.7' );
    103103    define( 'DEVNET_PRICE_ALERTS_NAME', 'price-alerts' );
    104104    define( 'DEVNET_PRICE_ALERTS_PATH_DIR', plugin_dir_path( __FILE__ ) );
  • price-alerts/tags/1.0.7/public/public.php

    r3336589 r3368812  
    6262                'confirm_email' => esc_html__( "We've sent a confirmation email. Click the link inside to confirm your subscription. If you don't find it in your inbox, check your spam or promotions folder.", 'price-alerts' ),
    6363            ],
     64            'options' => DEVNET_PRICE_ALERTS_OPTIONS['form'] ?? [],
    6465        ] );
    6566    }
  • price-alerts/tags/1.0.7/vendor/composer/installed.php

    r3365554 r3368812  
    44        'pretty_version' => 'dev-master',
    55        'version' => 'dev-master',
    6         'reference' => '35cb47ea73af2602cebfdcfa798df4962c293e09',
     6        'reference' => '478334005914e3255ac577bcc2b71fe53c20290b',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    1414            'pretty_version' => 'dev-master',
    1515            'version' => 'dev-master',
    16             'reference' => '35cb47ea73af2602cebfdcfa798df4962c293e09',
     16            'reference' => '478334005914e3255ac577bcc2b71fe53c20290b',
    1717            'type' => 'library',
    1818            'install_path' => __DIR__ . '/../../',
  • price-alerts/trunk/README.txt

    r3365554 r3368812  
    44Requires at least: 6.4
    55Requires PHP: 7.4
    6 Stable tag: 1.0.6
     6Stable tag: 1.0.7
    77Tested up to: 6.8
    88License: GPLv2 or later
     
    104104== Changelog ==
    105105
     106= 1.0.7 =
     107
     108*2025-09-27*
     109
     110* Fix: console.log warning about allow_higher_target_price
     111* Compatibility: WC tested up to 10.2
     112
    106113= 1.0.6 =
    107114
  • price-alerts/trunk/price-alerts.php

    r3365554 r3368812  
    44 * Plugin Name:       Price Alerts for WooCommerce
    55 * Description:       Allow customers to subscribe to WooCommerce products and get notified when prices drop.
    6  * Version:           1.0.6
     6 * Version:           1.0.7
    77 * Author:            Devnet
    88 * Author URI:        https://devnet.hr
     
    1212 * Domain Path:       /languages
    1313 * Requires Plugins:  woocommerce
    14  * WC tested up to:   10.1
     14 * WC tested up to:   10.2
    1515 *
    1616 */
     
    100100        devnet_pa_fs()->add_filter( 'plugin_icon', 'devnet_pa_fs_custom_icon' );
    101101    }
    102     define( 'DEVNET_PRICE_ALERTS_VERSION', '1.0.6' );
     102    define( 'DEVNET_PRICE_ALERTS_VERSION', '1.0.7' );
    103103    define( 'DEVNET_PRICE_ALERTS_NAME', 'price-alerts' );
    104104    define( 'DEVNET_PRICE_ALERTS_PATH_DIR', plugin_dir_path( __FILE__ ) );
  • price-alerts/trunk/public/public.php

    r3336589 r3368812  
    6262                'confirm_email' => esc_html__( "We've sent a confirmation email. Click the link inside to confirm your subscription. If you don't find it in your inbox, check your spam or promotions folder.", 'price-alerts' ),
    6363            ],
     64            'options' => DEVNET_PRICE_ALERTS_OPTIONS['form'] ?? [],
    6465        ] );
    6566    }
  • price-alerts/trunk/vendor/composer/installed.php

    r3365554 r3368812  
    44        'pretty_version' => 'dev-master',
    55        'version' => 'dev-master',
    6         'reference' => '35cb47ea73af2602cebfdcfa798df4962c293e09',
     6        'reference' => '478334005914e3255ac577bcc2b71fe53c20290b',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    1414            'pretty_version' => 'dev-master',
    1515            'version' => 'dev-master',
    16             'reference' => '35cb47ea73af2602cebfdcfa798df4962c293e09',
     16            'reference' => '478334005914e3255ac577bcc2b71fe53c20290b',
    1717            'type' => 'library',
    1818            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.