Version Description
Download this release
Release Info
Developer | businessdirectoryplugin |
Plugin | Business Directory Plugin |
Version | 3.6.2.1 |
Comparing to | |
See all releases |
Code changes from version 3.6.2 to 3.6.2.1
- README.TXT +4 -1
- business-directory-plugin.php +2 -2
README.TXT
CHANGED
@@ -5,7 +5,7 @@ Tags: wordpress directory,wordpress directory plugin, wordpress directory theme,
|
|
5 |
Requires at least: 3.7
|
6 |
Tested up to: 4.1.1
|
7 |
Last Updated: 2015-Apr-9
|
8 |
-
Stable tag: tags/3.6.2
|
9 |
License: GPLv2 or later
|
10 |
|
11 |
Build local directories, business provider listings, Yellow-Pages directories, Yelp-like review sections and much more!
|
@@ -113,6 +113,9 @@ If you are having problems please visit [support forum](http://www.businessdirec
|
|
113 |
|
114 |
== Changelog ==
|
115 |
|
|
|
|
|
|
|
116 |
= Version 3.6.2 =
|
117 |
* Fixed WP thumbnail issue where "close enough" sizes were not exactly sized to requested size (thumbnail issue)
|
118 |
|
5 |
Requires at least: 3.7
|
6 |
Tested up to: 4.1.1
|
7 |
Last Updated: 2015-Apr-9
|
8 |
+
Stable tag: tags/3.6.2.1
|
9 |
License: GPLv2 or later
|
10 |
|
11 |
Build local directories, business provider listings, Yellow-Pages directories, Yelp-like review sections and much more!
|
113 |
|
114 |
== Changelog ==
|
115 |
|
116 |
+
= Version 3.6.2.1 =
|
117 |
+
* Added EDD updater class change to bring class up 1.6
|
118 |
+
|
119 |
= Version 3.6.2 =
|
120 |
* Fixed WP thumbnail issue where "close enough" sizes were not exactly sized to requested size (thumbnail issue)
|
121 |
|
business-directory-plugin.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Business Directory Plugin
|
4 |
* Plugin URI: http://www.businessdirectoryplugin.com
|
5 |
* Description: Provides the ability to maintain a free or paid business directory on your WordPress powered site.
|
6 |
-
* Version: 3.6.2
|
7 |
* Author: D. Rodenbaugh
|
8 |
* Author URI: http://businessdirectoryplugin.com
|
9 |
* License: GPLv2 or any later version
|
@@ -30,7 +30,7 @@
|
|
30 |
if( preg_match( '#' . basename( __FILE__ ) . '#', $_SERVER['PHP_SELF'] ) )
|
31 |
exit();
|
32 |
|
33 |
-
define( 'WPBDP_VERSION', '3.6.2' );
|
34 |
|
35 |
define( 'WPBDP_PATH', plugin_dir_path( __FILE__ ) );
|
36 |
define( 'WPBDP_URL', trailingslashit( plugins_url( '/', __FILE__ ) ) );
|
3 |
* Plugin Name: Business Directory Plugin
|
4 |
* Plugin URI: http://www.businessdirectoryplugin.com
|
5 |
* Description: Provides the ability to maintain a free or paid business directory on your WordPress powered site.
|
6 |
+
* Version: 3.6.2.1
|
7 |
* Author: D. Rodenbaugh
|
8 |
* Author URI: http://businessdirectoryplugin.com
|
9 |
* License: GPLv2 or any later version
|
30 |
if( preg_match( '#' . basename( __FILE__ ) . '#', $_SERVER['PHP_SELF'] ) )
|
31 |
exit();
|
32 |
|
33 |
+
define( 'WPBDP_VERSION', '3.6.2.1' );
|
34 |
|
35 |
define( 'WPBDP_PATH', plugin_dir_path( __FILE__ ) );
|
36 |
define( 'WPBDP_URL', trailingslashit( plugins_url( '/', __FILE__ ) ) );
|