Changeset 1516998
- Timestamp:
- 10/17/2016 10:08:18 PM (9 years ago)
- Location:
- pl-platform/trunk
- Files:
-
- 18 edited
-
engine/lib/functions.php (modified) (1 diff)
-
engine/lib/site.php (modified) (1 diff)
-
engine/sections/menus/style.css (modified) (1 diff)
-
engine/ui/css/admin.css (modified) (1 diff)
-
engine/ui/css/components.css (modified) (1 diff)
-
engine/ui/css/workarea.css (modified) (1 diff)
-
engine/ui/js/admin.js (modified) (1 diff)
-
engine/ui/js/common.js (modified) (1 diff)
-
engine/ui/js/editing.js (modified) (1 diff)
-
engine/ui/js/site.js (modified) (1 diff)
-
engine/ui/js/utils.js (modified) (1 diff)
-
engine/ui/plugins/codemirror/pl.codemirror.js (modified) (1 diff)
-
engine/ui/plugins/squire/squire.js (modified) (1 diff)
-
engine/ui/plugins/wizard/wizard.js (modified) (1 diff)
-
engine/ui/plugins/wp/colorpicker-wp.js (modified) (1 diff)
-
lib/oauth.php (modified) (1 diff)
-
pl-platform.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pl-platform/trunk/engine/lib/functions.php
r1508924 r1516998 2801 2801 $parts = explode( '.', $domain ); 2802 2802 $ip_loc = (bool) filter_var( $domain, FILTER_VALIDATE_IP ); // will return true is domain is an ip. 2803 $staging = array( 'staging', 'dev', 'xip', 'myftpupload', 'localhost', 'flywheelsites' );2803 $staging = array( 'staging', 'dev', 'xip', 'myftpupload', 'localhost', 'flywheelsites', 'wpengine' ); 2804 2804 $local = false; 2805 2805 -
pl-platform/trunk/engine/lib/site.php
r1454989 r1516998 87 87 $wp_classes[] = 'logged-out'; 88 88 } 89 else { 90 $wp_classes[] = 'logged-in'; 91 } 89 92 90 93 $wp_classes[] = 'pl-platform'; -
pl-platform/trunk/engine/sections/menus/style.css
r1508924 r1516998 1 /* PageLines Platform - 5.0.15 72 * Built: Wednesday, October 5th, 2016, 20:471 /* PageLines Platform - 5.0.158 2 * Built: Monday, October 17th, 2016, 23:06 3 3 * https://www.pagelines.com 4 4 * Copyright (c) 2016 PageLines; Licensed GPL-3.0 */ -
pl-platform/trunk/engine/ui/css/admin.css
r1508924 r1516998 1 /* PageLines Platform - 5.0.15 72 * Built: Wednesday, October 5th, 2016, 20:471 /* PageLines Platform - 5.0.158 2 * Built: Monday, October 17th, 2016, 23:06 3 3 * https://www.pagelines.com 4 4 * Copyright (c) 2016 PageLines; Licensed GPL-3.0 */ -
pl-platform/trunk/engine/ui/css/components.css
r1508924 r1516998 1 /* PageLines Platform - 5.0.15 72 * Built: Wednesday, October 5th, 2016, 20:471 /* PageLines Platform - 5.0.158 2 * Built: Monday, October 17th, 2016, 23:06 3 3 * https://www.pagelines.com 4 4 * Copyright (c) 2016 PageLines; Licensed GPL-3.0 */ -
pl-platform/trunk/engine/ui/css/workarea.css
r1508924 r1516998 1 /* PageLines Platform - 5.0.15 72 * Built: Wednesday, October 5th, 2016, 20:471 /* PageLines Platform - 5.0.158 2 * Built: Monday, October 17th, 2016, 23:06 3 3 * https://www.pagelines.com 4 4 * Copyright (c) 2016 PageLines; Licensed GPL-3.0 */ -
pl-platform/trunk/engine/ui/js/admin.js
r1508924 r1516998 1 /* PageLines Platform - 5.0.15 72 * Built: Wednesday, October 5th, 2016, 20:471 /* PageLines Platform - 5.0.158 2 * Built: Monday, October 17th, 2016, 23:06 3 3 * https://www.pagelines.com 4 4 * Copyright (c) 2016 PageLines; Licensed GPL-3.0 */ -
pl-platform/trunk/engine/ui/js/common.js
r1508924 r1516998 1 /* PageLines Platform - 5.0.15 72 * Built: Wednesday, October 5th, 2016, 20:471 /* PageLines Platform - 5.0.158 2 * Built: Monday, October 17th, 2016, 23:06 3 3 * https://www.pagelines.com 4 4 * Copyright (c) 2016 PageLines; Licensed GPL-3.0 */ -
pl-platform/trunk/engine/ui/js/editing.js
r1508924 r1516998 1 /* PageLines Platform - 5.0.15 72 * Built: Wednesday, October 5th, 2016, 20:471 /* PageLines Platform - 5.0.158 2 * Built: Monday, October 17th, 2016, 23:06 3 3 * https://www.pagelines.com 4 4 * Copyright (c) 2016 PageLines; Licensed GPL-3.0 */ -
pl-platform/trunk/engine/ui/js/site.js
r1508924 r1516998 1 /* PageLines Platform - 5.0.15 72 * Built: Wednesday, October 5th, 2016, 20:471 /* PageLines Platform - 5.0.158 2 * Built: Monday, October 17th, 2016, 23:06 3 3 * https://www.pagelines.com 4 4 * Copyright (c) 2016 PageLines; Licensed GPL-3.0 */ -
pl-platform/trunk/engine/ui/js/utils.js
r1508924 r1516998 1 /* PageLines Platform - 5.0.15 72 * Built: Wednesday, October 5th, 2016, 20:471 /* PageLines Platform - 5.0.158 2 * Built: Monday, October 17th, 2016, 23:06 3 3 * https://www.pagelines.com 4 4 * Copyright (c) 2016 PageLines; Licensed GPL-3.0 */ -
pl-platform/trunk/engine/ui/plugins/codemirror/pl.codemirror.js
r1508924 r1516998 1 /* PageLines Platform - 5.0.15 72 * Built: Wednesday, October 5th, 2016, 20:481 /* PageLines Platform - 5.0.158 2 * Built: Monday, October 17th, 2016, 23:07 3 3 * https://www.pagelines.com 4 4 * Copyright (c) 2016 PageLines; Licensed GPL-3.0 */ -
pl-platform/trunk/engine/ui/plugins/squire/squire.js
r1508924 r1516998 1 /* PageLines Platform - 5.0.15 72 * Built: Wednesday, October 5th, 2016, 20:481 /* PageLines Platform - 5.0.158 2 * Built: Monday, October 17th, 2016, 23:07 3 3 * https://www.pagelines.com 4 4 * Copyright (c) 2016 PageLines; Licensed GPL-3.0 */ -
pl-platform/trunk/engine/ui/plugins/wizard/wizard.js
r1508924 r1516998 1 /* PageLines Platform - 5.0.15 72 * Built: Wednesday, October 5th, 2016, 20:481 /* PageLines Platform - 5.0.158 2 * Built: Monday, October 17th, 2016, 23:07 3 3 * https://www.pagelines.com 4 4 * Copyright (c) 2016 PageLines; Licensed GPL-3.0 */ -
pl-platform/trunk/engine/ui/plugins/wp/colorpicker-wp.js
r1508924 r1516998 1 /* PageLines Platform - 5.0.15 72 * Built: Wednesday, October 5th, 2016, 20:481 /* PageLines Platform - 5.0.158 2 * Built: Monday, October 17th, 2016, 23:07 3 3 * https://www.pagelines.com 4 4 * Copyright (c) 2016 PageLines; Licensed GPL-3.0 */ -
pl-platform/trunk/lib/oauth.php
r1508924 r1516998 395 395 } 396 396 397 if ( '' !== $endpoint && 'store' !== $endpoint) {397 if ( '' !== $endpoint ) { 398 398 $url = sprintf( '%s/%s', $url, $endpoint ); 399 399 } -
pl-platform/trunk/pl-platform.php
r1508924 r1516998 4 4 Description: An insanely-fast real time design platform for WordPress. 5 5 6 Version: 5.0.15 76 Version: 5.0.158 7 7 8 8 Author: PageLines -
pl-platform/trunk/readme.txt
r1508924 r1516998 3 3 Contributors: pagelines 4 4 Tested up to: 4.7 5 Stable tag: 5.0.15 75 Stable tag: 5.0.158 6 6 License: GPLv3 or later 7 7 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 80 80 == Changelog == 81 81 82 = 5.0.158 = 83 84 * Extensions not loading issue fixed. 85 * wpengine added to staging whitelist. 86 * logged-in body tag added. 87 82 88 = 5.0.157 = 83 89 … … 96 102 97 103 * Multisite/Extend. Make sure were using network admin urls where needed. Fixes all the things. 98 99 104 100 105 = 5.0.154 =
Note: See TracChangeset
for help on using the changeset viewer.