Plugin Directory

Changeset 911497


Ignore:
Timestamp:
05/10/2014 04:52:13 AM (12 years ago)
Author:
macguru2000
Message:

Fix version numbers. Doh!

Location:
catablog
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • catablog/tags/1.6.5/lib/CataBlog.class.php

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

    r709309 r911497  
    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.4
     7 * @version 1.6.5
    88 * @package catablog
    99 */
  • catablog/tags/1.6.5/lib/CataBlogItem.class.php

    r709309 r911497  
    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.4
     7 * @version 1.6.5
    88 * @package catablog
    99 */
  • catablog/tags/1.6.5/lib/CataBlogWidget.class.php

    r709309 r911497  
    55 * This file contains the widget classes for the CataBlog WordPress Plugin.
    66 * @author Zachary Segal <zac@illproductions.com>
    7  * @version 1.6.4
     7 * @version 1.6.5
    88 * @package catablog
    99 */
  • catablog/trunk/lib/CataBlog.class.php

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

    r709309 r911497  
    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.4
     7 * @version 1.6.5
    88 * @package catablog
    99 */
  • catablog/trunk/lib/CataBlogItem.class.php

    r709309 r911497  
    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.4
     7 * @version 1.6.5
    88 * @package catablog
    99 */
  • catablog/trunk/lib/CataBlogWidget.class.php

    r709309 r911497  
    55 * This file contains the widget classes for the CataBlog WordPress Plugin.
    66 * @author Zachary Segal <zac@illproductions.com>
    7  * @version 1.6.4
     7 * @version 1.6.5
    88 * @package catablog
    99 */
Note: See TracChangeset for help on using the changeset viewer.