Plugin Directory

Changeset 3448506


Ignore:
Timestamp:
01/28/2026 09:27:46 AM (2 months ago)
Author:
ronyp
Message:

v7.11.1

Location:
woocommerce-jetpack/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • woocommerce-jetpack/trunk/readme.txt

    r3448463 r3448506  
    66Tested up to: 6.9
    77Requires PHP: 7.2
    8 Stable tag: 7.11.0
     8Stable tag: 7.11.1
    99License: GNU General Public License v3.0
    1010License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    347347
    348348== Changelog ==
     349
     350= 7.11.1 - 28/01/2026 =
     351* **New - One-Click Presets**: Set up your store in seconds, not hours. Choose what you want to accomplish and we configure everything for you:
     352  - **PDF Invoicing**: Start generating professional invoices immediately
     353  - **Multicurrency**: Let customers shop in their local currency
     354  - **Product Addons**: Add gift wrapping, engraving, and custom options to products
     355  - **Checkout Customization**: Streamline your checkout experience
     356* **New - Getting Started Hub**: A friendly welcome panel on your dashboard pointing you to the most popular features
     357* **New - Smart Module Filters**: Find modules faster with All, Recommended, Active, and Recently Used filters
     358* Fixed - Multicurrency no longer shows PHP error when price filters are empty
     359* Fixed - Variable products with 100+ variations no longer cause memory issues with Order Quantities
     360* Improved - Better admin performance by only loading onboarding assets on Booster pages
     361* include/wcj-free-functions.php file fixed
     362* WooCommerce 10.4.3 Tested
     363* WordPress 6.9 Tested
    349364
    350365= 7.11.0 - 28/01/2026 =
  • woocommerce-jetpack/trunk/version-details.json

    r3448463 r3448506  
    11{
    2     "0": "= 7.11.0 28/01/2026 =",
     2    "0": "= 7.11.1 28/01/2026 =",
    33    "1": "* **One-Click Presets & Onboarding**. Added one-click presets for PDF Invoicing, Multicurrency, Product Addons, and Checkout, along with a new Getting Started Hub and smart module filters.",
    44    "2": "* **Bug Fixes & Performance Improvements**. Fixed Multicurrency price filter PHP errors, resolved memory issues with 100+ variations, and optimized admin asset loading.",
  • woocommerce-jetpack/trunk/woocommerce-jetpack.php

    r3448463 r3448506  
    55 * Plugin URI: https://booster.io
    66 * Description: Supercharge your WooCommerce site with these awesome powerful features.
    7  * Version: 7.11.0
     7 * Version: 7.11.1
    88 * Author: Pluggabl LLC
    99 * Author URI: https://booster.io
     
    7373         * @var string
    7474         */
    75         public $version = '7.11.0';
     75        public $version = '7.11.1';
    7676
    7777        /**
Note: See TracChangeset for help on using the changeset viewer.