Changeset 1145316
- Timestamp:
- 04/25/2015 01:55:16 AM (11 years ago)
- Location:
- extended-categories-widget/trunk
- Files:
-
- 20 added
- 6 edited
-
2.8/class/avh-ec.core.php (modified) (1 diff)
-
3.3/class/avh-ec.core.php (modified) (1 diff)
-
3.6/class/avh-ec.core.php (modified) (1 diff)
-
4.2 (added)
-
4.2/avh-ec.client.php (added)
-
4.2/class (added)
-
4.2/class/avh-ec.admin.php (added)
-
4.2/class/avh-ec.category-group.php (added)
-
4.2/class/avh-ec.core.php (added)
-
4.2/class/avh-ec.widgets.php (added)
-
4.2/css (added)
-
4.2/css/avh-ec.admin.css (added)
-
4.2/css/avh-ec.widget.css (added)
-
4.2/helpers (added)
-
4.2/helpers/avh-common.php (added)
-
4.2/helpers/avh-forms.php (added)
-
4.2/images (added)
-
4.2/images/us_banner_logow_120x60.gif (added)
-
4.2/js (added)
-
4.2/js/avh-ec.admin.manualorder.closure.js (added)
-
4.2/js/avh-ec.admin.manualorder.js (added)
-
4.2/js/avh-ec.categorygroup.closure.js (added)
-
4.2/js/avh-ec.categorygroup.js (added)
-
AUTHORS (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
widget_extended_categories.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
extended-categories-widget/trunk/2.8/class/avh-ec.core.php
r830885 r1145316 28 28 $catgrp = & AVH_EC_Singleton::getInstance('AVH_EC_Category_Group'); 29 29 30 $this->version = ' 3.9.3';30 $this->version = '4.0.0'; 31 31 $this->comment = '<!-- AVH Extended Categories version ' . $this->version . ' | http://blog.avirtualhome.com/wordpress-plugins/ -->'; 32 32 $this->db_options_core = 'avhec'; -
extended-categories-widget/trunk/3.3/class/avh-ec.core.php
r830885 r1145316 28 28 $catgrp = & AVH_EC_Singleton::getInstance('AVH_EC_Category_Group'); 29 29 30 $this->version = ' 3.9.3';30 $this->version = '4.0.0'; 31 31 $this->comment = '<!-- AVH Extended Categories version ' . $this->version . ' | http://blog.avirtualhome.com/wordpress-plugins/ -->'; 32 32 $this->db_options_core = 'avhec'; -
extended-categories-widget/trunk/3.6/class/avh-ec.core.php
r830885 r1145316 35 35 $catgrp = & AVH_EC_Singleton::getInstance('AVH_EC_Category_Group'); 36 36 37 $this->version = ' 3.9.3';37 $this->version = '4.0.0'; 38 38 $this->comment = '<!-- AVH Extended Categories version ' . $this->version . ' | http://blog.avirtualhome.com/wordpress-plugins/ -->'; 39 39 $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 1 AVH 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 9 2 Peter van der Does 10 3 Stephan 11 4 flynsarmy 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. 5 Portions 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 4 4 Tags: extended, categories, widget, top categories 5 5 Requires at least: 2.3 6 Tested up to: 3.87 Stable tag: 3.9.36 Tested up to: 4.2 7 Stable tag: 4.0.0 8 8 9 9 The AVH Extended Categories Widgets gives you three widgets for displaying categories. … … 140 140 141 141 == Changelog == 142 = Version 4.0.0 = 143 * Fix for WordPress 4.2 144 Categories are not displayed anymore. 145 142 146 = Version 3.9.3 = 143 147 * Log errors as E_USER_NOTICE when creating category groups. -
extended-categories-widget/trunk/widget_extended_categories.php
r830885 r1145316 4 4 * Plugin URI: http://blog.avirtualhome.com/wordpress-plugins 5 5 * Description: Replacement of the category widget to allow for greater customization of the category widget. 6 * Version: 3.9.36 * Version: 4.0.0 7 7 * Author: Peter van der Does 8 8 * Author URI: http://blog.avirtualhome.com/ … … 40 40 41 41 switch ($_avhec_version) { 42 case ($_avhec_version >= 4.2): 43 $_avhec_version_dir = '/4.2'; 44 break; 42 45 case ($_avhec_version >= 3.6): 43 46 $_avhec_version_dir = '/3.6';
Note: See TracChangeset
for help on using the changeset viewer.