Changeset 1033448
- Timestamp:
- 11/26/2014 10:02:14 PM (11 years ago)
- Location:
- catablog/trunk
- Files:
-
- 7 edited
-
catablog.php (modified) (1 diff)
-
css/catablog-admin.css (modified) (1 diff)
-
lib/CataBlog.class.php (modified) (2 diffs)
-
lib/CataBlogGallery.class.php (modified) (1 diff)
-
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
r911491 r1033448 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.6. 56 Version: 1.6.6 7 7 Author: Zachary Segal 8 8 Author URI: http://catablog.illproductions.com/about/ -
catablog/trunk/css/catablog-admin.css
r911491 r1033448 3 3 */ 4 4 5 #catablog-edit-main-content .wp-editor-container { 5 #catablog-edit-main-content .wp-editor-container, 6 #catablog-edit-main-content .wp-editor-tools:after { 6 7 clear: right; 7 8 } -
catablog/trunk/lib/CataBlog.class.php
r911497 r1033448 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. 57 * @version 1.6.6 8 8 * @package catablog 9 9 */ … … 19 19 20 20 // plugin version number and blog url 21 private $version = "1.6. 5";21 private $version = "1.6.6"; 22 22 private $blog_url = 'http://catablog.illproductions.com/'; 23 23 private $debug = false; -
catablog/trunk/lib/CataBlogGallery.class.php
r911497 r1033448 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. 57 * @version 1.6.6 8 8 * @package catablog 9 9 */ -
catablog/trunk/lib/CataBlogItem.class.php
r911497 r1033448 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. 57 * @version 1.6.6 8 8 * @package catablog 9 9 */ -
catablog/trunk/lib/CataBlogWidget.class.php
r911497 r1033448 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. 57 * @version 1.6.6 8 8 * @package catablog 9 9 */ -
catablog/trunk/readme.txt
r911493 r1033448 4 4 Tags: plugin, admin, image, images, posts, Post, widget, links, catalog, gallery, portfolio, product catalog, discography, library, collection, store, organize, media, photo, thumbnail, product, listing, list, BuddyPress, ecommerce 5 5 Requires at least: 3.3 6 Tested up to: 3.97 Stable tag: 1.6. 56 Tested up to: 4.0.1 7 Stable tag: 1.6.6 8 8 9 9 CataBlog is a comprehensive and effortless tool that allows you to create catalogs, stores and galleries for your blog. … … 103 103 104 104 == Changelog == 105 106 = 1.6.6 = 107 * New: Much better Spanish localization (Thanks Manuel Ballesta Ruiz) 108 * Fix: Fix form element positioning once again on the edit catalog item page. 105 109 106 110 = 1.6.5 =
Note: See TracChangeset
for help on using the changeset viewer.