Changeset 3328480
- Timestamp:
- 07/15/2025 07:24:47 PM (9 months ago)
- Location:
- preproduct
- Files:
-
- 2 edited
- 4 copied
-
tags/1.0.4 (copied) (copied from preproduct/trunk)
-
tags/1.0.4/README.txt (copied) (copied from preproduct/trunk/README.txt) (3 diffs)
-
tags/1.0.4/changelog.txt (copied) (copied from preproduct/trunk/changelog.txt)
-
tags/1.0.4/preproduct.php (copied) (copied from preproduct/trunk/preproduct.php) (2 diffs)
-
trunk/README.txt (modified) (3 diffs)
-
trunk/preproduct.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
preproduct/tags/1.0.4/README.txt
r3328479 r3328480 4 4 Requires at least: 5.2 5 5 Tested up to: 6.8 6 Stable tag: 1.0. 36 Stable tag: 1.0.4 7 7 Requires PHP: 7.2 8 8 License: GPLv2 or later … … 66 66 7. __Start Pre-Selling:__ Navigate to the "Setup" screen to adjust your settings, or click "New Listing" in the menu to choose products to start pre-selling. 67 67 68 == Running the tests ==69 ```bash70 ./test71 ```72 73 These changes should make the instructions clearer and easier to follow. Let me know if you need any further assistance!74 68 75 69 == Frequently Asked Questions == … … 113 107 114 108 == Changelog == 109 = 1.0.4 = 110 * Readme update 111 115 112 = 1.0.3 = 116 113 * Readme update + assets -
preproduct/tags/1.0.4/preproduct.php
r3328479 r3328480 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. 37 * Version: 1.0.4 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. 3');37 define('PREPRODUCT_VERSION', '0.0.4'); 38 38 define('PREPRODUCT_PLUGIN_FILE', __FILE__); 39 39 define('PREPRODUCT_PLUGIN_DIR', plugin_dir_path(__FILE__)); -
preproduct/trunk/README.txt
r3328479 r3328480 4 4 Requires at least: 5.2 5 5 Tested up to: 6.8 6 Stable tag: 1.0. 36 Stable tag: 1.0.4 7 7 Requires PHP: 7.2 8 8 License: GPLv2 or later … … 66 66 7. __Start Pre-Selling:__ Navigate to the "Setup" screen to adjust your settings, or click "New Listing" in the menu to choose products to start pre-selling. 67 67 68 == Running the tests ==69 ```bash70 ./test71 ```72 73 These changes should make the instructions clearer and easier to follow. Let me know if you need any further assistance!74 68 75 69 == Frequently Asked Questions == … … 113 107 114 108 == Changelog == 109 = 1.0.4 = 110 * Readme update 111 115 112 = 1.0.3 = 116 113 * Readme update + assets -
preproduct/trunk/preproduct.php
r3328479 r3328480 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. 37 * Version: 1.0.4 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. 3');37 define('PREPRODUCT_VERSION', '0.0.4'); 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.