Plugin Directory

Changeset 1576979


Ignore:
Timestamp:
01/18/2017 03:41:09 AM (9 years ago)
Author:
pagelines
Message:

Committing 5.1.5 to trunk

Location:
pl-platform/trunk
Files:
16 edited

Legend:

Unmodified
Added
Removed
  • pl-platform/trunk/engine/sections/menus/style.css

    r1576025 r1576979  
    1 /* PageLines Platform - 5.1.4
    2 * Built: Monday, January 16th, 2017, 21:25
     1/* PageLines Platform - 5.1.5
     2* Built: Wednesday, January 18th, 2017, 03:40
    33* https://www.pagelines.com
    44* Copyright (c) 2017 PageLines; Licensed GPL-3.0 */
  • pl-platform/trunk/engine/ui/css/admin.css

    r1576025 r1576979  
    1 /* PageLines Platform - 5.1.4
    2 * Built: Monday, January 16th, 2017, 21:25
     1/* PageLines Platform - 5.1.5
     2* Built: Wednesday, January 18th, 2017, 03:40
    33* https://www.pagelines.com
    44* Copyright (c) 2017 PageLines; Licensed GPL-3.0 */
  • pl-platform/trunk/engine/ui/css/components.css

    r1576025 r1576979  
    1 /* PageLines Platform - 5.1.4
    2 * Built: Monday, January 16th, 2017, 21:25
     1/* PageLines Platform - 5.1.5
     2* Built: Wednesday, January 18th, 2017, 03:40
    33* https://www.pagelines.com
    44* Copyright (c) 2017 PageLines; Licensed GPL-3.0 */
  • pl-platform/trunk/engine/ui/css/workarea.css

    r1576025 r1576979  
    1 /* PageLines Platform - 5.1.4
    2 * Built: Monday, January 16th, 2017, 21:25
     1/* PageLines Platform - 5.1.5
     2* Built: Wednesday, January 18th, 2017, 03:40
    33* https://www.pagelines.com
    44* Copyright (c) 2017 PageLines; Licensed GPL-3.0 */
  • pl-platform/trunk/engine/ui/js/admin.js

    r1576025 r1576979  
    1 /* PageLines Platform - 5.1.4
    2 * Built: Monday, January 16th, 2017, 21:25
     1/* PageLines Platform - 5.1.5
     2* Built: Wednesday, January 18th, 2017, 03:40
    33* https://www.pagelines.com
    44* Copyright (c) 2017 PageLines; Licensed GPL-3.0 */
  • pl-platform/trunk/engine/ui/js/common.js

    r1576025 r1576979  
    1 /* PageLines Platform - 5.1.4
    2 * Built: Monday, January 16th, 2017, 21:25
     1/* PageLines Platform - 5.1.5
     2* Built: Wednesday, January 18th, 2017, 03:40
    33* https://www.pagelines.com
    44* Copyright (c) 2017 PageLines; Licensed GPL-3.0 */
  • pl-platform/trunk/engine/ui/js/editing.js

    r1576025 r1576979  
    1 /* PageLines Platform - 5.1.4
    2 * Built: Monday, January 16th, 2017, 21:25
     1/* PageLines Platform - 5.1.5
     2* Built: Wednesday, January 18th, 2017, 03:40
    33* https://www.pagelines.com
    44* Copyright (c) 2017 PageLines; Licensed GPL-3.0 */
  • pl-platform/trunk/engine/ui/js/site.js

    r1576025 r1576979  
    1 /* PageLines Platform - 5.1.4
    2 * Built: Monday, January 16th, 2017, 21:25
     1/* PageLines Platform - 5.1.5
     2* Built: Wednesday, January 18th, 2017, 03:40
    33* https://www.pagelines.com
    44* Copyright (c) 2017 PageLines; Licensed GPL-3.0 */
  • pl-platform/trunk/engine/ui/js/utils.js

    r1576025 r1576979  
    1 /* PageLines Platform - 5.1.4
    2 * Built: Monday, January 16th, 2017, 21:25
     1/* PageLines Platform - 5.1.5
     2* Built: Wednesday, January 18th, 2017, 03:40
    33* https://www.pagelines.com
    44* Copyright (c) 2017 PageLines; Licensed GPL-3.0 */
  • pl-platform/trunk/engine/ui/plugins/codemirror/pl.codemirror.js

    r1576025 r1576979  
    1 /* PageLines Platform - 5.1.4
    2 * Built: Monday, January 16th, 2017, 21:25
     1/* PageLines Platform - 5.1.5
     2* Built: Wednesday, January 18th, 2017, 03:40
    33* https://www.pagelines.com
    44* Copyright (c) 2017 PageLines; Licensed GPL-3.0 */
  • pl-platform/trunk/engine/ui/plugins/squire/squire.js

    r1576025 r1576979  
    1 /* PageLines Platform - 5.1.4
    2 * Built: Monday, January 16th, 2017, 21:25
     1/* PageLines Platform - 5.1.5
     2* Built: Wednesday, January 18th, 2017, 03:40
    33* https://www.pagelines.com
    44* Copyright (c) 2017 PageLines; Licensed GPL-3.0 */
  • pl-platform/trunk/engine/ui/plugins/wizard/wizard.js

    r1576025 r1576979  
    1 /* PageLines Platform - 5.1.4
    2 * Built: Monday, January 16th, 2017, 21:25
     1/* PageLines Platform - 5.1.5
     2* Built: Wednesday, January 18th, 2017, 03:40
    33* https://www.pagelines.com
    44* Copyright (c) 2017 PageLines; Licensed GPL-3.0 */
  • pl-platform/trunk/engine/ui/plugins/wp/colorpicker-wp.js

    r1576025 r1576979  
    1 /* PageLines Platform - 5.1.4
    2 * Built: Monday, January 16th, 2017, 21:25
     1/* PageLines Platform - 5.1.5
     2* Built: Wednesday, January 18th, 2017, 03:40
    33* https://www.pagelines.com
    44* Copyright (c) 2017 PageLines; Licensed GPL-3.0 */
  • pl-platform/trunk/lib/oauth.php

    r1540882 r1576979  
    330330    $result = json_decode( wp_remote_retrieve_body( $response ) );
    331331
     332    if ( is_wp_error( $response ) ) {
     333      $error_string = $response->get_error_message();
     334      // set a temp option so message gets displayed..
     335      // we cant show the message yet as we are before init.
     336      update_option( 'pl_oauth_error', $error_string );
     337      $result = new WP_Error( 'ssl', $error_string );
     338    }
     339
    332340    // Handle errors.
    333341    if( ! class_exists( 'WP_Http_curl' ) ) {
     
    346354      // we cant show the message yet as we are before init.
    347355      update_option( 'pl_oauth_error', $error_string );
    348       return $result;
    349356    }
    350357    else {
     
    377384
    378385    if ( false !== strpos( $error_string, 'SSL' ) && ! defined( 'OPENSSL_TLSEXT_SERVER_NAME' ) ) {
    379       $text = __( "The server you are hosted on uses a very old version of CURL and / or OpenSSL, the library used to connect to other servers.<br />Please see <a href='http://kb.yoast.com/article/263-update-errors-with-certificate-subject-name'>This link</a> for more information.<br />To connect to PageLines insecurly you can add this to wp-config.php, please only do this as a last resort.<br /><kbd>define( 'PL_SSL_NO_VERIFY', true );", 'pl-platform' );
     386      $text = __( "The server you are hosted on uses a very old version of CURL and / or OpenSSL, the library used to connect to other servers.<br />Please see <a href='https://forum.pagelines.com/topic/41028-curl-error-51/'>This link</a> for more information.<br />To connect to PageLines insecurly you can add this to wp-config.php, please only do this as a last resort.<br /><kbd>define( 'PL_SSL_NO_VERIFY', true );", 'pl-platform' );
    380387      pl_create_notice( array(
    381388          'title'     => __( 'SSL Issues', 'pl-platform' ),
  • pl-platform/trunk/pl-platform.php

    r1576025 r1576979  
    44Description:  An insanely-fast real time design platform for WordPress.
    55
    6 Version:      5.1.4
     6Version:      5.1.5
    77
    88Author:       PageLines
  • pl-platform/trunk/readme.txt

    r1576025 r1576979  
    33Contributors: pagelines
    44Tested up to: 4.7.1
    5 Stable tag: 5.1.4
     5Stable tag: 5.1.5
    66License: GPLv3 or later
    77License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    7979
    8080== Changelog ==
     81
     82= 5.1.5 =
     83
     84* Make sure oauth response is not a WP_Error.
    8185
    8286= 5.1.4 =
Note: See TracChangeset for help on using the changeset viewer.