Business Directory Plugin - Version 3.5.5

Version Description

Download this release

Release Info

Developer businessdirectoryplugin
Plugin Icon 128x128 Business Directory Plugin
Version 3.5.5
Comparing to
See all releases

Code changes from version 3.5.4 to 3.5.5

README.TXT CHANGED
@@ -4,8 +4,8 @@ Donate link: http://businessdirectoryplugin.com/premium-modules/
4
  Tags: wordpress directory,wordpress directory plugin, wordpress directory theme,wordpress business directory,business directory,classified ads,classifieds,directory plugin,business directory plugin,directory widget,church directory,address book,address,member directory,members directory,city portal,city portal plugin,city guide plugin,city guide
5
  Requires at least: 3.7
6
  Tested up to: 4.1
7
- Last Updated: 2015-Jan-6
8
- Stable tag: tags/3.5.4
9
  License: GPLv2 or later
10
 
11
  Build local directories, business provider listings, Yellow-Pages directories, Yelp-like review sections and much more!
@@ -34,11 +34,12 @@ Business Directory Plugin allows you to build local directories, business provid
34
  * Location based result filtering (using the Regions Module)
35
  * ZIP code radius searches (using the ZIP Search Module)
36
  * Assign features to paid or sticky listing plans to give users incentive to upgrade (using the Featured levels module)
37
- * Allow users to upload PDFs (using the File Upload Module) (NEW!)
38
  * Display Category Icons/Allow Parent-Child Category Navigation (using the Enhanced Category Module)
39
  * Manage attachments on listings (using the Attachments module, supports PDF, Text files, images)
40
  * Accept payments using Stripe (using the Stripe Gateway Module) (NEW!)
41
  * Accept payments using PayFast (using the PayFast Gateway Module) (NEW!)
 
42
 
43
  For a complete and detailed list of features, please visit: http://businessdirectoryplugin.com/features/
44
 
@@ -48,11 +49,13 @@ Please report any bugs you find via http://businessdirectoryplugin.com/support-f
48
  These are optional modules that you can use to enhance Business Directory Plugin's functionality and
49
  support future development:
50
 
 
 
51
  NEW! [PayFast Gateway Module](http://businessdirectoryplugin.com/downloads/payfast-payment-module/?ref=wp)
52
 
53
  NEW! [Stripe Gateway Module](http://businessdirectoryplugin.com/downloads/stripe-payment-module/?ref=wp)
54
 
55
- NEW! [File Upload Module](http://businessdirectoryplugin.com/downloads/file-attachments-module/?ref=wp)
56
 
57
  [Featured Levels Module](http://businessdirectoryplugin.com/downloads/featured-levels-module/?ref=wp)
58
 
@@ -108,8 +111,12 @@ If you are having problems please visit [support forum](http://www.businessdirec
108
 
109
 
110
  == Changelog ==
 
 
 
 
111
  = Version 3.5.4 =
112
- * Improve "the_content" filter support.
113
  * Add pagination support to the featured levels shortcode.
114
  * Make category list responsive.
115
  * Work around a WP bug related to importing categories with ampersands.
4
  Tags: wordpress directory,wordpress directory plugin, wordpress directory theme,wordpress business directory,business directory,classified ads,classifieds,directory plugin,business directory plugin,directory widget,church directory,address book,address,member directory,members directory,city portal,city portal plugin,city guide plugin,city guide
5
  Requires at least: 3.7
6
  Tested up to: 4.1
7
+ Last Updated: 2015-Jan-7
8
+ Stable tag: tags/3.5.5
9
  License: GPLv2 or later
10
 
11
  Build local directories, business provider listings, Yellow-Pages directories, Yelp-like review sections and much more!
34
  * Location based result filtering (using the Regions Module)
35
  * ZIP code radius searches (using the ZIP Search Module)
36
  * Assign features to paid or sticky listing plans to give users incentive to upgrade (using the Featured levels module)
37
+ * Allow users to upload PDFs (using the File Upload Module)
38
  * Display Category Icons/Allow Parent-Child Category Navigation (using the Enhanced Category Module)
39
  * Manage attachments on listings (using the Attachments module, supports PDF, Text files, images)
40
  * Accept payments using Stripe (using the Stripe Gateway Module) (NEW!)
41
  * Accept payments using PayFast (using the PayFast Gateway Module) (NEW!)
42
+ * Post claimable listings that other businesses can pay (or not) to claim (using the Claim Listings Module) (NEW!)
43
 
44
  For a complete and detailed list of features, please visit: http://businessdirectoryplugin.com/features/
45
 
49
  These are optional modules that you can use to enhance Business Directory Plugin's functionality and
50
  support future development:
51
 
52
+ NEW! [Claim Listings Module](http://businessdirectoryplugin.com/downloads/claim-listings-module/?ref=wp)
53
+
54
  NEW! [PayFast Gateway Module](http://businessdirectoryplugin.com/downloads/payfast-payment-module/?ref=wp)
55
 
56
  NEW! [Stripe Gateway Module](http://businessdirectoryplugin.com/downloads/stripe-payment-module/?ref=wp)
57
 
58
+ [File Upload Module](http://businessdirectoryplugin.com/downloads/file-attachments-module/?ref=wp)
59
 
60
  [Featured Levels Module](http://businessdirectoryplugin.com/downloads/featured-levels-module/?ref=wp)
61
 
111
 
112
 
113
  == Changelog ==
114
+ = Version 3.5.5 =
115
+ * Fixed activation bug.
116
+ * Claim Listings added.
117
+
118
  = Version 3.5.4 =
119
+ * Improved "the_content" filter support.
120
  * Add pagination support to the featured levels shortcode.
121
  * Make category list responsive.
122
  * Work around a WP bug related to importing categories with ampersands.
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.5.4
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.5.4' );
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.5.5
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.5.5' );
34
 
35
  define( 'WPBDP_PATH', plugin_dir_path( __FILE__ ) );
36
  define( 'WPBDP_URL', trailingslashit( plugins_url( '/', __FILE__ ) ) );
core/licensing.php CHANGED
@@ -380,6 +380,5 @@ class WPBDP_Licensing {
380
  */
381
  function wpbdp_licensing_register_module( $name, $file_, $version ) {
382
  global $wpbdp;
383
- return true;
384
  return $wpbdp->licensing->register_module( $name, $file_, $version );
385
  }
380
  */
381
  function wpbdp_licensing_register_module( $name, $file_, $version ) {
382
  global $wpbdp;
 
383
  return $wpbdp->licensing->register_module( $name, $file_, $version );
384
  }