Changeset 3274547
- Timestamp:
- 04/16/2025 10:48:30 AM (11 months ago)
- Location:
- woc-order-alert
- Files:
-
- 4 edited
- 1 copied
-
tags/3.5.6 (copied) (copied from woc-order-alert/trunk)
-
tags/3.5.6/readme.txt (modified) (3 diffs)
-
tags/3.5.6/woc-order-alert.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/woc-order-alert.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woc-order-alert/tags/3.5.6/readme.txt
r3227732 r3274547 7 7 Tested up to: 6.7 8 8 Tested up to WooCommerce: 9.6 9 Stable tag: 3.5. 59 Stable tag: 3.5.6 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 21 21 Admin can add some conditions/rules to check special orders. Like - Minimum order amount, Check for special product etc. 22 22 23 [TRY DEMO](https:// demo.pluginbazar.com/order-listener/try-demo/) | [BUY PRO](https://pluginbazar.com/plugin/order-listener-for-woocommerce-play-sounds-instantly-on-orders/) | [SUPPORT](https://pluginbazar.com/my-account/tickets/?action=new) | [DOCUMENTATION](https://pluginbazar.com/docs/order-listener-for-woocommerce/)23 [TRY DEMO](https://app.instawp.io/launch?t=order-notification-for-woocommerce&d=v2) | [BUY PRO](https://pluginbazar.com/buy/order-notification-for-woocommerce) | [SUPPORT](https://pluginbazar.com/support/) 24 24 25 25 … … 185 185 * 24/01/2025 - UPDATE - Added compatibility support with latest WordPress & WooCommerce. 186 186 187 = 3.5.6 = 188 * 16/04/2025 - FIX - Tested with latest WordPress version. 189 * 16/04/2025 - FIX - Updated some links. 190 -
woc-order-alert/tags/3.5.6/woc-order-alert.php
r3227732 r3274547 4 4 Plugin URI: https://pluginbazar.com/ 5 5 Description: Play sound as notification instantly on new order in your WooCommerce store. 6 Version: 3.5. 56 Version: 3.5.6 7 7 Author: Pluginbazar 8 8 Text Domain: woc-order-alert … … 24 24 defined( 'OLISTENER_REVIEW_URL' ) || define( 'OLISTENER_REVIEW_URL', 'https://wordpress.org/support/plugin/woc-order-alert/reviews/?filter=5#new-post' ); 25 25 defined( 'OLISTENER_DATA_TABLE' ) || define( 'OLISTENER_DATA_TABLE', $wpdb->prefix . 'woocommerce_order_listener' ); 26 defined( 'OLISTENER_PLUGIN_VERSION' ) || define( 'OLISTENER_PLUGIN_VERSION', '3.5. 5' );26 defined( 'OLISTENER_PLUGIN_VERSION' ) || define( 'OLISTENER_PLUGIN_VERSION', '3.5.6' ); 27 27 28 28 -
woc-order-alert/trunk/readme.txt
r3227732 r3274547 7 7 Tested up to: 6.7 8 8 Tested up to WooCommerce: 9.6 9 Stable tag: 3.5. 59 Stable tag: 3.5.6 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 21 21 Admin can add some conditions/rules to check special orders. Like - Minimum order amount, Check for special product etc. 22 22 23 [TRY DEMO](https:// demo.pluginbazar.com/order-listener/try-demo/) | [BUY PRO](https://pluginbazar.com/plugin/order-listener-for-woocommerce-play-sounds-instantly-on-orders/) | [SUPPORT](https://pluginbazar.com/my-account/tickets/?action=new) | [DOCUMENTATION](https://pluginbazar.com/docs/order-listener-for-woocommerce/)23 [TRY DEMO](https://app.instawp.io/launch?t=order-notification-for-woocommerce&d=v2) | [BUY PRO](https://pluginbazar.com/buy/order-notification-for-woocommerce) | [SUPPORT](https://pluginbazar.com/support/) 24 24 25 25 … … 185 185 * 24/01/2025 - UPDATE - Added compatibility support with latest WordPress & WooCommerce. 186 186 187 = 3.5.6 = 188 * 16/04/2025 - FIX - Tested with latest WordPress version. 189 * 16/04/2025 - FIX - Updated some links. 190 -
woc-order-alert/trunk/woc-order-alert.php
r3227732 r3274547 4 4 Plugin URI: https://pluginbazar.com/ 5 5 Description: Play sound as notification instantly on new order in your WooCommerce store. 6 Version: 3.5. 56 Version: 3.5.6 7 7 Author: Pluginbazar 8 8 Text Domain: woc-order-alert … … 24 24 defined( 'OLISTENER_REVIEW_URL' ) || define( 'OLISTENER_REVIEW_URL', 'https://wordpress.org/support/plugin/woc-order-alert/reviews/?filter=5#new-post' ); 25 25 defined( 'OLISTENER_DATA_TABLE' ) || define( 'OLISTENER_DATA_TABLE', $wpdb->prefix . 'woocommerce_order_listener' ); 26 defined( 'OLISTENER_PLUGIN_VERSION' ) || define( 'OLISTENER_PLUGIN_VERSION', '3.5. 5' );26 defined( 'OLISTENER_PLUGIN_VERSION' ) || define( 'OLISTENER_PLUGIN_VERSION', '3.5.6' ); 27 27 28 28
Note: See TracChangeset
for help on using the changeset viewer.