Changeset 911497
- Timestamp:
- 05/10/2014 04:52:13 AM (12 years ago)
- Location:
- catablog
- Files:
-
- 8 edited
-
tags/1.6.5/lib/CataBlog.class.php (modified) (2 diffs)
-
tags/1.6.5/lib/CataBlogGallery.class.php (modified) (1 diff)
-
tags/1.6.5/lib/CataBlogItem.class.php (modified) (1 diff)
-
tags/1.6.5/lib/CataBlogWidget.class.php (modified) (1 diff)
-
trunk/lib/CataBlog.class.php (modified) (2 diffs)
-
trunk/lib/CataBlogGallery.class.php (modified) (1 diff)
-
trunk/lib/CataBlogItem.class.php (modified) (1 diff)
-
trunk/lib/CataBlogWidget.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
catablog/tags/1.6.5/lib/CataBlog.class.php
r709309 r911497 5 5 * This file contains the core class for the CataBlog WordPress Plugin. 6 6 * @author Zachary Segal <zac@illproductions.com> 7 * @version 1.6. 47 * @version 1.6.5 8 8 * @package catablog 9 9 */ … … 19 19 20 20 // plugin version number and blog url 21 private $version = "1.6. 4";21 private $version = "1.6.5"; 22 22 private $blog_url = 'http://catablog.illproductions.com/'; 23 23 private $debug = false; -
catablog/tags/1.6.5/lib/CataBlogGallery.class.php
r709309 r911497 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.6. 47 * @version 1.6.5 8 8 * @package catablog 9 9 */ -
catablog/tags/1.6.5/lib/CataBlogItem.class.php
r709309 r911497 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.6. 47 * @version 1.6.5 8 8 * @package catablog 9 9 */ -
catablog/tags/1.6.5/lib/CataBlogWidget.class.php
r709309 r911497 5 5 * This file contains the widget classes for the CataBlog WordPress Plugin. 6 6 * @author Zachary Segal <zac@illproductions.com> 7 * @version 1.6. 47 * @version 1.6.5 8 8 * @package catablog 9 9 */ -
catablog/trunk/lib/CataBlog.class.php
r709309 r911497 5 5 * This file contains the core class for the CataBlog WordPress Plugin. 6 6 * @author Zachary Segal <zac@illproductions.com> 7 * @version 1.6. 47 * @version 1.6.5 8 8 * @package catablog 9 9 */ … … 19 19 20 20 // plugin version number and blog url 21 private $version = "1.6. 4";21 private $version = "1.6.5"; 22 22 private $blog_url = 'http://catablog.illproductions.com/'; 23 23 private $debug = false; -
catablog/trunk/lib/CataBlogGallery.class.php
r709309 r911497 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.6. 47 * @version 1.6.5 8 8 * @package catablog 9 9 */ -
catablog/trunk/lib/CataBlogItem.class.php
r709309 r911497 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.6. 47 * @version 1.6.5 8 8 * @package catablog 9 9 */ -
catablog/trunk/lib/CataBlogWidget.class.php
r709309 r911497 5 5 * This file contains the widget classes for the CataBlog WordPress Plugin. 6 6 * @author Zachary Segal <zac@illproductions.com> 7 * @version 1.6. 47 * @version 1.6.5 8 8 * @package catablog 9 9 */
Note: See TracChangeset
for help on using the changeset viewer.