diff --git a/README.md b/README.md
index b3fa8c97a8..f8824dfd1b 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ Contributors: themefuse
Requires at least: 4.5
Tested up to: 6.2.2
Requires PHP: 5.6.20
-Stable tag: 2.4.21
+Stable tag: 2.4.23
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
@@ -136,6 +136,11 @@ $bodyHtml = apply_filters( 'brizy_content', $html->get_body(), Brizy_Editor_Proj
## Changelog
+### 2.4.23 - 2023-06-22
+* Fixed: Image sizes on the preview
+* Fixed: Section Parallax
+* Fixed: Section containers
+
### 2.4.22 - 2023-06-21
* New: Added option to sort tags alphabetically in the Accordion element
* New: Added vertical space option for Accordion element
diff --git a/brizy.php b/brizy.php
index 6240bca997..3afdeef6bc 100755
--- a/brizy.php
+++ b/brizy.php
@@ -5,7 +5,7 @@
* Plugin URI: https://brizy.io/
* Author: Brizy.io
* Author URI: https://brizy.io/
- * Version: 2.4.21
+ * Version: 2.4.23
* Text Domain: brizy
* License: GPLv3
* Domain Path: /languages
@@ -19,8 +19,8 @@
define('BRIZY_DEVELOPMENT', false );
define('BRIZY_LOG', false );
-define('BRIZY_VERSION', '2.4.22');
-define('BRIZY_MINIMUM_PRO_VERSION', '2.4.4');
+define('BRIZY_VERSION', '2.4.23');
+define('BRIZY_MINIMUM_PRO_VERSION', '2.4.15');
define('BRIZY_EDITOR_VERSION', BRIZY_DEVELOPMENT ? 'dev' : '261-wp' );
define('BRIZY_SYNC_VERSION', '261');
define('BRIZY_FILE', __FILE__);
diff --git a/readme.txt b/readme.txt
index e368533119..6a95cc8532 100644
--- a/readme.txt
+++ b/readme.txt
@@ -4,7 +4,7 @@ Tags: page builder, website builder, brizy, editor, visual editor, unyson, wysiw
Requires at least: 4.5
Tested up to: 6.2.2
Requires PHP: 5.6.20
-Stable tag: 2.4.21
+Stable tag: 2.4.23
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
@@ -133,6 +133,11 @@ Don't worry if you make a mistake or delete something that you shouldn't have. W
== Changelog ==
+= 2.4.23 - 2023-06-22 =
+* Fixed: Image sizes on the preview
+* Fixed: Section Parallax
+* Fixed: Section containers
+
= 2.4.26 - 2023-06-21 =
* New: Added option to sort tags alphabetically in the Accordion element
* New: Added vertical space option for Accordion element