Changeset 3337212
- Timestamp:
- 07/31/2025 11:06:31 AM (8 months ago)
- Location:
- preproduct
- Files:
-
- 4 edited
- 1 copied
-
tags/1.0.6 (copied) (copied from preproduct/trunk)
-
tags/1.0.6/README.txt (modified) (4 diffs)
-
tags/1.0.6/preproduct.php (modified) (1 diff)
-
trunk/README.txt (modified) (4 diffs)
-
trunk/preproduct.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
preproduct/tags/1.0.6/README.txt
r3333724 r3337212 1 1 === PreProduct – Smarter Pre-orders & Deposits for WooCommerce === 2 2 Contributors: preproduct 3 Tags: woocommerce, pre-orders, backorders, preorder, preorder plugin, out of stock, ecommerce, product launch, waitlist, inventory management3 Tags: pre-order, pre-orders, backorders, preorder, deposit 4 4 Requires at least: 5.2 5 5 Tested up to: 6.8 6 Stable tag: 1.0. 56 Stable tag: 1.0.6 7 7 Requires PHP: 7.2 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html 10 Pre-orders and deposits for WooCommerce. Launch earlier, capture demand, and grow without inventory risk. 10 11 11 Smarter pre-orders and deposits for WooCommerce. Level up your pre-orders and grow. 12 == Pre-order App Description == 12 13 13 == Description == 14 15 **PreProduct helps you sell products before they're in stock — while keeping your WooCommerce store organized and in charge.** 14 **PreProduct helps you take pre-orders for products before they're in stock — while keeping your WooCommerce store organized and in charge.** 16 15 **Take pre-orders now, later or by deposit.** 17 16 18 PreProduct for WooCommerce integrates your store with the PreProduct pre-order platform, enabling you to capture demand and sales before your products are available. 17 Whether you call it pre-order, preorder, or backorder — PreProduct helps you take orders before you’re ready to ship. 18 It integrates your store and WooCommerce with the PreProduct pre-order platform, enabling you to capture demand and sales before your products are available. 19 19 20 20 Whether you're launching a new product or restocking a bestseller, PreProduct gives you full control over *how and when* customers pay. … … 28 28 See [https://preproduct.io](https://preproduct.io) for more information 29 29 30 **Key Features:**30 **Key Pre-order Features:** 31 31 32 32 - Seamless WooCommerce integration with your store, catalog and order flow … … 81 81 82 82 83 == Frequently Asked Questions ==83 == Frequently Asked Pre-order Questions == 84 84 85 85 = Does this require a PreProduct account? = … … 121 121 122 122 == Changelog == 123 = 1.0.6 = 124 * Readme update 125 126 = 1.0.5 = 127 * Readme update 128 123 129 = 1.0.4 = 124 130 * Readme update -
preproduct/tags/1.0.6/preproduct.php
r3333724 r3337212 35 35 36 36 // Plugin constants 37 define('PREPRODUCT_VERSION', ' 0.0.5');37 define('PREPRODUCT_VERSION', '1.0.6'); 38 38 define('PREPRODUCT_PLUGIN_FILE', __FILE__); 39 39 define('PREPRODUCT_PLUGIN_DIR', plugin_dir_path(__FILE__)); -
preproduct/trunk/README.txt
r3333724 r3337212 1 1 === PreProduct – Smarter Pre-orders & Deposits for WooCommerce === 2 2 Contributors: preproduct 3 Tags: woocommerce, pre-orders, backorders, preorder, preorder plugin, out of stock, ecommerce, product launch, waitlist, inventory management3 Tags: pre-order, pre-orders, backorders, preorder, deposit 4 4 Requires at least: 5.2 5 5 Tested up to: 6.8 6 Stable tag: 1.0. 56 Stable tag: 1.0.6 7 7 Requires PHP: 7.2 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html 10 Pre-orders and deposits for WooCommerce. Launch earlier, capture demand, and grow without inventory risk. 10 11 11 Smarter pre-orders and deposits for WooCommerce. Level up your pre-orders and grow. 12 == Pre-order App Description == 12 13 13 == Description == 14 15 **PreProduct helps you sell products before they're in stock — while keeping your WooCommerce store organized and in charge.** 14 **PreProduct helps you take pre-orders for products before they're in stock — while keeping your WooCommerce store organized and in charge.** 16 15 **Take pre-orders now, later or by deposit.** 17 16 18 PreProduct for WooCommerce integrates your store with the PreProduct pre-order platform, enabling you to capture demand and sales before your products are available. 17 Whether you call it pre-order, preorder, or backorder — PreProduct helps you take orders before you’re ready to ship. 18 It integrates your store and WooCommerce with the PreProduct pre-order platform, enabling you to capture demand and sales before your products are available. 19 19 20 20 Whether you're launching a new product or restocking a bestseller, PreProduct gives you full control over *how and when* customers pay. … … 28 28 See [https://preproduct.io](https://preproduct.io) for more information 29 29 30 **Key Features:**30 **Key Pre-order Features:** 31 31 32 32 - Seamless WooCommerce integration with your store, catalog and order flow … … 81 81 82 82 83 == Frequently Asked Questions ==83 == Frequently Asked Pre-order Questions == 84 84 85 85 = Does this require a PreProduct account? = … … 121 121 122 122 == Changelog == 123 = 1.0.6 = 124 * Readme update 125 126 = 1.0.5 = 127 * Readme update 128 123 129 = 1.0.4 = 124 130 * Readme update -
preproduct/trunk/preproduct.php
r3333724 r3337212 35 35 36 36 // Plugin constants 37 define('PREPRODUCT_VERSION', ' 0.0.5');37 define('PREPRODUCT_VERSION', '1.0.6'); 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.