Version Description
Release Date: March 26, 2020
- Updated WooCommerce compatibility version to 4.0.1
Download this release
Release Info
Developer | premmerce |
Plugin | Premmerce Permalink Manager for WooCommerce |
Version | 2.1.14 |
Comparing to | |
See all releases |
Code changes from version 2.1.13 to 2.1.14
- premmerce-url-manager.php +2 -2
- readme.txt +8 -2
- src/UrlManagerPlugin.php +1 -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:
|
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.14
|
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: 4.0.1
|
24 |
*/
|
25 |
|
26 |
// If this file is called directly, abort.
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: premmerce, freemius
|
|
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.3
|
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
|
@@ -250,8 +250,14 @@ Release Date: Sep 12, 2019
|
|
250 |
|
251 |
= 2.1.13 =
|
252 |
|
253 |
-
Release Date: Feb 20,
|
254 |
|
255 |
* Updated WooCommerce compatibility version to 3.9
|
256 |
* Updated WordPress compatibility version to 5.3
|
257 |
* Updated Freemius SDK to 2.3.2
|
|
|
|
|
|
|
|
|
|
|
|
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.3
|
6 |
+
Stable tag: 2.1.14
|
7 |
Requires PHP: 5.6
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
250 |
|
251 |
= 2.1.13 =
|
252 |
|
253 |
+
Release Date: Feb 20, 2020
|
254 |
|
255 |
* Updated WooCommerce compatibility version to 3.9
|
256 |
* Updated WordPress compatibility version to 5.3
|
257 |
* Updated Freemius SDK to 2.3.2
|
258 |
+
|
259 |
+
= 2.1.14 =
|
260 |
+
|
261 |
+
Release Date: March 26, 2020
|
262 |
+
|
263 |
+
* Updated WooCommerce compatibility version to 4.0.1
|
src/UrlManagerPlugin.php
CHANGED
@@ -16,7 +16,7 @@ class UrlManagerPlugin
|
|
16 |
|
17 |
const DOMAIN = 'premmerce-url-manager';
|
18 |
|
19 |
-
const VERSION = '2.1.
|
20 |
|
21 |
/**
|
22 |
* @var FileManager
|
16 |
|
17 |
const DOMAIN = 'premmerce-url-manager';
|
18 |
|
19 |
+
const VERSION = '2.1.14';
|
20 |
|
21 |
/**
|
22 |
* @var FileManager
|