From d78ae18ab30c2665fb3c8d06431a446aae086dfc Mon Sep 17 00:00:00 2001 From: Robert DeVore Date: Sun, 6 Oct 2024 02:09:06 -0400 Subject: [PATCH] :rocket: RELEASE: v2.1.0 --- README.txt | 5 ++++- boostbox.php | 2 +- includes/class-boostbox.php | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.txt b/README.txt index d7942e8..51bdef7 100644 --- a/README.txt +++ b/README.txt @@ -4,7 +4,7 @@ Donate link: https://deviodigital.com Tags: popup, lead-generation, marketing, popups, exit-intent Requires at least: 3.0.1 Tested up to: 6.6.2 -Stable tag: 2.0.1 +Stable tag: 2.1.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -86,6 +86,9 @@ Yes, BoostBox is designed to be compatible with most WordPress themes and plugin == Changelog == += 2.1.0 = +* Updated notice about potential disruption to plugin updates by Matthew Mullenweg and what our next steps will be in `boostbox.php` + = 2.0.1 = * Added notice about potential disruption to plugin updates by Matthew Mullenweg and what our next steps will be in `boostbox.php` diff --git a/boostbox.php b/boostbox.php index f219c48..96664a7 100644 --- a/boostbox.php +++ b/boostbox.php @@ -13,7 +13,7 @@ * Plugin Name: BoostBox * Plugin URI: https://deviodigital.com/boostbox-lead-generation-plugin * Description: Build popups for lead generation, content promotion and more using the core editor. - * Version: 2.0.1 + * Version: 2.1.0 * Author: Devio Digital * Author URI: https://deviodigital.com * License: GPL-2.0+ diff --git a/includes/class-boostbox.php b/includes/class-boostbox.php index a7886a2..3fbaa07 100644 --- a/includes/class-boostbox.php +++ b/includes/class-boostbox.php @@ -79,7 +79,7 @@ class BoostBox { */ public function __construct() { $this->plugin_name = 'boostbox'; - $this->version = '2.0.1'; + $this->version = '2.1.0'; if ( defined( 'BOOSTBOX_VERSION' ) ) { $this->version = BOOSTBOX_VERSION; @@ -212,7 +212,7 @@ private function update_checker() { __FILE__, 'boostbox' ); - + // Set the branch that contains the stable release. $myUpdateChecker->setBranch( 'main' ); }