Version Description
- Further update for the feedback notice due to user who seems to still not be able to dismiss it.
Download this release
Release Info
Developer | Rustaurius |
Plugin | Ultimate FAQ |
Version | 1.9.10 |
Comparing to | |
See all releases |
Code changes from version 1.9.9 to 1.9.10
- Main.php +1 -1
- js/ewd-ufaq-dashboard-review-ask.js +4 -4
- readme.txt +3 -0
Main.php
CHANGED
@@ -7,7 +7,7 @@ Author: Etoile Web Design
|
|
7 |
Author URI: https://www.etoilewebdesign.com/
|
8 |
Terms and Conditions: https://www.etoilewebdesign.com/plugin-terms-and-conditions/
|
9 |
Text Domain: ultimate-faqs
|
10 |
-
Version: 1.9.
|
11 |
*/
|
12 |
|
13 |
global $ewd_ufaq_message;
|
7 |
Author URI: https://www.etoilewebdesign.com/
|
8 |
Terms and Conditions: https://www.etoilewebdesign.com/plugin-terms-and-conditions/
|
9 |
Text Domain: ultimate-faqs
|
10 |
+
Version: 1.9.10
|
11 |
*/
|
12 |
|
13 |
global $ewd_ufaq_message;
|
js/ewd-ufaq-dashboard-review-ask.js
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
jQuery(document).ready(function($) {
|
2 |
jQuery('.ewd-ufaq-main-dashboard-review-ask').css('display', 'block');
|
3 |
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
|
9 |
jQuery('.ewd-ufaq-review-ask-yes').on('click', function() {
|
10 |
jQuery('.ewd-ufaq-review-ask-feedback-text').removeClass('ufaq-hidden');
|
1 |
jQuery(document).ready(function($) {
|
2 |
jQuery('.ewd-ufaq-main-dashboard-review-ask').css('display', 'block');
|
3 |
|
4 |
+
jQuery(document).on('click', '.ewd-ufaq-main-dashboard-review-ask .notice-dismiss', function(event) {
|
5 |
+
var data = 'Ask_Review_Date=7&action=ewd_ufaq_hide_review_ask';
|
6 |
+
jQuery.post(ajaxurl, data, function() {});
|
7 |
+
});
|
8 |
|
9 |
jQuery('.ewd-ufaq-review-ask-yes').on('click', function() {
|
10 |
jQuery('.ewd-ufaq-review-ask-feedback-text').removeClass('ufaq-hidden');
|
readme.txt
CHANGED
@@ -266,6 +266,9 @@ Video 3 - FAQs Ordering
|
|
266 |
|
267 |
== Changelog ==
|
268 |
|
|
|
|
|
|
|
269 |
= 1.9.9 =
|
270 |
- Corrects recent issue causing the feedback notice to not dismiss correctly
|
271 |
|
266 |
|
267 |
== Changelog ==
|
268 |
|
269 |
+
= 1.9.10 =
|
270 |
+
- Further update for the feedback notice due to user who seems to still not be able to dismiss it.
|
271 |
+
|
272 |
= 1.9.9 =
|
273 |
- Corrects recent issue causing the feedback notice to not dismiss correctly
|
274 |
|