From 5df2b26ce7af897970ed88fecfee99b2b27d2087 Mon Sep 17 00:00:00 2001 From: Francisco <6652831+franmastromarino@users.noreply.github.com> Date: Wed, 10 Jan 2024 11:33:32 +0100 Subject: [PATCH] version update --- perfect-woocommerce-brands.php | 6 +++--- readme.txt | 6 ++++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/perfect-woocommerce-brands.php b/perfect-woocommerce-brands.php index 9a274e1..d64b0df 100644 --- a/perfect-woocommerce-brands.php +++ b/perfect-woocommerce-brands.php @@ -4,7 +4,7 @@ * Plugin Name: Perfect Brands WooCommerce * Plugin URI: https://quadlayers.com/products/perfect-woocommerce-brands/ * Description: Perfect WooCommerce Brands allows you to show product brands in your WooCommerce based store. - * Version: 3.3.1 + * Version: 3.3.2 * Text Domain: perfect-woocommerce-brands * Author: QuadLayers * Author URI: https://quadlayers.com @@ -14,7 +14,7 @@ * Tested up to: 6.4 * Requires PHP: 5.6 * WC requires at least: 4.0 - * WC tested up to: 8.4 + * WC tested up to: 8.5 */ defined( 'ABSPATH' ) || exit; @@ -23,7 +23,7 @@ define( 'PWB_PLUGIN_URL', plugins_url( '', __FILE__ ) ); define( 'PWB_PLUGIN_DIR', __DIR__ . DIRECTORY_SEPARATOR ); define( 'PWB_PLUGIN_BASENAME', plugin_basename( __FILE__ ) ); -define( 'PWB_PLUGIN_VERSION', '3.3.1' ); +define( 'PWB_PLUGIN_VERSION', '3.3.2' ); define( 'PWB_PLUGIN_NAME', 'Perfect WooCommerce Brands' ); define( 'PWB_PREFIX', 'pwb' ); define( 'PWB_PURCHASE_URL', 'https://quadlayers.com/products/perfect-woocommerce-brands/?utm_source=pwb_admin' ); diff --git a/readme.txt b/readme.txt index 03584e7..4b00239 100644 --- a/readme.txt +++ b/readme.txt @@ -5,11 +5,11 @@ Tags: woocommerce, woocommerce brands, woocommerce product, woocommerce manufact Requires at least: 4.7 Requires PHP: 5.6 Tested up to: 6.4 -Stable tag: 3.3.1 +Stable tag: 3.3.2 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html WC requires at least: 4.7.0 -WC tested up to: 8.4 +WC tested up to: 8.5 Perfect Brands for WooCommerce allows you to show product brands in your WooCommerce based store @@ -94,6 +94,8 @@ You can also contribute [translating the plugin](https://translate.wordpress.org == Changelog == += 3.3.2 = +* WooCommerce compatibility = 3.3.1 = * Fix CSS issues = 3.3.0 =