Version Description
Release Date - 2021-08-04
Free:
- New: Visual Composer layouts have Design Options that apply to the whole page
- New: Notification Center to inform you about new features, updates, and more
- New: Visual Composer navigation bar updated for better UI/UX
- Update: License input messages adjusted
- Update: Font loading adjusted for performance
- Update: SQL queries for posts improved for performance
- Update: Parallax accepts negative values for reverse effects
- Update: Visual Composer Insights notification order improved for better UI/UX
- Fix: Emojis are displayed properly in articles created with Visual Composer
- Fix: Link selector works properly for OnClick actions
- Fix: TinyMCE works properly in Visual Composer
- Fix: Lazy load option applies to Design Options properly
- Fix: OnClick 'Zoom' option works properly
- Fix: YouTube video element works properly in mobile Firefox
- Fix: Copying elements from deleted rows work properly
- Fix: Link Selector popup does not close upon text selection
- Fix: List elements are displayed properly in the text editor
- Fix: Utils service method works properly
- Fix: Column resize works properly
- Fix: Autoload cache works properly with different path
- Fix: Template update works properly
- Fix: Simple Image slider works properly
- Compatibility: Visual Composer works properly with WP Export/Import
Premium:
- Fix: Header controls work properly in Visual Composer Dashboard
- Fix: Post Slider element does not crop featured image
- Fix: Design Options of the Pageable Container element works properly
- Fix: Dynamic Content works properly with ACF
- Fix: Right-Click functionality works properly with Role Manager settings
- Compatibility: Global site header option works properly with WooCommerce Search
Download this release
Release Info
Developer | visualcomposer |
Plugin | Visual Composer Website Builder |
Version | 38.0 |
Comparing to | |
See all releases |
Code changes from version 38.0-beta.2 to 38.0
- plugin-wordpress.php +2 -2
- readme.txt +38 -2
- vendor/autoload.php +1 -1
- vendor/composer/InstalledVersions.php +2 -2
- vendor/composer/autoload_real.php +4 -4
- vendor/composer/autoload_static.php +4 -4
- vendor/composer/installed.php +2 -2
plugin-wordpress.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Plugin Name: Visual Composer
|
5 |
* Plugin URI: https://visualcomposer.com/premium/?utm_source=vcwb&utm_medium=wpplugins&utm_campaign=vcbrand&utm_content=text
|
6 |
* Description: Create your WordPress website with the fast and easy-to-use drag-and-drop builder for experts and beginners.
|
7 |
-
* Version: 38.0
|
8 |
* Author: visualcomposer.com
|
9 |
* Author URI: https://visualcomposer.com/?utm_source=vcwb&utm_medium=wpplugins&utm_campaign=vcbrand&utm_content=text
|
10 |
* Copyright: (c) 2017 TechMill Ltd.
|
@@ -46,7 +46,7 @@ if (defined('VCV_VERSION')) {
|
|
46 |
/**
|
47 |
* Plugin version constant
|
48 |
*/
|
49 |
-
define('VCV_VERSION', '38.0
|
50 |
/**
|
51 |
* Plugin url: 'http://web/wp-content/plugins/plugin_dir/'
|
52 |
*/
|
4 |
* Plugin Name: Visual Composer
|
5 |
* Plugin URI: https://visualcomposer.com/premium/?utm_source=vcwb&utm_medium=wpplugins&utm_campaign=vcbrand&utm_content=text
|
6 |
* Description: Create your WordPress website with the fast and easy-to-use drag-and-drop builder for experts and beginners.
|
7 |
+
* Version: 38.0
|
8 |
* Author: visualcomposer.com
|
9 |
* Author URI: https://visualcomposer.com/?utm_source=vcwb&utm_medium=wpplugins&utm_campaign=vcbrand&utm_content=text
|
10 |
* Copyright: (c) 2017 TechMill Ltd.
|
46 |
/**
|
47 |
* Plugin version constant
|
48 |
*/
|
49 |
+
define('VCV_VERSION', '38.0');
|
50 |
/**
|
51 |
* Plugin url: 'http://web/wp-content/plugins/plugin_dir/'
|
52 |
*/
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: VisualComposer,slavavc,veidenbaums,nikitahl,pavelvisualcomposer,ko
|
|
3 |
Tags: page builder, landing page, website builder, editor, visual composer
|
4 |
Requires PHP: 5.6
|
5 |
Requires at least: 4.6
|
6 |
-
Tested up to: 5.
|
7 |
-
Stable tag:
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -213,6 +213,42 @@ Yes, we have an awesome online community that you can join to share your experti
|
|
213 |
|
214 |
== Changelog ==
|
215 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
216 |
= 37.0 =
|
217 |
*Release Date - 2021-06-17*
|
218 |
|
3 |
Tags: page builder, landing page, website builder, editor, visual composer
|
4 |
Requires PHP: 5.6
|
5 |
Requires at least: 4.6
|
6 |
+
Tested up to: 5.8
|
7 |
+
Stable tag: 38.0
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
213 |
|
214 |
== Changelog ==
|
215 |
|
216 |
+
= 38.0 =
|
217 |
+
*Release Date - 2021-08-04*
|
218 |
+
|
219 |
+
### Free:
|
220 |
+
- New: Visual Composer layouts have Design Options that apply to the whole page
|
221 |
+
- New: Notification Center to inform you about new features, updates, and more
|
222 |
+
- New: Visual Composer navigation bar updated for better UI/UX
|
223 |
+
- Update: License input messages adjusted
|
224 |
+
- Update: Font loading adjusted for performance
|
225 |
+
- Update: SQL queries for posts improved for performance
|
226 |
+
- Update: Parallax accepts negative values for reverse effects
|
227 |
+
- Update: Visual Composer Insights notification order improved for better UI/UX
|
228 |
+
- Fix: Emojis are displayed properly in articles created with Visual Composer
|
229 |
+
- Fix: Link selector works properly for OnClick actions
|
230 |
+
- Fix: TinyMCE works properly in Visual Composer
|
231 |
+
- Fix: Lazy load option applies to Design Options properly
|
232 |
+
- Fix: OnClick 'Zoom' option works properly
|
233 |
+
- Fix: YouTube video element works properly in mobile Firefox
|
234 |
+
- Fix: Copying elements from deleted rows work properly
|
235 |
+
- Fix: Link Selector popup does not close upon text selection
|
236 |
+
- Fix: List elements are displayed properly in the text editor
|
237 |
+
- Fix: Utils service method works properly
|
238 |
+
- Fix: Column resize works properly
|
239 |
+
- Fix: Autoload cache works properly with different path
|
240 |
+
- Fix: Template update works properly
|
241 |
+
- Fix: Simple Image slider works properly
|
242 |
+
- Compatibility: Visual Composer works properly with WP Export/Import
|
243 |
+
|
244 |
+
### Premium:
|
245 |
+
- Fix: Header controls work properly in Visual Composer Dashboard
|
246 |
+
- Fix: Post Slider element does not crop featured image
|
247 |
+
- Fix: Design Options of the Pageable Container element works properly
|
248 |
+
- Fix: Dynamic Content works properly with ACF
|
249 |
+
- Fix: Right-Click functionality works properly with Role Manager settings
|
250 |
+
- Compatibility: Global site header option works properly with WooCommerce Search
|
251 |
+
|
252 |
= 37.0 =
|
253 |
*Release Date - 2021-06-17*
|
254 |
|
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 ComposerAutoloaderInit5cb6f834b3fbed343bd4e19077de91eb::getLoader();
|
vendor/composer/InstalledVersions.php
CHANGED
@@ -19,7 +19,7 @@ private static $installed = array (
|
|
19 |
'aliases' =>
|
20 |
array (
|
21 |
),
|
22 |
-
'reference' => '
|
23 |
'name' => '__root__',
|
24 |
),
|
25 |
'versions' =>
|
@@ -31,7 +31,7 @@ private static $installed = array (
|
|
31 |
'aliases' =>
|
32 |
array (
|
33 |
),
|
34 |
-
'reference' => '
|
35 |
),
|
36 |
),
|
37 |
);
|
19 |
'aliases' =>
|
20 |
array (
|
21 |
),
|
22 |
+
'reference' => 'b6acbf98dee5748c84dad02de092691c68c19347',
|
23 |
'name' => '__root__',
|
24 |
),
|
25 |
'versions' =>
|
31 |
'aliases' =>
|
32 |
array (
|
33 |
),
|
34 |
+
'reference' => 'b6acbf98dee5748c84dad02de092691c68c19347',
|
35 |
),
|
36 |
),
|
37 |
);
|
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 |
|
@@ -24,15 +24,15 @@ class ComposerAutoloaderInit57cc3a4c9cb2403b290b87679b1de3b8
|
|
24 |
|
25 |
require __DIR__ . '/platform_check.php';
|
26 |
|
27 |
-
spl_autoload_register(array('
|
28 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
29 |
-
spl_autoload_unregister(array('
|
30 |
|
31 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
32 |
if ($useStaticLoader) {
|
33 |
require __DIR__ . '/autoload_static.php';
|
34 |
|
35 |
-
call_user_func(\Composer\Autoload\
|
36 |
} else {
|
37 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
38 |
foreach ($map as $namespace => $path) {
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
+
class ComposerAutoloaderInit5cb6f834b3fbed343bd4e19077de91eb
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
24 |
|
25 |
require __DIR__ . '/platform_check.php';
|
26 |
|
27 |
+
spl_autoload_register(array('ComposerAutoloaderInit5cb6f834b3fbed343bd4e19077de91eb', 'loadClassLoader'), true, true);
|
28 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
29 |
+
spl_autoload_unregister(array('ComposerAutoloaderInit5cb6f834b3fbed343bd4e19077de91eb', 'loadClassLoader'));
|
30 |
|
31 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
32 |
if ($useStaticLoader) {
|
33 |
require __DIR__ . '/autoload_static.php';
|
34 |
|
35 |
+
call_user_func(\Composer\Autoload\ComposerStaticInit5cb6f834b3fbed343bd4e19077de91eb::getInitializer($loader));
|
36 |
} else {
|
37 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
38 |
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' =>
|
@@ -285,9 +285,9 @@ class ComposerStaticInit57cc3a4c9cb2403b290b87679b1de3b8
|
|
285 |
public static function getInitializer(ClassLoader $loader)
|
286 |
{
|
287 |
return \Closure::bind(function () use ($loader) {
|
288 |
-
$loader->prefixLengthsPsr4 =
|
289 |
-
$loader->prefixDirsPsr4 =
|
290 |
-
$loader->classMap =
|
291 |
|
292 |
}, null, ClassLoader::class);
|
293 |
}
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
+
class ComposerStaticInit5cb6f834b3fbed343bd4e19077de91eb
|
8 |
{
|
9 |
public static $prefixLengthsPsr4 = array (
|
10 |
'V' =>
|
285 |
public static function getInitializer(ClassLoader $loader)
|
286 |
{
|
287 |
return \Closure::bind(function () use ($loader) {
|
288 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInit5cb6f834b3fbed343bd4e19077de91eb::$prefixLengthsPsr4;
|
289 |
+
$loader->prefixDirsPsr4 = ComposerStaticInit5cb6f834b3fbed343bd4e19077de91eb::$prefixDirsPsr4;
|
290 |
+
$loader->classMap = ComposerStaticInit5cb6f834b3fbed343bd4e19077de91eb::$classMap;
|
291 |
|
292 |
}, null, ClassLoader::class);
|
293 |
}
|
vendor/composer/installed.php
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
'aliases' =>
|
7 |
array (
|
8 |
),
|
9 |
-
'reference' => '
|
10 |
'name' => '__root__',
|
11 |
),
|
12 |
'versions' =>
|
@@ -18,7 +18,7 @@
|
|
18 |
'aliases' =>
|
19 |
array (
|
20 |
),
|
21 |
-
'reference' => '
|
22 |
),
|
23 |
),
|
24 |
);
|
6 |
'aliases' =>
|
7 |
array (
|
8 |
),
|
9 |
+
'reference' => 'b6acbf98dee5748c84dad02de092691c68c19347',
|
10 |
'name' => '__root__',
|
11 |
),
|
12 |
'versions' =>
|
18 |
'aliases' =>
|
19 |
array (
|
20 |
),
|
21 |
+
'reference' => 'b6acbf98dee5748c84dad02de092691c68c19347',
|
22 |
),
|
23 |
),
|
24 |
);
|