Page Builder by SiteOrigin - Version 2.5.6

Version Description

  • 13 June 2017 =
  • Pass empty post id to 'siteorigin_panels_data' filter to avoid potential fatal errors.
  • Remove unnecessary output of JS widget templates.
Download this release

Release Info

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

Code changes from version 2.5.5 to 2.5.6

inc/admin-layouts.php CHANGED
@@ -269,7 +269,7 @@ class SiteOrigin_Panels_Admin_Layouts {
269
  $panels_data = get_post_meta( $_REQUEST['lid'], 'panels_data', true );
270
  }
271
 
272
- $panels_data = apply_filters( 'siteorigin_panels_data', $panels_data );
273
 
274
  $panels_data['widgets'] = SiteOrigin_Panels_Admin::single()->process_raw_widgets( $panels_data['widgets'], array(), true, true );
275
 
@@ -322,4 +322,4 @@ class SiteOrigin_Panels_Admin_Layouts {
322
  update_user_meta( $user, 'so_panels_directory_enabled', true );
323
  wp_die();
324
  }
325
- }
269
  $panels_data = get_post_meta( $_REQUEST['lid'], 'panels_data', true );
270
  }
271
 
272
+ $panels_data = apply_filters( 'siteorigin_panels_data', $panels_data, false );
273
 
274
  $panels_data['widgets'] = SiteOrigin_Panels_Admin::single()->process_raw_widgets( $panels_data['widgets'], array(), true, true );
275
 
322
  update_user_meta( $user, 'so_panels_directory_enabled', true );
323
  wp_die();
324
  }
