Skip to content

Commit

Permalink
🚀 RELEASE: v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdevore committed Oct 6, 2024
1 parent ca045a9 commit d78ae18
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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`

Expand Down
2 changes: 1 addition & 1 deletion boostbox.php
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand Down
4 changes: 2 additions & 2 deletions includes/class-boostbox.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -212,7 +212,7 @@ private function update_checker() {
__FILE__,
'boostbox'
);

// Set the branch that contains the stable release.
$myUpdateChecker->setBranch( 'main' );
}
Expand Down

0 comments on commit d78ae18

Please sign in to comment.