Changeset 3368812
- Timestamp:
- 09/27/2025 07:02:05 AM (5 months ago)
- Location:
- price-alerts
- Files:
-
- 2 added
- 6 deleted
- 8 edited
- 1 copied
-
tags/1.0.7 (copied) (copied from price-alerts/trunk)
-
tags/1.0.7/README.txt (modified) (2 diffs)
-
tags/1.0.7/composer.json (deleted)
-
tags/1.0.7/composer.lock (deleted)
-
tags/1.0.7/price-alerts.php (modified) (3 diffs)
-
tags/1.0.7/public/public.php (modified) (1 diff)
-
tags/1.0.7/vendor/bin (deleted)
-
tags/1.0.7/vendor/composer/installed.php (modified) (2 diffs)
-
tags/1.0.7/vendor/freemius/wordpress-sdk/assets/img/price-alerts.png (added)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/composer.json (deleted)
-
trunk/composer.lock (deleted)
-
trunk/price-alerts.php (modified) (3 diffs)
-
trunk/public/public.php (modified) (1 diff)
-
trunk/vendor/bin (deleted)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/vendor/freemius/wordpress-sdk/assets/img/price-alerts.png (added)
Legend:
- Unmodified
- Added
- Removed
-
price-alerts/tags/1.0.7/README.txt
r3365554 r3368812 4 4 Requires at least: 6.4 5 5 Requires PHP: 7.4 6 Stable tag: 1.0. 66 Stable tag: 1.0.7 7 7 Tested up to: 6.8 8 8 License: GPLv2 or later … … 104 104 == Changelog == 105 105 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 106 113 = 1.0.6 = 107 114 -
price-alerts/tags/1.0.7/price-alerts.php
r3365554 r3368812 4 4 * Plugin Name: Price Alerts for WooCommerce 5 5 * Description: Allow customers to subscribe to WooCommerce products and get notified when prices drop. 6 * Version: 1.0. 66 * Version: 1.0.7 7 7 * Author: Devnet 8 8 * Author URI: https://devnet.hr … … 12 12 * Domain Path: /languages 13 13 * Requires Plugins: woocommerce 14 * WC tested up to: 10. 114 * WC tested up to: 10.2 15 15 * 16 16 */ … … 100 100 devnet_pa_fs()->add_filter( 'plugin_icon', 'devnet_pa_fs_custom_icon' ); 101 101 } 102 define( 'DEVNET_PRICE_ALERTS_VERSION', '1.0. 6' );102 define( 'DEVNET_PRICE_ALERTS_VERSION', '1.0.7' ); 103 103 define( 'DEVNET_PRICE_ALERTS_NAME', 'price-alerts' ); 104 104 define( 'DEVNET_PRICE_ALERTS_PATH_DIR', plugin_dir_path( __FILE__ ) ); -
price-alerts/tags/1.0.7/public/public.php
r3336589 r3368812 62 62 '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' ), 63 63 ], 64 'options' => DEVNET_PRICE_ALERTS_OPTIONS['form'] ?? [], 64 65 ] ); 65 66 } -
price-alerts/tags/1.0.7/vendor/composer/installed.php
r3365554 r3368812 4 4 'pretty_version' => 'dev-master', 5 5 'version' => 'dev-master', 6 'reference' => ' 35cb47ea73af2602cebfdcfa798df4962c293e09',6 'reference' => '478334005914e3255ac577bcc2b71fe53c20290b', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 14 14 'pretty_version' => 'dev-master', 15 15 'version' => 'dev-master', 16 'reference' => ' 35cb47ea73af2602cebfdcfa798df4962c293e09',16 'reference' => '478334005914e3255ac577bcc2b71fe53c20290b', 17 17 'type' => 'library', 18 18 'install_path' => __DIR__ . '/../../', -
price-alerts/trunk/README.txt
r3365554 r3368812 4 4 Requires at least: 6.4 5 5 Requires PHP: 7.4 6 Stable tag: 1.0. 66 Stable tag: 1.0.7 7 7 Tested up to: 6.8 8 8 License: GPLv2 or later … … 104 104 == Changelog == 105 105 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 106 113 = 1.0.6 = 107 114 -
price-alerts/trunk/price-alerts.php
r3365554 r3368812 4 4 * Plugin Name: Price Alerts for WooCommerce 5 5 * Description: Allow customers to subscribe to WooCommerce products and get notified when prices drop. 6 * Version: 1.0. 66 * Version: 1.0.7 7 7 * Author: Devnet 8 8 * Author URI: https://devnet.hr … … 12 12 * Domain Path: /languages 13 13 * Requires Plugins: woocommerce 14 * WC tested up to: 10. 114 * WC tested up to: 10.2 15 15 * 16 16 */ … … 100 100 devnet_pa_fs()->add_filter( 'plugin_icon', 'devnet_pa_fs_custom_icon' ); 101 101 } 102 define( 'DEVNET_PRICE_ALERTS_VERSION', '1.0. 6' );102 define( 'DEVNET_PRICE_ALERTS_VERSION', '1.0.7' ); 103 103 define( 'DEVNET_PRICE_ALERTS_NAME', 'price-alerts' ); 104 104 define( 'DEVNET_PRICE_ALERTS_PATH_DIR', plugin_dir_path( __FILE__ ) ); -
price-alerts/trunk/public/public.php
r3336589 r3368812 62 62 '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' ), 63 63 ], 64 'options' => DEVNET_PRICE_ALERTS_OPTIONS['form'] ?? [], 64 65 ] ); 65 66 } -
price-alerts/trunk/vendor/composer/installed.php
r3365554 r3368812 4 4 'pretty_version' => 'dev-master', 5 5 'version' => 'dev-master', 6 'reference' => ' 35cb47ea73af2602cebfdcfa798df4962c293e09',6 'reference' => '478334005914e3255ac577bcc2b71fe53c20290b', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 14 14 'pretty_version' => 'dev-master', 15 15 'version' => 'dev-master', 16 'reference' => ' 35cb47ea73af2602cebfdcfa798df4962c293e09',16 'reference' => '478334005914e3255ac577bcc2b71fe53c20290b', 17 17 'type' => 'library', 18 18 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.