Skip to content

Commit

Permalink
Merge [templates-release] in master
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins Jancovici authored and Jenkins Jancovici committed Aug 8, 2023
2 parents 3e0df05 + 544d363 commit efd8646
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
5 changes: 4 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.2.2<br>
Requires PHP: 5.6.20<br>
Stable tag: 2.4.26<br>
Stable tag: 2.4.27<br>
License: GPLv3<br>
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -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
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.26
* Version: 2.4.27
* 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.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');
Expand Down
2 changes: 1 addition & 1 deletion config.dev.php
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion config.php
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit efd8646

Please sign in to comment.