Skip to content

Commit 8dcdb51

Browse files
committed
chore(release): 33.0.17
##### [Version 33.0.17](v33.0.16...v33.0.17) (2025-11-13) - Enhanced security - Fixed load of JS script dependencies for latest WooCommerce version - Fixed issue with FixedPrice field giving a fatal error when string is used in quantity field - Fixed color option overlapping
1 parent a9f92aa commit 8dcdb51

File tree

4 files changed

+15
-6
lines changed

4 files changed

+15
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
##### [Version 33.0.17](https://github.com/Codeinwp/woocommerce-product-addon/compare/v33.0.16...v33.0.17) (2025-11-13)
2+
3+
- Enhanced security
4+
- Fixed load of JS script dependencies for latest WooCommerce version
5+
- Fixed issue with FixedPrice field giving a fatal error when string is used in quantity field
6+
- Fixed color option overlapping
7+
18
##### [Version 33.0.16](https://github.com/Codeinwp/woocommerce-product-addon/compare/v33.0.15...v33.0.16) (2025-10-16)
29

310
- Updated dependencies

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "woocommerce-product-addon",
3-
"version": "33.0.16",
3+
"version": "33.0.17",
44
"description": "PPOM for WooCommerce",
55
"main": "index.js",
66
"repository": "https://github.com/Codeinwp/woocommerce-product-addon",

readme.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: themeisle
33
Tags: woocommerce product addons, woocommerce product options, woocommerce product fields, woocommerce product, product addons
44
Requires at least: 3.5
55
Tested up to: 6.8
6-
Stable tag: 33.0.16
6+
Stable tag: 33.0.17
77
License: GPLv2
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99
Requires PHP: 7.2
@@ -251,10 +251,12 @@ PPOM is an open-source project, and we welcome contributors to be part of our vi
251251

252252
== Changelog ==
253253

254-
##### [Version 33.0.16](https://github.com/Codeinwp/woocommerce-product-addon/compare/v33.0.15...v33.0.16) (2025-10-16)
254+
##### [Version 33.0.17](https://github.com/Codeinwp/woocommerce-product-addon/compare/v33.0.16...v33.0.17) (2025-11-13)
255255

256-
- Updated dependencies
257256
- Enhanced security
257+
- Fixed load of JS script dependencies for latest WooCommerce version
258+
- Fixed issue with FixedPrice field giving a fatal error when string is used in quantity field
259+
- Fixed color option overlapping
258260

259261

260262

woocommerce-product-addon.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: PPOM for WooCommerce
44
* Plugin URI: https://themeisle.com/plugins/ppom-pro/
55
* Description: PPOM (Personalized Product Meta Manager) plugin allow WooCommerce Store Admin to create unlimited input fields and files to attach with Product Pages.
6-
* Version: 33.0.16
6+
* Version: 33.0.17
77
* Author: Themeisle
88
* Text Domain: woocommerce-product-addon
99
* Domain Path: /languages
@@ -28,7 +28,7 @@
2828
define( 'PPOM_WP_PLUGIN_DIR', untrailingslashit( plugin_dir_path( __DIR__ ) ) );
2929
define( 'PPOM_BASENAME', basename( PPOM_WP_PLUGIN_DIR ) );
3030
define( 'PPOM_PRODUCT_SLUG', PPOM_BASENAME );
31-
define( 'PPOM_VERSION', '33.0.16' );
31+
define( 'PPOM_VERSION', '33.0.17' );
3232
define( 'PPOM_DB_VERSION', '32.0.0' );
3333
define( 'PPOM_PRODUCT_META_KEY', '_product_meta_id' );
3434
define( 'PPOM_TABLE_META', 'nm_personalized' );

0 commit comments

Comments
 (0)