Plugin Directory

Changeset 3328480


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

tagging version 1.0.4

Location:
preproduct
Files:
2 edited
4 copied

Legend:

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

    r3328479 r3328480  
    44Requires at least: 5.2
    55Tested up to: 6.8
    6 Stable tag: 1.0.3
     6Stable tag: 1.0.4
    77Requires PHP: 7.2
    88License: GPLv2 or later
     
    66667. __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.
    6767
    68 == Running the tests ==
    69 ```bash
    70 ./test
    71 ```
    72 
    73 These changes should make the instructions clearer and easier to follow. Let me know if you need any further assistance!
    7468
    7569== Frequently Asked Questions ==
     
    113107
    114108== Changelog ==
     109= 1.0.4 =
     110* Readme update
     111
    115112= 1.0.3 =
    116113* Readme update + assets
  • preproduct/tags/1.0.4/preproduct.php

    r3328479 r3328480  
    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.3
     7 * Version:           1.0.4
    88 * Requires at least: 5.2
    99 * Requires PHP:      7.2
     
    3535
    3636// Plugin constants
    37 define('PREPRODUCT_VERSION', '0.0.3');
     37define('PREPRODUCT_VERSION', '0.0.4');
    3838define('PREPRODUCT_PLUGIN_FILE', __FILE__);
    3939define('PREPRODUCT_PLUGIN_DIR', plugin_dir_path(__FILE__));
  • preproduct/trunk/README.txt

    r3328479 r3328480  
    44Requires at least: 5.2
    55Tested up to: 6.8
    6 Stable tag: 1.0.3
     6Stable tag: 1.0.4
    77Requires PHP: 7.2
    88License: GPLv2 or later
     
    66667. __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.
    6767
    68 == Running the tests ==
    69 ```bash
    70 ./test
    71 ```
    72 
    73 These changes should make the instructions clearer and easier to follow. Let me know if you need any further assistance!
    7468
    7569== Frequently Asked Questions ==
     
    113107
    114108== Changelog ==
     109= 1.0.4 =
     110* Readme update
     111
    115112= 1.0.3 =
    116113* Readme update + assets
  • preproduct/trunk/preproduct.php

    r3328479 r3328480  
    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.3
     7 * Version:           1.0.4
    88 * Requires at least: 5.2
    99 * Requires PHP:      7.2
     
    3535
    3636// Plugin constants
    37 define('PREPRODUCT_VERSION', '0.0.3');
     37define('PREPRODUCT_VERSION', '0.0.4');
    3838define('PREPRODUCT_PLUGIN_FILE', __FILE__);
    3939define('PREPRODUCT_PLUGIN_DIR', plugin_dir_path(__FILE__));
Note: See TracChangeset for help on using the changeset viewer.