From 78181c77f474401ba935586f0a59dc2b8db4c739 Mon Sep 17 00:00:00 2001 From: Varun Sridharan Date: Fri, 11 Feb 2022 07:58:38 +0530 Subject: [PATCH] V 4.6.1 Ready --- README.md | 6 +++++- i18n/wc-product-subtitle.pot | 4 ++-- readme.txt | 5 ++++- wc-product-subtitle.php | 4 ++-- 4 files changed, 13 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3eefd3b..174499b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ **Tested up to:** 5.9 **WC requires at least:** 3.0 **WC tested up to:** 6.1.1 -**Stable tag:** 4.6 +**Stable tag:** 4.6.1 **License:** GPLv2 or later **License URI:** http://www.gnu.org/licenses/gpl-2.0.html @@ -135,6 +135,10 @@ The manual installation method involves downloading our plugin and uploading it ## Changelog +### 4.6.1 +* Improved Content Escaping + + ### 4.6 * Renamed `wp_product_subtitle_placements` to `wcps_subtitle_placement_areas` * Renamed `wc_product_subtitle_default_tags` to `wcps_subtitle_default_tags` diff --git a/i18n/wc-product-subtitle.pot b/i18n/wc-product-subtitle.pot index 7ec5cc0..bae9c50 100644 --- a/i18n/wc-product-subtitle.pot +++ b/i18n/wc-product-subtitle.pot @@ -2,14 +2,14 @@ # This file is distributed under the same license as the Product Subtitle For WooCommerce plugin. msgid "" msgstr "" -"Project-Id-Version: Product Subtitle For WooCommerce 4.6\n" +"Project-Id-Version: Product Subtitle For WooCommerce 4.6.1\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wc-product-subtitle\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2022-02-10T18:15:59+05:30\n" +"POT-Creation-Date: 2022-02-11T07:55:43+05:30\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.2.0\n" "X-Domain: wc-product-subtitle\n" diff --git a/readme.txt b/readme.txt index 924d88b..12dde4c 100644 --- a/readme.txt +++ b/readme.txt @@ -6,7 +6,7 @@ Requires at least: 5.0 Tested up to: 5.9 WC requires at least: 3.0 WC tested up to: 6.1.1 -Stable tag: 4.6 +Stable tag: 4.6.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -92,6 +92,9 @@ The manual installation method involves downloading our plugin and uploading it == Changelog == += 4.6.1 = +* Improved Content Escaping + = 4.6 = * Renamed `wp_product_subtitle_placements` to `wcps_subtitle_placement_areas` * Renamed `wc_product_subtitle_default_tags` to `wcps_subtitle_default_tags` diff --git a/wc-product-subtitle.php b/wc-product-subtitle.php index 76db8df..a41cef7 100644 --- a/wc-product-subtitle.php +++ b/wc-product-subtitle.php @@ -3,7 +3,7 @@ * Plugin Name: Product Subtitle For WooCommerce * Plugin URI: https://wordpress.org/plugins/wc-product-subtitle * Description: Create Custom Product Subtitle For WooCommerce Products. - * Version: 4.6 + * Version: 4.6.1 * Author: Varun Sridharan * Author URI: http://varunsridharan.in * Text Domain: wc-product-subtitle @@ -16,7 +16,7 @@ use Varunsridharan\WordPress\Plugin_Version_Management; -defined( 'WCPS_VERSION' ) || define( 'WCPS_VERSION', '4.6' ); +defined( 'WCPS_VERSION' ) || define( 'WCPS_VERSION', '4.6.1' ); defined( 'WCPS_FILE' ) || define( 'WCPS_FILE', __FILE__ ); defined( 'WCPS_NAME' ) || define( 'WCPS_NAME', __( 'Product Subtitle For WooCommerce', 'wc-product-subtitle' ) );