Skip to content

Commit

Permalink
🚀 RELEASE: v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdevore committed Feb 11, 2025
1 parent 9009830 commit d7a0970
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# CHANGELOG

## 2.2.1

* [👌 IMPROVE: General code cleanup](https://github.com/deviodigital/boostbox/commit/d37bc7da31378efc63472aff323e8fc4b2b707b7)
* [👌 IMPROVE: Updated text strings for localization](https://github.com/deviodigital/boostbox/commit/9cca26d08a8894e3da181047d09ad587cd96d49b)
* [📦 NEW: Added Italian translation](https://github.com/deviodigital/boostbox/commit/1146eff0facecb5fad1cac8c8e07c61c3599dde0)
* [📦 NEW: Added German translation](https://github.com/deviodigital/boostbox/commit/6a611abebb81db38d3f699ded03a00f056c154fd)
* [📦 NEW: Added Afrikkans translation](https://github.com/deviodigital/boostbox/commit/9009830ec1d869fff343e2fad8a46aca9cf352cf)

## Previous changes

Please see the [readme.txt](readme.txt) file for previous changes
14 changes: 12 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: deviodigital
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.2.0
Tested up to: 6.7.2
Stable tag: 2.2.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -92,6 +92,16 @@ Yes, BoostBox is designed to be compatible with most WordPress® themes and plug

== Changelog ==

= 2.2.1 =
* Added German translation file in `languages/boostbox-de_DE.po`
* Added German translation file in `languages/boostbox-de_DE.mo`
* Added Afrikkans translation file in `languages/boostbox-af.po`
* Added Afrikkans translation file in `languages/boostbox-af.mo`
* Added Italian translation file in `languages/boostbox-it_IT.po`
* Added Italian translation file in `languages/boostbox-it_IT.mo`
* Updated text strings for localization
* General code cleanup throughout multiple files in the plugin

= 2.2.0 =
* Added Spanish translation file in `languages/boostbox-es_MX.po`
* Added Spanish translation file in `languages/boostbox-es_MX.mo`
Expand Down
4 changes: 2 additions & 2 deletions boostbox.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* Plugin Name: BoostBox
* Plugin URI: https://robertdevore.com/project/boostbox/
* Description: Build popups for lead generation, content promotion and more using the core editor.
* Version: 2.2.0
* Version: 2.2.1
* Author: Devio Digital
* Author URI: https://deviodigital.com
* License: GPL-2.0+
Expand All @@ -40,7 +40,7 @@
$myUpdateChecker->setBranch( 'main' );

// Current plugin version.
define( 'BOOSTBOX_VERSION', '2.2.0' );
define( 'BOOSTBOX_VERSION', '2.2.1' );

// Check if Composer's autoloader is already registered globally.
if ( ! class_exists( 'RobertDevore\WPComCheck\WPComPluginHandler' ) ) {
Expand Down
2 changes: 1 addition & 1 deletion includes/class-boostbox.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class BoostBox {
*/
public function __construct() {
$this->plugin_name = 'boostbox';
$this->version = '2.2.0';
$this->version = '2.2.1';

if ( defined( 'BOOSTBOX_VERSION' ) ) {
$this->version = BOOSTBOX_VERSION;
Expand Down

0 comments on commit d7a0970

Please sign in to comment.