Plugin Directory

Changeset 1033448


Ignore:
Timestamp:
11/26/2014 10:02:14 PM (11 years ago)
Author:
macguru2000
Message:

CataBlog Release 1.6.6: WP4.0 UI fixes, better Spanish localization

Location:
catablog/trunk
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • catablog/trunk/catablog.php

    r911491 r1033448  
    44Plugin URI: http://catablog.illproductions.com/
    55Description: 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.5
     6Version: 1.6.6
    77Author: Zachary Segal
    88Author URI: http://catablog.illproductions.com/about/
  • catablog/trunk/css/catablog-admin.css

    r911491 r1033448  
    33 */
    44
    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 {
    67    clear: right;
    78}
  • catablog/trunk/lib/CataBlog.class.php

    r911497 r1033448  
    55 * This file contains the core class for the CataBlog WordPress Plugin.
    66 * @author Zachary Segal <zac@illproductions.com>
    7  * @version 1.6.5
     7 * @version 1.6.6
    88 * @package catablog
    99 */
     
    1919   
    2020    // plugin version number and blog url
    21     private $version     = "1.6.5";
     21    private $version     = "1.6.6";
    2222    private $blog_url    = 'http://catablog.illproductions.com/';
    2323    private $debug       = false;
  • catablog/trunk/lib/CataBlogGallery.class.php

    r911497 r1033448  
    55 * This file contains the class for each CataBlog Item that is fetched from the database.
    66 * @author Zachary Segal <zac@illproductions.com>
    7  * @version 1.6.5
     7 * @version 1.6.6
    88 * @package catablog
    99 */
  • catablog/trunk/lib/CataBlogItem.class.php

    r911497 r1033448  
    55 * This file contains the class for each CataBlog Item that is fetched from the database.
    66 * @author Zachary Segal <zac@illproductions.com>
    7  * @version 1.6.5
     7 * @version 1.6.6
    88 * @package catablog
    99 */
  • catablog/trunk/lib/CataBlogWidget.class.php

    r911497 r1033448  
    55 * This file contains the widget classes for the CataBlog WordPress Plugin.
    66 * @author Zachary Segal <zac@illproductions.com>
    7  * @version 1.6.5
     7 * @version 1.6.6
    88 * @package catablog
    99 */
  • catablog/trunk/readme.txt

    r911493 r1033448  
    44Tags: 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
    55Requires at least: 3.3
    6 Tested up to: 3.9
    7 Stable tag: 1.6.5
     6Tested up to: 4.0.1
     7Stable tag: 1.6.6
    88
    99CataBlog is a comprehensive and effortless tool that allows you to create catalogs, stores and galleries for your blog.
     
    103103
    104104== 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.
    105109
    106110= 1.6.5 =
Note: See TracChangeset for help on using the changeset viewer.