Ultimate FAQ - Version 1.5.15

Version Description

  • Fixed a small Dashboard error that a number of users were experiencing
Download this release

Release Info

Developer Rustaurius
Plugin Icon 128x128 Ultimate FAQ
Version 1.5.15
Comparing to
See all releases

Code changes from version 1.5.14 to 1.5.15

Files changed (3) hide show
  1. Main.php +1 -1
  2. html/DashboardPage.php +29 -27
  3. readme.txt +3 -0
Main.php CHANGED
@@ -7,7 +7,7 @@ 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: EWD_UFAQ
10
- Version: 1.5.14
11
  */
12
 
13
  global $ewd_ufaq_message;
7
  Author URI: http://www.EtoileWebDesign.com/wordpress-plugins/
8
  Terms and Conditions: http://www.etoilewebdesign.com/plugin-terms-and-conditions/
9
  Text Domain: EWD_UFAQ
10
+ Version: 1.5.15
11
  */
12
 
13
  global $ewd_ufaq_message;
html/DashboardPage.php CHANGED
@@ -57,33 +57,35 @@
57
  </div>
58
  </div>
59
  </div> <!-- ewd-ufaq-dashboard-top-upgrade-left -->
60
- <div id="ewd-ufaq-dashboard-top-upgrade-right">
61
- <div id="ewd-dashboard-pro" class="postbox upcp-pro upcp-postbox-collapsible" >
62
- <div class="handlediv" title="Click to expand"></div>
63
- <h3 class="hndle ewd-dashboard-h3">&nbsp;</h3>
64
- <div class="inside">
65
- <div class="topPart">
66
- <?php
67
- if(!get_option("EWD_UFAQ_Trial_Happening")){
68
- _e("Want to try out the premium features first?", 'EWD_UFAQ');
69
- }
70
- else{
71
- _e("Your free trial is currently active", 'EWD_UFAQ');
72
- }
73
- ?>
74
- </div>
75
- <div class="clear"></div>
76
- <div class="bottomPart">
77
- <?php if(!get_option("EWD_UFAQ_Trial_Happening")){ ?>
78
- Use code<br /><span class="freeTrialText">&nbsp;EWD Trial&nbsp;</span><br />for a free 7-day trial!
79
- <?php }
80
- else{ ?>
81
- Your trial expires at <span class="freeTrialText"><?php echo date("Y-m-d H:i:s", get_option("EWD_UFAQ_Trial_Expiry_Time")); ?> GMT</span>. <a href="http://www.etoilewebdesign.com/plugins/ultimate-faq/" class="freeTrialPurchaseLink" target="_blank">Upgrade here</a> before then to retain any premium changes made!
82
- <?php } ?>
83
- </div> <!-- bottomPart -->
84
- </div> <!-- inside -->
85
- </div> <!-- postbox -->
86
- </div> <!-- ewd-ufaq-dashboard-top-upgrade-right -->
 
 
87
  </div> <!-- ewd-ufaq-dashboard-top-upgrade -->
88
  <?php } ?>
89
 
57
  </div>
58
  </div>
59
  </div> <!-- ewd-ufaq-dashboard-top-upgrade-left -->
60
+ <?php if (get_option("EWD_UFAQ_Trial_Happening") != "No") { ?>
61
+ <div id="ewd-ufaq-dashboard-top-upgrade-right">
62
+ <div id="ewd-dashboard-pro" class="postbox upcp-pro upcp-postbox-collapsible" >
63
+ <div class="handlediv" title="Click to expand"></div>
64
+ <h3 class="hndle ewd-dashboard-h3">&nbsp;</h3>
65
+ <div class="inside">
66
+ <div class="topPart">
67
+ <?php
68
+ if(!get_option("EWD_UFAQ_Trial_Happening")){
69
+ _e("Want to try out the premium features first?", 'EWD_UFAQ');
70
+ }
71
+ else{
72
+ _e("Your free trial is currently active", 'EWD_UFAQ');
73
+ }
74
+ ?>
75
+ </div>
76
+ <div class="clear"></div>
77
+ <div class="bottomPart">
78
+ <?php if(!get_option("EWD_UFAQ_Trial_Happening")){ ?>
79
+ Use code<br /><span class="freeTrialText">&nbsp;EWD Trial&nbsp;</span><br />for a free 7-day trial!
80
+ <?php }
81
+ else{ ?>
82
+ Your trial expires at <span class="freeTrialText"><?php echo date("Y-m-d H:i:s", get_option("EWD_UFAQ_Trial_Expiry_Time")); ?> GMT</span>. <a href="http://www.etoilewebdesign.com/plugins/ultimate-faq/" class="freeTrialPurchaseLink" target="_blank">Upgrade here</a> before then to retain any premium changes made!
83
+ <?php } ?>
84
+ </div> <!-- bottomPart -->
85
+ </div> <!-- inside -->
86
+ </div> <!-- postbox -->
87
+ </div> <!-- ewd-ufaq-dashboard-top-upgrade-right -->
88
+ <?php } ?>
89
  </div> <!-- ewd-ufaq-dashboard-top-upgrade -->
90
  <?php } ?>
91
 
readme.txt CHANGED
@@ -247,6 +247,9 @@ Video 3 - FAQs Ordering
247
  13. View of FAQ custom fields in the admin
248
 
249
  == Changelog ==
 
 
 
250
  = 1.5.14 =
251
  - Minor Dashboard update
252
 
247
  13. View of FAQ custom fields in the admin
248
 
249
  == Changelog ==
250
+ = 1.5.15 =
251
+ - Fixed a small Dashboard error that a number of users were experiencing
252
+
253
  = 1.5.14 =
254
  - Minor Dashboard update
255