Skip to content

Commit

Permalink
Merge branch 'content-placeholder-downgrade' into develop
Browse files Browse the repository at this point in the history
# Conflicts:
#	brizy.php
  • Loading branch information
alecszaharia committed Mar 26, 2024
2 parents eb1d31f + a05ce99 commit daca336
Show file tree
Hide file tree
Showing 4 changed files with 112 additions and 104 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Contributors: themefuse<br>
Requires at least: 4.5<br>
Tested up to: 6.4.3<br>
Requires PHP: 7.0.0<br>
Stable tag: 2.4.42<br>
Stable tag: 2.4.43<br>
License: GPLv3<br>
License URI: https://www.gnu.org/licenses/gpl-3.0.html

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

## Changelog

### 2.4.43 - 2024-03-26
* Fixed: dynamic content
* FIxed: Embed element is not working

### 2.4.42 - 2024-03-20
* Fixed: Drag and drop functionality not working outside the visible viewport
* Fixed: Copy and Paste for Text element with color gradient
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.42
* Version: 2.4.43
* Text Domain: brizy
* License: GPLv3
* Domain Path: /languages
Expand All @@ -19,7 +19,7 @@

define('BRIZY_DEVELOPMENT', true);
define('BRIZY_LOG', false);
define('BRIZY_VERSION', '2.4.42');
define('BRIZY_VERSION', '2.4.43');
define('BRIZY_MINIMUM_PRO_VERSION', '2.4.15');
define('BRIZY_MINIMUM_COMPILER_VERSION', '282-wp');
define('BRIZY_EDITOR_VERSION', BRIZY_DEVELOPMENT ? 'dev' : '282-wp');
Expand Down
Loading

0 comments on commit daca336

Please sign in to comment.