Version Description
- 18 August 2016 =
- Fixed: layout directory imports in WordPress 4.6
Download this release
Release Info
Developer | gpriday |
Plugin | Page Builder by SiteOrigin |
Version | 2.4.13 |
Comparing to | |
See all releases |
Code changes from version 2.4.12 to 2.4.13
- inc/admin-actions.php +1 -1
- readme.txt +5 -2
- siteorigin-panels.php +2 -2
inc/admin-actions.php
CHANGED
@@ -187,7 +187,7 @@ function siteorigin_panels_ajax_get_prebuilt_layout(){
|
|
187 |
}
|
188 |
if( $_REQUEST['type'] == 'directory' ) {
|
189 |
$response = wp_remote_get(
|
190 |
-
SITEORIGIN_PANELS_LAYOUT_URL . '
|
191 |
);
|
192 |
|
193 |
// var_dump($response['body']);
|
187 |
}
|
188 |
if( $_REQUEST['type'] == 'directory' ) {
|
189 |
$response = wp_remote_get(
|
190 |
+
SITEORIGIN_PANELS_LAYOUT_URL . 'layout/' . urlencode($_REQUEST['lid']) . '/?action=download'
|
191 |
);
|
192 |
|
193 |
// var_dump($response['body']);
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Tags: page builder, responsive, widget, widgets, builder, page, admin, gallery, content, cms, pages, post, css, layout, grid
|
3 |
Requires at least: 4.0
|
4 |
Tested up to: 4.6
|
5 |
-
Stable tag: 2.4.
|
6 |
-
Build time: 2016-08-
|
7 |
License: GPLv3
|
8 |
License URI: http://www.gnu.org/licenses/gpl.html
|
9 |
Donate link: http://siteorigin.com/page-builder/#donate
|
@@ -96,6 +96,9 @@ We've tried to ensure that Page Builder is compatible with most plugin widgets.
|
|
96 |
|
97 |
== Changelog ==
|
98 |
|
|
|
|
|
|
|
99 |
= 2.4.12 - 17 August 2016 =
|
100 |
* Fixed layout directory requests for WordPress 4.6
|
101 |
|
2 |
Tags: page builder, responsive, widget, widgets, builder, page, admin, gallery, content, cms, pages, post, css, layout, grid
|
3 |
Requires at least: 4.0
|
4 |
Tested up to: 4.6
|
5 |
+
Stable tag: 2.4.13
|
6 |
+
Build time: 2016-08-18T17:09:52+02:00
|
7 |
License: GPLv3
|
8 |
License URI: http://www.gnu.org/licenses/gpl.html
|
9 |
Donate link: http://siteorigin.com/page-builder/#donate
|
96 |
|
97 |
== Changelog ==
|
98 |
|
99 |
+
= 2.4.13 - 18 August 2016 =
|
100 |
+
* Fixed: layout directory imports in WordPress 4.6
|
101 |
+
|
102 |
= 2.4.12 - 17 August 2016 =
|
103 |
* Fixed layout directory requests for WordPress 4.6
|
104 |
|
siteorigin-panels.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Page Builder by SiteOrigin
|
4 |
Plugin URI: https://siteorigin.com/page-builder/
|
5 |
Description: A drag and drop, responsive page builder that simplifies building your website.
|
6 |
-
Version: 2.4.
|
7 |
Author: SiteOrigin
|
8 |
Author URI: https://siteorigin.com
|
9 |
License: GPL3
|
@@ -11,7 +11,7 @@ License URI: http://www.gnu.org/licenses/gpl.html
|
|
11 |
Donate link: http://siteorigin.com/page-builder/#donate
|
12 |
*/
|
13 |
|
14 |
-
define('SITEORIGIN_PANELS_VERSION', '2.4.
|
15 |
if ( ! defined('SITEORIGIN_PANELS_JS_SUFFIX' ) ) {
|
16 |
define('SITEORIGIN_PANELS_JS_SUFFIX', '.min');
|
17 |
}
|
3 |
Plugin Name: Page Builder by SiteOrigin
|
4 |
Plugin URI: https://siteorigin.com/page-builder/
|
5 |
Description: A drag and drop, responsive page builder that simplifies building your website.
|
6 |
+
Version: 2.4.13
|
7 |
Author: SiteOrigin
|
8 |
Author URI: https://siteorigin.com
|
9 |
License: GPL3
|
11 |
Donate link: http://siteorigin.com/page-builder/#donate
|
12 |
*/
|
13 |
|
14 |
+
define('SITEORIGIN_PANELS_VERSION', '2.4.13');
|
15 |
if ( ! defined('SITEORIGIN_PANELS_JS_SUFFIX' ) ) {
|
16 |
define('SITEORIGIN_PANELS_JS_SUFFIX', '.min');
|
17 |
}
|