325
+ }
inc/admin.php CHANGED
@@ -49,8 +49,6 @@ class SiteOrigin_Panels_Admin {
49
  add_action( 'load-appearance_page_so_panels_home_page', array( $this, 'add_help_tab' ), 12 );
50
 
51
  add_action( 'customize_controls_print_footer_scripts', array( $this, 'js_templates' ) );
52
- add_action( 'admin_footer-post.php', array( $this, 'js_widget_templates' ) );
53
- add_action( 'admin_footer-post-new.php', array( $this, 'js_widget_templates' ) );
54
 
55
  // Register all the admin actions
56
  add_action( 'wp_ajax_so_panels_builder_content', array( $this, 'action_builder_content' ) );
@@ -771,23 +769,6 @@ class SiteOrigin_Panels_Admin {
771
  include plugin_dir_path( __FILE__ ) . '../tpl/js-templates.php';
772
  }
773
 
774
-
775
- /**
776
- * Need to render templates for new WP 4.8 widgets when not on the 'widgets' screen or in the customizer.
777
- */
778
- function js_widget_templates() {
779
- $screen = get_current_screen();
780
-
781
- if ( $screen->base != 'widgets' ) {
782
- global $wp_widget_factory;
783
- foreach ( $wp_widget_factory->widgets as $class => $widget_obj ) {
784
- if ( method_exists( $widget_obj, 'render_control_template_scripts' ) ) {
785
- $widget_obj->render_control_template_scripts();
786
- }
787
- }
788
- }
789
- }
790
-
791
  /**
792
  * Render a widget form with all the Page Builder specific fields
793
  *
49
  add_action( 'load-appearance_page_so_panels_home_page', array( $this, 'add_help_tab' ), 12 );
50
 
51
  add_action( 'customize_controls_print_footer_scripts', array( $this, 'js_templates' ) );
 
 
52
 
53
  // Register all the admin actions
54
  add_action( 'wp_ajax_so_panels_builder_content', array( $this, 'action_builder_content' ) );
769
  include plugin_dir_path( __FILE__ ) . '../tpl/js-templates.php';
770
  }
771
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
772
  /**
773
  * Render a widget form with all the Page Builder specific fields
774
  *
lang/siteorigin-panels.pot CHANGED
@@ -73,339 +73,339 @@ msgstr ""
73
  msgid "Installing %s"
74
  msgstr ""
75
 
76
- #: tmp/inc/admin.php:121
77
  msgid "Support Forum"
78
  msgstr ""
79
 
80
- #: tmp/inc/admin.php:122
81
  msgid "Newsletter"
82
  msgstr ""
83
 
84
- #: tmp/inc/admin.php:134, tmp/inc/admin.php:470, tmp/inc/admin.php:996, tmp/inc/admin.php:1001, tmp/inc/settings.php:186, tmp/tpl/js-templates.php:201
85
  msgid "Page Builder"
86
  msgstr ""
87
 
88
- #: tmp/inc/admin.php:261
89
  msgid "All Widgets"
90
  msgstr ""
91
 
92
- #: tmp/inc/admin.php:286
93
  msgid "Missing Widget"
94
  msgstr ""
95
 
96
- #: tmp/inc/admin.php:287
97
  msgid "Page Builder doesn't know about this widget."
98
  msgstr ""
99
 
100
- #: tmp/inc/admin.php:291
101
  msgid "%d seconds"
102
  msgstr ""
103
 
104
- #: tmp/inc/admin.php:293
105
  msgid "%d minutes"
106
  msgstr ""
107
 
108
- #: tmp/inc/admin.php:295
109
  msgid "%d hours"
110
  msgstr ""
111
 
112
- #: tmp/inc/admin.php:298
113
  msgid "%d second"
114
  msgstr ""
115
 
116
- #: tmp/inc/admin.php:300
117
  msgid "%d minute"
118
  msgstr ""
119
 
120
- #: tmp/inc/admin.php:302
121
  msgid "%d hour"
122
  msgstr ""
123
 
124
- #: tmp/inc/admin.php:305
125
  msgid "%s before"
126
  msgstr ""
127
 
128
- #: tmp/inc/admin.php:306
129
  msgid "Now"
130
  msgstr ""
131
 
132
- #: tmp/inc/admin.php:310
133
  msgid "Current"
134
  msgstr ""
135
 
136
- #: tmp/inc/admin.php:311
137
  msgid "Original"
138
  msgstr ""
139
 
140
- #: tmp/inc/admin.php:312
141
  msgid "Version restored"
142
  msgstr ""
143
 
144
- #: tmp/inc/admin.php:313
145
  msgid "Converted to editor"
146
  msgstr ""
147
 
148
- #: tmp/inc/admin.php:317
149
  msgid "Widget deleted"
150
  msgstr ""
151
 
152
- #: tmp/inc/admin.php:319
153
  msgid "Widget added"
154
  msgstr ""
155
 
156
- #: tmp/inc/admin.php:321
157
  msgid "Widget edited"
158
  msgstr ""
159
 
160
- #: tmp/inc/admin.php:323
161
  msgid "Widget duplicated"
162
  msgstr ""
163
 
164
- #: tmp/inc/admin.php:325
165
  msgid "Widget moved"
166
  msgstr ""
167
 
168
- #: tmp/inc/admin.php:329
169
  msgid "Row deleted"
170
  msgstr ""
171
 
172
- #: tmp/inc/admin.php:331
173
  msgid "Row added"
174
  msgstr ""
175
 
176
- #: tmp/inc/admin.php:333
177
  msgid "Row edited"
178
  msgstr ""
179
 
180
- #: tmp/inc/admin.php:335
181
  msgid "Row moved"
182
  msgstr ""
183
 
184
- #: tmp/inc/admin.php:337
185
  msgid "Row duplicated"
186
  msgstr ""
187
 
188
- #: tmp/inc/admin.php:339
189
  msgid "Row pasted"
190
  msgstr ""
191
 
192
- #: tmp/inc/admin.php:342
193
  msgid "Cell resized"
194
  msgstr ""
195
 
196
- #: tmp/inc/admin.php:345
197
  msgid "Prebuilt layout loaded"
198
  msgstr ""
199
 
200
- #: tmp/inc/admin.php:349
201
  msgid "Loading prebuilt layout"
202
  msgstr ""
203
 
204
- #: tmp/inc/admin.php:350
205
  msgid "Would you like to copy this editor's existing content to Page Builder?"
206
  msgstr ""
207
 
208
- #: tmp/inc/admin.php:351
209
  msgid "Would you like to clear your Page Builder content and revert to using the standard visual editor?"
210
  msgstr ""
211
 
212
- #: tmp/inc/admin.php:353
213
  msgid "Layout Builder Widget"
214
  msgstr ""
215
 
216
- #: tmp/inc/admin.php:355, tmp/tpl/js-templates.php:105, tmp/tpl/js-templates.php:424
217
  msgid "Are you sure?"
218
  msgstr ""
219
 
220
- #: tmp/inc/admin.php:357
221
  msgid "%s is ready to insert."
222
  msgstr ""
223
 
224
- #: tmp/inc/admin.php:361
225
  msgid "Add Widget Below"
226
  msgstr ""
227
 
228
- #: tmp/inc/admin.php:362
229
  msgid "Add Widget to Cell"
230
  msgstr ""
231
 
232
- #: tmp/inc/admin.php:363, tmp/tpl/js-templates.php:228
233
  msgid "Search Widgets"
234
  msgstr ""
235
 
236
- #: tmp/inc/admin.php:365, tmp/tpl/js-templates.php:17, tmp/tpl/js-templates.php:19
237
  msgid "Add Row"
238
  msgstr ""
239
 
240
- #: tmp/inc/admin.php:366
241
  msgid "Column"
242
  msgstr ""
243
 
244
- #: tmp/inc/admin.php:368
245
  msgid "Cell Actions"
246
  msgstr ""
247
 
248
- #: tmp/inc/admin.php:369
249
  msgid "Paste Widget"
250
  msgstr ""
251
 
252
- #: tmp/inc/admin.php:371
253
  msgid "Widget Actions"
254
  msgstr ""
255
 
256
- #: tmp/inc/admin.php:372
257
  msgid "Edit Widget"
258
  msgstr ""
259
 
260
- #: tmp/inc/admin.php:373
261
  msgid "Duplicate Widget"
262
  msgstr ""
263
 
264
- #: tmp/inc/admin.php:374
265
  msgid "Delete Widget"
266
  msgstr ""
267
 
268
- #: tmp/inc/admin.php:375
269
  msgid "Copy Widget"
270
  msgstr ""
271
 
272
- #: tmp/inc/admin.php:376
273
  msgid "Paste Widget Below"
274
  msgstr ""
275
 
276
- #: tmp/inc/admin.php:378
277
  msgid "Row Actions"
278
  msgstr ""
279
 
280
- #: tmp/inc/admin.php:379, tmp/tpl/js-templates.php:103
281
  msgid "Edit Row"
282
  msgstr ""
283
 
284
- #: tmp/inc/admin.php:380, tmp/tpl/js-templates.php:104
285
  msgid "Duplicate Row"
286
  msgstr ""
287
 
288
- #: tmp/inc/admin.php:381, tmp/tpl/js-templates.php:105
289
  msgid "Delete Row"
290
  msgstr ""
291
 
292
- #: tmp/inc/admin.php:382
293
  msgid "Copy Row"
294
  msgstr ""
295
 
296
- #: tmp/inc/admin.php:383
297
  msgid "Paste Row"
298
  msgstr ""
299
 
300
- #: tmp/inc/admin.php:385
301
  msgid "Draft"
302
  msgstr ""
303
 
304
- #: tmp/inc/admin.php:386
305
  msgid "Untitled"
306
  msgstr ""
307
 
308
- #: tmp/inc/admin.php:388
309
  msgid "New Row"
310
  msgstr ""
311
 
312
- #: tmp/inc/admin.php:389, tmp/inc/styles.php:173, tmp/tpl/js-templates.php:68
313
  msgid "Row"
314
  msgstr ""
315
 
316
- #: tmp/inc/admin.php:397
317
  msgid "Page Builder layouts"
318
  msgstr ""
319
 
320
- #: tmp/inc/admin.php:398
321
  msgid "Error uploading or importing file."
322
  msgstr ""
323
 
324
- #: tmp/inc/admin.php:551, tmp/inc/home.php:26
325
  msgid "Home Page"
326
  msgstr ""
327
 
328
- #: tmp/inc/admin.php:645
329
  msgid "Untitled Widget"
330
  msgstr ""
331
 
332
- #: tmp/inc/admin.php:827
333
  msgid "You need to install 1{%1$s} to use the widget 2{%2$s}."
334
  msgstr ""
335
 
336
- #: tmp/inc/admin.php:833
337
  msgid "Save and reload this page to start using the widget after you've installed it."
338
  msgstr ""
339
 
340
- #: tmp/inc/admin.php:849
341
  msgid "The widget 1{%1$s} is not available. Please try locate and install the missing plugin. Post on the 2{support forums} if you need help."
342
  msgstr ""
343
 
344
- #: tmp/inc/admin.php:1013
345
  msgid "%s Widgets"
346
  msgstr ""
347
 
348
- #: tmp/inc/admin.php:1059
349
  msgid "12 Page Builder Tips"
350
  msgstr ""
351
 
352
- #: tmp/inc/admin.php:1062
353
  msgid "Sign up to our newsletter and we'll send you this free Page Builder video course."
354
  msgstr ""
355
 
356
- #: tmp/inc/admin.php:1063
357
  msgid "12 tips that'll help you get the most out of Page Builder."
358
  msgstr ""
359
 
360
- #: tmp/inc/admin.php:1064
361
  msgid "Watch the video to find out more, then sign up below to get started."
362
  msgstr ""
363
 
364
- #: tmp/inc/admin.php:1065, tmp/inc/admin.php:1075
365
  msgid "We'll email you a confirmation. You can unsubscribe at any time."
366
  msgstr ""
367
 
368
- #: tmp/inc/admin.php:1069
369
  msgid "Free Page Builder Addons"
370
  msgstr ""
371
 
372
- #: tmp/inc/admin.php:1072
373
  msgid "The free animations addon allows you to add beautiful animations to Page Builder elements."
374
  msgstr ""
375
 
376
- #: tmp/inc/admin.php:1073
377
  msgid "Sign up to our newsletter and we'll send you the addon as a free gift."
378
  msgstr ""
379
 
380
- #: tmp/inc/admin.php:1074
381
  msgid "Plus, we'll send you even more powerful addons, for as long as you're subscribed."
382
  msgstr ""
383
 
384
- #: tmp/inc/admin.php:1090
385
  msgid "Watch Intro Video"
386
  msgstr ""
387
 
388
- #: tmp/inc/admin.php:1091
389
  msgid "Loaded from Vimeo Servers"
390
  msgstr ""
391
 
392
- #: tmp/inc/admin.php:1092
393
  msgid "Please enter a valid email address."
394
  msgstr ""
395
 
396
- #: tmp/inc/admin.php:1094, tmp/learn/tpl/dialog.php:22
397
  msgid "Your Name"
398
  msgstr ""
399
 
400
- #: tmp/inc/admin.php:1095, tmp/learn/tpl/dialog.php:27
401
  msgid "Your Email"
402
  msgstr ""
403
 
404
- #: tmp/inc/admin.php:1096, tmp/learn/tpl/dialog.php:31
405
  msgid "Sign Up"
406
  msgstr ""
407
 
408
- #: tmp/inc/admin.php:1097, tmp/learn/tpl/dialog.php:37, tmp/tpl/js-templates.php:240
409
  msgid "Close"
410
  msgstr ""
411
 
73
  msgid "Installing %s"
74
  msgstr ""
75
 
76
+ #: tmp/inc/admin.php:119
77
  msgid "Support Forum"
78
  msgstr ""
79
 
80
+ #: tmp/inc/admin.php:120
81
  msgid "Newsletter"
82
  msgstr ""
83
 
84
+ #: tmp/inc/admin.php:132, tmp/inc/admin.php:468, tmp/inc/admin.php:977, tmp/inc/admin.php:982, tmp/inc/settings.php:186, tmp/tpl/js-templates.php:201
85
  msgid "Page Builder"
86
  msgstr ""
87
 
88
+ #: tmp/inc/admin.php:259
89
  msgid "All Widgets"
90
  msgstr ""
91
 
92
+ #: tmp/inc/admin.php:284
93
  msgid "Missing Widget"
94
  msgstr ""
95
 
96
+ #: tmp/inc/admin.php:285
97
  msgid "Page Builder doesn't know about this widget."
98
  msgstr ""
99
 
100
+ #: tmp/inc/admin.php:289
101
  msgid "%d seconds"
102
  msgstr ""
103
 
104
+ #: tmp/inc/admin.php:291
105
  msgid "%d minutes"
106
  msgstr ""
107
 
108
+ #: tmp/inc/admin.php:293
109
  msgid "%d hours"
110
  msgstr ""
111
 
112
+ #: tmp/inc/admin.php:296
113
  msgid "%d second"
114
  msgstr ""
115
 
116
+ #: tmp/inc/admin.php:298
117
  msgid "%d minute"
118
  msgstr ""
119
 
120
+ #: tmp/inc/admin.php:300
121
  msgid "%d hour"
122
  msgstr ""
123
 
124
+ #: tmp/inc/admin.php:303
125
  msgid "%s before"
126
  msgstr ""
127
 
128
+ #: tmp/inc/admin.php:304
129
  msgid "Now"
130
  msgstr ""
131
 
132
+ #: tmp/inc/admin.php:308
133
  msgid "Current"
134
  msgstr ""
135
 
136
+ #: tmp/inc/admin.php:309
137
  msgid "Original"
138
  msgstr ""
139
 
140
+ #: tmp/inc/admin.php:310
141
  msgid "Version restored"
142
  msgstr ""
143
 
144
+ #: tmp/inc/admin.php:311
145
  msgid "Converted to editor"
146
  msgstr ""
147
 
148
+ #: tmp/inc/admin.php:315
149
  msgid "Widget deleted"
150
  msgstr ""
151
 
152
+ #: tmp/inc/admin.php:317
153
  msgid "Widget added"
154
  msgstr ""
155
 
156
+ #: tmp/inc/admin.php:319
157
  msgid "Widget edited"
158
  msgstr ""
159
 
160
+ #: tmp/inc/admin.php:321
161
  msgid "Widget duplicated"
162
  msgstr ""
163
 
164
+ #: tmp/inc/admin.php:323
165
  msgid "Widget moved"
166
  msgstr ""
167
 
168
+ #: tmp/inc/admin.php:327
169
  msgid "Row deleted"
170
  msgstr ""
171
 
172
+ #: tmp/inc/admin.php:329
173
  msgid "Row added"
174
  msgstr ""
175
 
176
+ #: tmp/inc/admin.php:331
177
  msgid "Row edited"
178
  msgstr ""
179
 
180
+ #: tmp/inc/admin.php:333
181
  msgid "Row moved"
182
  msgstr ""
183
 
184
+ #: tmp/inc/admin.php:335
185
  msgid "Row duplicated"
186
  msgstr ""
187
 
188
+ #: tmp/inc/admin.php:337
189
  msgid "Row pasted"
190
  msgstr ""
191
 
192
+ #: tmp/inc/admin.php:340
193
  msgid "Cell resized"
194
  msgstr ""
195
 
196
+ #: tmp/inc/admin.php:343
197
  msgid "Prebuilt layout loaded"
198
  msgstr ""
199
 
200
+ #: tmp/inc/admin.php:347
201
  msgid "Loading prebuilt layout"
202
  msgstr ""
203
 
204
+ #: tmp/inc/admin.php:348
205
  msgid "Would you like to copy this editor's existing content to Page Builder?"
206
  msgstr ""
207
 
208
+ #: tmp/inc/admin.php:349
209
  msgid "Would you like to clear your Page Builder content and revert to using the standard visual editor?"
210
  msgstr ""
211
 
212
+ #: tmp/inc/admin.php:351
213
  msgid "Layout Builder Widget"
214
  msgstr ""
215
 
216
+ #: tmp/inc/admin.php:353, tmp/tpl/js-templates.php:105, tmp/tpl/js-templates.php:424
217
  msgid "Are you sure?"
218
  msgstr ""
219
 
220
+ #: tmp/inc/admin.php:355
221
  msgid "%s is ready to insert."
222
  msgstr ""
223
 
224
+ #: tmp/inc/admin.php:359
225
  msgid "Add Widget Below"
226
  msgstr ""
227
 
228
+ #: tmp/inc/admin.php:360
229
  msgid "Add Widget to Cell"
230
  msgstr ""
231
 
232
+ #: tmp/inc/admin.php:361, tmp/tpl/js-templates.php:228
233
  msgid "Search Widgets"
234
  msgstr ""
235
 
236
+ #: tmp/inc/admin.php:363, tmp/tpl/js-templates.php:17, tmp/tpl/js-templates.php:19
237
  msgid "Add Row"
238
  msgstr ""
239
 
240
+ #: tmp/inc/admin.php:364
241
  msgid "Column"
242
  msgstr ""
243
 
244
+ #: tmp/inc/admin.php:366
245
  msgid "Cell Actions"
246
  msgstr ""
247
 
248
+ #: tmp/inc/admin.php:367
249
  msgid "Paste Widget"
250
  msgstr ""
251
 
252
+ #: tmp/inc/admin.php:369
253
  msgid "Widget Actions"
254
  msgstr ""
255
 
256
+ #: tmp/inc/admin.php:370
257
  msgid "Edit Widget"
258
  msgstr ""
259
 
260
+ #: tmp/inc/admin.php:371
261
  msgid "Duplicate Widget"
262
  msgstr ""
263
 
264
+ #: tmp/inc/admin.php:372
265
  msgid "Delete Widget"
266
  msgstr ""
267
 
268
+ #: tmp/inc/admin.php:373
269
  msgid "Copy Widget"
270
  msgstr ""
271
 
272
+ #: tmp/inc/admin.php:374
273
  msgid "Paste Widget Below"
274
  msgstr ""
275
 
276
+ #: tmp/inc/admin.php:376
277
  msgid "Row Actions"
278
  msgstr ""
279
 
280
+ #: tmp/inc/admin.php:377, tmp/tpl/js-templates.php:103
281
  msgid "Edit Row"
282
  msgstr ""
283
 
284
+ #: tmp/inc/admin.php:378, tmp/tpl/js-templates.php:104
285
  msgid "Duplicate Row"
286
  msgstr ""
287
 
288
+ #: tmp/inc/admin.php:379, tmp/tpl/js-templates.php:105
289
  msgid "Delete Row"
290
  msgstr ""
291
 
292
+ #: tmp/inc/admin.php:380
293
  msgid "Copy Row"
294
  msgstr ""
295
 
296
+ #: tmp/inc/admin.php:381
297
  msgid "Paste Row"
298
  msgstr ""
299
 
300
+ #: tmp/inc/admin.php:383
301
  msgid "Draft"
302
  msgstr ""
303
 
304
+ #: tmp/inc/admin.php:384
305
  msgid "Untitled"
306
  msgstr ""
307
 
308
+ #: tmp/inc/admin.php:386
309
  msgid "New Row"
310
  msgstr ""
311
 
312
+ #: tmp/inc/admin.php:387, tmp/inc/styles.php:173, tmp/tpl/js-templates.php:68
313
  msgid "Row"
314
  msgstr ""
315
 
316
+ #: tmp/inc/admin.php:395
317
  msgid "Page Builder layouts"
318
  msgstr ""
319
 
320
+ #: tmp/inc/admin.php:396
321
  msgid "Error uploading or importing file."
322
  msgstr ""
323
 
324
+ #: tmp/inc/admin.php:549, tmp/inc/home.php:26
325
  msgid "Home Page"
326
  msgstr ""
327
 
328
+ #: tmp/inc/admin.php:643
329
  msgid "Untitled Widget"
330
  msgstr ""
331
 
332
+ #: tmp/inc/admin.php:808
333
  msgid "You need to install 1{%1$s} to use the widget 2{%2$s}."
334
  msgstr ""
335
 
336
+ #: tmp/inc/admin.php:814
337
  msgid "Save and reload this page to start using the widget after you've installed it."
338
  msgstr ""
339
 
340
+ #: tmp/inc/admin.php:830
341
  msgid "The widget 1{%1$s} is not available. Please try locate and install the missing plugin. Post on the 2{support forums} if you need help."
342
  msgstr ""
343
 
344
+ #: tmp/inc/admin.php:994
345
  msgid "%s Widgets"
346
  msgstr ""
347
 
348
+ #: tmp/inc/admin.php:1040
349
  msgid "12 Page Builder Tips"
350
  msgstr ""
351
 
352
+ #: tmp/inc/admin.php:1043
353
  msgid "Sign up to our newsletter and we'll send you this free Page Builder video course."
354
  msgstr ""
355
 
356
+ #: tmp/inc/admin.php:1044
357
  msgid "12 tips that'll help you get the most out of Page Builder."
358
  msgstr ""
359
 
360
+ #: tmp/inc/admin.php:1045
361
  msgid "Watch the video to find out more, then sign up below to get started."
362
  msgstr ""
363
 
364
+ #: tmp/inc/admin.php:1046, tmp/inc/admin.php:1056
365
  msgid "We'll email you a confirmation. You can unsubscribe at any time."
366
  msgstr ""
367
 
368
+ #: tmp/inc/admin.php:1050
369
  msgid "Free Page Builder Addons"
370
  msgstr ""
371
 
372
+ #: tmp/inc/admin.php:1053
373
  msgid "The free animations addon allows you to add beautiful animations to Page Builder elements."
374
  msgstr ""
375
 
376
+ #: tmp/inc/admin.php:1054
377
  msgid "Sign up to our newsletter and we'll send you the addon as a free gift."
378
  msgstr ""
379
 
380
+ #: tmp/inc/admin.php:1055
381
  msgid "Plus, we'll send you even more powerful addons, for as long as you're subscribed."
382
  msgstr ""
383
 
384
+ #: tmp/inc/admin.php:1071
385
  msgid "Watch Intro Video"
386
  msgstr ""
387
 
388
+ #: tmp/inc/admin.php:1072
389
  msgid "Loaded from Vimeo Servers"
390
  msgstr ""
391
 
392
+ #: tmp/inc/admin.php:1073
393
  msgid "Please enter a valid email address."
394
  msgstr ""
395
 
396
+ #: tmp/inc/admin.php:1075, tmp/learn/tpl/dialog.php:22
397
  msgid "Your Name"
398
  msgstr ""
399
 
400
+ #: tmp/inc/admin.php:1076, tmp/learn/tpl/dialog.php:27
401
  msgid "Your Email"
402
  msgstr ""
403
 
404
+ #: tmp/inc/admin.php:1077, tmp/learn/tpl/dialog.php:31
405
  msgid "Sign Up"
406
  msgstr ""
407
 
408
+ #: tmp/inc/admin.php:1078, tmp/learn/tpl/dialog.php:37, tmp/tpl/js-templates.php:240
409
  msgid "Close"
410
  msgstr ""
411
 
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.8
5
- Stable tag: 2.5.4
6
- Build time: 2017-06-08T10:19:14+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,10 @@ We've tried to ensure that Page Builder is compatible with most plugin widgets.
96
 
97
  == Changelog ==
98
 
 
 
 
 
99
  = 2.5.5 - 8 June 2017 =
100
  * Ensure form fields name attributes are correct when using the Widgets Bundle post loop helper.
101
  * Prevent display of unimplemented preview button for Post Loop widget.
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.8
5
+ Stable tag: 2.5.5
6
+ Build time: 2017-06-13T12:44:35+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.5.6 - 13 June 2017 =
100
+ * Pass empty post id to 'siteorigin_panels_data' filter to avoid potential fatal errors.
101
+ * Remove unnecessary output of JS widget templates.
102
+
103
  = 2.5.5 - 8 June 2017 =
104
  * Ensure form fields name attributes are correct when using the Widgets Bundle post loop helper.
105
  * Prevent display of unimplemented preview button for Post Loop widget.
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.5.5
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.5.5' );
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.5.6
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.5.6' );
15
  if ( ! defined( 'SITEORIGIN_PANELS_JS_SUFFIX' ) ) {
16
  define( 'SITEORIGIN_PANELS_JS_SUFFIX', '.min' );
17
  }