AVH Extended Categories Widgets - Version 3.8.2

Version Description

Download this release

Release Info

Developer petervanderdoes
Plugin Icon wp plugin AVH Extended Categories Widgets
Version 3.8.2
Comparing to
See all releases

Code changes from version 3.8.1 to 3.8.2

3.6/class/avh-ec.core.php CHANGED
@@ -34,7 +34,7 @@ class AVH_EC_Core
34
  */
35
  $catgrp = & AVH_EC_Singleton::getInstance('AVH_EC_Category_Group');
36
 
37
- $this->version = '3.8.1';
38
  $this->comment = '<!-- AVH Extended Categories version ' . $this->version . ' | http://blog.avirtualhome.com/wordpress-plugins/ -->';
39
  $this->db_options_core = 'avhec';
40
  $this->db_options_tax_meta = 'avhec-tax_meta';
@@ -203,9 +203,8 @@ class AVH_EC_Core
203
  */
204
  public function getBaseDirectory($directory)
205
  {
206
- $public_directory = dirname($directory);
207
  // place each directory into array and get the last element
208
- $directory_array = explode('/', $public_directory);
209
  // get highest or top level in array of directory strings
210
  $public_base = end($directory_array);
211
 
34
  */
35
  $catgrp = & AVH_EC_Singleton::getInstance('AVH_EC_Category_Group');
36
 
37
+ $this->version = '3.8.2';
38
  $this->comment = '<!-- AVH Extended Categories version ' . $this->version . ' | http://blog.avirtualhome.com/wordpress-plugins/ -->';
39
  $this->db_options_core = 'avhec';
40
  $this->db_options_tax_meta = 'avhec-tax_meta';
203
  */
204
  public function getBaseDirectory($directory)
205
  {
 
206
  // place each directory into array and get the last element
207
+ $directory_array = explode('/', directory);
208
  // get highest or top level in array of directory strings
209
  $public_base = end($directory_array);
210
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://blog.avirtualhome.com/wordpress-plugins/
4
  Tags: extended, categories, widget, top categories
5
  Requires at least: 2.3
6
  Tested up to: 3.6.1
7
- Stable tag: 3.8.1
8
 
9
  The AVH Extended Categories Widgets gives you three widgets for displaying categories.
10
  == Description ==
@@ -135,6 +135,9 @@ Whether Widget 2 shows Movie or Music depends on the creation order of groups. I
135
  None
136
 
137
  == Changelog ==
 
 
 
138
  = Version 3.8.1 =
139
  * Category list doesn't show categories
140
 
4
  Tags: extended, categories, widget, top categories
5
  Requires at least: 2.3
6
  Tested up to: 3.6.1
7
+ Stable tag: 3.8.2
8
 
9
  The AVH Extended Categories Widgets gives you three widgets for displaying categories.
10
  == Description ==
135
  None
136
 
137
  == Changelog ==
138
+ = Version 3.8.2 =
139
+ * WordPress plugin page is no longer available.
140
+
141
  = Version 3.8.1 =
142
  * Category list doesn't show categories
143
 
widget_extended_categories.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: AVH Extended Categories Widgets
4
  * Plugin URI: http://blog.avirtualhome.com/wordpress-plugins
5
  * Description: Replacement of the category widget to allow for greater customization of the category widget.
6
- * Version: 3.8.1
7
  * Author: Peter van der Does
8
  * Author URI: http://blog.avirtualhome.com/
9
  *
3
  * Plugin Name: AVH Extended Categories Widgets
4
  * Plugin URI: http://blog.avirtualhome.com/wordpress-plugins
5
  * Description: Replacement of the category widget to allow for greater customization of the category widget.
6
+ * Version: 3.8.2
7
  * Author: Peter van der Does
8
  * Author URI: http://blog.avirtualhome.com/
9
  *