Version Description
- Corrected issue in which the number of columns setting reverted back to default if you deactivated and reactivated the plugin
Download this release
Release Info
Developer | Rustaurius |
Plugin | Ultimate FAQ |
Version | 1.8.14 |
Comparing to | |
See all releases |
Code changes from version 1.8.13 to 1.8.14
- Main.php +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: ultimate-faqs
|
10 |
-
Version: 1.8.
|
11 |
*/
|
12 |
|
13 |
global $ewd_ufaq_message;
|
@@ -200,7 +200,7 @@ function Set_EWD_UFAQ_Options() {
|
|
200 |
if (get_option("EWD_UFAQ_Access_Role") == "") {update_option("EWD_UFAQ_Access_Role", "edit_posts");}
|
201 |
|
202 |
if (get_option("EWD_UFAQ_Display_Style") == "") {update_option("EWD_UFAQ_Display_Style", "Default");}
|
203 |
-
if (get_option("EWD_UFAQ_FAQ_Number_Of_Columns") == "") {update_option("
|
204 |
if (get_option("EWD_UFAQ_Color_Block_Shape") == "") {update_option("EWD_UFAQ_Color_Block_Shape", "Square");}
|
205 |
if (get_option("EWD_UFAQ_Page_Type") == "") {update_option("EWD_UFAQ_Page_Type", "Load_More");}
|
206 |
if (get_option("EWD_UFAQ_FAQ_Ratings") == "") {update_option("EWD_UFAQ_FAQ_Ratings", "No");}
|
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.14
|
11 |
*/
|
12 |
|
13 |
global $ewd_ufaq_message;
|
200 |
if (get_option("EWD_UFAQ_Access_Role") == "") {update_option("EWD_UFAQ_Access_Role", "edit_posts");}
|
201 |
|
202 |
if (get_option("EWD_UFAQ_Display_Style") == "") {update_option("EWD_UFAQ_Display_Style", "Default");}
|
203 |
+
if (get_option("EWD_UFAQ_FAQ_Number_Of_Columns") == "") {update_option("EWD_UFAQ_FAQ_Number_Of_Columns", "One");}
|
204 |
if (get_option("EWD_UFAQ_Color_Block_Shape") == "") {update_option("EWD_UFAQ_Color_Block_Shape", "Square");}
|
205 |
if (get_option("EWD_UFAQ_Page_Type") == "") {update_option("EWD_UFAQ_Page_Type", "Load_More");}
|
206 |
if (get_option("EWD_UFAQ_FAQ_Ratings") == "") {update_option("EWD_UFAQ_FAQ_Ratings", "No");}
|
readme.txt
CHANGED
@@ -278,6 +278,9 @@ Video 3 - FAQs Ordering
|
|
278 |
|
279 |
|
280 |
== Changelog ==
|
|
|
|
|
|
|
281 |
= 1.8.13 =
|
282 |
- Corrected issue in which category and tag styling options were not saving
|
283 |
- Corrected a formatting issue that was affecting certain option screens
|
278 |
|
279 |
|
280 |
== Changelog ==
|
281 |
+
= 1.8.14 =
|
282 |
+
- Corrected issue in which the number of columns setting reverted back to default if you deactivated and reactivated the plugin
|
283 |
+
|
284 |
= 1.8.13 =
|
285 |
- Corrected issue in which category and tag styling options were not saving
|
286 |
- Corrected a formatting issue that was affecting certain option screens
|