Premmerce Permalink Manager for WooCommerce - Version 2.1.4

Version Description

Release Date: Nov 27, 2018

  • Fixed updater
Download this release

Release Info

Developer premmerce
Plugin Icon 128x128 Premmerce Permalink Manager for WooCommerce
Version 2.1.4
Comparing to
See all releases

Code changes from version 2.1.3 to 2.1.4

Files changed (3) hide show
  1. premmerce-url-manager.php +1 -1
  2. readme.txt +8 -2
  3. src/Updater.php +2 -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.3
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.4
15
  * Author: premmerce
16
  * Author URI: https://premmerce.com/
17
  * License: GPL-2.0+
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: 4.9.6
6
- Stable tag: 2.1.3
7
  Requires PHP: 5.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -190,4 +190,10 @@ Release Date: Aug 2, 2018
190
  Release Date: Nov 14, 2018
191
 
192
  * Updated freemius version to 2.1.3
193
- * Added WooCommerce 3.5 support
 
 
 
 
 
 
3
  Tags: woocommerce url, remove product, remove product_category, woocommerce permalink, woocommerce, woocommerce seo
4
  Requires at least: 4.8
5
  Tested up to: 4.9.6
6
+ Stable tag: 2.1.4
7
  Requires PHP: 5.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
190
  Release Date: Nov 14, 2018
191
 
192
  * Updated freemius version to 2.1.3
193
+ * Added WooCommerce 3.5 support
194
+
195
+ = 2.1.4 =
196
+
197
+ Release Date: Nov 27, 2018
198
+
199
+ * Fixed updater
src/Updater.php CHANGED
@@ -4,7 +4,7 @@ use Premmerce\UrlManager\Admin\Settings;
4
 
5
  class Updater
6
  {
7
- const CURRENT_VERSION = '2.1.1';
8
 
9
  const DB_OPTION = 'premmerce_permalink_manager_db_version';
10
 
@@ -23,6 +23,7 @@ class Updater
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);
4
 
5
  class Updater
6
  {
7
+ const CURRENT_VERSION = '2.0';
8
 
9
  const DB_OPTION = 'premmerce_permalink_manager_db_version';
10
 
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);