Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Tag and changelog added #142

Merged
merged 4 commits into from
Jan 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion 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.13
**Stable tag:** 1.5.14
**License:** GPLv2 or later
**License URI:** https://www.gnu.org/licenses/gpl-2.0.html

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

## Changelog ##

### 1.5.14 ###
* Improvement: Revised the README content.

### 1.5.13 ###
* Fixed: Info List - Resolved warning for undefined array key when selecting image size in the module.

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.13
* Version: 1.5.14
* 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.13' );
define( 'BB_ULTIMATE_ADDON_LITE_VERSION', '1.5.14' );
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
6 changes: 3 additions & 3 deletions languages/uabb.pot
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Copyright (C) 2024 Brainstorm Force
# Copyright (C) 2025 Brainstorm Force
# 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.13\n"
"Project-Id-Version: Ultimate Addons for Beaver Builder - Lite 1.5.14\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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2024-12-27T10:42:09+00:00\n"
"POT-Creation-Date: 2025-01-15 12:09:28+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.11.0\n"
"X-Domain: uabb\n"
Expand Down
5 changes: 4 additions & 1 deletion 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.13
Stable tag: 1.5.14
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 1.5.14 =
* Improvement: Revised the README content.

= 1.5.13 =
* Fixed: Info List - Resolved warning for undefined array key when selecting image size in the module.

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.13' );
\define( 'BB_ULTIMATE_ADDON_LITE_VERSION', '1.5.14' );
\define( 'BSF_REMOVE_UABB_FROM_REGISTRATION_LISTING', \true );
\define( 'BB_ULTIMATE_ADDON_FILE', \trailingslashit( __DIR__ ) . 'bb-ultimate-addon.php' );
// @codingStandardsIgnoreLine.
Expand Down
Loading