Perfect Brands for WooCommerce - Version 1.8.9

Version Description

  • Fix: php 8 compatibility
Download this release

Release Info

Developer quadlayers
Plugin Icon 128x128 Perfect Brands for WooCommerce
Version 1.8.9
Comparing to
See all releases

Code changes from version 1.8.8 to 1.8.9

classes/class-perfect-woocommerce-brands.php CHANGED
@@ -910,7 +910,7 @@ class Perfect_Woocommerce_Brands
910
  }
911
  }
912
 
913
- public static function render_template($name, $folder = '', $data, $private = true)
914
  {
915
  //default template
916
  if ($folder)
910
  }
911
  }
912
 
913
+ public static function render_template($name = '', $folder = '', $data = array(), $private = true)
914
  {
915
  //default template
916
  if ($folder)
perfect-woocommerce-brands.php CHANGED
@@ -4,13 +4,13 @@
4
  * Plugin Name: Perfect Brands for WooCommerce
5
  * Plugin URI: https://quadlayers.com/portfolio/perfect-woocommerce-brands/
6
  * Description: Perfect WooCommerce Brands allows you to show product brands in your WooCommerce based store.
7
- * Version: 1.8.8
8
  * Author: QuadLayers
9
  * Author URI: https://quadlayers.com
10
  * Text Domain: perfect-woocommerce-brands
11
  * Domain Path: /lang
12
  * License: GPLv3
13
- * Perfect WooCommerce Brands version 1.8.8, Copyright (C) 2019 QuadLayers
14
  * Perfect WooCommerce Brands is free software: you can redistribute it and/or modify
15
  * it under the terms of the GNU General Public License as published by
16
  * the Free Software Foundation, either version 3 of the License, or
@@ -36,7 +36,7 @@ define('PWB_PLUGIN_FILE', __FILE__);
36
  define('PWB_PLUGIN_URL', plugins_url('', __FILE__));
37
  define('PWB_PLUGIN_DIR', __DIR__ . DIRECTORY_SEPARATOR);
38
  define('PWB_PLUGIN_BASENAME', plugin_basename(__FILE__));
39
- define('PWB_PLUGIN_VERSION', '1.8.8');
40
  define('PWB_PLUGIN_NAME', 'Perfect WooCommerce Brands');
41
  define('PWB_PREFIX', 'pwb');
42
  define('PWB_REVIEW_URL', 'https://wordpress.org/support/plugin/perfect-woocommerce-brands/reviews/?filter=5#new-post');
4
  * Plugin Name: Perfect Brands for WooCommerce
5
  * Plugin URI: https://quadlayers.com/portfolio/perfect-woocommerce-brands/
6
  * Description: Perfect WooCommerce Brands allows you to show product brands in your WooCommerce based store.
7
+ * Version: 1.8.9
8
  * Author: QuadLayers
9
  * Author URI: https://quadlayers.com
10
  * Text Domain: perfect-woocommerce-brands
11
  * Domain Path: /lang
12
  * License: GPLv3
13
+ * Perfect WooCommerce Brands version 1.8.9, Copyright (C) 2019 QuadLayers
14
  * Perfect WooCommerce Brands is free software: you can redistribute it and/or modify
15
  * it under the terms of the GNU General Public License as published by
16
  * the Free Software Foundation, either version 3 of the License, or
36
  define('PWB_PLUGIN_URL', plugins_url('', __FILE__));
37
  define('PWB_PLUGIN_DIR', __DIR__ . DIRECTORY_SEPARATOR);
38
  define('PWB_PLUGIN_BASENAME', plugin_basename(__FILE__));
39
+ define('PWB_PLUGIN_VERSION', '1.8.9');
40
  define('PWB_PLUGIN_NAME', 'Perfect WooCommerce Brands');
41
  define('PWB_PREFIX', 'pwb');
42
  define('PWB_REVIEW_URL', 'https://wordpress.org/support/plugin/perfect-woocommerce-brands/reviews/?filter=5#new-post');
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: woocommerce, woocommerce brands, woocommerce product, woocommerce manufact
5
  Requires at least: 4.7
6
  Tested up to: 5.7
7
  Requires PHP: 5.6
8
- Stable tag: 1.8.8
9
  WC requires at least: 3.0
10
  WC tested up to: 5.4
11
  License: GPLv3
@@ -90,6 +90,8 @@ You can also contribute [translating the plugin](https://translate.wordpress.org
90
 
91
 
92
  == Changelog ==
 
 
93
  = 1.8.8 =
94
  * Fix: WooCommerce compatibility
95
  = 1.8.7 =
5
  Requires at least: 4.7
6
  Tested up to: 5.7
7
  Requires PHP: 5.6
8
+ Stable tag: 1.8.9
9
  WC requires at least: 3.0
10
  WC tested up to: 5.4
11
  License: GPLv3
90
 
91
 
92
  == Changelog ==
93
+ = 1.8.9 =
94
+ * Fix: php 8 compatibility
95
  = 1.8.8 =
96
  * Fix: WooCommerce compatibility
97
  = 1.8.7 =