Business Profile - Version 1.0.1

Version Description

This update fixes a letter-case bug that may effect some installations.

Download this release

Release Info

Developer NateWr
Plugin Icon 128x128 Business Profile
Version 1.0.1
Comparing to
See all releases

Code changes from version 1.0 to 1.0.1

business-profile.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Business Profile
4
  * Plugin URI: http://themeofthecrop.com
5
  * Description: Contact information, Google Maps and opening hours made easy for businesses.
6
- * Version: 1.0
7
  * Author: Theme of the Crop
8
  * Author URI: http://themeofthecrop.com
9
  * License: GNU General Public License v2.0 or later
@@ -57,7 +57,7 @@ class bpfwpInit {
57
  require_once( BPFWP_PLUGIN_DIR . '/includes/template-functions.php' );
58
 
59
  // Load integrations with third-party plugins/apps
60
- require_once( BPFWP_PLUGIN_DIR . '/includes/integrations.php' );
61
 
62
  // Load assets
63
  add_action( 'wp_enqueue_scripts', array( $this, 'register_assets' ) );
3
  * Plugin Name: Business Profile
4
  * Plugin URI: http://themeofthecrop.com
5
  * Description: Contact information, Google Maps and opening hours made easy for businesses.
6
+ * Version: 1.0.1
7
  * Author: Theme of the Crop
8
  * Author URI: http://themeofthecrop.com
9
  * License: GNU General Public License v2.0 or later
57
  require_once( BPFWP_PLUGIN_DIR . '/includes/template-functions.php' );
58
 
59
  // Load integrations with third-party plugins/apps
60
+ require_once( BPFWP_PLUGIN_DIR . '/includes/Integrations.class.php' );
61
 
62
  // Load assets
63
  add_action( 'wp_enqueue_scripts', array( $this, 'register_assets' ) );
includes/{Integrations.php → Integrations.class.php} RENAMED
File without changes
readme.txt CHANGED
@@ -5,7 +5,7 @@ Plugin URL: http://themeofthecrop.com
5
  Requires at Least: 3.9
6
  Tested Up To: 3.9.1
7
  Tags: business profile, address, google map, schema, contact, phone, address, seo
8
- Stable tag: 1.0
9
  License: GPLv2 or later
10
  Donate link: http://themeofthecrop.com
11
 
@@ -27,7 +27,7 @@ Schema.org markup helps search engines like Google discover your address, phone
27
 
28
  **Sorry, it does not support multiple locations.**
29
 
30
- This plugin is part of a group of plugins in development for restaurants. Check out the [Food and Drink Menu](http://wordpress.org/plugins/food-and-drink-menu/) and [Restaurant Reservations](http://wordpress.org/plugins/restaurant-reservations/) plugins as well.
31
 
32
  = How to use =
33
 
@@ -52,6 +52,9 @@ This plugin is packed with hooks so you can extend it as needed. Development tak
52
 
53
  == Changelog ==
54
 
 
 
 
55
  = 1.0 (2014-07-16) =
56
  * Initial public release on WordPress.org
57
  * Add an option to display a link to a booking form if the Restaurant Reservations plugin is active
@@ -62,5 +65,8 @@ This plugin is packed with hooks so you can extend it as needed. Development tak
62
 
63
  == Upgrade Notice ==
64
 
 
 
 
65
  = 1.0 =
66
  This initial public release adds an integration with the Restaurant Reservations plugin. If the plugin is active it will now let you display a link to the booking form.
5
  Requires at Least: 3.9
6
  Tested Up To: 3.9.1
7
  Tags: business profile, address, google map, schema, contact, phone, address, seo
8
+ Stable tag: 1.0.1
9
  License: GPLv2 or later
10
  Donate link: http://themeofthecrop.com
11
 
27
 
28
  **Sorry, it does not support multiple locations.**
29
 
30
+ This plugin is part of a group of plugins for restaurants. Check out the [Food and Drink Menu](http://wordpress.org/plugins/food-and-drink-menu/), [Restaurant Reservations](http://wordpress.org/plugins/restaurant-reservations/) and [Good Reviews for WordPress](http://wordpress.org/plugins/good-reviews-wp/) plugins as well.
31
 
32
  = How to use =
33
 
52
 
53
  == Changelog ==
54
 
55
+ = 1.0.1 (2014-07-16) =
56
+ * Fix character-case error and rename integrations file for better standardization
57
+
58
  = 1.0 (2014-07-16) =
59
  * Initial public release on WordPress.org
60
  * Add an option to display a link to a booking form if the Restaurant Reservations plugin is active
65
 
66
  == Upgrade Notice ==
67
 
68
+ = 1.0.1 =
69
+ This update fixes a letter-case bug that may effect some installations.
70
+
71
  = 1.0 =
72
  This initial public release adds an integration with the Restaurant Reservations plugin. If the plugin is active it will now let you display a link to the booking form.