From 2156fe2af2f8d8c5bbc3c033225a6fe0ef1ea7c6 Mon Sep 17 00:00:00 2001 From: "Romi H." Date: Fri, 22 Nov 2024 15:01:16 +0200 Subject: [PATCH] 4.1.5 --- README.txt | 4 ++-- shopkeeper-extender.php | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.txt b/README.txt index fb12301..d9008d4 100755 --- a/README.txt +++ b/README.txt @@ -3,7 +3,7 @@ Contributors: getbowtied Tags: shopkeeper, woocommerce, theme Requires at least: 6.0 Tested up to: 6.7.1 -Stable tag: 4.1.4 +Stable tag: 4.1.5 Requires PHP: 7.4.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -137,7 +137,7 @@ Start your journey to success today and elevate your online store to the next le == Changelog == -= 4.1.4 = += 4.1.5 = - Recheck Compatibility with WordPress 6.7.1 = 4.0 = diff --git a/shopkeeper-extender.php b/shopkeeper-extender.php index d22cbde..c064eb1 100644 --- a/shopkeeper-extender.php +++ b/shopkeeper-extender.php @@ -4,7 +4,7 @@ * Plugin Name: Shopkeeper Extender * Plugin URI: https://shopkeeper.wp-theme.design/ * Description: Extends the functionality of Shopkeeper with theme specific features. - * Version: 4.1.4 + * Version: 4.1.5 * Author: Get Bowtied * Author URI: https://getbowtied.com * Text Domain: shopkeeper-extender @@ -26,6 +26,7 @@ class ShopkeeperExtender { private static $instance = null; private static $initialized = false; + private $theme_slug; private function __construct() { // Empty constructor - initialization happens in init_instance