Plugin Directory

Changeset 1145316


Ignore:
Timestamp:
04/25/2015 01:55:16 AM (11 years ago)
Author:
petervanderdoes
Message:

Release v4.0.0

Location:
extended-categories-widget/trunk
Files:
20 added
6 edited

Legend:

Unmodified
Added
Removed
  • extended-categories-widget/trunk/2.8/class/avh-ec.core.php

    r830885 r1145316  
    2828        $catgrp = & AVH_EC_Singleton::getInstance('AVH_EC_Category_Group');
    2929
    30         $this->version = '3.9.3';
     30        $this->version = '4.0.0';
    3131        $this->comment = '<!-- AVH Extended Categories version ' . $this->version . ' | http://blog.avirtualhome.com/wordpress-plugins/ -->';
    3232        $this->db_options_core = 'avhec';
  • extended-categories-widget/trunk/3.3/class/avh-ec.core.php

    r830885 r1145316  
    2828        $catgrp = & AVH_EC_Singleton::getInstance('AVH_EC_Category_Group');
    2929
    30         $this->version = '3.9.3';
     30        $this->version = '4.0.0';
    3131        $this->comment = '<!-- AVH Extended Categories version ' . $this->version . ' | http://blog.avirtualhome.com/wordpress-plugins/ -->';
    3232        $this->db_options_core = 'avhec';
  • extended-categories-widget/trunk/3.6/class/avh-ec.core.php

    r830885 r1145316  
    3535        $catgrp = & AVH_EC_Singleton::getInstance('AVH_EC_Category_Group');
    3636
    37         $this->version = '3.9.3';
     37        $this->version = '4.0.0';
    3838        $this->comment = '<!-- AVH Extended Categories version ' . $this->version . ' | http://blog.avirtualhome.com/wordpress-plugins/ -->';
    3939        $this->db_options_core = 'avhec';
  • extended-categories-widget/trunk/AUTHORS

    r821616 r1145316  
    1 AVH Extended Categories Authors
    2 
    3 This software consists of voluntary contributions made by many
    4 individuals. For exact contribution history, see the revision history
    5 (readme.txt) and the git logs, available at
    6 https://github.com/petervanderdoes/AVH-Extended-Categories
    7 
    8 
     1AVH Extended Categories Authors This software consists of voluntary contributions made by many individuals. For exact contribution history, see the revision history (readme.txt) and the git logs, available at https://github.com/petervanderdoes/AVH-Extended-Categories
    92Peter van der Does
    103Stephan
    114flynsarmy
    12 
    13 
    14 Portions of the project are derived from other open source works are clearly
    15 marked.
    16 
    17 This file is auto generated, any changes will be lost.
     5Portions of the project are derived from other open source works are clearly marked. This file is auto generated, any changes will be lost.
  • extended-categories-widget/trunk/readme.txt

    r830885 r1145316  
    44Tags: extended, categories, widget, top categories
    55Requires at least: 2.3
    6 Tested up to: 3.8
    7 Stable tag: 3.9.3
     6Tested up to: 4.2
     7Stable tag: 4.0.0
    88
    99The AVH Extended Categories Widgets gives you three widgets for displaying categories.
     
    140140
    141141== Changelog ==
     142= Version 4.0.0 =
     143* Fix for WordPress 4.2
     144  Categories are not displayed anymore.
     145
    142146= Version 3.9.3 =
    143147* Log errors as E_USER_NOTICE when creating category groups.
  • extended-categories-widget/trunk/widget_extended_categories.php

    r830885 r1145316  
    44 * Plugin URI: http://blog.avirtualhome.com/wordpress-plugins
    55 * Description: Replacement of the category widget to allow for greater customization of the category widget.
    6  * Version: 3.9.3
     6 * Version: 4.0.0
    77 * Author: Peter van der Does
    88 * Author URI: http://blog.avirtualhome.com/
     
    4040
    4141    switch ($_avhec_version) {
     42        case ($_avhec_version >= 4.2):
     43            $_avhec_version_dir = '/4.2';
     44            break;
    4245        case ($_avhec_version >= 3.6):
    4346            $_avhec_version_dir = '/3.6';
Note: See TracChangeset for help on using the changeset viewer.