Version Description
- Minor CSS update
Download this release
Release Info
Developer | Rustaurius |
Plugin | Ultimate FAQ |
Version | 1.0.5 |
Comparing to | |
See all releases |
Code changes from version 1.0.4 to 1.0.5
- Main.php +1 -1
- css/Admin.css +1 -1
- readme.txt +3 -0
Main.php
CHANGED
@@ -7,7 +7,7 @@ Author: Tim Ruse
|
|
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.0.
|
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.0.5
|
11 |
*/
|
12 |
|
13 |
global $ewd_ufaq_message;
|
css/Admin.css
CHANGED
@@ -212,4 +212,4 @@ margin:3px;
|
|
212 |
}
|
213 |
.ufaq-subsection-content .ufaq-option-checkbox {
|
214 |
display:inline;
|
215 |
-
}
|
212 |
}
|
213 |
.ufaq-subsection-content .ufaq-option-checkbox {
|
214 |
display:inline;
|
215 |
+
}
|
readme.txt
CHANGED
@@ -101,6 +101,9 @@ For more questions and support you can post in the support forum:
|
|
101 |
2. Sample FAQ page
|
102 |
|
103 |
== Changelog ==
|
|
|
|
|
|
|
104 |
= 1.0.4 =
|
105 |
- Fixed a status error message
|
106 |
|
101 |
2. Sample FAQ page
|
102 |
|
103 |
== Changelog ==
|
104 |
+
= 1.0.5 =
|
105 |
+
- Minor CSS update
|
106 |
+
|
107 |
= 1.0.4 =
|
108 |
- Fixed a status error message
|
109 |
|