Plugin Directory

Changeset 1915596


Ignore:
Timestamp:
07/26/2018 09:40:58 PM (8 years ago)
Author:
pglewis
Message:

committed with grunt-push-svn

Location:
pods/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • pods/trunk/classes/fields/time.php

    r1915545 r1915596  
    166166    public function is_empty( $value = null ) {
    167167
    168         return empty( trim ( $value ) );
     168        $value = trim ( $value );
     169        return empty( $value );
    169170    }
    170171
  • pods/trunk/init.php

    r1915545 r1915596  
    44Plugin URI: https://pods.io/
    55Description: Pods is a framework for creating, managing, and deploying customized content types and fields
    6 Version: 2.7.7
     6Version: 2.7.8
    77Author: Pods Framework Team
    88Author URI: https://pods.io/about/
     
    3737} else {
    3838    // Current version
    39     define( 'PODS_VERSION', '2.7.7' );
     39    define( 'PODS_VERSION', '2.7.8' );
    4040
    4141    // Version tracking between DB updates themselves
  • pods/trunk/readme.txt

    r1915545 r1915596  
    66Requires PHP: 5.3
    77Tested up to: 4.9.6
    8 Stable tag: 2.7.7
     8Stable tag: 2.7.8
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    180180
    181181== Changelog ==
     182
     183= 2.7.8 - July 26th 2018  =
     184
     185* Hotfix: Time field generates a fatal error on PHP prior to 5.5, #5079 (@davegaeddert)
    182186
    183187= 2.7.7 - July 26th 2018  =
Note: See TracChangeset for help on using the changeset viewer.