Changeset 1492875
- Timestamp:
- 09/08/2016 10:17:20 PM (10 years ago)
- Location:
- cactus-masonry-plus
- Files:
-
- 14 added
- 2 edited
-
assets/versions/0.0.5.5 (added)
-
assets/versions/0.0.5.5/cactusBrick.js (added)
-
assets/versions/0.0.5.5/cactusBrick.min.js (added)
-
assets/versions/0.0.5.5/cactusGallery.js (added)
-
assets/versions/0.0.5.5/cactusGallery.min.js (added)
-
assets/versions/0.0.5.5/cactusMasonry.php (added)
-
assets/versions/0.0.5.5/cactusMasonryGettingStarted.php (added)
-
assets/versions/0.0.5.5/cactusMasonryPlus.js (added)
-
assets/versions/0.0.5.5/cactusMasonryPlus.min.js (added)
-
assets/versions/0.0.5.5/license.txt (added)
-
assets/versions/0.0.5.5/readme.txt (added)
-
assets/versions/0.0.5.5/style.css (added)
-
assets/versions/0.0.5.5/style.scss (added)
-
assets/zips/0.0.5.5.zip (added)
-
trunk/cactusMasonry.php (modified) (4 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cactus-masonry-plus/trunk/cactusMasonry.php
r1492870 r1492875 2 2 /** 3 3 * @package Cactus Masonry Plus 4 * @version 0.0.5. 44 * @version 0.0.5.5 5 5 */ 6 6 /* … … 8 8 * Plugin URI: cactus.cloud 9 9 * Description: A highly customizable gallery of post thumbnails. 10 * Version: 0.0.5. 410 * Version: 0.0.5.5 11 11 * Author: cactus.cloud 12 12 * Author URI: http://cactus.cloud/masonryplus … … 32 32 33 33 private static $a = null; 34 private static $VERSION = "0.0.5. 4";34 private static $VERSION = "0.0.5.5"; 35 35 36 36 static public function init() { … … 376 376 if($type == "boolean") $out[$key] = self::check_boolean($a[$key], $defval); 377 377 else if($type == "integer" || $type == "double") $out[$key] = self::check_integer($a[$key], $defval); 378 else if($key == "dateformat") $out[$key] = trim($a[$key]); 378 379 else $out[$key] = trim(strtolower(self::sanitize($a[$key]))); 379 380 } else $out[$key] = $defval; -
cactus-masonry-plus/trunk/readme.txt
r1492870 r1492875 5 5 Requires at least: 4.4.2 6 6 Tested up to: 4.6 7 Stable tag: 0.0.5. 47 Stable tag: 0.0.5.5 8 8 License: GNU AGPLv3 9 9 License URI: http://cactus.cloud/licenses/agpl-3.0.txt … … 30 30 31 31 == Changelog == 32 = 0.0.5.5 = 33 * Fixed an issue that stopped the dateFormat parameter from working correctly 34 32 35 = 0.0.5.4 = 33 36 * Fixed an issue with html character replacing in post titles
Note: See TracChangeset
for help on using the changeset viewer.