Version Description
Release Date - 2022-07-07
Free:
- New: TinyMCE typography options offer Default settings
- New: Insights check anchor tag texts and inform about issues
- New: Support for geo: and waze: added to the URL attribute
- Update: Editor controls updated for better UX
- Fix: Hub templates category works properly after downloading templates
- Fix: Attach image attribute works properly
- Fix: Disabling page title works properly in Weaver Xtreme theme
- Fix: Improved consistency in Hub tabs
- Fix: Editor saving works properly with multiple media
- Fix: WPML compatibility improved
Premium:
- New: Font Manager allows controling spaces and margins for bullets
- Update: Google Fonts updated to feature latest fonts in the Font Manager
- Fix: Dynamic Content does not remove content on the View page
- Fix: Theme Builder layouts work properly
- Fix: Custom excerpt works properly in the post grid elements
- Fix: Logo Widget has proper image sizes
- Fix: Essential Grid plugin works with the Theme Builder
- Fix: WooCommerce related product element works properly
- Fix: Single image element works properly with the Dynamic Content
- Fix: Sidebar preview works properly in the Preview mode
Download this release
Release Info
Developer | visualcomposer |
Plugin | Visual Composer Website Builder |
Version | 44.3.0 |
Comparing to | |
See all releases |
Code changes from version 44.3-beta.1 to 44.3.0
- plugin-wordpress.php +2 -2
- readme.txt +28 -1
- 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: 44.3
|
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.3
|
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.3.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', '44.3.0');
|
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.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -222,6 +222,33 @@ It is both! Visual Composer’s free version works like a page builder where you
|
|
222 |
|
223 |
== Changelog ==
|
224 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
225 |
= 44.2.2 =
|
226 |
*Release Date - 2022-06-08*
|
227 |
|
4 |
Requires PHP: 5.6
|
5 |
Requires at least: 4.6
|
6 |
Tested up to: 6.0
|
7 |
+
Stable tag: 44.3.0
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
222 |
|
223 |
== Changelog ==
|
224 |
|
225 |
+
= 44.3.0 =
|
226 |
+
*Release Date - 2022-07-07*
|
227 |
+
|
228 |
+
### Free:
|
229 |
+
- New: TinyMCE typography options offer Default settings
|
230 |
+
- New: Insights check anchor tag texts and inform about issues
|
231 |
+
- New: Support for geo: and waze: added to the URL attribute
|
232 |
+
- Update: Editor controls updated for better UX
|
233 |
+
- Fix: Hub templates category works properly after downloading templates
|
234 |
+
- Fix: Attach image attribute works properly
|
235 |
+
- Fix: Disabling page title works properly in Weaver Xtreme theme
|
236 |
+
- Fix: Improved consistency in Hub tabs
|
237 |
+
- Fix: Editor saving works properly with multiple media
|
238 |
+
- Fix: WPML compatibility improved
|
239 |
+
|
240 |
+
### Premium:
|
241 |
+
- New: Font Manager allows controling spaces and margins for bullets
|
242 |
+
- Update: Google Fonts updated to feature latest fonts in the Font Manager
|
243 |
+
- Fix: Dynamic Content does not remove content on the View page
|
244 |
+
- Fix: Theme Builder layouts work properly
|
245 |
+
- Fix: Custom excerpt works properly in the post grid elements
|
246 |
+
- Fix: Logo Widget has proper image sizes
|
247 |
+
- Fix: Essential Grid plugin works with the Theme Builder
|
248 |
+
- Fix: WooCommerce related product element works properly
|
249 |
+
- Fix: Single image element works properly with the Dynamic Content
|
250 |
+
- Fix: Sidebar preview works properly in the Preview mode
|
251 |
+
|
252 |
= 44.2.2 =
|
253 |
*Release Date - 2022-06-08*
|
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 ComposerAutoloaderInit4811977528a4b196a4f3df275c562a2a::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' => '804394b42338842f44ee21a69071421d6186ac97',
|
23 |
'name' => '__root__',
|
24 |
),
|
25 |
'versions' =>
|
31 |
'aliases' =>
|
32 |
array (
|
33 |
),
|
34 |
+
'reference' => '804394b42338842f44ee21a69071421d6186ac97',
|
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 ComposerAutoloaderInit36b01aeea7e9e2fd8f9912ec6be948ec
|
|
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 ComposerAutoloaderInit4811977528a4b196a4f3df275c562a2a
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
24 |
|
25 |
require __DIR__ . '/platform_check.php';
|
26 |
|
27 |
+
spl_autoload_register(array('ComposerAutoloaderInit4811977528a4b196a4f3df275c562a2a', 'loadClassLoader'), true, true);
|
28 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
29 |
+
spl_autoload_unregister(array('ComposerAutoloaderInit4811977528a4b196a4f3df275c562a2a', '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\ComposerStaticInit4811977528a4b196a4f3df275c562a2a::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' =>
|
@@ -306,9 +306,9 @@ class ComposerStaticInit36b01aeea7e9e2fd8f9912ec6be948ec
|
|
306 |
public static function getInitializer(ClassLoader $loader)
|
307 |
{
|
308 |
return \Closure::bind(function () use ($loader) {
|
309 |
-
$loader->prefixLengthsPsr4 =
|
310 |
-
$loader->prefixDirsPsr4 =
|
311 |
-
$loader->classMap =
|
312 |
|
313 |
}, null, ClassLoader::class);
|
314 |
}
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
+
class ComposerStaticInit4811977528a4b196a4f3df275c562a2a
|
8 |
{
|
9 |
public static $prefixLengthsPsr4 = array (
|
10 |
'V' =>
|
306 |
public static function getInitializer(ClassLoader $loader)
|
307 |
{
|
308 |
return \Closure::bind(function () use ($loader) {
|
309 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInit4811977528a4b196a4f3df275c562a2a::$prefixLengthsPsr4;
|
310 |
+
$loader->prefixDirsPsr4 = ComposerStaticInit4811977528a4b196a4f3df275c562a2a::$prefixDirsPsr4;
|
311 |
+
$loader->classMap = ComposerStaticInit4811977528a4b196a4f3df275c562a2a::$classMap;
|
312 |
|
313 |
}, null, ClassLoader::class);
|
314 |
}
|
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' => '804394b42338842f44ee21a69071421d6186ac97',
|
10 |
'name' => '__root__',
|
11 |
),
|
12 |
'versions' =>
|
18 |
'aliases' =>
|
19 |
array (
|
20 |
),
|
21 |
+
'reference' => '804394b42338842f44ee21a69071421d6186ac97',
|
22 |
),
|
23 |
),
|
24 |
);
|