Page Builder: Live Composer – drag and drop website builder (visual front end site editor) - Version 1.3.13

Version Description

  • March 22nd 2018 =
Download this release

Release Info

Developer LiveComposer
Plugin Icon 128x128 Page Builder: Live Composer – drag and drop website builder (visual front end site editor)
Version 1.3.13
Comparing to
See all releases

Code changes from version 1.3.12 to 1.3.13

ds-live-composer.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin URI: https://www.livecomposerplugin.com
5
  * Description: Front-end page builder for WordPress with drag and drop editing. Build PRO responsive websites and landing pages. Visually customize any page element.
6
  * Author: Live Composer Team
7
- * Version: 1.3.12
8
  * Author URI: https://livecomposerplugin.com
9
  * License: GPL3
10
  * License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -41,7 +41,7 @@ if ( ! defined( 'DS_LIVE_COMPOSER_VER' ) && version_compare( PHP_VERSION, '5.3.0
41
  * Constants
42
  */
43
 
44
- define( 'DS_LIVE_COMPOSER_VER', '1.3.12' );
45
 
46
  define( 'DS_LIVE_COMPOSER_SHORTNAME', __( 'Live Composer', 'live-composer-page-builder' ) );
47
  define( 'DS_LIVE_COMPOSER_BASENAME', plugin_basename( __FILE__ ) );
4
  * Plugin URI: https://www.livecomposerplugin.com
5
  * Description: Front-end page builder for WordPress with drag and drop editing. Build PRO responsive websites and landing pages. Visually customize any page element.
6
  * Author: Live Composer Team
7
+ * Version: 1.3.13
8
  * Author URI: https://livecomposerplugin.com
9
  * License: GPL3
10
  * License URI: https://www.gnu.org/licenses/gpl-2.0.html
41
  * Constants
42
  */
43
 
44
+ define( 'DS_LIVE_COMPOSER_VER', '1.3.13' );
45
 
46
  define( 'DS_LIVE_COMPOSER_SHORTNAME', __( 'Live Composer', 'live-composer-page-builder' ) );
47
  define( 'DS_LIVE_COMPOSER_BASENAME', plugin_basename( __FILE__ ) );
includes/class-dslc-cache.php CHANGED
@@ -48,6 +48,7 @@ class DSLC_Cache {
48
 
49
  if ( 'disabled' === $caching_engine_setting ) {
50
  self::$enabled = false;
 
51
  } elseif ( $this->should_disable_cache() && is_user_logged_in() &&
52
  current_user_can( DS_LIVE_COMPOSER_CAPABILITY ) ) {
53
  self::$enabled = false;
@@ -57,6 +58,7 @@ class DSLC_Cache {
57
  $dslc_plugin_options['lc_caching_engine'] = 'disabled';
58
  update_option( 'dslc_plugin_options', $dslc_plugin_options );
59
  }
 
60
  } else {
61
  // Run these functions only once per session.
62
  add_action( 'save_post', array( $this, 'on_post_save' ) );
48
 
49
  if ( 'disabled' === $caching_engine_setting ) {
50
  self::$enabled = false;
51
+ /*
52
  } elseif ( $this->should_disable_cache() && is_user_logged_in() &&
53
  current_user_can( DS_LIVE_COMPOSER_CAPABILITY ) ) {
54
  self::$enabled = false;
58
  $dslc_plugin_options['lc_caching_engine'] = 'disabled';
59
  update_option( 'dslc_plugin_options', $dslc_plugin_options );
60
  }
61
+ */
62
  } else {
63
  // Run these functions only once per session.
64
  add_action( 'save_post', array( $this, 'on_post_save' ) );
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: LiveComposer
3
  Tags: page builder, visual composer, visual editor, visual builder, drag and drop builder, landing page builder, frontend editor, frontend builder, landing pages, landing page, website builder, theme builder, site-builder, layout builder, drag-and-drop, builder, editor, responsive, mobile, layout, front end, frontend, Page Layout, squeeze page, page builder plugin, drag-n-drop page builder
4
  Requires at least: 4.7
5
  Tested up to: 4.9
6
- Stable tag: 1.3.12
7
  License: GPLv3
8
 
9
  Front-end page builder for WordPress with drag and drop editing. Build PRO responsive websites and landing pages. Visually customize any page element.
@@ -83,6 +83,11 @@ In most of the cases, this is because the homepage is not a real WordPress page,
83
  * 🦊 [Check out our WooCommerce Page Builder Extension](https://livecomposerplugin.com/downloads/woocommerce-page-builder/?utm_source=wp-admin&utm_medium=changelog&utm_campaign=woo-integration)
84
  * 👀 [We keep updating and improving our extensions pack](https://livecomposerplugin.com/downloads/extensions/?utm_source=wp-admin&utm_medium=changelog&utm_campaign=add-ons) ACF + CPT + MegaMenu + 9 more add-ons.
85
 
 
 
 
 
 
86
 
87
  = 1.3.12 - March 21st 2018 =
88
 
3
  Tags: page builder, visual composer, visual editor, visual builder, drag and drop builder, landing page builder, frontend editor, frontend builder, landing pages, landing page, website builder, theme builder, site-builder, layout builder, drag-and-drop, builder, editor, responsive, mobile, layout, front end, frontend, Page Layout, squeeze page, page builder plugin, drag-n-drop page builder
4
  Requires at least: 4.7
5
  Tested up to: 4.9
6
+ Stable tag: 1.3.13
7
  License: GPLv3
8
 
9
  Front-end page builder for WordPress with drag and drop editing. Build PRO responsive websites and landing pages. Visually customize any page element.
83
  * 🦊 [Check out our WooCommerce Page Builder Extension](https://livecomposerplugin.com/downloads/woocommerce-page-builder/?utm_source=wp-admin&utm_medium=changelog&utm_campaign=woo-integration)
84
  * 👀 [We keep updating and improving our extensions pack](https://livecomposerplugin.com/downloads/extensions/?utm_source=wp-admin&utm_medium=changelog&utm_campaign=add-ons) ACF + CPT + MegaMenu + 9 more add-ons.
85
 
86
+ = 1.3.13 - March 22nd 2018 =
87
+
88
+ = Bug Fixes: =
89
+ * Issue [#902](https://github.com/live-composer/live-composer-page-builder/issues/902): Fixing bug introduced in the previous version. (Temporary disables detection of the other caching plugins).
90
+
91
 
92
  = 1.3.12 - March 21st 2018 =
93