Changeset 1067755
- Timestamp:
- 01/14/2015 09:25:17 AM (11 years ago)
- Location:
- masonry-post-gallery
- Files:
-
- 30 added
- 2 edited
-
tags/0.4.0.5b (added)
-
tags/0.4.0.5b/cactus-masonry-options.php (added)
-
tags/0.4.0.5b/cactus-masonry.js (added)
-
tags/0.4.0.5b/close.png (added)
-
tags/0.4.0.5b/imagesloaded.pkgd.min.js (added)
-
tags/0.4.0.5b/lightbox.css (added)
-
tags/0.4.0.5b/lightbox.min.js (added)
-
tags/0.4.0.5b/loading.gif (added)
-
tags/0.4.0.5b/masonry-post-gallery.css (added)
-
tags/0.4.0.5b/masonry-post-gallery.php (added)
-
tags/0.4.0.5b/masonry.pkgd.min.js (added)
-
tags/0.4.0.5b/next.png (added)
-
tags/0.4.0.5b/prev.png (added)
-
tags/0.4.0.5b/readme.txt (added)
-
tags/0.4.0.5b/spin.min.js (added)
-
tags/0.4.0.6b (added)
-
tags/0.4.0.6b/cactus-masonry-options.php (added)
-
tags/0.4.0.6b/cactus-masonry.js (added)
-
tags/0.4.0.6b/close.png (added)
-
tags/0.4.0.6b/imagesloaded.pkgd.min.js (added)
-
tags/0.4.0.6b/lightbox.css (added)
-
tags/0.4.0.6b/lightbox.min.js (added)
-
tags/0.4.0.6b/loading.gif (added)
-
tags/0.4.0.6b/masonry-post-gallery.css (added)
-
tags/0.4.0.6b/masonry-post-gallery.php (added)
-
tags/0.4.0.6b/masonry.pkgd.min.js (added)
-
tags/0.4.0.6b/next.png (added)
-
tags/0.4.0.6b/prev.png (added)
-
tags/0.4.0.6b/readme.txt (added)
-
tags/0.4.0.6b/spin.min.js (added)
-
trunk/masonry-post-gallery.php (modified) (5 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
masonry-post-gallery/trunk/masonry-post-gallery.php
r1065147 r1067755 2 2 /** 3 3 * @package Cactus Masonry 4 * @version 0.4.0. 5b4 * @version 0.4.0.6b 5 5 */ 6 6 /* … … 8 8 * Plugin URI: http://cactuscomputers.com.au/masonry 9 9 * Description: A highly customizable masonry styled gallery of post thumbnails. Please refer to the <a href="http://cactuscomputers.com.au/masonry">plugin Home Page</a> for detailed instructions. 10 * Version: 0.4.0. 5b10 * Version: 0.4.0.6b 11 11 * Author: N. E - Cactus Computers 12 12 * Author URI: http://www.cactuscomputers.com.au/masonry … … 37 37 { 38 38 private static $id = "CM_GALLERY_"; 39 private static $CM_version = "0.4.0. 5b";39 private static $CM_version = "0.4.0.6b"; 40 40 private static $a = null; 41 41 private static $post_count = 0; … … 211 211 if(self::$a['show_posts']) array_push($post_type, 'post'); 212 212 //Set up custom post types 213 echo self::$a['custom_post_types'];214 213 $args = array( 'posts_per_page' => -1, 215 214 'offset' => 0, … … 232 231 } 233 232 } 233 //Broadcast post count 234 global $GLOBALS; 235 $GLOBALS['cactus_masonry_post_count'] = self::$post_count; 234 236 $output .= self::$noscript_text . " 235 237 </noscript> -
masonry-post-gallery/trunk/readme.txt
r1065147 r1067755 5 5 Requires at least: 3.9.1 6 6 Tested up to: 4.1 7 Stable tag: 0.4.0. 5b7 Stable tag: 0.4.0.6b 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 63 63 64 64 == Changelog == 65 66 = 0.4.0.6b = 67 * Fixed a bug with custom post types 68 * Cactus Masonry now broadcasts the number of posts found to help with external pagination 65 69 66 70 = 0.4.0.5b = … … 272 276 == Upgrade Notice == 273 277 278 = 0.4.0.6b = 279 Fixed a bug with the custom_post_types parameter - thanks Bjørn for bringing this to my attention. Added a global variable to help with external pagination. 280 274 281 = 0.4.0.5b = 275 282 WARNING: The 0.4 updates change the #masonry_post_gallery to div.masonry_post_gallery which could affect your custom CSS. Fixed encoding to UTF8 without BOM.
Note: See TracChangeset
for help on using the changeset viewer.