Ultimate FAQ - Version 1.5.30

Version Description

  • Minor CSS styling updates
Download this release

Release Info

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

Code changes from version 1.5.29 to 1.5.30

Files changed (2) hide show
  1. Main.php +3 -3
  2. readme.txt +5 -3
Main.php CHANGED
@@ -2,12 +2,12 @@
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.29
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: 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
 
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
  }
readme.txt CHANGED
@@ -1,6 +1,6 @@
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
4
  Requires at least: 3.9.0
5
  Tested up to: 4.7
6
  License: GPLv3
@@ -10,10 +10,9 @@ FAQ plugin that lets you easily create, order and publicize FAQs, insert 3 style
10
 
11
  == Description ==
12
 
13
-
14
  <a href='http://www.etoilewebdesign.com/ultimate-faq-demo/'>FAQ Demo</a>
15
 
16
- FAQ plugin that lets you create FAQ, organize FAQ 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,6 +246,9 @@ Video 3 - FAQs Ordering
247
  13. View of FAQ custom fields in the admin
248
 
249
  == Changelog ==
 
 
 
250
  = 1.5.29 =
251
  - Fixed an error where a number of widget titles weren't displaying correctly in the admin area
252
 
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
10
 
11
  == Description ==
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
  13. View of FAQ custom fields in the admin
247
 
248
  == Changelog ==
249
+ = 1.5.30 =
250
+ - Minor CSS styling updates
251
+
252
  = 1.5.29 =
253
  - Fixed an error where a number of widget titles weren't displaying correctly in the admin area
254