Plugin Directory

Changeset 3328473


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

tagging version 1.0.2

Location:
preproduct
Files:
4 edited
1 copied

Legend:

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

    r3328448 r3328473  
    44Requires at least: 5.2
    55Tested up to: 6.8
    6 Stable tag: 1.0.0
     6Stable tag: 1.0.2
    77Requires PHP: 7.2
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 Enable pre-order functionality for your WooCommerce store with the WP PreProduct integration.
    1211
    1312== Description ==
    1413
    15 PreProduct for WooCommerce seamlessly integrates your store with the PreProduct pre-order platform, enabling you to capture demand and sales before your products are available.
     14Level up your pre-orders and grow.
     15PreProduct for WooCommerce integrates your store with the PreProduct pre-order platform, enabling you to capture demand and sales before your products are available.
    1616
    1717**Key Features:**
    1818
    19 * **Seamless Integration**: One-click setup with your existing WooCommerce store
    20 * **Charge pre-orders Now, Later or via Deposit **
    21 * **Checkout multiple pre-orders at once **
    22 * **Keep customers in the loop** with customisable front-end, email flows and customer portal
    23 * ** When you're ready to fulfil, push orders into WooCommerce **
    24 * **Admin Dashboard**: Manage pre-orders, listings and automations from a dedicated dashboard.
     19* **Integration** with your existing WooCommerce store, catalogue and orders.
     20* **Charge when you want** pre-orders Now, Later or via Deposit
     21* **Control** if multiple pre-orders or single pre-order products can be checked out together.
     22* **Keep customers in the loop** with customisable front-end, email flows and customer portal .
     23* **Smoother fulfilment** by keeping pre-orders out of WooCommerce until you push the orders from PreProduct.
     24* **Admin Dashboard**: Manage pre-orders, listings and automations from dedicated dashboards.
    2525
    2626**How It Works:**
     
    3535* WooCommerce 5.0 or higher
    3636* PHP 7.4 or higher
    37 * PreProduct account (sign up at https://preproduct.io)
    3837
    39 **Security & Performance:**
    40 
    41 * Uses WordPress and WooCommerce best practices
    42 * Non-blocking webhook requests
    43 * Secure HMAC-SHA256 signature verification
    44 * Proper data sanitization and validation
    45 * Deferred script loading for optimal performance
    4638
    4739== Installation ==
     
    142134* Documentation: https://preproduct.io/docs
    143135* Contact: hello@preproduct.io
    144 
    145 == Privacy Policy ==
    146 
    147 This plugin sends store information (store URL, admin email, store name) to PreProduct servers during plugin lifecycle events (activation, deactivation, uninstall).
    148 This data is used solely for account management and integration purposes. No customer data or product information is transmitted without explicit configuration through the PreProduct platform.
    149 
    150 == Technical Details ==
    151 
    152 **Hooks & Filters Used:**
    153 * `woocommerce_loop_add_to_cart_link` - For tagging quick-buy buttons on collection pages
    154 * `wp_enqueue_scripts` - For adding script the PreProduct <script> tag
    155 * `admin_menu` - For admin interface
    156 * `http_request_args` - For webhook customization
    157 
    158 **Files Created:**
    159 * No additional database tables
    160 * Temporary transients for activation flow
    161 * Optional webhook configuration storage
    162 
    163 **Third-party Services:**
    164 * PreProduct API (https://api.preproduct.io or https://preproduct.ngrok.io for development)
    165 * Used for pre-order functionality and store integration
  • preproduct/tags/1.0.2/preproduct.php

    r3328448 r3328473  
    3535
    3636// Plugin constants
    37 define('PREPRODUCT_VERSION', '0.0.1');
     37define('PREPRODUCT_VERSION', '0.0.2');
    3838define('PREPRODUCT_PLUGIN_FILE', __FILE__);
    3939define('PREPRODUCT_PLUGIN_DIR', plugin_dir_path(__FILE__));
  • preproduct/trunk/README.txt

    r3328448 r3328473  
    44Requires at least: 5.2
    55Tested up to: 6.8
    6 Stable tag: 1.0.0
     6Stable tag: 1.0.2
    77Requires PHP: 7.2
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 Enable pre-order functionality for your WooCommerce store with the WP PreProduct integration.
    1211
    1312== Description ==
    1413
    15 PreProduct for WooCommerce seamlessly integrates your store with the PreProduct pre-order platform, enabling you to capture demand and sales before your products are available.
     14Level up your pre-orders and grow.
     15PreProduct for WooCommerce integrates your store with the PreProduct pre-order platform, enabling you to capture demand and sales before your products are available.
    1616
    1717**Key Features:**
    1818
    19 * **Seamless Integration**: One-click setup with your existing WooCommerce store
    20 * **Charge pre-orders Now, Later or via Deposit **
    21 * **Checkout multiple pre-orders at once **
    22 * **Keep customers in the loop** with customisable front-end, email flows and customer portal
    23 * ** When you're ready to fulfil, push orders into WooCommerce **
    24 * **Admin Dashboard**: Manage pre-orders, listings and automations from a dedicated dashboard.
     19* **Integration** with your existing WooCommerce store, catalogue and orders.
     20* **Charge when you want** pre-orders Now, Later or via Deposit
     21* **Control** if multiple pre-orders or single pre-order products can be checked out together.
     22* **Keep customers in the loop** with customisable front-end, email flows and customer portal .
     23* **Smoother fulfilment** by keeping pre-orders out of WooCommerce until you push the orders from PreProduct.
     24* **Admin Dashboard**: Manage pre-orders, listings and automations from dedicated dashboards.
    2525
    2626**How It Works:**
     
    3535* WooCommerce 5.0 or higher
    3636* PHP 7.4 or higher
    37 * PreProduct account (sign up at https://preproduct.io)
    3837
    39 **Security & Performance:**
    40 
    41 * Uses WordPress and WooCommerce best practices
    42 * Non-blocking webhook requests
    43 * Secure HMAC-SHA256 signature verification
    44 * Proper data sanitization and validation
    45 * Deferred script loading for optimal performance
    4638
    4739== Installation ==
     
    142134* Documentation: https://preproduct.io/docs
    143135* Contact: hello@preproduct.io
    144 
    145 == Privacy Policy ==
    146 
    147 This plugin sends store information (store URL, admin email, store name) to PreProduct servers during plugin lifecycle events (activation, deactivation, uninstall).
    148 This data is used solely for account management and integration purposes. No customer data or product information is transmitted without explicit configuration through the PreProduct platform.
    149 
    150 == Technical Details ==
    151 
    152 **Hooks & Filters Used:**
    153 * `woocommerce_loop_add_to_cart_link` - For tagging quick-buy buttons on collection pages
    154 * `wp_enqueue_scripts` - For adding script the PreProduct <script> tag
    155 * `admin_menu` - For admin interface
    156 * `http_request_args` - For webhook customization
    157 
    158 **Files Created:**
    159 * No additional database tables
    160 * Temporary transients for activation flow
    161 * Optional webhook configuration storage
    162 
    163 **Third-party Services:**
    164 * PreProduct API (https://api.preproduct.io or https://preproduct.ngrok.io for development)
    165 * Used for pre-order functionality and store integration
  • preproduct/trunk/preproduct.php

    r3328448 r3328473  
    3535
    3636// Plugin constants
    37 define('PREPRODUCT_VERSION', '0.0.1');
     37define('PREPRODUCT_VERSION', '0.0.2');
    3838define('PREPRODUCT_PLUGIN_FILE', __FILE__);
    3939define('PREPRODUCT_PLUGIN_DIR', plugin_dir_path(__FILE__));
Note: See TracChangeset for help on using the changeset viewer.