Version Description
Release Date - 2022-10-19
Free:
- Update: CSS Animations for elements improved (Contribution by Lucas Selsek)
- Update: Plugin activation process improved
- Update: Plugin code style updated
- Compatibility: WPML and Visual Composer compatibility improved
- Compatibility: Contact Form 7 works properly in Visual Composer
- Compatibility: Yoast SEO breadcrumbs work properly in Visual Composer
- Fix: Global Custom CSS works properly
- Fix: Initial welcome survey works properly
- Fix: Translation of WordPress works properly with Visual Composer and WooCommerce installed
Premium:
- Compatibility: Theme Builder works properly with WooCommerce 7
- Fix: Font Manager and post grid elements work properly
- Fix: CounterUp element works properly
- Fix: Template import works properly
- Fix: Popups in a sitewide header work properly
- Fix: Font Manager does not impact the CSS styles of the buttons
- Fix: Font Manager does not apply unneeded underline for images and widgets
- Fix: Disabling header and footer works properly
- Fix: Popups added in the Theme Builder layouts work properly
- Fix: Bulk import works properly
- Fix: Dynamic content and ACF works properly
- Fix: Layout width works properly with the Global Template element
- Fix: Gap controls work properly in Twenty Twenty One theme
- Fix: Replace option for headers, footers, and sidebars work properly
- Fix: Link selection works properly in the Typewriter Heading element
- Fix: Countdown Timer element works properly
- Fix: Enabling filters for post grids works properly when working with pages
- Fix: An empty post title does not take space in the layout
- Fix: Php directive "allow_url_fopen" works properly with the Visual Composer import/export
- Fix: Theme Builder layouts work properly in block themes
- Fix: Tab links are working properly when linking to another tab
Download this release
Release Info
Developer | visualcomposer |
Plugin | Visual Composer Website Builder |
Version | 45.1.0 |
Comparing to | |
See all releases |
Code changes from version 45.1-beta.1 to 45.1.0
- plugin-wordpress.php +2 -2
- readme.txt +39 -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: 45.1
|
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.
|
@@ -45,7 +45,7 @@ if (defined('VCV_VERSION')) {
|
|
45 |
/**
|
46 |
* Plugin version constant
|
47 |
*/
|
48 |
-
define('VCV_VERSION', '45.1
|
49 |
/**
|
50 |
* Plugin url: 'http://web/wp-content/plugins/plugin_dir/'
|
51 |
*/
|
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: 45.1.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.
|
45 |
/**
|
46 |
* Plugin version constant
|
47 |
*/
|
48 |
+
define('VCV_VERSION', '45.1.0');
|
49 |
/**
|
50 |
* Plugin url: 'http://web/wp-content/plugins/plugin_dir/'
|
51 |
*/
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: VisualComposer,veidenbaums,nikitahl,pavelvisualcomposer,orkunaybek
|
|
3 |
Tags: page builder, website builder, editor, drag and drop, visual composer, popup builder, sitebuilder, wysiwyg web builder, ecommerce website builder, drag and drop website builder, SEO website builder, landing page, landing page builder, landingpages, SEO landing page, lead generation landing page, ecommerce landing page, event landing page, frontend builder, drag and drop editor, coming soon, under construction, maintenance mode
|
4 |
Requires PHP: 7.4
|
5 |
Requires at least: 5.5
|
6 |
-
Tested up to: 6.0
|
7 |
-
Stable tag: 45.0
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -222,6 +222,43 @@ It is both! Visual Composer’s free version works like a page builder where you
|
|
222 |
|
223 |
== Changelog ==
|
224 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
225 |
= 45.0.1 =
|
226 |
*Release Date - 2022-09-01*
|
227 |
|
3 |
Tags: page builder, website builder, editor, drag and drop, visual composer, popup builder, sitebuilder, wysiwyg web builder, ecommerce website builder, drag and drop website builder, SEO website builder, landing page, landing page builder, landingpages, SEO landing page, lead generation landing page, ecommerce landing page, event landing page, frontend builder, drag and drop editor, coming soon, under construction, maintenance mode
|
4 |
Requires PHP: 7.4
|
5 |
Requires at least: 5.5
|
6 |
+
Tested up to: 6.0.2
|
7 |
+
Stable tag: 45.1.0
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
222 |
|
223 |
== Changelog ==
|
224 |
|
225 |
+
= 45.1.0 =
|
226 |
+
*Release Date - 2022-10-19*
|
227 |
+
|
228 |
+
### Free:
|
229 |
+
- Update: CSS Animations for elements improved (Contribution by Lucas Selsek)
|
230 |
+
- Update: Plugin activation process improved
|
231 |
+
- Update: Plugin code style updated
|
232 |
+
- Compatibility: WPML and Visual Composer compatibility improved
|
233 |
+
- Compatibility: Contact Form 7 works properly in Visual Composer
|
234 |
+
- Compatibility: Yoast SEO breadcrumbs work properly in Visual Composer
|
235 |
+
- Fix: Global Custom CSS works properly
|
236 |
+
- Fix: Initial welcome survey works properly
|
237 |
+
- Fix: Translation of WordPress works properly with Visual Composer and WooCommerce installed
|
238 |
+
|
239 |
+
### Premium:
|
240 |
+
- Compatibility: Theme Builder works properly with WooCommerce 7
|
241 |
+
- Fix: Font Manager and post grid elements work properly
|
242 |
+
- Fix: CounterUp element works properly
|
243 |
+
- Fix: Template import works properly
|
244 |
+
- Fix: Popups in a sitewide header work properly
|
245 |
+
- Fix: Font Manager does not impact the CSS styles of the buttons
|
246 |
+
- Fix: Font Manager does not apply unneeded underline for images and widgets
|
247 |
+
- Fix: Disabling header and footer works properly
|
248 |
+
- Fix: Popups added in the Theme Builder layouts work properly
|
249 |
+
- Fix: Bulk import works properly
|
250 |
+
- Fix: Dynamic content and ACF works properly
|
251 |
+
- Fix: Layout width works properly with the Global Template element
|
252 |
+
- Fix: Gap controls work properly in Twenty Twenty One theme
|
253 |
+
- Fix: Replace option for headers, footers, and sidebars work properly
|
254 |
+
- Fix: Link selection works properly in the Typewriter Heading element
|
255 |
+
- Fix: Countdown Timer element works properly
|
256 |
+
- Fix: Enabling filters for post grids works properly when working with pages
|
257 |
+
- Fix: An empty post title does not take space in the layout
|
258 |
+
- Fix: Php directive "allow_url_fopen" works properly with the Visual Composer import/export
|
259 |
+
- Fix: Theme Builder layouts work properly in block themes
|
260 |
+
- Fix: Tab links are working properly when linking to another tab
|
261 |
+
|
262 |
= 45.0.1 =
|
263 |
*Release Date - 2022-09-01*
|
264 |
|
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 ComposerAutoloaderInit4876ce5868d7a3a9f58462a8ca2a4957::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' => 'd478ec8899ae8be21bba7bafdc51e063a33c8fbe',
|
23 |
'name' => '__root__',
|
24 |
),
|
25 |
'versions' =>
|
31 |
'aliases' =>
|
32 |
array (
|
33 |
),
|
34 |
+
'reference' => 'd478ec8899ae8be21bba7bafdc51e063a33c8fbe',
|
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 ComposerAutoloaderInite25a9de3cba0f30a5d9edb10f2ce8e59
|
|
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 ComposerAutoloaderInit4876ce5868d7a3a9f58462a8ca2a4957
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
24 |
|
25 |
require __DIR__ . '/platform_check.php';
|
26 |
|
27 |
+
spl_autoload_register(array('ComposerAutoloaderInit4876ce5868d7a3a9f58462a8ca2a4957', 'loadClassLoader'), true, true);
|
28 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
29 |
+
spl_autoload_unregister(array('ComposerAutoloaderInit4876ce5868d7a3a9f58462a8ca2a4957', '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\ComposerStaticInit4876ce5868d7a3a9f58462a8ca2a4957::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' =>
|
@@ -309,9 +309,9 @@ class ComposerStaticInite25a9de3cba0f30a5d9edb10f2ce8e59
|
|
309 |
public static function getInitializer(ClassLoader $loader)
|
310 |
{
|
311 |
return \Closure::bind(function () use ($loader) {
|
312 |
-
$loader->prefixLengthsPsr4 =
|
313 |
-
$loader->prefixDirsPsr4 =
|
314 |
-
$loader->classMap =
|
315 |
|
316 |
}, null, ClassLoader::class);
|
317 |
}
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
+
class ComposerStaticInit4876ce5868d7a3a9f58462a8ca2a4957
|
8 |
{
|
9 |
public static $prefixLengthsPsr4 = array (
|
10 |
'V' =>
|
309 |
public static function getInitializer(ClassLoader $loader)
|
310 |
{
|
311 |
return \Closure::bind(function () use ($loader) {
|
312 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInit4876ce5868d7a3a9f58462a8ca2a4957::$prefixLengthsPsr4;
|
313 |
+
$loader->prefixDirsPsr4 = ComposerStaticInit4876ce5868d7a3a9f58462a8ca2a4957::$prefixDirsPsr4;
|
314 |
+
$loader->classMap = ComposerStaticInit4876ce5868d7a3a9f58462a8ca2a4957::$classMap;
|
315 |
|
316 |
}, null, ClassLoader::class);
|
317 |
}
|
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' => 'd478ec8899ae8be21bba7bafdc51e063a33c8fbe',
|
10 |
'name' => '__root__',
|
11 |
),
|
12 |
'versions' =>
|
18 |
'aliases' =>
|
19 |
array (
|
20 |
),
|
21 |
+
'reference' => 'd478ec8899ae8be21bba7bafdc51e063a33c8fbe',
|
22 |
),
|
23 |
),
|
24 |
);
|