Skip to content

Commit

Permalink
Merge pull request #148 from brainstormforce/v1.6.0
Browse files Browse the repository at this point in the history
Next release version 1.6.0
  • Loading branch information
sushmak02 authored Jan 28, 2025
2 parents e460ff5 + d62eb5a commit b38d5d5
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
**Requires at least:** 4.6
**Requires PHP:** 7.0
**Tested up to:** 6.7
**Stable tag:** 1.5.14
**Stable tag:** 1.6.0
**License:** GPLv2 or later
**License URI:** https://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -103,8 +103,8 @@ Yes, with .po and .mo files and GlotPress support.

## Changelog ##

### 1.5.14.1 ###
* New: UABB Lite now supports four languages—Dutch, French, Spanish and German enhancing accessibility for our global audience.
### 1.6.0 ###
* New: UABB Lite now includes translations for Dutch, French, Spanish, and German enhancing multilingual accessibility.
* New: Added NPS Survey to gather your valuable feedback for UABB Lite!

### 1.5.14 ###
Expand Down
4 changes: 2 additions & 2 deletions bb-ultimate-addon.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Ultimate Addons for Beaver Builder - Lite
* Plugin URI: http://www.ultimatebeaver.com/
* Description: Ultimate Addons is a free extension for Beaver Builder that adds 10 modules, and works on top of any Beaver Builder Package. (Free, Standard, Pro & Agency) You can use it with on any WordPress theme.
* Version: 1.5.14
* Version: 1.6.0
* Author: Brainstorm Force
* Author URI: http://www.brainstormforce.com
* Text Domain: uabb
Expand All @@ -18,7 +18,7 @@

define( 'BB_ULTIMATE_ADDON_DIR', plugin_dir_path( __FILE__ ) );
define( 'BB_ULTIMATE_ADDON_URL', plugins_url( '/', __FILE__ ) );
define( 'BB_ULTIMATE_ADDON_LITE_VERSION', '1.5.14' );
define( 'BB_ULTIMATE_ADDON_LITE_VERSION', '1.6.0' );
define( 'BSF_REMOVE_UABB_FROM_REGISTRATION_LISTING', true );
define( 'BB_ULTIMATE_ADDON_FILE', trailingslashit( dirname( __FILE__ ) ) . 'bb-ultimate-addon.php' );// @codingStandardsIgnoreLine.
define( 'BB_ULTIMATE_ADDON_LITE', true );
Expand Down
2 changes: 1 addition & 1 deletion languages/uabb.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is distributed under the same license as the Ultimate Addons for Beaver Builder - Lite plugin.
msgid ""
msgstr ""
"Project-Id-Version: Ultimate Addons for Beaver Builder - Lite 1.5.14\n"
"Project-Id-Version: Ultimate Addons for Beaver Builder - Lite 1.6.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/ultimate-addons-for-beaver-builder-lite\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: beaver builder, beaver builder free, beaver builder lite, beaver builder a
Requires at least: 4.6
Requires PHP: 7.0
Tested up to: 6.7
Stable tag: 1.5.14
Stable tag: 1.6.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -103,8 +103,8 @@ Yes, with .po and .mo files and GlotPress support.

== Changelog ==

= 1.5.14.1 =
* New: UABB Lite now supports four languages—Dutch, French, Spanish and German enhancing accessibility for our global audience.
= 1.6.0 =
* New: UABB Lite now includes translations for Dutch, French, Spanish, and German enhancing multilingual accessibility.
* New: Added NPS Survey to gather your valuable feedback for UABB Lite!

= 1.5.14 =
Expand Down
2 changes: 1 addition & 1 deletion tests/php/stubs/lite-stubs.php
Original file line number Diff line number Diff line change
Expand Up @@ -2411,7 +2411,7 @@ public function __construct() {
}
\define( 'BB_ULTIMATE_ADDON_DIR', \plugin_dir_path( __FILE__ ) );
\define( 'BB_ULTIMATE_ADDON_URL', \plugins_url( '/', __FILE__ ) );
\define( 'BB_ULTIMATE_ADDON_LITE_VERSION', '1.5.14' );
\define( 'BB_ULTIMATE_ADDON_LITE_VERSION', '1.6.0' );
\define( 'BSF_REMOVE_UABB_FROM_REGISTRATION_LISTING', \true );
\define( 'BB_ULTIMATE_ADDON_FILE', \trailingslashit( __DIR__ ) . 'bb-ultimate-addon.php' );
// @codingStandardsIgnoreLine.
Expand Down

0 comments on commit b38d5d5

Please sign in to comment.