Brizy – Page Builder - Version 1.0.116

Version Description

  • 2020-03-10 =
  • Fixed: Removed local Lato font
  • Fixed: Removed Europa Font
  • Fixed: Removed IowanOldStyleBT-Bold Font
  • Fixed: Use jQuery from WordPress
  • Fixed: Removed all possible screenshot extensions al leaved only jpeg
  • Fixed: Force jQuery enqueue.
  • Fixed: Removed some unused code added Select2 as a dependency
  • Fixed: Removed Site Settings feature as this was never used
Download this release

Release Info

Developer themefusecom
Plugin Icon 128x128 Brizy – Page Builder
Version 1.0.116
Comparing to
See all releases

Code changes from version 1.0.115 to 1.0.116

README.md CHANGED
@@ -3,7 +3,7 @@ Contributors: themefuse<br>
3
  Requires at least: 4.5<br>
4
  Tested up to: 5.3.2<br>
5
  Requires PHP: 5.6<br>
6
- Stable tag: 1.0.115<br>
7
  License: GPLv3<br>
8
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
9
 
@@ -118,6 +118,16 @@ $bodyHtml = apply_filters( 'brizy_content', $html->get_body(), Brizy_Editor_Proj
118
 
119
  ## Changelog
120
 
 
 
 
 
 
 
 
 
 
 
121
  ### 1.0.115 - 2020-03-10 ###
122
  * Fixed: Removed Nucleo
123
  * Fixed: Added Font Awesome4
3
  Requires at least: 4.5<br>
4
  Tested up to: 5.3.2<br>
5
  Requires PHP: 5.6<br>
6
+ Stable tag: 1.0.116<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.116 - 2020-03-10 ###
122
+ * Fixed: Removed local Lato font
123
+ * Fixed: Removed Europa Font
124
+ * Fixed: Removed IowanOldStyleBT-Bold Font
125
+ * Fixed: Use jQuery from WordPress
126
+ * Fixed: Removed all possible screenshot extensions al leaved only jpeg
127
+ * Fixed: Force jQuery enqueue.
128
+ * Fixed: Removed some unused code added Select2 as a dependency
129
+ * Fixed: Removed Site Settings feature as this was never used
130
+
131
  ### 1.0.115 - 2020-03-10 ###
132
  * Fixed: Removed Nucleo
133
  * Fixed: Added Font Awesome4
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.115
9
  * Text Domain: brizy
10
  * License: GPLv3
11
  * Domain Path: /languages
@@ -19,7 +19,7 @@ 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.115' );
23
  define( 'BRIZY_EDITOR_VERSION', '130-wp' );
24
  define( 'BRIZY_FILE', __FILE__ );
25
  define( 'BRIZY_PLUGIN_BASE', plugin_basename( BRIZY_FILE ) );
5
  * Plugin URI: https://brizy.io/
6
  * Author: Brizy.io
7
  * Author URI: https://brizy.io/
8
+ * Version: 1.0.116
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.116' );
23
  define( 'BRIZY_EDITOR_VERSION', '130-wp' );
24
  define( 'BRIZY_FILE', __FILE__ );
25
  define( 'BRIZY_PLUGIN_BASE', plugin_basename( BRIZY_FILE ) );
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: brizy, page builder, editor, visual editor, unyson, wysiwyg, landing page,
4
  Requires at least: 4.5
5
  Tested up to: 5.3.2
6
  Requires PHP: 5.6
7
- Stable tag: 1.0.115
8
  License: GPLv3
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -139,6 +139,16 @@ The progress you're making while building your page is always backed up in the c
139
 
140
  == Changelog ==
141
 
 
 
 
 
 
 
 
 
 
 
142
  = 1.0.115 - 2020-03-10 =
143
  * Fixed: Removed Nucleo
144
  * Fixed: Added Font Awesome4
4
  Requires at least: 4.5
5
  Tested up to: 5.3.2
6
  Requires PHP: 5.6
7
+ Stable tag: 1.0.116
8
  License: GPLv3
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
10
 
139
 
140
  == Changelog ==
141
 
142
+ = 1.0.116 - 2020-03-10 =
143
+ * Fixed: Removed local Lato font
144
+ * Fixed: Removed Europa Font
145
+ * Fixed: Removed IowanOldStyleBT-Bold Font
146
+ * Fixed: Use jQuery from WordPress
147
+ * Fixed: Removed all possible screenshot extensions al leaved only jpeg
148
+ * Fixed: Force jQuery enqueue.
149
+ * Fixed: Removed some unused code added Select2 as a dependency
150
+ * Fixed: Removed Site Settings feature as this was never used
151
+
152
  = 1.0.115 - 2020-03-10 =
153
  * Fixed: Removed Nucleo
154
  * Fixed: Added Font Awesome4
vendor/autoload.php CHANGED
@@ -4,4 +4,4 @@
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
- return ComposerAutoloaderInit0741131062cabb10a5dbad70f5304ca0::getLoader();
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
+ return ComposerAutoloaderInit8549a1894258583fcfdf2c66266af91e::getLoader();
vendor/composer/autoload_real.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
- class ComposerAutoloaderInit0741131062cabb10a5dbad70f5304ca0
6
  {
7
  private static $loader;
8
 
@@ -19,15 +19,15 @@ class ComposerAutoloaderInit0741131062cabb10a5dbad70f5304ca0
19
  return self::$loader;
20
  }
21
 
22
- spl_autoload_register(array('ComposerAutoloaderInit0741131062cabb10a5dbad70f5304ca0', 'loadClassLoader'), true, true);
23
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
24
- spl_autoload_unregister(array('ComposerAutoloaderInit0741131062cabb10a5dbad70f5304ca0', '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\ComposerStaticInit0741131062cabb10a5dbad70f5304ca0::getInitializer($loader));
31
  } else {
32
  $map = require __DIR__ . '/autoload_namespaces.php';
33
  foreach ($map as $namespace => $path) {
@@ -48,19 +48,19 @@ class ComposerAutoloaderInit0741131062cabb10a5dbad70f5304ca0
48
  $loader->register(true);
49
 
50
  if ($useStaticLoader) {
51
- $includeFiles = Composer\Autoload\ComposerStaticInit0741131062cabb10a5dbad70f5304ca0::$files;
52
  } else {
53
  $includeFiles = require __DIR__ . '/autoload_files.php';
54
  }
55
  foreach ($includeFiles as $fileIdentifier => $file) {
56
- composerRequire0741131062cabb10a5dbad70f5304ca0($fileIdentifier, $file);
57
  }
58
 
59
  return $loader;
60
  }
61
  }
62
 
63
- function composerRequire0741131062cabb10a5dbad70f5304ca0($fileIdentifier, $file)
64
  {
65
  if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
66
  require $file;
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
+ class ComposerAutoloaderInit8549a1894258583fcfdf2c66266af91e
6
  {
7
  private static $loader;
8
 
19
  return self::$loader;
20
  }
21
 
22
+ spl_autoload_register(array('ComposerAutoloaderInit8549a1894258583fcfdf2c66266af91e', 'loadClassLoader'), true, true);
23
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
24
+ spl_autoload_unregister(array('ComposerAutoloaderInit8549a1894258583fcfdf2c66266af91e', '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\ComposerStaticInit8549a1894258583fcfdf2c66266af91e::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\ComposerStaticInit8549a1894258583fcfdf2c66266af91e::$files;
52
  } else {
53
  $includeFiles = require __DIR__ . '/autoload_files.php';
54
  }
55
  foreach ($includeFiles as $fileIdentifier => $file) {
56
+ composerRequire8549a1894258583fcfdf2c66266af91e($fileIdentifier, $file);
57
  }
58
 
59
  return $loader;
60
  }
61
  }
62
 
63
+ function composerRequire8549a1894258583fcfdf2c66266af91e($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 ComposerStaticInit0741131062cabb10a5dbad70f5304ca0
8
  {
9
  public static $files = array (
10
  '8ec4222c68e580a23520eef4abe4380f' => __DIR__ . '/..' . '/shortpixel/shortpixel-php/lib/ShortPixel.php',
@@ -60,9 +60,9 @@ class ComposerStaticInit0741131062cabb10a5dbad70f5304ca0
60
  public static function getInitializer(ClassLoader $loader)
61
  {
62
  return \Closure::bind(function () use ($loader) {
63
- $loader->prefixLengthsPsr4 = ComposerStaticInit0741131062cabb10a5dbad70f5304ca0::$prefixLengthsPsr4;
64
- $loader->prefixDirsPsr4 = ComposerStaticInit0741131062cabb10a5dbad70f5304ca0::$prefixDirsPsr4;
65
- $loader->prefixesPsr0 = ComposerStaticInit0741131062cabb10a5dbad70f5304ca0::$prefixesPsr0;
66
 
67
  }, null, ClassLoader::class);
68
  }
4
 
5
  namespace Composer\Autoload;
6
 
7
+ class ComposerStaticInit8549a1894258583fcfdf2c66266af91e
8
  {
9
  public static $files = array (
10
  '8ec4222c68e580a23520eef4abe4380f' => __DIR__ . '/..' . '/shortpixel/shortpixel-php/lib/ShortPixel.php',
60
  public static function getInitializer(ClassLoader $loader)
61
  {
62
  return \Closure::bind(function () use ($loader) {
63
+ $loader->prefixLengthsPsr4 = ComposerStaticInit8549a1894258583fcfdf2c66266af91e::$prefixLengthsPsr4;
64
+ $loader->prefixDirsPsr4 = ComposerStaticInit8549a1894258583fcfdf2c66266af91e::$prefixDirsPsr4;
65
+ $loader->prefixesPsr0 = ComposerStaticInit8549a1894258583fcfdf2c66266af91e::$prefixesPsr0;
66
 
67
  }, null, ClassLoader::class);
68
  }