Version Description
Download this release
Release Info
Developer | LiveComposer |
Plugin | Page Builder: Live Composer – drag and drop website builder (visual front end site editor) |
Version | 1.0.7.2 |
Comparing to | |
See all releases |
Code changes from version 1.0.7 to 1.0.7.2
- ds-live-composer.php +2 -2
- includes/post-options-framework/post-options-framework.php +1 -1
- readme.txt +33 -10
ds-live-composer.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
Plugin URI: http://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.0.7
|
8 |
Author URI: http://livecomposerplugin.com
|
9 |
License: GPL2
|
10 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
@@ -16,7 +16,7 @@
|
|
16 |
* Constants
|
17 |
*/
|
18 |
|
19 |
-
define( 'DS_LIVE_COMPOSER_VER', '1.0.7' );
|
20 |
define( 'DS_LIVE_COMPOSER_LOAD_MINIFIED', true );
|
21 |
|
22 |
define( 'DS_LIVE_COMPOSER_SHORTNAME', __('Live Composer', 'live-composer-page-builder') );
|
4 |
Plugin URI: http://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.0.7.2
|
8 |
Author URI: http://livecomposerplugin.com
|
9 |
License: GPL2
|
10 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
16 |
* Constants
|
17 |
*/
|
18 |
|
19 |
+
define( 'DS_LIVE_COMPOSER_VER', '1.0.7.2' );
|
20 |
define( 'DS_LIVE_COMPOSER_LOAD_MINIFIED', true );
|
21 |
|
22 |
define( 'DS_LIVE_COMPOSER_SHORTNAME', __('Live Composer', 'live-composer-page-builder') );
|
includes/post-options-framework/post-options-framework.php
CHANGED
@@ -438,7 +438,7 @@ add_action( 'post_submitbox_start', 'dslc_post_submitbox_add_button' );
|
|
438 |
|
439 |
add_filter('the_editor', 'dslc_tab_content');
|
440 |
function dslc_tab_content( $content ) {
|
441 |
-
if ( get_post_type( get_the_ID() ) == 'page' ) {
|
442 |
?>
|
443 |
<div id="lc_content_wrap">
|
444 |
<h2> <?php _e( 'Edit this page in Live Composer', 'live-composer-page-builder' ); ?></h2>
|
438 |
|
439 |
add_filter('the_editor', 'dslc_tab_content');
|
440 |
function dslc_tab_content( $content ) {
|
441 |
+
if ( get_post_type( get_the_ID() ) == 'page' && is_admin() ) {
|
442 |
?>
|
443 |
<div id="lc_content_wrap">
|
444 |
<h2> <?php _e( 'Edit this page in Live Composer', 'live-composer-page-builder' ); ?></h2>
|
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
|
4 |
Requires at least: 3.9
|
5 |
Tested up to: 4.4.2
|
6 |
-
Stable tag: 1.0.7
|
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.
|
@@ -18,33 +18,56 @@ Do it yourself with easy content editing in real-time. Save your money on expens
|
|
18 |
|
19 |
Unlike other page builders, Live Composer is 100% free and open source. We provide full functionality out of the box without asking to buy a premium version. There is no premium version to up-sell, no hidden ads or annoying notices trying to sell something.
|
20 |
|
21 |
-
=
|
|
|
22 |
|
23 |
-
You can trust our
|
24 |
|
25 |
-
=
|
|
|
26 |
|
27 |
Site design customization or page layout changes shouldn't be difficult or expensive. Our page builder is easy to use without reading any documentation. You'll be building beautiful custom WordPress site designs in no time. Create multi-media rich pages with very little effort: add new sections, rearrange columns, and add media from the same screen. It’s a perfect solution for ALL users. No technical skills required.
|
28 |
|
29 |
-
=
|
|
|
30 |
|
31 |
Live Composer is a simple but very powerful [WordPress site builder](http://livecomposerplugin.com/). Customize every little detail on your website or build stunning custom pages from scratch.
|
32 |
|
33 |
-
=
|
|
|
34 |
|
35 |
Our page builder works with works with any standard compliant WordPress theme. It’s fully compatible with other plugins like Yoast WP SEO or contact form builders. We also have a [marketplace with free and premium themes](http://livecomposerplugin.com/themes/) created especially for Live Composer.
|
36 |
|
37 |
-
=
|
|
|
38 |
|
39 |
Unlike other page builders, Live Composer doesn't leave behind horrible amount of shortcodes when the plugin deactivated. It's not a commitment to a single plugin. We don’t lock you. It’s easy to start using any other page builder without a need to remove all the custom shortcodes before implementing a new solution.
|
40 |
|
|
|
41 |
= 100% Free and Open Source =
|
42 |
|
43 |
-
Previously a premium plugin, Live Composer is now free fully functional plugin. Actively developed by [professional web developers](http://livecomposerplugin.com/) it has a bright future for years to come.
|
44 |
|
45 |
-
=
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
|
47 |
-
Anyone can build pro website with Live Composer. No coding or technical skills required. Our site builder will generate all the code for you.
|
48 |
|
49 |
== Installation ==
|
50 |
|
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
|
4 |
Requires at least: 3.9
|
5 |
Tested up to: 4.4.2
|
6 |
+
Stable tag: 1.0.7.2
|
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.
|
18 |
|
19 |
Unlike other page builders, Live Composer is 100% free and open source. We provide full functionality out of the box without asking to buy a premium version. There is no premium version to up-sell, no hidden ads or annoying notices trying to sell something.
|
20 |
|
21 |
+
= PAGE BUILDER LIVE COMPOSER: =
|
22 |
+
= Over 30,000 Site Owners Chose Live Composer=
|
23 |
|
24 |
+
You can trust our page builder. It’s a proven solution for your business. 100% open source and backed by the experienced team of web developers. We are on the market for more than 2 years. All the major bugs already fixed and new updates released regularly. Every day our developers work on code improvement and new features. Our support is exceptional but still free.
|
25 |
|
26 |
+
= PAGE BUILDER LIVE COMPOSER: =
|
27 |
+
= Get Started Without Reading Any Documentation =
|
28 |
|
29 |
Site design customization or page layout changes shouldn't be difficult or expensive. Our page builder is easy to use without reading any documentation. You'll be building beautiful custom WordPress site designs in no time. Create multi-media rich pages with very little effort: add new sections, rearrange columns, and add media from the same screen. It’s a perfect solution for ALL users. No technical skills required.
|
30 |
|
31 |
+
= PAGE BUILDER LIVE COMPOSER: =
|
32 |
+
= Create Custom Page Layouts in Minutes =
|
33 |
|
34 |
Live Composer is a simple but very powerful [WordPress site builder](http://livecomposerplugin.com/). Customize every little detail on your website or build stunning custom pages from scratch.
|
35 |
|
36 |
+
= PAGE BUILDER LIVE COMPOSER: =
|
37 |
+
= Well Integrated With WordPress =
|
38 |
|
39 |
Our page builder works with works with any standard compliant WordPress theme. It’s fully compatible with other plugins like Yoast WP SEO or contact form builders. We also have a [marketplace with free and premium themes](http://livecomposerplugin.com/themes/) created especially for Live Composer.
|
40 |
|
41 |
+
= PAGE BUILDER LIVE COMPOSER: =
|
42 |
+
= No Code Left Behind When the Plugin Deactivated =
|
43 |
|
44 |
Unlike other page builders, Live Composer doesn't leave behind horrible amount of shortcodes when the plugin deactivated. It's not a commitment to a single plugin. We don’t lock you. It’s easy to start using any other page builder without a need to remove all the custom shortcodes before implementing a new solution.
|
45 |
|
46 |
+
= PAGE BUILDER LIVE COMPOSER: =
|
47 |
= 100% Free and Open Source =
|
48 |
|
49 |
+
Previously a premium plugin, Live Composer page builder is now free fully functional plugin. Actively developed by [professional web developers](http://livecomposerplugin.com/) it has a bright future for years to come.
|
50 |
|
51 |
+
= PAGE BUILDER LIVE COMPOSER: =
|
52 |
+
= No Coding Skills Required =
|
53 |
+
|
54 |
+
Anyone can build pro website with Live Composer page builder. No coding or technical skills required. Our site builder will generate all the code for you.
|
55 |
+
|
56 |
+
= PAGE BUILDER LIVE COMPOSER: =
|
57 |
+
= Free Support =
|
58 |
+
|
59 |
+
Our page builder comes with a [free one-to-one email support](http://livecomposerplugin.com/support/support-request/). If you faced any issues, found a bug or need an advice please [contact our support team using this form](http://livecomposerplugin.com/support/support-request/).
|
60 |
+
|
61 |
+
= PAGE BUILDER LIVE COMPOSER: =
|
62 |
+
= Export/Import Sections, Layouts or while Pages =
|
63 |
+
|
64 |
+
Export any page section or the whole page. Reuse layout or page design you created.
|
65 |
+
|
66 |
+
= PAGE BUILDER LIVE COMPOSER: =
|
67 |
+
= Mobile Responsive =
|
68 |
+
|
69 |
+
It's easy to create responsive websites in our page builder. You can customize responsive presentation of any page element to make it looks perfect on all mobile devices, ensuring your site is mobile-ready.
|
70 |
|
|
|
71 |
|
72 |
== Installation ==
|
73 |
|