Changeset 514252
- Timestamp:
- 03/04/2012 04:06:59 PM (14 years ago)
- Location:
- catablog/trunk
- Files:
-
- 5 edited
-
catablog.php (modified) (2 diffs)
-
lib/CataBlog.class.php (modified) (2 diffs)
-
lib/CataBlogItem.class.php (modified) (1 diff)
-
lib/CataBlogWidget.class.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
catablog/trunk/catablog.php
r504559 r514252 4 4 Plugin URI: http://catablog.illproductions.com/ 5 5 Description: CataBlog is a comprehensive and effortless tool that helps you create, organize and share catalogs, stores, galleries and portfolios on your blog. 6 Version: 1.4. 26 Version: 1.4.3 7 7 Author: Zachary Segal 8 8 Author URI: http://catablog.illproductions.com/about/ … … 119 119 'show_count' => $show_count, 120 120 'hierarchical' => false, 121 121 'echo' => false, 122 122 ); 123 123 -
catablog/trunk/lib/CataBlog.class.php
r504559 r514252 5 5 * This file contains the core class for the CataBlog WordPress Plugin. 6 6 * @author Zachary Segal <zac@illproductions.com> 7 * @version 1.4. 27 * @version 1.4.3 8 8 * @package catablog 9 9 */ … … 19 19 20 20 // plugin version number and blog url 21 private $version = "1.4. 2";21 private $version = "1.4.3"; 22 22 private $blog_url = 'http://catablog.illproductions.com/'; 23 23 private $debug = false; -
catablog/trunk/lib/CataBlogItem.class.php
r504559 r514252 5 5 * This file contains the class for each CataBlog Item that is fetched from the database. 6 6 * @author Zachary Segal <zac@illproductions.com> 7 * @version 1.4. 27 * @version 1.4.3 8 8 * @package catablog 9 9 */ -
catablog/trunk/lib/CataBlogWidget.class.php
r504559 r514252 5 5 * This file contains the widget classes for the CataBlog WordPress Plugin. 6 6 * @author Zachary Segal <zac@illproductions.com> 7 * @version 1.4. 27 * @version 1.4.3 8 8 * @package catablog 9 9 */ -
catablog/trunk/readme.txt
r504559 r514252 5 5 Requires at least: 3.1 6 6 Tested up to: 3.3.1 7 Stable tag: 1.4. 27 Stable tag: 1.4.3 8 8 9 9 CataBlog is a comprehensive and effortless tool that allows you to create catalogs, stores and galleries for your blog. … … 101 101 102 102 == Changelog == 103 104 = 1.4.3 = 105 * Fix: Corrected a rendering bug in the CataBlog Categories Widget (Thanks xdmytro). 103 106 104 107 = 1.4.2 =
Note: See TracChangeset
for help on using the changeset viewer.