Plugin Directory

Changeset 3328479


Ignore:
Timestamp:
07/15/2025 07:21:10 PM (9 months ago)
Author:
preproduct
Message:

tagging version 1.0.3

Location:
preproduct
Files:
4 edited
3 copied

Legend:

Unmodified
Added
Removed
  • preproduct/tags/1.0.3/README.txt

    r3328473 r3328479  
    44Requires at least: 5.2
    55Tested up to: 6.8
    6 Stable tag: 1.0.2
     6Stable tag: 1.0.3
    77Requires PHP: 7.2
    88License: GPLv2 or later
     
    1414Level up your pre-orders and grow.
    1515PreProduct for WooCommerce integrates your store with the PreProduct pre-order platform, enabling you to capture demand and sales before your products are available.
     16
     17See [https://preproduct.io](https://preproduct.io) for more information
    1618
    1719**Key Features:**
     
    111113
    112114== Changelog ==
     115= 1.0.3 =
     116* Readme update + assets
     117
     118= 1.0.2 =
     119* Readme update + assets
    113120
    114121= 1.0.0 =
  • preproduct/tags/1.0.3/changelog.txt

    r3328448 r3328479  
    11*** PreProduct for WooCommerce Changelog ***
    22
    3 2024.01.25 - version 1.0.0
     32024.07.15 - version 1.0.2
     4* release
     5
     62024.07.15 - version 1.0.0
    47* Feature - Initial release of PreProduct for WooCommerce
    58* Feature - Seamless WooCommerce integration with environment detection
  • preproduct/tags/1.0.3/preproduct.php

    r3328473 r3328479  
    55 * Plugin URI:        https://preproduct.io/woocommerce-pre-orders/
    66 * 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.0
     7 * Version:           1.0.3
    88 * Requires at least: 5.2
    99 * Requires PHP:      7.2
     
    3535
    3636// Plugin constants
    37 define('PREPRODUCT_VERSION', '0.0.2');
     37define('PREPRODUCT_VERSION', '0.0.3');
    3838define('PREPRODUCT_PLUGIN_FILE', __FILE__);
    3939define('PREPRODUCT_PLUGIN_DIR', plugin_dir_path(__FILE__));
  • preproduct/trunk/README.txt

    r3328473 r3328479  
    44Requires at least: 5.2
    55Tested up to: 6.8
    6 Stable tag: 1.0.2
     6Stable tag: 1.0.3
    77Requires PHP: 7.2
    88License: GPLv2 or later
     
    1414Level up your pre-orders and grow.
    1515PreProduct for WooCommerce integrates your store with the PreProduct pre-order platform, enabling you to capture demand and sales before your products are available.
     16
     17See [https://preproduct.io](https://preproduct.io) for more information
    1618
    1719**Key Features:**
     
    111113
    112114== Changelog ==
     115= 1.0.3 =
     116* Readme update + assets
     117
     118= 1.0.2 =
     119* Readme update + assets
    113120
    114121= 1.0.0 =
  • preproduct/trunk/changelog.txt

    r3328448 r3328479  
    11*** PreProduct for WooCommerce Changelog ***
    22
    3 2024.01.25 - version 1.0.0
     32024.07.15 - version 1.0.2
     4* release
     5
     62024.07.15 - version 1.0.0
    47* Feature - Initial release of PreProduct for WooCommerce
    58* Feature - Seamless WooCommerce integration with environment detection
  • preproduct/trunk/preproduct.php

    r3328473 r3328479  
    55 * Plugin URI:        https://preproduct.io/woocommerce-pre-orders/
    66 * 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.0
     7 * Version:           1.0.3
    88 * Requires at least: 5.2
    99 * Requires PHP:      7.2
     
    3535
    3636// Plugin constants
    37 define('PREPRODUCT_VERSION', '0.0.2');
     37define('PREPRODUCT_VERSION', '0.0.3');
    3838define('PREPRODUCT_PLUGIN_FILE', __FILE__);
    3939define('PREPRODUCT_PLUGIN_DIR', plugin_dir_path(__FILE__));
Note: See TracChangeset for help on using the changeset viewer.