diff --git a/README.md b/README.md
index 264bf74b30..127a2c3338 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.26
+Stable tag: 2.4.27
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
@@ -136,6 +136,9 @@ $bodyHtml = apply_filters( 'brizy_content', $html->get_body(), Brizy_Editor_Proj
## Changelog
+### 2.4.27 - 2023-08-08
+* New: Added new blocks
+
### 2.4.26 - 2023-07-12
* New: Added custom video URL for Block background
* New: Added copy/paste styles for Text element
diff --git a/brizy.php b/brizy.php
index d5679f154f..3770c1393c 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.26
+ * Version: 2.4.27
* Text Domain: brizy
* License: GPLv3
* Domain Path: /languages
@@ -19,7 +19,7 @@
define('BRIZY_DEVELOPMENT', false );
define('BRIZY_LOG', false );
-define('BRIZY_VERSION', '2.4.26');
+define('BRIZY_VERSION', '2.4.27');
define('BRIZY_MINIMUM_PRO_VERSION', '2.4.15');
define('BRIZY_EDITOR_VERSION', BRIZY_DEVELOPMENT ? 'dev' : '264-wp' );
define('BRIZY_SYNC_VERSION', '264');
diff --git a/config.dev.php b/config.dev.php
index 0c472a8b39..9bed970c51 100755
--- a/config.dev.php
+++ b/config.dev.php
@@ -23,7 +23,7 @@ class Brizy_Config {
const PLATFORM_EMAIL = "admin@admin.com";
const UPGRADE_TO_PRO_URL = "https://www.brizy.io/pricing/?utm_source=wp-menu&utm_campaign=gopro&utm_medium=wp-dash/";
- const EDITOR_TEMPLEATES_URL = "https://e-t-cloud.b-cdn.net/1.0.0/";
+ const EDITOR_TEMPLEATES_URL = "https://e-t-cloud.b-cdn.net/1.3.0/";
const SUPPORT_URL = "https://support.brizy.io";
const ABOUT_URL = "https://brizy.io";
const TERMS_OF_SERVICE_URL = "https://www.brizy.io/terms-and-conditions";
diff --git a/config.php b/config.php
index af58fef2ec..61237a7c7e 100755
--- a/config.php
+++ b/config.php
@@ -24,7 +24,7 @@ class Brizy_Config {
const PLATFORM_EMAIL = "admin@admin.com";
const UPGRADE_TO_PRO_URL = "https://www.brizy.io/pricing/?utm_source=wp-menu&utm_campaign=gopro&utm_medium=wp-dash/";
- const EDITOR_TEMPLEATES_URL = "https://e-t-cloud.b-cdn.net/1.0.0/";
+ const EDITOR_TEMPLEATES_URL = "https://e-t-cloud.b-cdn.net/1.3.0/";
const SUPPORT_URL = "https://support.brizy.io";
const ABOUT_URL = "https://www.brizy.io";
const TERMS_OF_SERVICE_URL = "https://www.brizy.io/terms-and-conditions";
diff --git a/readme.txt b/readme.txt
index a2895c0d3f..2188258a4e 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.26
+Stable tag: 2.4.27
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
@@ -133,6 +133,9 @@ Don't worry if you make a mistake or delete something that you shouldn't have. W
== Changelog ==
+= 2.4.27 - 2023-08-08 =
+* New: Added new blocks
+
= 2.4.26 - 2023-07-12 =
* New: Added custom video URL for Block background
* New: Added copy/paste styles for Text element