Changeset 3448506
- Timestamp:
- 01/28/2026 09:27:46 AM (2 months ago)
- Location:
- woocommerce-jetpack/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (2 diffs)
-
version-details.json (modified) (1 diff)
-
woocommerce-jetpack.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woocommerce-jetpack/trunk/readme.txt
r3448463 r3448506 6 6 Tested up to: 6.9 7 7 Requires PHP: 7.2 8 Stable tag: 7.11. 08 Stable tag: 7.11.1 9 9 License: GNU General Public License v3.0 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 347 347 348 348 == 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 349 364 350 365 = 7.11.0 - 28/01/2026 = -
woocommerce-jetpack/trunk/version-details.json
r3448463 r3448506 1 1 { 2 "0": "= 7.11. 028/01/2026 =",2 "0": "= 7.11.1 28/01/2026 =", 3 3 "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.", 4 4 "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 5 5 * Plugin URI: https://booster.io 6 6 * Description: Supercharge your WooCommerce site with these awesome powerful features. 7 * Version: 7.11. 07 * Version: 7.11.1 8 8 * Author: Pluggabl LLC 9 9 * Author URI: https://booster.io … … 73 73 * @var string 74 74 */ 75 public $version = '7.11. 0';75 public $version = '7.11.1'; 76 76 77 77 /**
Note: See TracChangeset
for help on using the changeset viewer.