Business Profile - Version 2.0.9

Version Description

(2020-09-11) = - Corrects recent issue causing the feedback notice to not dismiss correctly

Download this release

Release Info

Developer Rustaurius
Plugin Icon 128x128 Business Profile
Version 2.0.9
Comparing to
See all releases

Code changes from version 2.0.8 to 2.0.9

assets/js/dashboard-review-ask.js CHANGED
@@ -1,11 +1,9 @@
1
  jQuery(document).ready(function($) {
2
  jQuery('.bpfwp-main-dashboard-review-ask').css('display', 'block');
3
 
4
- jQuery('.bpfwp-main-dashboard-review-ask').on('click', function(event) {
5
- if (jQuery(event.srcElement).hasClass('notice-dismiss')) {
6
- var data = 'ask_review_time=3&action=bpfwp_hide_review_ask';
7
- jQuery.post(ajaxurl, data, function() {});
8
- }
9
  });
10
 
11
  jQuery('.bpfwp-review-ask-yes').on('click', function() {
1
  jQuery(document).ready(function($) {
2
  jQuery('.bpfwp-main-dashboard-review-ask').css('display', 'block');
3
 
4
+ jQuery('.bpfwp-main-dashboard-review-ask .notice-dismiss').on('click', function(event) {
5
+ var data = 'ask_review_time=7&action=bpfwp_hide_review_ask';
6
+ jQuery.post(ajaxurl, data, function() {});
 
 
7
  });
8
 
9
  jQuery('.bpfwp-review-ask-yes').on('click', function() {
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.8
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.9
7
  * Author: Five Star Plugins
8
  * Author URI: https://www.fivestarplugins.com
9
  * License: GPLv3
readme.txt CHANGED
@@ -188,6 +188,9 @@ You'll find more help in the [User Guide](http://doc.themeofthecrop.com/plugins/
188
 
189
  == Changelog ==
190
 
 
 
 
191
  = 2.0.8 (2020-08-12) =
192
  - Fix for the initial walk-through and the chosen contact page not being populated
193
  - Fix for default values not being applied
188
 
189
  == Changelog ==
190
 
191
+ = 2.0.9 (2020-09-11) =
192
+ - Corrects recent issue causing the feedback notice to not dismiss correctly
193
+
194
  = 2.0.8 (2020-08-12) =
195
  - Fix for the initial walk-through and the chosen contact page not being populated
196
  - Fix for default values not being applied