Plugin Directory

Changeset 1492875


Ignore:
Timestamp:
09/08/2016 10:17:20 PM (10 years ago)
Author:
bortpress
Message:

0.0.5.5

Location:
cactus-masonry-plus
Files:
14 added
2 edited

Legend:

Unmodified
Added
Removed
  • cactus-masonry-plus/trunk/cactusMasonry.php

    r1492870 r1492875  
    22/**
    33 * @package Cactus Masonry Plus
    4  * @version 0.0.5.4
     4 * @version 0.0.5.5
    55 */
    66/*
     
    88 * Plugin URI: cactus.cloud
    99 * Description: A highly customizable gallery of post thumbnails.
    10  * Version: 0.0.5.4
     10 * Version: 0.0.5.5
    1111 * Author: cactus.cloud
    1212 * Author URI: http://cactus.cloud/masonryplus
     
    3232   
    3333    private static $a = null;
    34     private static $VERSION = "0.0.5.4";
     34    private static $VERSION = "0.0.5.5";
    3535   
    3636    static public function init() {
     
    376376                if($type == "boolean") $out[$key] = self::check_boolean($a[$key], $defval);
    377377                else if($type == "integer" || $type == "double") $out[$key] = self::check_integer($a[$key], $defval);
     378                else if($key == "dateformat") $out[$key] = trim($a[$key]);             
    378379                else $out[$key] = trim(strtolower(self::sanitize($a[$key])));               
    379380            } else $out[$key] = $defval;
  • cactus-masonry-plus/trunk/readme.txt

    r1492870 r1492875  
    55Requires at least: 4.4.2
    66Tested up to: 4.6
    7 Stable tag: 0.0.5.4
     7Stable tag: 0.0.5.5
    88License: GNU AGPLv3
    99License URI: http://cactus.cloud/licenses/agpl-3.0.txt
     
    3030
    3131== Changelog ==
     32= 0.0.5.5 =
     33* Fixed an issue that stopped the dateFormat parameter from working correctly
     34
    3235= 0.0.5.4 =
    3336* Fixed an issue with html character replacing in post titles
Note: See TracChangeset for help on using the changeset viewer.