Skip to content

Commit e06994a

Browse files
committed
chore(release): 33.0.9
##### [Version 33.0.9](v33.0.8...v33.0.9) (2025-01-08) - Improved tooltip style in the dashboard - Enhanced security - Improved translatable strings - Fixed conditional field display issue with a select option
1 parent a633a0e commit e06994a

File tree

4 files changed

+19
-7
lines changed

4 files changed

+19
-7
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.9](https://github.com/Codeinwp/woocommerce-product-addon/compare/v33.0.8...v33.0.9) (2025-01-08)
2+
3+
- Improved tooltip style in the dashboard
4+
- Enhanced security
5+
- Improved translatable strings
6+
- Fixed conditional field display issue with a select option
7+
18
##### [Version 33.0.8](https://github.com/Codeinwp/woocommerce-product-addon/compare/v33.0.7...v33.0.8) (2024-11-08)
29

310
- Fixed issue with multiple checked options not displaying as checked by default

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.8",
3+
"version": "33.0.9",
44
"description": "PPOM for WooCommerce",
55
"main": "index.js",
66
"repository": "https://github.com/Codeinwp/woocommerce-product-addon",

readme.txt

Lines changed: 9 additions & 4 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.7
6-
Stable tag: 33.0.8
6+
Stable tag: 33.0.9
77
License: GPLv2
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99
Requires PHP: 7.2
@@ -251,10 +251,15 @@ PPOM is an open-source project, and we welcome contributors to be part of our vi
251251

252252
== Changelog ==
253253

254-
##### [Version 33.0.8](https://github.com/Codeinwp/woocommerce-product-addon/compare/v33.0.7...v33.0.8) (2024-11-08)
254+
##### [Version 33.0.9](https://github.com/Codeinwp/woocommerce-product-addon/compare/v33.0.8...v33.0.9) (2025-01-08)
255+
256+
- Improved tooltip style in the dashboard
257+
- Enhanced security
258+
- Improved translatable strings
259+
- Fixed conditional field display issue with a select option
260+
261+
255262

256-
- Fixed issue with multiple checked options not displaying as checked by default
257-
- Updated dependencies
258263

259264
[See changelog for all versions](https://github.com/Codeinwp/woocommerce-product-addon/blob/master/CHANGELOG.md).
260265

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.8
6+
* Version: 33.0.9
77
* Author: Themeisle
88
* Text Domain: woocommerce-product-addon
99
* Domain Path: /languages
@@ -27,7 +27,7 @@
2727
define( 'PPOM_URL', untrailingslashit( plugin_dir_url( __FILE__ ) ) );
2828
define( 'PPOM_WP_PLUGIN_DIR', untrailingslashit( plugin_dir_path( __DIR__ ) ) );
2929
define( 'PPOM_BASENAME', basename( PPOM_WP_PLUGIN_DIR ) );
30-
define( 'PPOM_VERSION', '33.0.8' );
30+
define( 'PPOM_VERSION', '33.0.9' );
3131
define( 'PPOM_DB_VERSION', '32.0.0' );
3232
define( 'PPOM_PRODUCT_META_KEY', '_product_meta_id' );
3333
define( 'PPOM_TABLE_META', 'nm_personalized' );

0 commit comments

Comments
 (0)