Version Description
This minor update fixes a problem in which a contact page or email address wouldn't get printed with the contact card.
Download this release
Release Info
Developer | NateWr |
Plugin | Business Profile |
Version | 1.0.4 |
Comparing to | |
See all releases |
Code changes from version 1.0.3 to 1.0.4
- business-profile.php +1 -1
- includes/Integrations.class.php +1 -1
- readme.txt +8 -2
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
|
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.4
|
7 |
* Author: Theme of the Crop
|
8 |
* Author URI: http://themeofthecrop.com
|
9 |
* License: GNU General Public License v2.0 or later
|
includes/Integrations.class.php
CHANGED
@@ -78,7 +78,7 @@ class bpfwpIntegrations {
|
|
78 |
|
79 |
if ( !empty( $pos ) ) {
|
80 |
$a = array_slice( $data, 0, $pos );
|
81 |
-
$b = array_slice( $data, $pos
|
82 |
$data = array_merge( $a, array( 'booking_page' => array( $this, 'bpfwp_print_booking_link' ) ) , $b );
|
83 |
|
84 |
// If no short links are being displayed, just add it to the bottom.
|
78 |
|
79 |
if ( !empty( $pos ) ) {
|
80 |
$a = array_slice( $data, 0, $pos );
|
81 |
+
$b = array_slice( $data, $pos );
|
82 |
$data = array_merge( $a, array( 'booking_page' => array( $this, 'bpfwp_print_booking_link' ) ) , $b );
|
83 |
|
84 |
// If no short links are being displayed, just add it to the bottom.
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Plugin URL: http://themeofthecrop.com
|
|
5 |
Requires at Least: 3.9
|
6 |
Tested Up To: 4.0
|
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 |
|
@@ -52,8 +52,11 @@ This plugin is packed with hooks so you can extend it as needed. Development tak
|
|
52 |
|
53 |
== Changelog ==
|
54 |
|
|
|
|
|
|
|
55 |
= 1.0.3 (2014-09-04) =
|
56 |
-
* Fix swapped desc/url meta values. h/t @thatryan
|
57 |
|
58 |
= 1.0.2 (2014-07-16) =
|
59 |
* Update Simple Admin Pages library to v2.0.a.7
|
@@ -71,6 +74,9 @@ This plugin is packed with hooks so you can extend it as needed. Development tak
|
|
71 |
|
72 |
== Upgrade Notice ==
|
73 |
|
|
|
|
|
|
|
74 |
= 1.0.3 =
|
75 |
This minor update fixes a problem in the Schema.org markup where your business description and URL got mixed up.
|
76 |
|
5 |
Requires at Least: 3.9
|
6 |
Tested Up To: 4.0
|
7 |
Tags: business profile, address, google map, schema, contact, phone, address, seo
|
8 |
+
Stable tag: 1.0.4
|
9 |
License: GPLv2 or later
|
10 |
Donate link: http://themeofthecrop.com
|
11 |
|
52 |
|
53 |
== Changelog ==
|
54 |
|
55 |
+
= 1.0.4 (2014-09-11) =
|
56 |
+
* Fix: contact link/email doesn't get shown.
|
57 |
+
|
58 |
= 1.0.3 (2014-09-04) =
|
59 |
+
* Fix: swapped desc/url meta values. h/t @thatryan
|
60 |
|
61 |
= 1.0.2 (2014-07-16) =
|
62 |
* Update Simple Admin Pages library to v2.0.a.7
|
74 |
|
75 |
== Upgrade Notice ==
|
76 |
|
77 |
+
= 1.0.4 =
|
78 |
+
This minor update fixes a problem in which a contact page or email address wouldn't get printed with the contact card.
|
79 |
+
|
80 |
= 1.0.3 =
|
81 |
This minor update fixes a problem in the Schema.org markup where your business description and URL got mixed up.
|
82 |
|