Changeset 3397481
- Timestamp:
- 11/17/2025 06:14:47 PM (4 months ago)
- Location:
- preorder-timer
- Files:
-
- 53 added
- 3 edited
-
tags/1.0.2/readme.txt (modified) (3 diffs)
-
tags/1.0.3 (added)
-
tags/1.0.3/assets (added)
-
tags/1.0.3/assets/css (added)
-
tags/1.0.3/assets/css/admin.css (added)
-
tags/1.0.3/assets/css/block.css (added)
-
tags/1.0.3/assets/css/frontend.css (added)
-
tags/1.0.3/assets/css/index.php (added)
-
tags/1.0.3/assets/dist (added)
-
tags/1.0.3/assets/dist/admin.css (added)
-
tags/1.0.3/assets/dist/admin.js (added)
-
tags/1.0.3/assets/index.php (added)
-
tags/1.0.3/assets/js (added)
-
tags/1.0.3/assets/js/admin.js (added)
-
tags/1.0.3/assets/js/block.asset.php (added)
-
tags/1.0.3/assets/js/block.js (added)
-
tags/1.0.3/assets/js/frontend.js (added)
-
tags/1.0.3/assets/js/index.php (added)
-
tags/1.0.3/assets/js/styles (added)
-
tags/1.0.3/assets/js/styles/index.php (added)
-
tags/1.0.3/assets/js/styles/modern-style.js (added)
-
tags/1.0.3/assets/js/styles/progress-style.js (added)
-
tags/1.0.3/assets/js/styles/text-style.js (added)
-
tags/1.0.3/assets/src (added)
-
tags/1.0.3/assets/src/admin.js (added)
-
tags/1.0.3/assets/src/index.html (added)
-
tags/1.0.3/includes (added)
-
tags/1.0.3/includes/class-admin-settings.php (added)
-
tags/1.0.3/includes/class-block.php (added)
-
tags/1.0.3/includes/class-cart-handler.php (added)
-
tags/1.0.3/includes/class-core.php (added)
-
tags/1.0.3/includes/class-cron.php (added)
-
tags/1.0.3/includes/class-frontend.php (added)
-
tags/1.0.3/includes/class-helper.php (added)
-
tags/1.0.3/includes/class-hpos-compatibility.php (added)
-
tags/1.0.3/includes/class-product-meta-box.php (added)
-
tags/1.0.3/includes/class-stock-manager.php (added)
-
tags/1.0.3/includes/cli (added)
-
tags/1.0.3/includes/cli/class-generate-mo-command.php (added)
-
tags/1.0.3/includes/index.php (added)
-
tags/1.0.3/index.php (added)
-
tags/1.0.3/languages (added)
-
tags/1.0.3/languages/fr_FR.po (added)
-
tags/1.0.3/languages/index.php (added)
-
tags/1.0.3/languages/preorder-timer.pot (added)
-
tags/1.0.3/license.txt (added)
-
tags/1.0.3/preorder-timer.php (added)
-
tags/1.0.3/readme.txt (added)
-
tags/1.0.3/templates (added)
-
tags/1.0.3/templates/index.php (added)
-
tags/1.0.3/templates/single-product (added)
-
tags/1.0.3/templates/single-product/index.php (added)
-
tags/1.0.3/templates/single-product/preorder-countdown.php (added)
-
tags/1.0.3/uninstall.php (added)
-
trunk/preorder-timer.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
preorder-timer/tags/1.0.2/readme.txt
r3397436 r3397481 17 17 Pre-Order Timer extends WooCommerce to allow store owners to set up pre-order products with countdown timers. The plugin provides multiple display styles, customizable messages, and flexible expiry handling options. 18 18 19 [Join the Pre-Order Timer Pro Waitlist Today & Get 30% Off](https://acmescripts.com/pre-order-timer-pro/?utm_source=wp-plugin&utm_medium=readme1&utm_campaign=waitlist#waitlist20 ) 19 **[Join the Pre-Order Timer Pro Waitlist Today & Get 30% Off](https://acmescripts.com/pre-order-timer-pro/?utm_source=wp-plugin&utm_medium=readme1&utm_campaign=waitlist#waitlist 20 )** 21 21 22 22 = Features = … … 29 29 * **Responsive Design**: Works on all devices and themes 30 30 31 [Interested in more features? Join the Pro waitlist & Get 30% Off](https://acmescripts.com/pre-order-timer-pro/?utm_source=wp-plugin&utm_medium=readme2&utm_campaign=waitlist#waitlist) 31 **[Interested in more features? Join the Pro waitlist & Get 30% Off](https://acmescripts.com/pre-order-timer-pro/?utm_source=wp-plugin&utm_medium=readme2&utm_campaign=waitlist#waitlist)** 32 32 33 33 = Countdown Styles = … … 43 43 * **Hide Cart Button**: Disable purchasing for expired pre-orders 44 44 45 [Upgrade coming soon – join the Pro waitlist to get 30% off](https://acmescripts.com/pre-order-timer-pro/?utm_source=wp-plugin&utm_medium=readme3&utm_campaign=waitlist#waitlist) 45 **[Upgrade coming soon – join the Pro waitlist to get 30% off](https://acmescripts.com/pre-order-timer-pro/?utm_source=wp-plugin&utm_medium=readme3&utm_campaign=waitlist#waitlist)** 46 46 47 47 = Easy Setup = -
preorder-timer/trunk/preorder-timer.php
r3397436 r3397481 4 4 * Plugin URI: https://wordpress.org/plugins/preorder-timer/ 5 5 * Description: Adds pre-order functionality to WooCommerce with countdown timers and customizable display options. 6 * Version: 1.0. 26 * Version: 1.0.3 7 7 * Requires at least: 5.0 8 8 * Tested up to: 6.8.3 … … 26 26 27 27 if ( ! defined( 'PREORDER_TIMER_VERSION' ) ) { 28 define( 'PREORDER_TIMER_VERSION', '1.0. 2' );28 define( 'PREORDER_TIMER_VERSION', '1.0.3' ); 29 29 } 30 30 -
preorder-timer/trunk/readme.txt
r3397436 r3397481 5 5 Tested up to: 6.8.3 6 6 Requires PHP: 7.4 7 Stable tag: 1.0. 27 Stable tag: 1.0.3 8 8 License: GPLv3 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 17 17 Pre-Order Timer extends WooCommerce to allow store owners to set up pre-order products with countdown timers. The plugin provides multiple display styles, customizable messages, and flexible expiry handling options. 18 18 19 [Join the Pre-Order Timer Pro Waitlist Today & Get 30% Off](https://acmescripts.com/pre-order-timer-pro/?utm_source=wp-plugin&utm_medium=readme1&utm_campaign=waitlist#waitlist20 ) 19 **[Join the Pre-Order Timer Pro Waitlist Today & Get 30% Off](https://acmescripts.com/pre-order-timer-pro/?utm_source=wp-plugin&utm_medium=readme1&utm_campaign=waitlist#waitlist 20 )** 21 21 22 22 = Features = … … 29 29 * **Responsive Design**: Works on all devices and themes 30 30 31 [Interested in more features? Join the Pro waitlist & Get 30% Off](https://acmescripts.com/pre-order-timer-pro/?utm_source=wp-plugin&utm_medium=readme2&utm_campaign=waitlist#waitlist) 31 **[Interested in more features? Join the Pro waitlist & Get 30% Off](https://acmescripts.com/pre-order-timer-pro/?utm_source=wp-plugin&utm_medium=readme2&utm_campaign=waitlist#waitlist)** 32 32 33 33 = Countdown Styles = … … 43 43 * **Hide Cart Button**: Disable purchasing for expired pre-orders 44 44 45 [Upgrade coming soon – join the Pro waitlist to get 30% off](https://acmescripts.com/pre-order-timer-pro/?utm_source=wp-plugin&utm_medium=readme3&utm_campaign=waitlist#waitlist) 45 **[Upgrade coming soon – join the Pro waitlist to get 30% off](https://acmescripts.com/pre-order-timer-pro/?utm_source=wp-plugin&utm_medium=readme3&utm_campaign=waitlist#waitlist)** 46 46 47 47 = Easy Setup =
Note: See TracChangeset
for help on using the changeset viewer.