Version Description
Release Date - 2020-05-13
Free:
- Fix: Page preview works properly
Download this release
Release Info
Developer | visualcomposer |
Plugin | Visual Composer Website Builder |
Version | 27.1 |
Comparing to | |
See all releases |
Code changes from version 27.0 to 27.1
plugin-wordpress.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Visual Composer
|
4 |
* Plugin URI: https://visualcomposer.com/premium/?utm_medium=wp-dashboard&utm_source=plugins-page&utm_campaign=vcwb&utm_content=plugin-link
|
5 |
* Description: Create your WordPress website with the fast and easy-to-use drag-and-drop builder for experts and beginners.
|
6 |
-
* Version: 27.
|
7 |
* Author: visualcomposer.com
|
8 |
* Author URI: https://visualcomposer.com/?utm_medium=wp-dashboard&utm_source=plugins-page&utm_campaign=vcwb&utm_content=author-link
|
9 |
* Copyright: (c) 2017 TechMill Ltd.
|
@@ -45,7 +45,7 @@ if (defined('VCV_VERSION')) {
|
|
45 |
/**
|
46 |
* Plugin version constant
|
47 |
*/
|
48 |
-
define('VCV_VERSION', '27.
|
49 |
/**
|
50 |
* Plugin url: 'http://web/wp-content/plugins/plugin_dir/'
|
51 |
*/
|
3 |
* Plugin Name: Visual Composer
|
4 |
* Plugin URI: https://visualcomposer.com/premium/?utm_medium=wp-dashboard&utm_source=plugins-page&utm_campaign=vcwb&utm_content=plugin-link
|
5 |
* Description: Create your WordPress website with the fast and easy-to-use drag-and-drop builder for experts and beginners.
|
6 |
+
* Version: 27.1
|
7 |
* Author: visualcomposer.com
|
8 |
* Author URI: https://visualcomposer.com/?utm_medium=wp-dashboard&utm_source=plugins-page&utm_campaign=vcwb&utm_content=author-link
|
9 |
* Copyright: (c) 2017 TechMill Ltd.
|
45 |
/**
|
46 |
* Plugin version constant
|
47 |
*/
|
48 |
+
define('VCV_VERSION', '27.1');
|
49 |
/**
|
50 |
* Plugin url: 'http://web/wp-content/plugins/plugin_dir/'
|
51 |
*/
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: Visual Composer, drag and drop, visual editor, visual builder, landing pag
|
|
4 |
Requires PHP: 5.6
|
5 |
Requires at least: 4.6
|
6 |
Tested up to: 5.4.1
|
7 |
-
Stable tag: 27.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -179,6 +179,12 @@ Yes, we have an awesome online community that you can join to share your experti
|
|
179 |
|
180 |
== Changelog ==
|
181 |
|
|
|
|
|
|
|
|
|
|
|
|
|
182 |
= 27.0 =
|
183 |
*Release Date - 2020-05-12*
|
184 |
|
4 |
Requires PHP: 5.6
|
5 |
Requires at least: 4.6
|
6 |
Tested up to: 5.4.1
|
7 |
+
Stable tag: 27.1
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
179 |
|
180 |
== Changelog ==
|
181 |
|
182 |
+
= 27.1 =
|
183 |
+
*Release Date - 2020-05-13*
|
184 |
+
|
185 |
+
#### Free:
|
186 |
+
- Fix: Page preview works properly
|
187 |
+
|
188 |
= 27.0 =
|
189 |
*Release Date - 2020-05-12*
|
190 |
|
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 ComposerAutoloaderInit2adf216596db7be2eb21995b68039cdc::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 ComposerAutoloaderInit6479b85d1ed8deb31f28d7e3f25fbd23
|
|
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) {
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
+
class ComposerAutoloaderInit2adf216596db7be2eb21995b68039cdc
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
19 |
return self::$loader;
|
20 |
}
|
21 |
|
22 |
+
spl_autoload_register(array('ComposerAutoloaderInit2adf216596db7be2eb21995b68039cdc', 'loadClassLoader'), true, true);
|
23 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
24 |
+
spl_autoload_unregister(array('ComposerAutoloaderInit2adf216596db7be2eb21995b68039cdc', '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\ComposerStaticInit2adf216596db7be2eb21995b68039cdc::getInitializer($loader));
|
31 |
} else {
|
32 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
33 |
foreach ($map as $namespace => $path) {
|
vendor/composer/autoload_static.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
-
class
|
8 |
{
|
9 |
public static $prefixLengthsPsr4 = array (
|
10 |
'V' =>
|
@@ -250,9 +250,9 @@ class ComposerStaticInit6479b85d1ed8deb31f28d7e3f25fbd23
|
|
250 |
public static function getInitializer(ClassLoader $loader)
|
251 |
{
|
252 |
return \Closure::bind(function () use ($loader) {
|
253 |
-
$loader->prefixLengthsPsr4 =
|
254 |
-
$loader->prefixDirsPsr4 =
|
255 |
-
$loader->classMap =
|
256 |
|
257 |
}, null, ClassLoader::class);
|
258 |
}
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
+
class ComposerStaticInit2adf216596db7be2eb21995b68039cdc
|
8 |
{
|
9 |
public static $prefixLengthsPsr4 = array (
|
10 |
'V' =>
|
250 |
public static function getInitializer(ClassLoader $loader)
|
251 |
{
|
252 |
return \Closure::bind(function () use ($loader) {
|
253 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInit2adf216596db7be2eb21995b68039cdc::$prefixLengthsPsr4;
|
254 |
+
$loader->prefixDirsPsr4 = ComposerStaticInit2adf216596db7be2eb21995b68039cdc::$prefixDirsPsr4;
|
255 |
+
$loader->classMap = ComposerStaticInit2adf216596db7be2eb21995b68039cdc::$classMap;
|
256 |
|
257 |
}, null, ClassLoader::class);
|
258 |
}
|
visualcomposer/Modules/Assets/PreviewJsEnqueueController.php
CHANGED
@@ -46,7 +46,7 @@ class PreviewJsEnqueueController extends JsEnqueueController implements Module
|
|
46 |
$localJs = get_post_meta($sourceId, '_' . VCV_PREFIX . 'preview-settingsLocalJsHead', true);
|
47 |
}
|
48 |
|
49 |
-
$this->printJs($globalJs, $localJs);
|
50 |
}
|
51 |
|
52 |
/**
|
@@ -70,6 +70,6 @@ class PreviewJsEnqueueController extends JsEnqueueController implements Module
|
|
70 |
$localJs = get_post_meta($sourceId, '_' . VCV_PREFIX . 'preview-settingsLocalJsFooter', true);
|
71 |
}
|
72 |
|
73 |
-
$this->printJs($globalJs, $localJs);
|
74 |
}
|
75 |
}
|
46 |
$localJs = get_post_meta($sourceId, '_' . VCV_PREFIX . 'preview-settingsLocalJsHead', true);
|
47 |
}
|
48 |
|
49 |
+
$this->printJs($globalJs, $localJs, $sourceId, 'head');
|
50 |
}
|
51 |
|
52 |
/**
|
70 |
$localJs = get_post_meta($sourceId, '_' . VCV_PREFIX . 'preview-settingsLocalJsFooter', true);
|
71 |
}
|
72 |
|
73 |
+
$this->printJs($globalJs, $localJs, $sourceId, 'footer');
|
74 |
}
|
75 |
}
|