Ultimate FAQ - Version 1.5.31

Version Description

  • Fixed a small admin CSS issue
Download this release

Release Info

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

Code changes from version 1.5.30 to 1.5.31

Files changed (3) hide show
  1. Main.php +3 -3
  2. css/Admin.css +2 -0
  3. readme.txt +10 -3
Main.php CHANGED
@@ -2,12 +2,12 @@
2
  /*
3
  Plugin Name: FAQ
4
  Plugin URI: http://www.EtoileWebDesign.com/wordpress-plugins/
5
- Description: FAQ plugin that lets you create FAQ, organize FAQ and publicize your FAQ in no time through your Wordpress admin panel.
6
  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.30
11
  */
12
 
13
  global $ewd_ufaq_message;
@@ -132,7 +132,7 @@ function Add_EWD_UFAQ_Scripts($hook) {
132
 
133
  function EWD_UFAQ_Admin_Options() {
134
  global $EWD_UFAQ_Version;
135
-
136
  wp_enqueue_style( 'ewd-ufaq-admin', plugins_url("ultimate-faqs/css/Admin.css"), array(), $EWD_UFAQ_Version);
137
  wp_enqueue_style( 'ewd-ufaq-spectrum', plugins_url("ultimate-faqs/css/spectrum.css"));
138
  }
2
  /*
3
  Plugin Name: FAQ
4
  Plugin URI: http://www.EtoileWebDesign.com/wordpress-plugins/
5
+ Description: A plugin that lets you create FAQs (frequently asked questions), organize them, publicize them, etc.
6
  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.31
11
  */
12
 
13
  global $ewd_ufaq_message;
132
 
133
  function EWD_UFAQ_Admin_Options() {
134
  global $EWD_UFAQ_Version;
135
+
136
  wp_enqueue_style( 'ewd-ufaq-admin', plugins_url("ultimate-faqs/css/Admin.css"), array(), $EWD_UFAQ_Version);
137
  wp_enqueue_style( 'ewd-ufaq-spectrum', plugins_url("ultimate-faqs/css/spectrum.css"));
138
  }
css/Admin.css CHANGED
@@ -931,3 +931,5 @@ NEW ASK FOR REVIEW POPUP
931
  background: #c6ab55;
932
  color: #fff;
933
  }
 
 
931
  background: #c6ab55;
932
  color: #fff;
933
  }
934
+
935
+
readme.txt CHANGED
@@ -1,8 +1,9 @@
1
  === FAQ ===
2
  Contributors: Rustaurius, EtoileWebDesign
3
- Tags: FAQ, FAQs, easy FAQ, simple FAQ, FAQ categories, FAQ answer, faq page, FAQ Plugin, WooCommerce FAQ, frequently asked questions, questions, FAQ questions, wordpress faq, FAQ list, FAQ custom post type, faq list, faq accordion, jquery faq, jquery-ui, faq shortcode, faq widget, AJAX FAQ, responsive faq, submit questions, microdata, accordion, faq accordion, answer, question, css3 faq, css3 accordion
4
  Requires at least: 3.9.0
5
- Tested up to: 4.7
 
6
  License: GPLv3
7
  License URI:http://www.gnu.org/licenses/gpl-3.0.html
8
 
@@ -12,7 +13,7 @@ FAQ plugin that lets you easily create, order and publicize FAQs, insert 3 style
12
 
13
  <a href='http://www.etoilewebdesign.com/ultimate-faq-demo/'>FAQ Demo</a>
14
 
15
- FAQ plugin that lets you create FAQ, organize FAQ and publicize your FAQs in no time through your Wordpress admin panel. Select from multiple FAQ styles and FAQ layouts. You can use either the toggle FAQ and/or accordion FAQ style, to display one expanded FAQ answer on click, or choose to display all FAQs on page load, with the optional list FAQ style that offers a more traditional FAQ layout.
16
 
17
  <strong>With WooCommerce Integration!</strong> See the "Add FAQ to WooCommerce" section below for full details and features.
18
 
@@ -246,6 +247,9 @@ Video 3 - FAQs Ordering
246
  13. View of FAQ custom fields in the admin
247
 
248
  == Changelog ==
 
 
 
249
  = 1.5.30 =
250
  - Minor CSS styling updates
251
 
@@ -527,3 +531,6 @@ Video 3 - FAQs Ordering
527
 
528
  = 1.0.0 =
529
  - Premium version release, check out our website for all of the details <http://www.etoilewebdesign.com/ultimate-faq/>
 
 
 
1
  === FAQ ===
2
  Contributors: Rustaurius, EtoileWebDesign
3
+ Tags: faq, faqs, woocommerce faq, frequently asked questions, faq widget
4
  Requires at least: 3.9.0
5
+ Tested up to: 4.7.3
6
+ Stable tag: 1.5.31
7
  License: GPLv3
8
  License URI:http://www.gnu.org/licenses/gpl-3.0.html
9
 
13
 
14
  <a href='http://www.etoilewebdesign.com/ultimate-faq-demo/'>FAQ Demo</a>
15
 
16
+ FAQ plugin that lets you create FAQ, organize FAQs and publicize your FAQ in no time through your Wordpress admin panel. Select from multiple FAQ styles and FAQ layouts. You can use either the toggle FAQ and/or accordion FAQ style, to display one expanded FAQ answer on click, or choose to display all FAQs on page load, with the optional list FAQ style that offers a more traditional FAQ layout.
17
 
18
  <strong>With WooCommerce Integration!</strong> See the "Add FAQ to WooCommerce" section below for full details and features.
19
 
247
  13. View of FAQ custom fields in the admin
248
 
249
  == Changelog ==
250
+ = 1.5.31 =
251
+ - Fixed a small admin CSS issue
252
+
253
  = 1.5.30 =
254
  - Minor CSS styling updates
255
 
531
 
532
  = 1.0.0 =
533
  - Premium version release, check out our website for all of the details <http://www.etoilewebdesign.com/ultimate-faq/>
534
+
535
+
536
+