Page Builder by SiteOrigin - Version 2.4.12

Version Description

  • 17 August 2016 =
  • Fixed layout directory requests for WordPress 4.6
Download this release

Release Info

Developer gpriday
Plugin Icon 128x128 Page Builder by SiteOrigin
Version 2.4.12
Comparing to
See all releases

Code changes from version 2.4.11 to 2.4.12

Files changed (3) hide show
  1. inc/admin-actions.php +1 -1
  2. readme.txt +7 -4
  3. siteorigin-panels.php +2 -2
inc/admin-actions.php CHANGED
@@ -90,7 +90,7 @@ function siteorigin_panels_ajax_get_prebuilt_layouts(){
90
  if( !empty($search) ) $query['search'] = $search;
91
  $query['page'] = $page;
92
 
93
- $url = add_query_arg( $query, SITEORIGIN_PANELS_LAYOUT_URL . '/wp-admin/admin-ajax.php?action=query_layouts');
94
  $response = wp_remote_get( $url );
95
 
96
  if( is_array($response) && $response['response']['code'] == 200 ) {
90
  if( !empty($search) ) $query['search'] = $search;
91
  $query['page'] = $page;
92
 
93
+ $url = add_query_arg( $query, SITEORIGIN_PANELS_LAYOUT_URL . 'wp-admin/admin-ajax.php?action=query_layouts');
94
  $response = wp_remote_get( $url );
95
 
96
  if( is_array($response) && $response['response']['code'] == 200 ) {
readme.txt CHANGED
@@ -1,9 +1,9 @@
1
  === Page Builder by SiteOrigin ===
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.5.3
5
- Stable tag: 2.4.11
6
- Build time: 2016-08-14T09:17:20+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,9 +96,12 @@ We've tried to ensure that Page Builder is compatible with most plugin widgets.
96
 
97
  == Changelog ==
98
 
 
 
 
99
  = 2.4.11 - 15 August 2016 =
100
  * Added esc_url to all add_query_arg calls.
101
- * Improved measurement style field to handle multiple values.
102
  * Hide empty columns after mobile collapse.
103
 
104
  = 2.4.10 - 4 July 2016 =
1
  === Page Builder by SiteOrigin ===
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.12
6
+ Build time: 2016-08-17T08:05:36+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.12 - 17 August 2016 =
100
+ * Fixed layout directory requests for WordPress 4.6
101
+
102
  = 2.4.11 - 15 August 2016 =
103
  * Added esc_url to all add_query_arg calls.
104
+ * Improved measurement style field to handle multiple values.
105
  * Hide empty columns after mobile collapse.
106
 
107
  = 2.4.10 - 4 July 2016 =
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.11
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.11');
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.12
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.12');
15
  if ( ! defined('SITEORIGIN_PANELS_JS_SUFFIX' ) ) {
16
  define('SITEORIGIN_PANELS_JS_SUFFIX', '.min');
17
  }