Version Description
Release Date: Nov 29, 2018
- Fixed updater
Download this release
Release Info
Developer | premmerce |
Plugin | Premmerce Permalink Manager for WooCommerce |
Version | 2.1.5 |
Comparing to | |
See all releases |
Code changes from version 2.1.4 to 2.1.5
- premmerce-url-manager.php +1 -1
- readme.txt +8 -2
- src/Updater.php +0 -1
premmerce-url-manager.php
CHANGED
@@ -11,7 +11,7 @@ use Premmerce\UrlManager\UrlManagerPlugin;
|
|
11 |
* Plugin Name: Premmerce WooCommerce Permalink Manager
|
12 |
* Plugin URI: https://premmerce.com/woocommerce-permalink-manager-remove-shop-product-product-category-url/
|
13 |
* Description: Premmerce WooCommerce Permalink Manager 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+
|
11 |
* Plugin Name: Premmerce WooCommerce Permalink Manager
|
12 |
* Plugin URI: https://premmerce.com/woocommerce-permalink-manager-remove-shop-product-product-category-url/
|
13 |
* Description: Premmerce WooCommerce Permalink Manager allows you to change WooCommerce permalink and remove product and product_category slugs from the URL.
|
14 |
+
* Version: 2.1.5
|
15 |
* Author: premmerce
|
16 |
* Author URI: https://premmerce.com/
|
17 |
* License: GPL-2.0+
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
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:
|
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
|
@@ -196,4 +196,10 @@ Release Date: Nov 14, 2018
|
|
196 |
|
197 |
Release Date: Nov 27, 2018
|
198 |
|
|
|
|
|
|
|
|
|
|
|
|
|
199 |
* Fixed updater
|
2 |
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.0
|
6 |
+
Stable tag: 2.1.5
|
7 |
Requires PHP: 5.6
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
196 |
|
197 |
Release Date: Nov 27, 2018
|
198 |
|
199 |
+
* Fixed updater
|
200 |
+
|
201 |
+
= 2.1.5 =
|
202 |
+
|
203 |
+
Release Date: Nov 29, 2018
|
204 |
+
|
205 |
* Fixed updater
|
src/Updater.php
CHANGED
@@ -23,7 +23,6 @@ class Updater
|
|
23 |
public function update()
|
24 |
{
|
25 |
if ($this->checkForUpdates()) {
|
26 |
-
dump('check');
|
27 |
foreach ($this->getUpdates() as $version => $callback) {
|
28 |
if ($this->compare($version)) {
|
29 |
call_user_func($callback);
|
23 |
public function update()
|
24 |
{
|
25 |
if ($this->checkForUpdates()) {
|
|
|
26 |
foreach ($this->getUpdates() as $version => $callback) {
|
27 |
if ($this->compare($version)) {
|
28 |
call_user_func($callback);
|