Visual Composer Website Builder - Version 44.3.1

Version Description

Release Date - 2022-07-07

Free:

  • Fix: Single image element works properly

Premium:

  • Fix: Global header and footer settings work properly
Download this release

Release Info

Developer visualcomposer
Plugin Icon wp plugin Visual Composer Website Builder
Version 44.3.1
Comparing to
See all releases

Code changes from version 44.3.1-beta.1 to 44.3.1

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.1-beta.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.
@@ -46,7 +46,7 @@ if (defined('VCV_VERSION')) {
46
  /**
47
  * Plugin version constant
48
  */
49
- define('VCV_VERSION', '44.3.1-beta.1');
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.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.
46
  /**
47
  * Plugin version constant
48
  */
49
+ define('VCV_VERSION', '44.3.1');
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.2
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -222,9 +222,18 @@ It is both! Visual Composer’s free version works like a page builder where you
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
4
  Requires PHP: 5.6
5
  Requires at least: 4.6
6
  Tested up to: 6.0
7
+ Stable tag: 44.3.1
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
222
 
223
  == Changelog ==
224
 
225
+ = 44.3.1 =
226
  *Release Date - 2022-07-07*
227
 
228
+ ### Free:
229
+ - Fix: Single image element works properly
230
+
231
+ ### Premium:
232
+ - Fix: Global header and footer settings work properly
233
+
234
+ = 44.3.0 =
235
+ *Release Date - 2022-07-06*
236
+
237
  ### Free:
238
  - New: TinyMCE typography options offer Default settings
239
  - New: Insights check anchor tag texts and inform about issues
vendor/autoload.php CHANGED
@@ -4,4 +4,4 @@
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
- return ComposerAutoloaderInitb2b69b4c3cf562eb96a707fa419813f2::getLoader();
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
+ return ComposerAutoloaderInit0b9b94e9916a37f84142331063f09caf::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.3.1.x-dev',
18
- 'version' => '44.3.1.9999999-dev',
19
  'aliases' =>
20
  array (
21
  ),
22
- 'reference' => '700640ea6137abc4266ae42bbb5667954ee49ae0',
23
  'name' => '__root__',
24
  ),
25
  'versions' =>
26
  array (
27
  '__root__' =>
28
  array (
29
- 'pretty_version' => '44.3.1.x-dev',
30
- 'version' => '44.3.1.9999999-dev',
31
  'aliases' =>
32
  array (
33
  ),
34
- 'reference' => '700640ea6137abc4266ae42bbb5667954ee49ae0',
35
  ),
36
  ),
37
  );
14
  private static $installed = array (
15
  'root' =>
16
  array (
17
+ 'pretty_version' => '44.3.x-dev',
18
+ 'version' => '44.3.9999999.9999999-dev',
19
  'aliases' =>
20
  array (
21
  ),
22
+ 'reference' => 'a3507573cc45ea5cd61ad9314382ae863fa313da',
23
  'name' => '__root__',
24
  ),
25
  'versions' =>
26
  array (
27
  '__root__' =>
28
  array (
29
+ 'pretty_version' => '44.3.x-dev',
30
+ 'version' => '44.3.9999999.9999999-dev',
31
  'aliases' =>
32
  array (
33
  ),
34
+ 'reference' => 'a3507573cc45ea5cd61ad9314382ae863fa313da',
35
  ),
36
  ),
37
  );
