Plugin Directory

Changeset 514252


Ignore:
Timestamp:
03/04/2012 04:06:59 PM (14 years ago)
Author:
macguru2000
Message:

CataBlog Release 1.4.3

Location:
catablog/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • catablog/trunk/catablog.php

    r504559 r514252  
    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.4.2
     6Version: 1.4.3
    77Author: Zachary Segal
    88Author URI: http://catablog.illproductions.com/about/
     
    119119            'show_count'   => $show_count,
    120120            'hierarchical' => false,
    121 
     121            'echo'         => false,
    122122        );
    123123       
  • catablog/trunk/lib/CataBlog.class.php

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

    r504559 r514252  
    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.4.2
     7 * @version 1.4.3
    88 * @package catablog
    99 */
  • catablog/trunk/lib/CataBlogWidget.class.php

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

    r504559 r514252  
    55Requires at least: 3.1
    66Tested up to: 3.3.1
    7 Stable tag: 1.4.2
     7Stable tag: 1.4.3
    88
    99CataBlog is a comprehensive and effortless tool that allows you to create catalogs, stores and galleries for your blog.
     
    101101
    102102== Changelog ==
     103
     104= 1.4.3 =
     105* Fix: Corrected a rendering bug in the CataBlog Categories Widget (Thanks xdmytro).
    103106
    104107= 1.4.2 =
Note: See TracChangeset for help on using the changeset viewer.