Skip to content

Commit

Permalink
V 4.6.1 Ready
Browse files Browse the repository at this point in the history
  • Loading branch information
varunsridharan committed Feb 11, 2022
1 parent 91f00fb commit 78181c7
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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`
Expand Down
4 changes: 2 additions & 2 deletions i18n/wc-product-subtitle.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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"
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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`
Expand Down
4 changes: 2 additions & 2 deletions wc-product-subtitle.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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' ) );

Expand Down

0 comments on commit 78181c7

Please sign in to comment.