Skip to content

Commit

Permalink
Build 2.4.28
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins Jancovici authored and Jenkins Jancovici committed Oct 11, 2023
1 parent 71d61bc commit 3c1bbb7
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 8 deletions.
34 changes: 31 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

Contributors: themefuse<br>
Requires at least: 4.5<br>
Tested up to: 6.2.2<br>
Requires PHP: 5.6.20<br>
Stable tag: 2.4.27<br>
Tested up to: 6.3.1<br>
Requires PHP: 7.0.0<br>
Stable tag: 2.4.28<br>
License: GPLv3<br>
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -136,6 +136,34 @@ $bodyHtml = apply_filters( 'brizy_content', $html->get_body(), Brizy_Editor_Proj

## Changelog

### 2.4.28 - 2023-10-11
* New: Added Internal Link on the link option for all elements
* Improved: Removed getPage request added pageData inside config
* Improved: Sections container width was changed in 1170px
* Improved: Changed icon for the Webhooks integration on forms
* Improved: Removed the ability to change icons in responsive views for the icon element
* Improved: Button width for default fill type
* Improved: Rename Tags titles in Saved blocks
* Improved: Rearrange Global typography styles
* Improved: Responsive views change automatically when you select the devices in global typography styling
* Fixed: Text color picker on dynamic elements
* Fixed: Hover on certain elements that have motion effects set
* Fixed: Drag and Drop was not working on images with link
* Fixed: Lightbox preview
* Fixed: Toolbars label text length
* Fixed: Dynamic text with gradient color was not visible
* Fixed: Hover animation not working for the same item after sliding
* Fixed: Column content align when scroll animation is applied
* Fixed: Text space for ordered and unordered lists
* Fixed: The accordion element disappears after deleting tags
* Fixed: Opacity for Gradient color does not work correctly
* Fixed: Button Spacing incorrectly affects position and alignment
* Fixed: Global styling not changing
* Fixed: Audio element is still playing after the pop-up is closed
* Fixes: Global colors for Image shadow
* Fixes: Global colors for Image border
* Fixed: Tab and Accordion elements heading get hidden under Sticky/Fixed menu on mobiles

### 2.4.27 - 2023-08-08
* New: Added 26 new premade design templates

Expand Down
4 changes: 2 additions & 2 deletions brizy.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Plugin URI: https://brizy.io/
* Author: Brizy.io
* Author URI: https://brizy.io/
* Version: 2.4.27
* Version: 2.4.28
* Text Domain: brizy
* License: GPLv3
* Domain Path: /languages
Expand All @@ -19,7 +19,7 @@

define('BRIZY_DEVELOPMENT', false );
define('BRIZY_LOG', false );
define('BRIZY_VERSION', '2.4.27');
define('BRIZY_VERSION', '2.4.28');
define('BRIZY_MINIMUM_PRO_VERSION', '2.4.15');
define('BRIZY_EDITOR_VERSION', BRIZY_DEVELOPMENT ? 'dev' : '267-wp' );
define('BRIZY_SYNC_VERSION', '267');
Expand Down
34 changes: 31 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Contributors: themefuse
Tags: page builder, website builder, brizy, editor, visual editor, unyson, wysiwyg, landing page, drag-and-drop, design, landing page builder, front-end builder
Requires at least: 4.5
Tested up to: 6.2.2
Requires PHP: 5.6.20
Stable tag: 2.4.27
Tested up to: 6.3.1
Requires PHP: 7.0.0
Stable tag: 2.4.28
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -133,6 +133,34 @@ Don't worry if you make a mistake or delete something that you shouldn't have. W

== Changelog ==

= 2.4.28 - 2023-10-11 =
* New: Added Internal Link on the link option for all elements
* Improved: Removed getPage request added pageData inside config
* Improved: Sections container width was changed in 1170px
* Improved: Changed icon for the Webhooks integration on forms
* Improved: Removed the ability to change icons in responsive views for the icon element
* Improved: Button width for default fill type
* Improved: Rename Tags titles in Saved blocks
* Improved: Rearrange Global typography styles
* Improved: Responsive views change automatically when you select the devices in global typography styling
* Fixed: Text color picker on dynamic elements
* Fixed: Hover on certain elements that have motion effects set
* Fixed: Drag and Drop was not working on images with link
* Fixed: Lightbox preview
* Fixed: Toolbars label text length
* Fixed: Dynamic text with gradient color was not visible
* Fixed: Hover animation not working for the same item after sliding
* Fixed: Column content align when scroll animation is applied
* Fixed: Text space for ordered and unordered lists
* Fixed: The accordion element disappears after deleting tags
* Fixed: Opacity for Gradient color does not work correctly
* Fixed: Button Spacing incorrectly affects position and alignment
* Fixed: Global styling not changing
* Fixed: Audio element is still playing after the pop-up is closed
* Fixes: Global colors for Image shadow
* Fixes: Global colors for Image border
* Fixed: Tab and Accordion elements heading get hidden under Sticky/Fixed menu on mobiles

= 2.4.27 - 2023-08-08 =
* New: Added 26 new premade design templates

Expand Down

0 comments on commit 3c1bbb7

Please sign in to comment.