Changeset 3328479
- Timestamp:
- 07/15/2025 07:21:10 PM (9 months ago)
- Location:
- preproduct
- Files:
-
- 4 edited
- 3 copied
-
tags/1.0.3 (copied) (copied from preproduct/trunk)
-
tags/1.0.3/README.txt (copied) (copied from preproduct/trunk/README.txt) (3 diffs)
-
tags/1.0.3/changelog.txt (modified) (1 diff)
-
tags/1.0.3/preproduct.php (copied) (copied from preproduct/trunk/preproduct.php) (2 diffs)
-
trunk/README.txt (modified) (3 diffs)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/preproduct.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
preproduct/tags/1.0.3/README.txt
r3328473 r3328479 4 4 Requires at least: 5.2 5 5 Tested up to: 6.8 6 Stable tag: 1.0. 26 Stable tag: 1.0.3 7 7 Requires PHP: 7.2 8 8 License: GPLv2 or later … … 14 14 Level up your pre-orders and grow. 15 15 PreProduct for WooCommerce integrates your store with the PreProduct pre-order platform, enabling you to capture demand and sales before your products are available. 16 17 See [https://preproduct.io](https://preproduct.io) for more information 16 18 17 19 **Key Features:** … … 111 113 112 114 == Changelog == 115 = 1.0.3 = 116 * Readme update + assets 117 118 = 1.0.2 = 119 * Readme update + assets 113 120 114 121 = 1.0.0 = -
preproduct/tags/1.0.3/changelog.txt
r3328448 r3328479 1 1 *** PreProduct for WooCommerce Changelog *** 2 2 3 2024.01.25 - version 1.0.0 3 2024.07.15 - version 1.0.2 4 * release 5 6 2024.07.15 - version 1.0.0 4 7 * Feature - Initial release of PreProduct for WooCommerce 5 8 * Feature - Seamless WooCommerce integration with environment detection -
preproduct/tags/1.0.3/preproduct.php
r3328473 r3328479 5 5 * Plugin URI: https://preproduct.io/woocommerce-pre-orders/ 6 6 * Description: Smarter WooCommerce pre-orders. Charge upfront, later or both (via deposits), add a pre-order area to your cart page, automations available as well as fine-grained control. 7 * Version: 1.0. 07 * Version: 1.0.3 8 8 * Requires at least: 5.2 9 9 * Requires PHP: 7.2 … … 35 35 36 36 // Plugin constants 37 define('PREPRODUCT_VERSION', '0.0. 2');37 define('PREPRODUCT_VERSION', '0.0.3'); 38 38 define('PREPRODUCT_PLUGIN_FILE', __FILE__); 39 39 define('PREPRODUCT_PLUGIN_DIR', plugin_dir_path(__FILE__)); -
preproduct/trunk/README.txt
r3328473 r3328479 4 4 Requires at least: 5.2 5 5 Tested up to: 6.8 6 Stable tag: 1.0. 26 Stable tag: 1.0.3 7 7 Requires PHP: 7.2 8 8 License: GPLv2 or later … … 14 14 Level up your pre-orders and grow. 15 15 PreProduct for WooCommerce integrates your store with the PreProduct pre-order platform, enabling you to capture demand and sales before your products are available. 16 17 See [https://preproduct.io](https://preproduct.io) for more information 16 18 17 19 **Key Features:** … … 111 113 112 114 == Changelog == 115 = 1.0.3 = 116 * Readme update + assets 117 118 = 1.0.2 = 119 * Readme update + assets 113 120 114 121 = 1.0.0 = -
preproduct/trunk/changelog.txt
r3328448 r3328479 1 1 *** PreProduct for WooCommerce Changelog *** 2 2 3 2024.01.25 - version 1.0.0 3 2024.07.15 - version 1.0.2 4 * release 5 6 2024.07.15 - version 1.0.0 4 7 * Feature - Initial release of PreProduct for WooCommerce 5 8 * Feature - Seamless WooCommerce integration with environment detection -
preproduct/trunk/preproduct.php
r3328473 r3328479 5 5 * Plugin URI: https://preproduct.io/woocommerce-pre-orders/ 6 6 * Description: Smarter WooCommerce pre-orders. Charge upfront, later or both (via deposits), add a pre-order area to your cart page, automations available as well as fine-grained control. 7 * Version: 1.0. 07 * Version: 1.0.3 8 8 * Requires at least: 5.2 9 9 * Requires PHP: 7.2 … … 35 35 36 36 // Plugin constants 37 define('PREPRODUCT_VERSION', '0.0. 2');37 define('PREPRODUCT_VERSION', '0.0.3'); 38 38 define('PREPRODUCT_PLUGIN_FILE', __FILE__); 39 39 define('PREPRODUCT_PLUGIN_DIR', plugin_dir_path(__FILE__));
Note: See TracChangeset
for help on using the changeset viewer.