Version Description
- Added some CSS classes in preparation for an upcoming large CSS/styling update
Download this release
Release Info
Developer | Rustaurius |
Plugin | Ultimate FAQ |
Version | 1.0.9 |
Comparing to | |
See all releases |
Code changes from version 1.0.8 to 1.0.9
- Main.php +1 -1
- css/ewd-ufaq-styles.css +1 -1
- 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.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.9
|
11 |
*/
|
12 |
|
13 |
global $ewd_ufaq_message;
|
css/ewd-ufaq-styles.css
CHANGED
@@ -41,7 +41,7 @@
|
|
41 |
margin-left:10px;
|
42 |
}
|
43 |
|
44 |
-
|
45 |
/*.ufaq-faq-title {
|
46 |
cursor:pointer;
|
47 |
}*/
|
41 |
margin-left:10px;
|
42 |
}
|
43 |
|
44 |
+
.ufaq {}
|
45 |
/*.ufaq-faq-title {
|
46 |
cursor:pointer;
|
47 |
}*/
|
readme.txt
CHANGED
@@ -113,6 +113,9 @@ For more questions and support you can post in the support forum:
|
|
113 |
8. All answers displayed in the 'list' FAQ mode
|
114 |
|
115 |
== Changelog ==
|
|
|
|
|
|
|
116 |
= 1.0.8 =
|
117 |
- Added a unique identifier to each FAQ so that if it is repeated on the same page, the correct post should open
|
118 |
|
113 |
8. All answers displayed in the 'list' FAQ mode
|
114 |
|
115 |
== Changelog ==
|
116 |
+
= 1.0.9 =
|
117 |
+
- Added some CSS classes in preparation for an upcoming large CSS/styling update
|
118 |
+
|
119 |
= 1.0.8 =
|
120 |
- Added a unique identifier to each FAQ so that if it is repeated on the same page, the correct post should open
|
121 |
|