Page Builder by SiteOrigin - Version 2.8.1

Version Description

  • 07 August 2018 =
  • Fix for PHP5.2 :(
Download this release

Release Info

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

Code changes from version 2.8.0 to 2.8.1

js/{siteorigin-panels-280.js → siteorigin-panels-281.js} RENAMED
File without changes
js/{siteorigin-panels-280.min.js → siteorigin-panels-281.min.js} RENAMED
File without changes
js/{styling-280.js → styling-281.js} RENAMED
File without changes
js/{styling-280.min.js → styling-281.min.js} RENAMED
File without changes
lang/siteorigin-panels.pot CHANGED
@@ -1208,15 +1208,15 @@ msgstr ""
1208
  msgid "Save Settings"
1209
  msgstr ""
1210
 
1211
- #: siteorigin-panels.php:337
1212
  msgid "Read More"
1213
  msgstr ""
1214
 
1215
- #: siteorigin-panels.php:403
1216
  msgid "Edit Home Page"
1217
  msgstr ""
1218
 
1219
- #: siteorigin-panels.php:423, tpl/js-templates.php:34, tpl/js-templates.php:36
1220
  msgid "Live Editor"
1221
  msgstr ""
1222
 
1208
  msgid "Save Settings"
1209
  msgstr ""
1210
 
1211
+ #: siteorigin-panels.php:333
1212
  msgid "Read More"
1213
  msgstr ""
1214
 
1215
+ #: siteorigin-panels.php:399
1216
  msgid "Edit Home Page"
1217
  msgstr ""
1218
 
1219
+ #: siteorigin-panels.php:419, tpl/js-templates.php:34, tpl/js-templates.php:36
1220
  msgid "Live Editor"
1221
  msgstr ""
1222
 
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.4
4
  Tested up to: 4.9
5
- Stable tag: 2.8.0
6
- Build time: 2018-08-06T16:23:11+02:00
7
  License: GPLv3
8
  License URI: http://www.gnu.org/licenses/gpl.html
9
  Donate link: https://siteorigin.com/downloads/contribution/
@@ -96,6 +96,9 @@ We've tried to ensure that Page Builder is compatible with most plugin widgets.
96
 
97
  == Changelog ==
98
 
 
 
 
99
  = 2.8.0 - 06 August 2018 =
100
  * SiteOrigin Layouts Gutenberg block!
101
 
2
  Tags: page builder, responsive, widget, widgets, builder, page, admin, gallery, content, cms, pages, post, css, layout, grid
3
  Requires at least: 4.4
4
  Tested up to: 4.9
5
+ Stable tag: 2.8.1
6
+ Build time: 2018-08-07T11:42:01+02:00
7
  License: GPLv3
8
  License URI: http://www.gnu.org/licenses/gpl.html
9
  Donate link: https://siteorigin.com/downloads/contribution/
96
 
97
  == Changelog ==
98
 
99
+ = 2.8.1 - 07 August 2018 =
100
+ * Fix for PHP5.2 :(
101
+
102
  = 2.8.0 - 06 August 2018 =
103
  * SiteOrigin Layouts Gutenberg block!
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.8.0
7
  Author: SiteOrigin
8
  Author URI: https://siteorigin.com
9
  License: GPL3
@@ -11,12 +11,12 @@ 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.8.0' );
15
  if ( ! defined( 'SITEORIGIN_PANELS_JS_SUFFIX' ) ) {
16
  define( 'SITEORIGIN_PANELS_JS_SUFFIX', '.min' );
17
  }
18
  define( 'SITEORIGIN_PANELS_CSS_SUFFIX', '.min' );
19
- define( 'SITEORIGIN_PANELS_VERSION_SUFFIX', '-280' );
20
 
21
  require_once plugin_dir_path( __FILE__ ) . 'inc/functions.php';
22
 
@@ -67,11 +67,7 @@ class SiteOrigin_Panels {
67
  // Content cache has been removed. SiteOrigin_Panels_Cache_Renderer just deletes any existing caches.
68
  SiteOrigin_Panels_Cache_Renderer::single();
69
 
70
- $gutenberg_dev_mode = defined( 'GUTENBERG_DEVELOPMENT_MODE' ) && ! empty( GUTENBERG_DEVELOPMENT_MODE );
71
- $gutenberg_supported = defined( 'GUTENBERG_VERSION' ) &&
72
- version_compare( GUTENBERG_VERSION, '2.0.0', '>=' );
73
-
74
- if ( $gutenberg_supported || $gutenberg_dev_mode ) {
75
  SiteOrigin_Panels_Compat_Gutenberg_Block::single();
76
  }
77
 
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.8.1
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.8.1' );
15
  if ( ! defined( 'SITEORIGIN_PANELS_JS_SUFFIX' ) ) {
16
  define( 'SITEORIGIN_PANELS_JS_SUFFIX', '.min' );
17
  }
18
  define( 'SITEORIGIN_PANELS_CSS_SUFFIX', '.min' );
19
+ define( 'SITEORIGIN_PANELS_VERSION_SUFFIX', '-281' );
20
 
21
  require_once plugin_dir_path( __FILE__ ) . 'inc/functions.php';
22
 
67
  // Content cache has been removed. SiteOrigin_Panels_Cache_Renderer just deletes any existing caches.
68
  SiteOrigin_Panels_Cache_Renderer::single();
69
 
70
+ if ( function_exists( 'register_block_type' ) ) {
 
 
 
 
71
  SiteOrigin_Panels_Compat_Gutenberg_Block::single();
72
  }
73