Version Description
(2020-04-30) = - Styling updates for the scheduler on the location edit screen when multiple locations is enabled.
Download this release
Release Info
Developer | Rustaurius |
Plugin | Business Profile |
Version | 2.0.6 |
Comparing to | |
See all releases |
Code changes from version 2.0.5 to 2.0.6
- assets/css/admin.css +22 -0
- business-profile.php +1 -1
- readme.txt +4 -1
assets/css/admin.css
CHANGED
@@ -1854,3 +1854,25 @@ ul.bpfwp-dashboard-new-footer-two-menu:first-of-type {
|
|
1854 |
|
1855 |
|
1856 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1854 |
|
1855 |
|
1856 |
|
1857 |
+
.bpfwp-meta-input input[type="checkbox"] {
|
1858 |
+
margin: 12px 0 0;
|
1859 |
+
}
|
1860 |
+
.sap-scheduler-date label {
|
1861 |
+
width: 100%;
|
1862 |
+
top: 2px;
|
1863 |
+
}
|
1864 |
+
.sap-scheduler-weekdays li, .sap-scheduler-weeks li {
|
1865 |
+
margin-right: 0 !important;
|
1866 |
+
width: calc(100% / 9);
|
1867 |
+
}
|
1868 |
+
.bpfwp-meta-input p {
|
1869 |
+
width: 100%;
|
1870 |
+
display: block;
|
1871 |
+
clear: both;
|
1872 |
+
}
|
1873 |
+
.bpfwp-meta-input label {
|
1874 |
+
padding-bottom: 15px;
|
1875 |
+
}
|
1876 |
+
.bpfwp-meta-input {
|
1877 |
+
float: left;
|
1878 |
+
}
|
business-profile.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Five Star Business Profile and Schema
|
4 |
* Plugin URI: https://www.fivestarplugins.com/plugins/business-profile/
|
5 |
* Description: Add schema structured data to any page or post type. Create an SEO friendly contact card with your business info and associated schema. Supports Google Map, opening hours and more.
|
6 |
-
* Version: 2.0.
|
7 |
* Author: Five Star Plugins
|
8 |
* Author URI: https://www.fivestarplugins.com
|
9 |
* License: GPLv3
|
3 |
* Plugin Name: Five Star Business Profile and Schema
|
4 |
* Plugin URI: https://www.fivestarplugins.com/plugins/business-profile/
|
5 |
* Description: Add schema structured data to any page or post type. Create an SEO friendly contact card with your business info and associated schema. Supports Google Map, opening hours and more.
|
6 |
+
* Version: 2.0.6
|
7 |
* Author: Five Star Plugins
|
8 |
* Author URI: https://www.fivestarplugins.com
|
9 |
* License: GPLv3
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: FiveStarPlugins
|
|
3 |
Author URI: https://www.fivestarplugins.com/
|
4 |
Plugin URL: https://www.fivestarplugins.com/plugins/business-profile/
|
5 |
Requires at Least: 4.4
|
6 |
-
Tested Up To: 5.
|
7 |
Tags: business profile, seo, local seo, schema, address, google map, contact, phone, contact card, vcard, contact info, business location, business address, business map, business schema, organization schema, corporation schema, contact schema, address schema, location schema, map schema, business structured data, business microdata, address microdata, location structured data, location microdata, contact shortcode, location shortcode, address shortcode, schema shortcode, gutenberg schema, gutenberg address
|
8 |
License: GPLv3
|
9 |
License URI:http://www.gnu.org/licenses/gpl-3.0.html
|
@@ -187,6 +187,9 @@ You'll find more help in the [User Guide](http://doc.themeofthecrop.com/plugins/
|
|
187 |
|
188 |
== Changelog ==
|
189 |
|
|
|
|
|
|
|
190 |
= 2.0.5 (2020-04-08) =
|
191 |
- Updating a few input fields to correct for possible minor XSS issues
|
192 |
|
3 |
Author URI: https://www.fivestarplugins.com/
|
4 |
Plugin URL: https://www.fivestarplugins.com/plugins/business-profile/
|
5 |
Requires at Least: 4.4
|
6 |
+
Tested Up To: 5.4
|
7 |
Tags: business profile, seo, local seo, schema, address, google map, contact, phone, contact card, vcard, contact info, business location, business address, business map, business schema, organization schema, corporation schema, contact schema, address schema, location schema, map schema, business structured data, business microdata, address microdata, location structured data, location microdata, contact shortcode, location shortcode, address shortcode, schema shortcode, gutenberg schema, gutenberg address
|
8 |
License: GPLv3
|
9 |
License URI:http://www.gnu.org/licenses/gpl-3.0.html
|
187 |
|
188 |
== Changelog ==
|
189 |
|
190 |
+
= 2.0.6 (2020-04-30) =
|
191 |
+
- Styling updates for the scheduler on the location edit screen when multiple locations is enabled.
|
192 |
+
|
193 |
= 2.0.5 (2020-04-08) =
|
194 |
- Updating a few input fields to correct for possible minor XSS issues
|
195 |
|