Plugin Directory

Changeset 1542178


Ignore:
Timestamp:
11/28/2016 05:54:37 PM (9 years ago)
Author:
pagelines
Message:

Committing 5.1.1 to trunk

Location:
pl-platform/trunk
Files:
53 added
27 edited

Legend:

Unmodified
Added
Removed
  • pl-platform/trunk/.git/COMMIT_EDITMSG

    r1540882 r1542178  
    1  (v5.1.0) [Built from commit "6c8155a"] [skip ci]
     1 (v5.1.1) [Built from commit "d2a7035"] [skip ci]
  • pl-platform/trunk/.git/FETCH_HEAD

    r1540882 r1542178  
    1 ae31bc8b0bb561aefae6f8ba96b942571c9bf95c        branch 'build' of github.com:PageLines-Team/pl-platform
     1693b17f6a0db00d0c3041d6e39602ee748af4d03        branch 'build' of github.com:PageLines-Team/pl-platform
  • pl-platform/trunk/.git/ORIG_HEAD

    r1540882 r1542178  
    1 ae31bc8b0bb561aefae6f8ba96b942571c9bf95c
     1693b17f6a0db00d0c3041d6e39602ee748af4d03
  • pl-platform/trunk/.git/logs/HEAD

    r1540882 r1542178  
    1 ae31bc8b0bb561aefae6f8ba96b942571c9bf95c 693b17f6a0db00d0c3041d6e39602ee748af4d03 Simon Prosser <pross@pross.org.uk> 1480104749 +0000   commit: (v5.1.0) [Built from commit "6c8155a"] [skip ci]
     1693b17f6a0db00d0c3041d6e39602ee748af4d03 8900b5329b93d9eec18d96fd11400be3352a1559 Simon Prosser <pross@pross.org.uk> 1480355606 +0000   commit: (v5.1.1) [Built from commit "d2a7035"] [skip ci]
  • pl-platform/trunk/.git/logs/refs/heads/build

    r1540882 r1542178  
    1 0000000000000000000000000000000000000000 ae31bc8b0bb561aefae6f8ba96b942571c9bf95c Simon Prosser <pross@pross.org.uk> 1480104748 +0000   branch: Created from remote-c25f2c/build
    2 ae31bc8b0bb561aefae6f8ba96b942571c9bf95c 693b17f6a0db00d0c3041d6e39602ee748af4d03 Simon Prosser <pross@pross.org.uk> 1480104749 +0000   commit: (v5.1.0) [Built from commit "6c8155a"] [skip ci]
     10000000000000000000000000000000000000000 693b17f6a0db00d0c3041d6e39602ee748af4d03 Simon Prosser <pross@pross.org.uk> 1480355605 +0000   branch: Created from remote-c25f2c/build
     2693b17f6a0db00d0c3041d6e39602ee748af4d03 8900b5329b93d9eec18d96fd11400be3352a1559 Simon Prosser <pross@pross.org.uk> 1480355606 +0000   commit: (v5.1.1) [Built from commit "d2a7035"] [skip ci]
  • pl-platform/trunk/.git/logs/refs/remotes/remote-c25f2c/build

    r1540882 r1542178  
    1 0000000000000000000000000000000000000000 ae31bc8b0bb561aefae6f8ba96b942571c9bf95c Simon Prosser <pross@pross.org.uk> 1480104748 +0000   fetch --update-head-ok --progress --verbose remote-c25f2c build: storing head
    2 ae31bc8b0bb561aefae6f8ba96b942571c9bf95c 693b17f6a0db00d0c3041d6e39602ee748af4d03 Simon Prosser <pross@pross.org.uk> 1480104751 +0000   update by push
     10000000000000000000000000000000000000000 693b17f6a0db00d0c3041d6e39602ee748af4d03 Simon Prosser <pross@pross.org.uk> 1480355605 +0000   fetch --update-head-ok --progress --verbose remote-c25f2c build: storing head
     2693b17f6a0db00d0c3041d6e39602ee748af4d03 8900b5329b93d9eec18d96fd11400be3352a1559 Simon Prosser <pross@pross.org.uk> 1480355608 +0000   update by push
  • pl-platform/trunk/.git/refs/heads/build

    r1540882 r1542178  
    1 693b17f6a0db00d0c3041d6e39602ee748af4d03
     18900b5329b93d9eec18d96fd11400be3352a1559
  • pl-platform/trunk/.git/refs/remotes/remote-c25f2c/build

    r1540882 r1542178  
    1 693b17f6a0db00d0c3041d6e39602ee748af4d03
     18900b5329b93d9eec18d96fd11400be3352a1559
  • pl-platform/trunk/engine/lib/data.maps.php

    r1457862 r1542178  
    5656
    5757    dbDelta( $sql );
    58     if ( $wpdb->get_var( "SHOW TABLES LIKE '{$this->table_name}'" ) != $this->table_name ) {
    59       pl_create_notice( array(
    60           'title'   => 'Database Error',
    61           'msg'     => sprintf( __( 'Platform 5 was unable to create table <strong>%s</strong>', 'pl-platform' ), $this->table_name ),
    62           'icon'    => 'warning',
    63       ));
    64     } else {
    65       update_option( $this->version_slug, $this->version );
    66     }
     58
     59    update_option( $this->version_slug, $this->version );
    6760
    6861  }
  • pl-platform/trunk/engine/lib/data.sections.php

    r1457862 r1542178  
    5353    dbDelta( $sql );
    5454
    55     if ( $wpdb->get_var( "SHOW TABLES LIKE '{$this->table_name}'" ) != $this->table_name ) {
    56       pl_create_notice( array(
    57           'title'   => 'Database Error',
    58           'msg'     => sprintf( __( 'Platform 5 was unable to create table <strong>%s</strong>', 'pl-platform' ), $this->table_name ),
    59           'icon'    => 'warning',
    60       ));
    61     } else {
    62       update_option( $this->version_slug, $this->version );
    63     }
     55
     56    update_option( $this->version_slug, $this->version );
    6457
    6558    // db version 5.1 new col json created, migrate data to it.
  • pl-platform/trunk/engine/lib/functions.php

    r1540882 r1542178  
    30053005    $post_type = ( $pt ) ? sprintf( '<input type="hidden" name="post_type" value="%s"/>', $pt ) : '';
    30063006
    3007     $searchfield = sprintf( '<input type="text" value="" name="s" class="search-field" placeholder="%s" autocomplete="off" />', $placeholder );
     3007    $searchfield = sprintf( '<span class="btn-search"><i class="pl-icon pl-icon-search"></i></span><input type="text" value="" name="s" class="search-field" placeholder="%s" />', $placeholder );
    30083008
    30093009    $searchform = sprintf(
     
    33033303  }
    33043304
     3305  // do not show messages during AJAX.
     3306  if( defined( 'DOING_AJAX' ) && DOING_AJAX ) {
     3307    return false;
     3308  }
     3309
    33053310  $args = wp_parse_args( $args, array(
    33063311      'title'    => __( 'Notice', 'pl-platform' ),
  • pl-platform/trunk/engine/sections/menus/style.css

    r1540882 r1542178  
    1 /* PageLines Platform - 5.1.0
    2 * Built: Friday, November 25th, 2016, 20:12
     1/* PageLines Platform - 5.1.1
     2* Built: Monday, November 28th, 2016, 17:52
    33* https://www.pagelines.com
    44* Copyright (c) 2016 PageLines; Licensed GPL-3.0 */
  • pl-platform/trunk/engine/ui/css/admin.css

    r1540882 r1542178  
    1 /* PageLines Platform - 5.1.0
    2 * Built: Friday, November 25th, 2016, 20:12
     1/* PageLines Platform - 5.1.1
     2* Built: Monday, November 28th, 2016, 17:53
    33* https://www.pagelines.com
    44* Copyright (c) 2016 PageLines; Licensed GPL-3.0 */
  • pl-platform/trunk/engine/ui/css/components.css

    r1540882 r1542178  
    1 /* PageLines Platform - 5.1.0
    2 * Built: Friday, November 25th, 2016, 20:12
     1/* PageLines Platform - 5.1.1
     2* Built: Monday, November 28th, 2016, 17:52
    33* https://www.pagelines.com
    44* Copyright (c) 2016 PageLines; Licensed GPL-3.0 */
  • pl-platform/trunk/engine/ui/css/workarea.css

    r1540882 r1542178  
    1 /* PageLines Platform - 5.1.0
    2 * Built: Friday, November 25th, 2016, 20:12
     1/* PageLines Platform - 5.1.1
     2* Built: Monday, November 28th, 2016, 17:53
    33* https://www.pagelines.com
    44* Copyright (c) 2016 PageLines; Licensed GPL-3.0 */
  • pl-platform/trunk/engine/ui/js/admin.js

    r1540882 r1542178  
    1 /* PageLines Platform - 5.1.0
    2 * Built: Friday, November 25th, 2016, 20:12
     1/* PageLines Platform - 5.1.1
     2* Built: Monday, November 28th, 2016, 17:53
    33* https://www.pagelines.com
    44* Copyright (c) 2016 PageLines; Licensed GPL-3.0 */
  • pl-platform/trunk/engine/ui/js/common.js

    r1540882 r1542178  
    1 /* PageLines Platform - 5.1.0
    2 * Built: Friday, November 25th, 2016, 20:12
     1/* PageLines Platform - 5.1.1
     2* Built: Monday, November 28th, 2016, 17:53
    33* https://www.pagelines.com
    44* Copyright (c) 2016 PageLines; Licensed GPL-3.0 */
  • pl-platform/trunk/engine/ui/js/editing.js

    r1540882 r1542178  
    1 /* PageLines Platform - 5.1.0
    2 * Built: Friday, November 25th, 2016, 20:12
     1/* PageLines Platform - 5.1.1
     2* Built: Monday, November 28th, 2016, 17:53
    33* https://www.pagelines.com
    44* Copyright (c) 2016 PageLines; Licensed GPL-3.0 */
  • pl-platform/trunk/engine/ui/js/site.js

    r1540882 r1542178  
    1 /* PageLines Platform - 5.1.0
    2 * Built: Friday, November 25th, 2016, 20:12
     1/* PageLines Platform - 5.1.1
     2* Built: Monday, November 28th, 2016, 17:53
    33* https://www.pagelines.com
    44* Copyright (c) 2016 PageLines; Licensed GPL-3.0 */
  • pl-platform/trunk/engine/ui/js/utils.js

    r1540882 r1542178  
    1 /* PageLines Platform - 5.1.0
    2 * Built: Friday, November 25th, 2016, 20:12
     1/* PageLines Platform - 5.1.1
     2* Built: Monday, November 28th, 2016, 17:53
    33* https://www.pagelines.com
    44* Copyright (c) 2016 PageLines; Licensed GPL-3.0 */
  • pl-platform/trunk/engine/ui/plugins/codemirror/pl.codemirror.js

    r1540882 r1542178  
    1 /* PageLines Platform - 5.1.0
    2 * Built: Friday, November 25th, 2016, 20:12
     1/* PageLines Platform - 5.1.1
     2* Built: Monday, November 28th, 2016, 17:53
    33* https://www.pagelines.com
    44* Copyright (c) 2016 PageLines; Licensed GPL-3.0 */
  • pl-platform/trunk/engine/ui/plugins/squire/squire.js

    r1540882 r1542178  
    1 /* PageLines Platform - 5.1.0
    2 * Built: Friday, November 25th, 2016, 20:12
     1/* PageLines Platform - 5.1.1
     2* Built: Monday, November 28th, 2016, 17:53
    33* https://www.pagelines.com
    44* Copyright (c) 2016 PageLines; Licensed GPL-3.0 */
  • pl-platform/trunk/engine/ui/plugins/wizard/wizard.js

    r1540882 r1542178  
    1 /* PageLines Platform - 5.1.0
    2 * Built: Friday, November 25th, 2016, 20:12
     1/* PageLines Platform - 5.1.1
     2* Built: Monday, November 28th, 2016, 17:53
    33* https://www.pagelines.com
    44* Copyright (c) 2016 PageLines; Licensed GPL-3.0 */
  • pl-platform/trunk/engine/ui/plugins/wp/colorpicker-wp.js

    r1540882 r1542178  
    1 /* PageLines Platform - 5.1.0
    2 * Built: Friday, November 25th, 2016, 20:12
     1/* PageLines Platform - 5.1.1
     2* Built: Monday, November 28th, 2016, 17:53
    33* https://www.pagelines.com
    44* Copyright (c) 2016 PageLines; Licensed GPL-3.0 */
  • pl-platform/trunk/pl-platform.php

    r1540882 r1542178  
    44Description:  An insanely-fast real time design platform for WordPress.
    55
    6 Version:      5.1.0
     6Version:      5.1.1
    77
    88Author:       PageLines
  • pl-platform/trunk/readme.txt

    r1540882 r1542178  
    33Contributors: pagelines
    44Tested up to: 4.7
    5 Stable tag: 5.1.0
     5Stable tag: 5.1.1
    66License: GPLv3 or later
    77License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    8080== Changelog ==
    8181
     82= 5.1.1 =
     83
     84* Revert search button changes.
     85
    8286= 5.1.0 =
    8387
     
    8589* Enhanced SVG support for images using native <svg> tag.
    8690* New PageID option support.
    87 * Updateded Font Awesome to 4.7.0
     91* Updated Font Awesome to 4.7.0
    8892
    8993= 5.0.163 =
Note: See TracChangeset for help on using the changeset viewer.