vendor/composer/autoload_real.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
- class ComposerAutoloaderInitb2b69b4c3cf562eb96a707fa419813f2
6
  {
7
  private static $loader;
8
 
@@ -24,15 +24,15 @@ class ComposerAutoloaderInitb2b69b4c3cf562eb96a707fa419813f2
24
 
25
  require __DIR__ . '/platform_check.php';
26
 
27
- spl_autoload_register(array('ComposerAutoloaderInitb2b69b4c3cf562eb96a707fa419813f2', 'loadClassLoader'), true, true);
28
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
29
- spl_autoload_unregister(array('ComposerAutoloaderInitb2b69b4c3cf562eb96a707fa419813f2', '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\ComposerStaticInitb2b69b4c3cf562eb96a707fa419813f2::getInitializer($loader));
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 ComposerAutoloaderInit0b9b94e9916a37f84142331063f09caf
6
  {
7
  private static $loader;
8
 
24
 
25
  require __DIR__ . '/platform_check.php';
26
 
27
+ spl_autoload_register(array('ComposerAutoloaderInit0b9b94e9916a37f84142331063f09caf', 'loadClassLoader'), true, true);
28
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
29
+ spl_autoload_unregister(array('ComposerAutoloaderInit0b9b94e9916a37f84142331063f09caf', '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\ComposerStaticInit0b9b94e9916a37f84142331063f09caf::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 ComposerStaticInitb2b69b4c3cf562eb96a707fa419813f2
8
  {
9
  public static $prefixLengthsPsr4 = array (
10
  'V' =>
@@ -306,9 +306,9 @@ class ComposerStaticInitb2b69b4c3cf562eb96a707fa419813f2
306
  public static function getInitializer(ClassLoader $loader)
307
  {
308
  return \Closure::bind(function () use ($loader) {
309
- $loader->prefixLengthsPsr4 = ComposerStaticInitb2b69b4c3cf562eb96a707fa419813f2::$prefixLengthsPsr4;
310
- $loader->prefixDirsPsr4 = ComposerStaticInitb2b69b4c3cf562eb96a707fa419813f2::$prefixDirsPsr4;
311
- $loader->classMap = ComposerStaticInitb2b69b4c3cf562eb96a707fa419813f2::$classMap;
312
 
313
  }, null, ClassLoader::class);
314
  }
4
 
5
  namespace Composer\Autoload;
6
 
7
+ class ComposerStaticInit0b9b94e9916a37f84142331063f09caf
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 = ComposerStaticInit0b9b94e9916a37f84142331063f09caf::$prefixLengthsPsr4;
310
+ $loader->prefixDirsPsr4 = ComposerStaticInit0b9b94e9916a37f84142331063f09caf::$prefixDirsPsr4;
311
+ $loader->classMap = ComposerStaticInit0b9b94e9916a37f84142331063f09caf::$classMap;
312
 
313
  }, null, ClassLoader::class);
314
  }
vendor/composer/installed.php CHANGED
@@ -1,24 +1,24 @@
1
  <?php return array (
2
  'root' =>
3
  array (
4
- 'pretty_version' => '44.3.1.x-dev',
5
- 'version' => '44.3.1.9999999-dev',
6
  'aliases' =>
7
  array (
8
  ),
9
- 'reference' => '700640ea6137abc4266ae42bbb5667954ee49ae0',
10
  'name' => '__root__',
11
  ),
12
  'versions' =>
13
  array (
14
  '__root__' =>
15
  array (
16
- 'pretty_version' => '44.3.1.x-dev',
17
- 'version' => '44.3.1.9999999-dev',
18
  'aliases' =>
19
  array (
20
  ),
21
- 'reference' => '700640ea6137abc4266ae42bbb5667954ee49ae0',
22
  ),
23
  ),
24
  );
1
  <?php return array (
2
  'root' =>
3
  array (
4
+ 'pretty_version' => '44.3.x-dev',
5
+ 'version' => '44.3.9999999.9999999-dev',
6
  'aliases' =>
7
  array (
8
  ),
9
+ 'reference' => 'a3507573cc45ea5cd61ad9314382ae863fa313da',
10
  'name' => '__root__',
11
  ),
12
  'versions' =>
13
  array (
14
  '__root__' =>
15
  array (
16
+ 'pretty_version' => '44.3.x-dev',
17
+ 'version' => '44.3.9999999.9999999-dev',
18
  'aliases' =>
19
  array (
20
  ),
21
+ 'reference' => 'a3507573cc45ea5cd61ad9314382ae863fa313da',
22
  ),
23
  ),
24
  );