Version Description
- 2019-09-19 =
- Fixed: Editor version
- Fixed: Read me files
Download this release
Release Info
Developer | themefusecom |
Plugin | Brizy – Page Builder |
Version | 1.0.84 |
Comparing to | |
See all releases |
Code changes from version 1.0.83 to 1.0.84
- README.md +6 -3
- brizy.php +3 -3
- config.php +2 -14
- editor/url-builder.php +0 -16
- readme.txt +6 -3
- vendor/autoload.php +1 -1
- vendor/composer/autoload_real.php +7 -7
- vendor/composer/autoload_static.php +4 -4
README.md
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
# Brizy - Page Builder
|
2 |
Contributors: themefuse<br>
|
3 |
Requires at least: 4.5<br>
|
4 |
-
Tested up to: 5.2.
|
5 |
Requires PHP: 5.6<br>
|
6 |
-
Stable tag: 1.0.
|
7 |
License: GPLv3<br>
|
8 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|
@@ -118,11 +118,14 @@ $bodyHtml = apply_filters( 'brizy_content', $html->get_body(), Brizy_Editor_Proj
|
|
118 |
|
119 |
## Changelog
|
120 |
|
|
|
|
|
|
|
|
|
121 |
### 1.0.83 - 2019-09-18 ###
|
122 |
* Fixed: Fonts with Mega Menu section
|
123 |
|
124 |
### 1.0.82 - 2019-09-18 ###
|
125 |
-
* New: Custom fonts
|
126 |
* New: Text image mask
|
127 |
* New: Text shadow
|
128 |
* New: Text gradient color
|
1 |
# Brizy - Page Builder
|
2 |
Contributors: themefuse<br>
|
3 |
Requires at least: 4.5<br>
|
4 |
+
Tested up to: 5.2.3<br>
|
5 |
Requires PHP: 5.6<br>
|
6 |
+
Stable tag: 1.0.84<br>
|
7 |
License: GPLv3<br>
|
8 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|
118 |
|
119 |
## Changelog
|
120 |
|
121 |
+
### 1.0.84 - 2019-09-19 ###
|
122 |
+
* Fixed: Editor version
|
123 |
+
* Fixed: Read me files
|
124 |
+
|
125 |
### 1.0.83 - 2019-09-18 ###
|
126 |
* Fixed: Fonts with Mega Menu section
|
127 |
|
128 |
### 1.0.82 - 2019-09-18 ###
|
|
|
129 |
* New: Text image mask
|
130 |
* New: Text shadow
|
131 |
* New: Text gradient color
|
brizy.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Plugin URI: https://brizy.io/
|
6 |
* Author: Brizy.io
|
7 |
* Author URI: https://brizy.io/
|
8 |
-
* Version: 1.0.
|
9 |
* Text Domain: brizy
|
10 |
* License: GPLv3
|
11 |
* Domain Path: /languages
|
@@ -19,8 +19,8 @@ if ( isset( $_SERVER['HTTP_X_FORWARDED_PROTO'] ) && stripos( $_SERVER['HTTP_X_FO
|
|
19 |
|
20 |
define( 'BRIZY_DEVELOPMENT', false );
|
21 |
define( 'BRIZY_LOG', false );
|
22 |
-
define( 'BRIZY_VERSION', '1.0.
|
23 |
-
define( 'BRIZY_EDITOR_VERSION', '
|
24 |
define( 'BRIZY_FILE', __FILE__ );
|
25 |
define( 'BRIZY_PLUGIN_BASE', plugin_basename( BRIZY_FILE ) );
|
26 |
define( 'BRIZY_PLUGIN_PATH', dirname( BRIZY_FILE ) );
|
5 |
* Plugin URI: https://brizy.io/
|
6 |
* Author: Brizy.io
|
7 |
* Author URI: https://brizy.io/
|
8 |
+
* Version: 1.0.84
|
9 |
* Text Domain: brizy
|
10 |
* License: GPLv3
|
11 |
* Domain Path: /languages
|
19 |
|
20 |
define( 'BRIZY_DEVELOPMENT', false );
|
21 |
define( 'BRIZY_LOG', false );
|
22 |
+
define( 'BRIZY_VERSION', '1.0.84' );
|
23 |
+
define( 'BRIZY_EDITOR_VERSION', '104' );
|
24 |
define( 'BRIZY_FILE', __FILE__ );
|
25 |
define( 'BRIZY_PLUGIN_BASE', plugin_basename( BRIZY_FILE ) );
|
26 |
define( 'BRIZY_PLUGIN_PATH', dirname( BRIZY_FILE ) );
|
config.php
CHANGED
@@ -5,28 +5,17 @@ class Brizy_Config {
|
|
5 |
|
6 |
const SITE_URL_PLACEHOLDER = '{@brizy_SITE_URL_PLACEHOLDER@}';
|
7 |
const SITE_URL_PLACEHOLDER_REGEX = '/{@brizy_SITE_URL_PLACEHOLDER@}/im';
|
8 |
-
const LOCAL_PAGE_MEDIA_STATIC_URL = '/brizy/media';
|
9 |
const LOCAL_PAGE_ASSET_STATIC_URL = '/brizy/%s';
|
10 |
-
const BRIZY_WP_EDITOR_ASSET_PATH = '/brizy/editor';
|
11 |
const MEDIA_IMAGE_URL = '/media';
|
12 |
const FONTS_URL = 'https://www.brizy.cloud/fonts/wp?path=%s';
|
13 |
|
14 |
-
const EDITOR_HOST_API = 'api.testblox.info';
|
15 |
-
const EDITOR_HOST_BASE = 'www.testblox.info';
|
16 |
-
const EDITOR_HOST_ORIGIN = 'testblox.info';
|
17 |
-
const EDITOR_HOST_PRIMARY = 'testblox.info';
|
18 |
-
|
19 |
// this seems like it's not used any more. Leaving untouched
|
20 |
const GATEWAY_URI = 'https://api.brizy.io';
|
21 |
|
22 |
-
const BRIZY_REGISTRATION_CREDENTIALS = '/wordpress/credentials';
|
23 |
-
|
24 |
const BRIZY_BLANK_TEMPLATE_FILE_NAME = 'brizy-blank-template.php';
|
25 |
const BRIZY_TEMPLATE_FILE_NAME = 'brizy-header-footer-template.php';
|
26 |
|
27 |
-
const BRIZY_APPLICATION_INTEGRATION_URL = 'https://forms.brizy.io';
|
28 |
const BRIZY_APPLICATION_FORM_ID = '6_5968m8wd3r8kcwww8o480w4c4c84sc8gw4kwk80s4k0c48ogkc';
|
29 |
-
const BRIZY_APPLICATION_FORM_URL = '/client_id/%s?multipass_url=%s';
|
30 |
const BRIZY_APPLICATION_FORM_NOTIFICATION_URL = 'http://cloud.bodnar.site/form/submit';
|
31 |
const BRIZY_PLATFORM_MULTIPASS_LOGIN = '/multipass/login/%s/%s?email=%s';
|
32 |
|
@@ -36,8 +25,7 @@ class Brizy_Config {
|
|
36 |
|
37 |
const UPGRADE_TO_PRO_URL = "https://www.brizy.io/brizy-pro-pricing/";
|
38 |
const SUPPORT_URL = "https://support.brizy.io";
|
39 |
-
const ABOUT_URL = "https://brizy.io";
|
40 |
-
const SHORTPIXEL_CONFIG = "https://www.brizy.cloud/shortpixel.txt";
|
41 |
const GO_PRO_DASHBOARD_URL = "https://www.brizy.io/brizy-pro-pricing/?utm_source=wp-menu&utm_campaign=gopro&utm_medium=wp-dash/";
|
42 |
|
43 |
static public function getCompilerUrls() {
|
@@ -63,7 +51,7 @@ class Brizy_Config {
|
|
63 |
static public function getEditorBaseUrls() {
|
64 |
return new Brizy_Admin_UrlIterator(
|
65 |
array(
|
66 |
-
'https://brizy.cloud',
|
67 |
'http://media1.brizycompiler.run',
|
68 |
'http://media2.brizycompiler.run'
|
69 |
)
|
5 |
|
6 |
const SITE_URL_PLACEHOLDER = '{@brizy_SITE_URL_PLACEHOLDER@}';
|
7 |
const SITE_URL_PLACEHOLDER_REGEX = '/{@brizy_SITE_URL_PLACEHOLDER@}/im';
|
|
|
8 |
const LOCAL_PAGE_ASSET_STATIC_URL = '/brizy/%s';
|
|
|
9 |
const MEDIA_IMAGE_URL = '/media';
|
10 |
const FONTS_URL = 'https://www.brizy.cloud/fonts/wp?path=%s';
|
11 |
|
|
|
|
|
|
|
|
|
|
|
12 |
// this seems like it's not used any more. Leaving untouched
|
13 |
const GATEWAY_URI = 'https://api.brizy.io';
|
14 |
|
|
|
|
|
15 |
const BRIZY_BLANK_TEMPLATE_FILE_NAME = 'brizy-blank-template.php';
|
16 |
const BRIZY_TEMPLATE_FILE_NAME = 'brizy-header-footer-template.php';
|
17 |
|
|
|
18 |
const BRIZY_APPLICATION_FORM_ID = '6_5968m8wd3r8kcwww8o480w4c4c84sc8gw4kwk80s4k0c48ogkc';
|
|
|
19 |
const BRIZY_APPLICATION_FORM_NOTIFICATION_URL = 'http://cloud.bodnar.site/form/submit';
|
20 |
const BRIZY_PLATFORM_MULTIPASS_LOGIN = '/multipass/login/%s/%s?email=%s';
|
21 |
|
25 |
|
26 |
const UPGRADE_TO_PRO_URL = "https://www.brizy.io/brizy-pro-pricing/";
|
27 |
const SUPPORT_URL = "https://support.brizy.io";
|
28 |
+
const ABOUT_URL = "https://www.brizy.io";
|
|
|
29 |
const GO_PRO_DASHBOARD_URL = "https://www.brizy.io/brizy-pro-pricing/?utm_source=wp-menu&utm_campaign=gopro&utm_medium=wp-dash/";
|
30 |
|
31 |
static public function getCompilerUrls() {
|
51 |
static public function getEditorBaseUrls() {
|
52 |
return new Brizy_Admin_UrlIterator(
|
53 |
array(
|
54 |
+
'https://www.brizy.cloud',
|
55 |
'http://media1.brizycompiler.run',
|
56 |
'http://media2.brizycompiler.run'
|
57 |
)
|
editor/url-builder.php
CHANGED
@@ -44,22 +44,6 @@ class Brizy_Editor_UrlBuilder
|
|
44 |
}
|
45 |
|
46 |
|
47 |
-
// /**
|
48 |
-
// * @return Brizy_Admin_UrlIterator
|
49 |
-
// */
|
50 |
-
// public function application_form_url() {
|
51 |
-
//
|
52 |
-
// $form_url = sprintf( Brizy_Config::BRIZY_APPLICATION_FORM_URL, Brizy_Config::BRIZY_APPLICATION_FORM_ID, urlencode( $this->multipass_url() ) );
|
53 |
-
//
|
54 |
-
// $urls = array();
|
55 |
-
//
|
56 |
-
// foreach ( Brizy_Config::getEditorBaseUrls() as $url ) {
|
57 |
-
// $urls[] = $url . $form_url;
|
58 |
-
// }
|
59 |
-
//
|
60 |
-
// return new Brizy_Admin_UrlIterator( $urls );
|
61 |
-
// }
|
62 |
-
|
63 |
public function application_form_notification_url()
|
64 |
{
|
65 |
|
44 |
}
|
45 |
|
46 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
public function application_form_notification_url()
|
48 |
{
|
49 |
|
readme.txt
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
Contributors: themefuse
|
3 |
Tags: brizy, page builder, editor, visual editor, unyson, wysiwyg, landing page, drag-and-drop, design, website builder, landing page builder, front-end builder
|
4 |
Requires at least: 4.5
|
5 |
-
Tested up to: 5.2.
|
6 |
Requires PHP: 5.6
|
7 |
-
Stable tag: 1.0.
|
8 |
License: GPLv3
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -139,11 +139,14 @@ The progress you're making while building your page is always backed up in the c
|
|
139 |
|
140 |
== Changelog ==
|
141 |
|
|
|
|
|
|
|
|
|
142 |
= 1.0.83 - 2019-09-18 =
|
143 |
* Fixed: Fonts with Mega Menu section
|
144 |
|
145 |
= 1.0.82 - 2019-09-18 =
|
146 |
-
* New: Custom fonts
|
147 |
* New: Text image mask
|
148 |
* New: Text shadow
|
149 |
* New: Text gradient color
|
2 |
Contributors: themefuse
|
3 |
Tags: brizy, page builder, editor, visual editor, unyson, wysiwyg, landing page, drag-and-drop, design, website builder, landing page builder, front-end builder
|
4 |
Requires at least: 4.5
|
5 |
+
Tested up to: 5.2.3
|
6 |
Requires PHP: 5.6
|
7 |
+
Stable tag: 1.0.84
|
8 |
License: GPLv3
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
139 |
|
140 |
== Changelog ==
|
141 |
|
142 |
+
= 1.0.84 - 2019-09-19 =
|
143 |
+
* Fixed: Editor version
|
144 |
+
* Fixed: Read me files
|
145 |
+
|
146 |
= 1.0.83 - 2019-09-18 =
|
147 |
* Fixed: Fonts with Mega Menu section
|
148 |
|
149 |
= 1.0.82 - 2019-09-18 =
|
|
|
150 |
* New: Text image mask
|
151 |
* New: Text shadow
|
152 |
* New: Text gradient color
|
vendor/autoload.php
CHANGED
@@ -4,4 +4,4 @@
|
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
-
return
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
+
return ComposerAutoloaderInit1f805399739e76b5c77e38e1331df915::getLoader();
|
vendor/composer/autoload_real.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
-
class
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
@@ -19,15 +19,15 @@ class ComposerAutoloaderInit807f8a3da5bf571217b29fa75a0e488f
|
|
19 |
return self::$loader;
|
20 |
}
|
21 |
|
22 |
-
spl_autoload_register(array('
|
23 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
24 |
-
spl_autoload_unregister(array('
|
25 |
|
26 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
27 |
if ($useStaticLoader) {
|
28 |
require_once __DIR__ . '/autoload_static.php';
|
29 |
|
30 |
-
call_user_func(\Composer\Autoload\
|
31 |
} else {
|
32 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
33 |
foreach ($map as $namespace => $path) {
|
@@ -48,19 +48,19 @@ class ComposerAutoloaderInit807f8a3da5bf571217b29fa75a0e488f
|
|
48 |
$loader->register(true);
|
49 |
|
50 |
if ($useStaticLoader) {
|
51 |
-
$includeFiles = Composer\Autoload\
|
52 |
} else {
|
53 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
54 |
}
|
55 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
56 |
-
|
57 |
}
|
58 |
|
59 |
return $loader;
|
60 |
}
|
61 |
}
|
62 |
|
63 |
-
function
|
64 |
{
|
65 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
66 |
require $file;
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
+
class ComposerAutoloaderInit1f805399739e76b5c77e38e1331df915
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
19 |
return self::$loader;
|
20 |
}
|
21 |
|
22 |
+
spl_autoload_register(array('ComposerAutoloaderInit1f805399739e76b5c77e38e1331df915', 'loadClassLoader'), true, true);
|
23 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
24 |
+
spl_autoload_unregister(array('ComposerAutoloaderInit1f805399739e76b5c77e38e1331df915', 'loadClassLoader'));
|
25 |
|
26 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
27 |
if ($useStaticLoader) {
|
28 |
require_once __DIR__ . '/autoload_static.php';
|
29 |
|
30 |
+
call_user_func(\Composer\Autoload\ComposerStaticInit1f805399739e76b5c77e38e1331df915::getInitializer($loader));
|
31 |
} else {
|
32 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
33 |
foreach ($map as $namespace => $path) {
|
48 |
$loader->register(true);
|
49 |
|
50 |
if ($useStaticLoader) {
|
51 |
+
$includeFiles = Composer\Autoload\ComposerStaticInit1f805399739e76b5c77e38e1331df915::$files;
|
52 |
} else {
|
53 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
54 |
}
|
55 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
56 |
+
composerRequire1f805399739e76b5c77e38e1331df915($fileIdentifier, $file);
|
57 |
}
|
58 |
|
59 |
return $loader;
|
60 |
}
|
61 |
}
|
62 |
|
63 |
+
function composerRequire1f805399739e76b5c77e38e1331df915($fileIdentifier, $file)
|
64 |
{
|
65 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
66 |
require $file;
|
vendor/composer/autoload_static.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
-
class
|
8 |
{
|
9 |
public static $files = array (
|
10 |
'8ec4222c68e580a23520eef4abe4380f' => __DIR__ . '/..' . '/shortpixel/shortpixel-php/lib/ShortPixel.php',
|
@@ -52,9 +52,9 @@ class ComposerStaticInit807f8a3da5bf571217b29fa75a0e488f
|
|
52 |
public static function getInitializer(ClassLoader $loader)
|
53 |
{
|
54 |
return \Closure::bind(function () use ($loader) {
|
55 |
-
$loader->prefixLengthsPsr4 =
|
56 |
-
$loader->prefixDirsPsr4 =
|
57 |
-
$loader->prefixesPsr0 =
|
58 |
|
59 |
}, null, ClassLoader::class);
|
60 |
}
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
+
class ComposerStaticInit1f805399739e76b5c77e38e1331df915
|
8 |
{
|
9 |
public static $files = array (
|
10 |
'8ec4222c68e580a23520eef4abe4380f' => __DIR__ . '/..' . '/shortpixel/shortpixel-php/lib/ShortPixel.php',
|
52 |
public static function getInitializer(ClassLoader $loader)
|
53 |
{
|
54 |
return \Closure::bind(function () use ($loader) {
|
55 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInit1f805399739e76b5c77e38e1331df915::$prefixLengthsPsr4;
|
56 |
+
$loader->prefixDirsPsr4 = ComposerStaticInit1f805399739e76b5c77e38e1331df915::$prefixDirsPsr4;
|
57 |
+
$loader->prefixesPsr0 = ComposerStaticInit1f805399739e76b5c77e38e1331df915::$prefixesPsr0;
|
58 |
|
59 |
}, null, ClassLoader::class);
|
60 |
}
|