Version Description
Release Date - 2022-06-08
Free:
- Fix: Navigation bar works properly
- Fix: Free template download works properly
- Fix: Elements with multiple images work properly
Download this release
Release Info
Developer | visualcomposer |
Plugin | Visual Composer Website Builder |
Version | 44.2.2 |
Comparing to | |
See all releases |
Code changes from version 44.2.2-beta.1 to 44.2.2
- plugin-wordpress.php +2 -2
- readme.txt +9 -1
- vendor/autoload.php +1 -1
- vendor/composer/InstalledVersions.php +6 -6
- vendor/composer/autoload_real.php +4 -4
- vendor/composer/autoload_static.php +4 -4
- vendor/composer/installed.php +6 -6
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: 44.2.2
|
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', '44.2.2
|
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: 44.2.2
|
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', '44.2.2');
|
50 |
/**
|
51 |
* Plugin url: 'http://web/wp-content/plugins/plugin_dir/'
|
52 |
*/
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: page builder, website builder, editor, drag and drop, visual composer, pop
|
|
4 |
Requires PHP: 5.6
|
5 |
Requires at least: 4.6
|
6 |
Tested up to: 6.0
|
7 |
-
Stable tag: 44.2.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -222,6 +222,14 @@ It is both! Visual Composer’s free version works like a page builder where you
|
|
222 |
|
223 |
== Changelog ==
|
224 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
225 |
= 44.2.1 =
|
226 |
*Release Date - 2022-06-02*
|
227 |
|
4 |
Requires PHP: 5.6
|
5 |
Requires at least: 4.6
|
6 |
Tested up to: 6.0
|
7 |
+
Stable tag: 44.2.2
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
222 |
|
223 |
== Changelog ==
|
224 |
|
225 |
+
= 44.2.2 =
|
226 |
+
*Release Date - 2022-06-08*
|
227 |
+
|
228 |
+
### Free:
|
229 |
+
- Fix: Navigation bar works properly
|
230 |
+
- Fix: Free template download works properly
|
231 |
+
- Fix: Elements with multiple images work properly
|
232 |
+
|
233 |
= 44.2.1 =
|
234 |
*Release Date - 2022-06-02*
|
235 |
|
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 ComposerAutoloaderInit2c3dc748e906d7e428842cef0ed5a6d6::getLoader();
|
vendor/composer/InstalledVersions.php
CHANGED
@@ -14,24 +14,24 @@ class InstalledVersions
|
|
14 |
private static $installed = array (
|
15 |
'root' =>
|
16 |
array (
|
17 |
-
'pretty_version' => '44.2.
|
18 |
-
'version' => '44.2.
|
19 |
'aliases' =>
|
20 |
array (
|
21 |
),
|
22 |
-
'reference' => '
|
23 |
'name' => '__root__',
|
24 |
),
|
25 |
'versions' =>
|
26 |
array (
|
27 |
'__root__' =>
|
28 |
array (
|
29 |
-
'pretty_version' => '44.2.
|
30 |
-
'version' => '44.2.
|
31 |
'aliases' =>
|
32 |
array (
|
33 |
),
|
34 |
-
'reference' => '
|
35 |
),
|
36 |
),
|
37 |
);
|
14 |
private static $installed = array (
|
15 |
'root' =>
|
16 |
array (
|
17 |
+
'pretty_version' => '44.2.x-dev',
|
18 |
+
'version' => '44.2.9999999.9999999-dev',
|
19 |
'aliases' =>
|
20 |
array (
|
21 |
),
|
22 |
+
'reference' => '13f1e477206f2ee6beffa70244b196307c886283',
|
23 |
'name' => '__root__',
|
24 |
),
|
25 |
'versions' =>
|
26 |
array (
|
27 |
'__root__' =>
|
28 |
array (
|
29 |
+
'pretty_version' => '44.2.x-dev',
|
30 |
+
'version' => '44.2.9999999.9999999-dev',
|
31 |
'aliases' =>
|
32 |
array (
|
33 |
),
|
34 |
+
'reference' => '13f1e477206f2ee6beffa70244b196307c886283',
|
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 ComposerAutoloaderInitc05e05c006ca5fd1d9b34df81abe6d8b
|
|
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 ComposerAutoloaderInit2c3dc748e906d7e428842cef0ed5a6d6
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
24 |
|
25 |
require __DIR__ . '/platform_check.php';
|
26 |
|
27 |
+
spl_autoload_register(array('ComposerAutoloaderInit2c3dc748e906d7e428842cef0ed5a6d6', 'loadClassLoader'), true, true);
|
28 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
29 |
+
spl_autoload_unregister(array('ComposerAutoloaderInit2c3dc748e906d7e428842cef0ed5a6d6', '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\ComposerStaticInit2c3dc748e906d7e428842cef0ed5a6d6::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' =>
|
@@ -304,9 +304,9 @@ class ComposerStaticInitc05e05c006ca5fd1d9b34df81abe6d8b
|
|
304 |
public static function getInitializer(ClassLoader $loader)
|
305 |
{
|
306 |
return \Closure::bind(function () use ($loader) {
|
307 |
-
$loader->prefixLengthsPsr4 =
|
308 |
-
$loader->prefixDirsPsr4 =
|
309 |
-
$loader->classMap =
|
310 |
|
311 |
}, null, ClassLoader::class);
|
312 |
}
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
+
class ComposerStaticInit2c3dc748e906d7e428842cef0ed5a6d6
|
8 |
{
|
9 |
public static $prefixLengthsPsr4 = array (
|
10 |
'V' =>
|
304 |
public static function getInitializer(ClassLoader $loader)
|
305 |
{
|
306 |
return \Closure::bind(function () use ($loader) {
|
307 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInit2c3dc748e906d7e428842cef0ed5a6d6::$prefixLengthsPsr4;
|
308 |
+
$loader->prefixDirsPsr4 = ComposerStaticInit2c3dc748e906d7e428842cef0ed5a6d6::$prefixDirsPsr4;
|
309 |
+
$loader->classMap = ComposerStaticInit2c3dc748e906d7e428842cef0ed5a6d6::$classMap;
|
310 |
|
311 |
}, null, ClassLoader::class);
|
312 |
}
|
vendor/composer/installed.php
CHANGED
@@ -1,24 +1,24 @@
|
|
1 |
<?php return array (
|
2 |
'root' =>
|
3 |
array (
|
4 |
-
'pretty_version' => '44.2.
|
5 |
-
'version' => '44.2.
|
6 |
'aliases' =>
|
7 |
array (
|
8 |
),
|
9 |
-
'reference' => '
|
10 |
'name' => '__root__',
|
11 |
),
|
12 |
'versions' =>
|
13 |
array (
|
14 |
'__root__' =>
|
15 |
array (
|
16 |
-
'pretty_version' => '44.2.
|
17 |
-
'version' => '44.2.
|
18 |
'aliases' =>
|
19 |
array (
|
20 |
),
|
21 |
-
'reference' => '
|
22 |
),
|
23 |
),
|
24 |
);
|
1 |
<?php return array (
|
2 |
'root' =>
|
3 |
array (
|
4 |
+
'pretty_version' => '44.2.x-dev',
|
5 |
+
'version' => '44.2.9999999.9999999-dev',
|
6 |
'aliases' =>
|
7 |
array (
|
8 |
),
|
9 |
+
'reference' => '13f1e477206f2ee6beffa70244b196307c886283',
|
10 |
'name' => '__root__',
|
11 |
),
|
12 |
'versions' =>
|
13 |
array (
|
14 |
'__root__' =>
|
15 |
array (
|
16 |
+
'pretty_version' => '44.2.x-dev',
|
17 |
+
'version' => '44.2.9999999.9999999-dev',
|
18 |
'aliases' =>
|
19 |
array (
|
20 |
),
|
21 |
+
'reference' => '13f1e477206f2ee6beffa70244b196307c886283',
|
22 |
),
|
23 |
),
|
24 |
);
|