Ultimate FAQ - Version 1.5.19

Version Description

  • Minor admin area update
Download this release

Release Info

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

Code changes from version 1.5.18 to 1.5.19

Files changed (2) hide show
  1. Main.php +2 -2
  2. 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.18
11
  */
12
 
13
  global $ewd_ufaq_message;
@@ -219,7 +219,7 @@ function Set_EWD_UFAQ_Options() {
219
  if (get_option("EWD_UFAQ_Install_Flag") == "") {update_option("EWD_UFAQ_Update_Flag", "Yes");}
220
  if (get_option("EWD_UFAQ_Install_Flag") == "") {update_option("EWD_UFAQ_Install_Flag", "Yes");}
221
 
222
- if (get_option("EWD_UFAQ_Install_Version") == "") {update_option("EWD_UFAQ_Install_Version", 1.5);}
223
  }
224
 
225
  $UFAQ_Full_Version = get_option("EWD_UFAQ_Full_Version");
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.19
11
  */
12
 
13
  global $ewd_ufaq_message;
219
  if (get_option("EWD_UFAQ_Install_Flag") == "") {update_option("EWD_UFAQ_Update_Flag", "Yes");}
220
  if (get_option("EWD_UFAQ_Install_Flag") == "") {update_option("EWD_UFAQ_Install_Flag", "Yes");}
221
 
222
+ if (get_option("EWD_UFAQ_Install_Version") == "") {update_option("EWD_UFAQ_Install_Version", 1.6);}
223
  }
224
 
225
  $UFAQ_Full_Version = get_option("EWD_UFAQ_Full_Version");
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.18 =
251
  - Removed a number of notices
252
 
247
  13. View of FAQ custom fields in the admin
248
 
249
  == Changelog ==
250
+ = 1.5.19 =
251
+ - Minor admin area update
252
+
253
  = 1.5.18 =
254
  - Removed a number of notices
255