Addons for WPBakery Page Builder - Version 2.7.1

Version Description

  • Added - Compatibility with WordPress 5.8.
Download this release

Release Info

Developer livemesh
Plugin Icon 128x128 Addons for WPBakery Page Builder
Version 2.7.1
Comparing to
See all releases

Code changes from version 2.7 to 2.7.1

Files changed (3) hide show
  1. addons-for-visual-composer.php +2 -2
  2. plugin.php +2 -2
  3. readme.txt +5 -4
addons-for-visual-composer.php CHANGED
@@ -8,7 +8,7 @@
8
  * Author URI: https://www.livemeshthemes.com/
9
  * License: GPL3
10
  * License URI: https://www.gnu.org/licenses/gpl-3.0.txt
11
- * Version: 2.7
12
  * Text Domain: livemesh-vc-addons
13
  * Domain Path: languages
14
  *
@@ -36,7 +36,7 @@ if ( !defined( 'ABSPATH' ) ) {
36
 
37
  if ( !function_exists( 'lvca_fs' ) ) {
38
  // Plugin version
39
- define( 'LVCA_VERSION', '2.7' );
40
  // Plugin Root File
41
  define( 'LVCA_PLUGIN_FILE', __FILE__ );
42
  // Plugin Folder Path
8
  * Author URI: https://www.livemeshthemes.com/
9
  * License: GPL3
10
  * License URI: https://www.gnu.org/licenses/gpl-3.0.txt
11
+ * Version: 2.7.1
12
  * Text Domain: livemesh-vc-addons
13
  * Domain Path: languages
14
  *
36
 
37
  if ( !function_exists( 'lvca_fs' ) ) {
38
  // Plugin version
39
+ define( 'LVCA_VERSION', '2.7.1' );
40
  // Plugin Root File
41
  define( 'LVCA_PLUGIN_FILE', __FILE__ );
42
  // Plugin Folder Path
plugin.php CHANGED
@@ -43,7 +43,7 @@ if ( !class_exists( 'Livemesh_VC_Addons' ) ) {
43
  public function __clone()
44
  {
45
  // Cloning instances of the class is forbidden
46
- _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'livemesh-vc-addons' ), '2.7' );
47
  }
48
 
49
  /**
@@ -53,7 +53,7 @@ if ( !class_exists( 'Livemesh_VC_Addons' ) ) {
53
  public function __wakeup()
54
  {
55
  // Unserializing instances of the class is forbidden
56
- _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'livemesh-vc-addons' ), '2.7' );
57
  }
58
 
59
  private function setup_debug_constants()
43
  public function __clone()
44
  {
45
  // Cloning instances of the class is forbidden
46
+ _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'livemesh-vc-addons' ), '2.7.1' );
47
  }
48
 
49
  /**
53
  public function __wakeup()
54
  {
55
  // Unserializing instances of the class is forbidden
56
+ _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'livemesh-vc-addons' ), '2.7.1' );
57
  }
58
 
59
  private function setup_debug_constants()
readme.txt CHANGED
@@ -3,9 +3,9 @@ Author URI: https://livemeshwp.com/wpbakery-addons
3
  Plugin URI: https://livemeshwp.com/wpbakery-addons
4
  Contributors: livemesh, freemius
5
  Tags: wpbakery page builder, wpbakery page builder addons, wpbakery, wpbakery page builder extensions, wpbakery addons, page builder, portfolio, carousel, post, posts, shortcodes, tabs, plugin, page
6
- Requires at least: 4.5
7
- Tested up to: 5.7
8
- Stable Tag: 2.7
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html-func
11
 
@@ -112,7 +112,8 @@ Pls install and activate the <a href="https://wordpress.org/plugins/portfolio-po
112
 
113
  == Changelog ==
114
 
115
-
 
116
 
117
  = 2.7 =
118
  * Updated - Freemius SDK 2.4.2 with license activation enhancements, beta programs and other features and bug fixes.
3
  Plugin URI: https://livemeshwp.com/wpbakery-addons
4
  Contributors: livemesh, freemius
5
  Tags: wpbakery page builder, wpbakery page builder addons, wpbakery, wpbakery page builder extensions, wpbakery addons, page builder, portfolio, carousel, post, posts, shortcodes, tabs, plugin, page
6
+ Requires at least: 5.0
7
+ Tested up to: 5.8
8
+ Stable Tag: 2.7.1
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html-func
11
 
112
 
113
  == Changelog ==
114
 
115
+ = 2.7.1 =
116
+ * Added - Compatibility with WordPress 5.8.
117
 
118
  = 2.7 =
119
  * Updated - Freemius SDK 2.4.2 with license activation enhancements, beta programs and other features and bug fixes.