Version Description
Release Date: Sep 12, 2019
- Updated WooCommerce compatibility version to 3.7
Download this release
Release Info
Developer | premmerce |
Plugin | Premmerce Permalink Manager for WooCommerce |
Version | 2.1.12 |
Comparing to | |
See all releases |
Code changes from version 2.1.11 to 2.1.12
- premmerce-url-manager.php +2 -2
- readme.txt +7 -1
premmerce-url-manager.php
CHANGED
@@ -11,7 +11,7 @@ use Premmerce\UrlManager\UrlManagerPlugin;
|
|
11 |
* Plugin Name: Premmerce Permalink Manager for WooCommerce
|
12 |
* Plugin URI: https://premmerce.com/woocommerce-permalink-manager-remove-shop-product-product-category-url/
|
13 |
* Description: Premmerce Permalink Manager for WooCommerce allows you to change WooCommerce permalink and remove product and product_category slugs from the URL.
|
14 |
-
* Version: 2.1.
|
15 |
* Author: premmerce
|
16 |
* Author URI: https://premmerce.com/
|
17 |
* License: GPL-2.0+
|
@@ -20,7 +20,7 @@ use Premmerce\UrlManager\UrlManagerPlugin;
|
|
20 |
* Domain Path: /languages
|
21 |
*
|
22 |
* WC requires at least: 3.0.0
|
23 |
-
* WC tested up to: 3.
|
24 |
*/
|
25 |
|
26 |
// If this file is called directly, abort.
|
11 |
* Plugin Name: Premmerce Permalink Manager for WooCommerce
|
12 |
* Plugin URI: https://premmerce.com/woocommerce-permalink-manager-remove-shop-product-product-category-url/
|
13 |
* Description: Premmerce Permalink Manager for WooCommerce allows you to change WooCommerce permalink and remove product and product_category slugs from the URL.
|
14 |
+
* Version: 2.1.12
|
15 |
* Author: premmerce
|
16 |
* Author URI: https://premmerce.com/
|
17 |
* License: GPL-2.0+
|
20 |
* Domain Path: /languages
|
21 |
*
|
22 |
* WC requires at least: 3.0.0
|
23 |
+
* WC tested up to: 3.7
|
24 |
*/
|
25 |
|
26 |
// If this file is called directly, abort.
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: premmerce
|
|
3 |
Tags: woocommerce url, remove product, remove product_category, woocommerce permalink, woocommerce, woocommerce seo
|
4 |
Requires at least: 4.8
|
5 |
Tested up to: 5.2
|
6 |
-
Stable tag: 2.1.
|
7 |
Requires PHP: 5.6
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
@@ -241,3 +241,9 @@ Release Date: Jun 24, 2019
|
|
241 |
|
242 |
* Update Freemius to 2.3.0
|
243 |
* Update Premmerce SDK to 2.1
|
|
|
|
|
|
|
|
|
|
|
|
3 |
Tags: woocommerce url, remove product, remove product_category, woocommerce permalink, woocommerce, woocommerce seo
|
4 |
Requires at least: 4.8
|
5 |
Tested up to: 5.2
|
6 |
+
Stable tag: 2.1.12
|
7 |
Requires PHP: 5.6
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
241 |
|
242 |
* Update Freemius to 2.3.0
|
243 |
* Update Premmerce SDK to 2.1
|
244 |
+
|
245 |
+
= 2.1.12 =
|
246 |
+
|
247 |
+
Release Date: Sep 12, 2019
|
248 |
+
|
249 |
+
* Updated WooCommerce compatibility version to 3.7
|