Skip to content

Commit

Permalink
chore(release): 33.0.10
Browse files Browse the repository at this point in the history
##### [Version 33.0.10](v33.0.9...v33.0.10) (2025-01-10)

- Fixed issue with HTML Output being displayed on fields in the front-end
- Fixed collapse menu issue with conditional fields
  • Loading branch information
pirate-bot committed Jan 10, 2025
1 parent cffe1fc commit 9fcda7f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
##### [Version 33.0.10](https://github.com/Codeinwp/woocommerce-product-addon/compare/v33.0.9...v33.0.10) (2025-01-10)

- Fixed issue with HTML Output being displayed on fields in the front-end
- Fixed collapse menu issue with conditional fields

##### [Version 33.0.9](https://github.com/Codeinwp/woocommerce-product-addon/compare/v33.0.8...v33.0.9) (2025-01-08)

- Improved tooltip style in the dashboard
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "woocommerce-product-addon",
"version": "33.0.9",
"version": "33.0.10",
"description": "PPOM for WooCommerce",
"main": "index.js",
"repository": "https://github.com/Codeinwp/woocommerce-product-addon",
Expand Down
10 changes: 4 additions & 6 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: themeisle
Tags: woocommerce product addons, woocommerce product options, woocommerce product fields, woocommerce product, product addons
Requires at least: 3.5
Tested up to: 6.7
Stable tag: 33.0.9
Stable tag: 33.0.10
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Requires PHP: 7.2
Expand Down Expand Up @@ -251,12 +251,10 @@ PPOM is an open-source project, and we welcome contributors to be part of our vi

== Changelog ==

##### [Version 33.0.9](https://github.com/Codeinwp/woocommerce-product-addon/compare/v33.0.8...v33.0.9) (2025-01-08)
##### [Version 33.0.10](https://github.com/Codeinwp/woocommerce-product-addon/compare/v33.0.9...v33.0.10) (2025-01-10)

- Improved tooltip style in the dashboard
- Enhanced security
- Improved translatable strings
- Fixed conditional field display issue with a select option
- Fixed issue with HTML Output being displayed on fields in the front-end
- Fixed collapse menu issue with conditional fields



Expand Down
4 changes: 2 additions & 2 deletions woocommerce-product-addon.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: PPOM for WooCommerce
* Plugin URI: https://themeisle.com/plugins/ppom-pro/
* Description: PPOM (Personalized Product Meta Manager) plugin allow WooCommerce Store Admin to create unlimited input fields and files to attach with Product Pages.
* Version: 33.0.9
* Version: 33.0.10
* Author: Themeisle
* Text Domain: woocommerce-product-addon
* Domain Path: /languages
Expand All @@ -27,7 +27,7 @@
define( 'PPOM_URL', untrailingslashit( plugin_dir_url( __FILE__ ) ) );
define( 'PPOM_WP_PLUGIN_DIR', untrailingslashit( plugin_dir_path( __DIR__ ) ) );
define( 'PPOM_BASENAME', basename( PPOM_WP_PLUGIN_DIR ) );
define( 'PPOM_VERSION', '33.0.9' );
define( 'PPOM_VERSION', '33.0.10' );
define( 'PPOM_DB_VERSION', '32.0.0' );
define( 'PPOM_PRODUCT_META_KEY', '_product_meta_id' );
define( 'PPOM_TABLE_META', 'nm_personalized' );
Expand Down

0 comments on commit 9fcda7f

Please sign in to comment.