Version Description
- Updated enqueued JS version number to help with any issues related to the frequency of the request for feedback
Download this release
Release Info
Developer | Rustaurius |
Plugin | Ultimate FAQ |
Version | 1.8.10 |
Comparing to | |
See all releases |
Code changes from version 1.8.9 to 1.8.10
- Functions/Error_Notices.php +1 -1
- Main.php +2 -2
- readme.txt +4 -1
Functions/Error_Notices.php
CHANGED
@@ -26,7 +26,7 @@ function EWD_UFAQ_Error_Notices(){
|
|
26 |
<div class='ewd-ufaq-review-ask-text'>
|
27 |
<p class='ewd-ufaq-review-ask-starting-text'>Enjoying using the Ultimate FAQs plugin?</p>
|
28 |
<p class='ewd-ufaq-review-ask-feedback-text ufaq-hidden'>Help us make the plugin better! Please take a minute to rate the plugin. Thanks!</p>
|
29 |
-
<p class='ewd-ufaq-review-ask-review-text ufaq-hidden'>Please let us know what we could do to make the plugin better
|
30 |
<p class='ewd-ufaq-review-ask-thank-you-text ufaq-hidden'>Thank you for taking the time to help us!</p>
|
31 |
</div>
|
32 |
<div class='ewd-ufaq-review-ask-actions'>
|
26 |
<div class='ewd-ufaq-review-ask-text'>
|
27 |
<p class='ewd-ufaq-review-ask-starting-text'>Enjoying using the Ultimate FAQs plugin?</p>
|
28 |
<p class='ewd-ufaq-review-ask-feedback-text ufaq-hidden'>Help us make the plugin better! Please take a minute to rate the plugin. Thanks!</p>
|
29 |
+
<p class='ewd-ufaq-review-ask-review-text ufaq-hidden'>Please let us know what we could do to make the plugin better!<br /><span>(If you would like a response, please include your email address.)</span></p>
|
30 |
<p class='ewd-ufaq-review-ask-thank-you-text ufaq-hidden'>Thank you for taking the time to help us!</p>
|
31 |
</div>
|
32 |
<div class='ewd-ufaq-review-ask-actions'>
|
Main.php
CHANGED
@@ -7,14 +7,14 @@ Author: Etoile Web Design
|
|
7 |
Author URI: http://www.EtoileWebDesign.com/wordpress-plugins/
|
8 |
Terms and Conditions: http://www.etoilewebdesign.com/plugin-terms-and-conditions/
|
9 |
Text Domain: ultimate-faqs
|
10 |
-
Version: 1.8.
|
11 |
*/
|
12 |
|
13 |
global $ewd_ufaq_message;
|
14 |
global $UFAQ_Full_Version;
|
15 |
global $EWD_UFAQ_Version;
|
16 |
|
17 |
-
$EWD_UFAQ_Version = '1.8.
|
18 |
|
19 |
define( 'EWD_UFAQ_CD_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
|
20 |
define( 'EWD_UFAQ_CD_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
|
7 |
Author URI: http://www.EtoileWebDesign.com/wordpress-plugins/
|
8 |
Terms and Conditions: http://www.etoilewebdesign.com/plugin-terms-and-conditions/
|
9 |
Text Domain: ultimate-faqs
|
10 |
+
Version: 1.8.10
|
11 |
*/
|
12 |
|
13 |
global $ewd_ufaq_message;
|
14 |
global $UFAQ_Full_Version;
|
15 |
global $EWD_UFAQ_Version;
|
16 |
|
17 |
+
$EWD_UFAQ_Version = '1.8.0c';
|
18 |
|
19 |
define( 'EWD_UFAQ_CD_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
|
20 |
define( 'EWD_UFAQ_CD_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
|
readme.txt
CHANGED
@@ -270,8 +270,11 @@ Video 3 - FAQs Ordering
|
|
270 |
|
271 |
|
272 |
== Changelog ==
|
|
|
|
|
|
|
273 |
= 1.8.9 =
|
274 |
-
- Added in missing call
|
275 |
|
276 |
= 1.8.8 =
|
277 |
- Added version number to enqueued files
|
270 |
|
271 |
|
272 |
== Changelog ==
|
273 |
+
= 1.8.10 =
|
274 |
+
- Updated enqueued JS version number to help with any issues related to the frequency of the request for feedback
|
275 |
+
|
276 |
= 1.8.9 =
|
277 |
+
- Added in missing call to global version number variable for enqueued files
|
278 |
|
279 |
= 1.8.8 =
|
280 |
- Added version number to enqueued files
|