Ultimate FAQ - Version 1.9.7

Version Description

  • CSS updates for the admin
  • Updating plugin and author links to the current correct URLs
  • Small change in the name to make purpose of plugin more clear
Download this release

Release Info

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

Code changes from version 1.9.6 to 1.9.7

Files changed (3) hide show
  1. Main.php +6 -6
  2. css/Admin.css +9 -1
  3. readme.txt +15 -11
Main.php CHANGED
@@ -1,13 +1,13 @@
1
  <?php
2
  /*
3
- Plugin Name: Ultimate FAQs - WordPress Knowledgebase Plugin
4
- Plugin URI: http://www.EtoileWebDesign.com/wordpress-plugins/
5
- Description: FAQ plugin that lets you easily create, order and publicize FAQs using shortcodes, with many unique styles, WooCommerce FAQs and AJAX FAQ search
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: ultimate-faqs
10
- Version: 1.9.6
11
  */
12
 
13
  global $ewd_ufaq_message;
1
  <?php
2
  /*
3
+ Plugin Name: Ultimate FAQ - WordPress Q&A Plugin
4
+ Plugin URI: https://www.etoilewebdesign.com/plugins/ultimate-faq/
5
+ Description: FAQ plugin that lets you easily create and display FAQs using blocks or shortcodes, with many unique styles, WooCommerce FAQs and AJAX FAQ search
6
  Author: Etoile Web Design
7
+ Author URI: https://www.etoilewebdesign.com/
8
+ Terms and Conditions: https://www.etoilewebdesign.com/plugin-terms-and-conditions/
9
  Text Domain: ultimate-faqs
10
+ Version: 1.9.7
11
  */
12
 
13
  global $ewd_ufaq_message;
css/Admin.css CHANGED
@@ -2150,7 +2150,6 @@ input:checked + .ewd-ufaq-admin-switch-slider:before {
2150
 
2151
 
2152
 
2153
-
2154
  /************************
2155
  OTHER OPTION PAGE STYLING
2156
  ************************/
@@ -3015,3 +3014,12 @@ RESPONSIVE
3015
  display: block;
3016
  margin: 10px auto 0;
3017
  }
 
 
 
 
 
 
 
 
 
2150
 
2151
 
2152
 
 
2153
  /************************
2154
  OTHER OPTION PAGE STYLING
2155
  ************************/
3014
  display: block;
3015
  margin: 10px auto 0;
3016
  }
3017
+ }
3018
+
3019
+ /****************
3020
+ ORDER TABLE
3021
+ ****************/
3022
+ .ufaq-order-table thead tr,
3023
+ .ufaq-order-table tfoot tr {
3024
+ background: #F8F4FF;
3025
+ }
readme.txt CHANGED
@@ -1,4 +1,4 @@
1
- === Ultimate FAQs - WordPress Knowledgebase Plugin ===
2
  Contributors: Rustaurius, EtoileWebDesign
3
  Tags: faq, faqs, woocommerce faq, frequently asked questions, faq widget
4
  Requires at least: 3.9.0
@@ -6,18 +6,17 @@ Tested up to: 5.5
6
  License: GPLv3
7
  License URI:http://www.gnu.org/licenses/gpl-3.0.html
8
 
9
- FAQ plugin that lets you easily create, order and publicize FAQs using shortcodes, with many unique styles, WooCommerce FAQs and AJAX FAQ search
10
 
11
  == Description ==
12
 
13
- FAQ plugin for WordPress that lets you create, organize and publicize your FAQs (frequently asked questions) in no time through your Wordpress admin panel. With a modern accordion style layout, the FAQs will fit into any site. Comes with many features and customization options!
14
 
15
  [FAQ Demo](https://www.etoilewebdesign.com/ultimate-faq-demo/)
16
 
17
  <strong>Includes an easy-to-use Gutenberg block for displaying your FAQs!</strong>
18
 
19
- = FAQ Key Features =
20
-
21
  * Unlimited FAQs, with unlimited tag and category support
22
  * Create FAQ categories
23
  * Create FAQ posts and assign categories to them
@@ -25,7 +24,7 @@ FAQ plugin for WordPress that lets you create, organize and publicize your FAQs
25
  * Bulk import FAQs from a spreadsheet
26
  * Insert custom CSS to style your FAQs
27
 
28
- <em>This FAQ plugin is very user friendly and comes with a full guided setup (walkthrough). When you activate the plugin, the setup will run and help you create your first FAQs, make an FAQ page and set some important options!</em>
29
 
30
  [youtube https://www.youtube.com/watch?v=xeGVZnVrZ6I]
31
 
@@ -37,7 +36,7 @@ Simply insert the above shortcode into any page to display your FAQs.
37
 
38
  The plugin also comes with an easy-to-use Gutenberg block for displaying your FAQs.
39
 
40
- You can use either the toggle and/or accordion responsive FAQ style, to display one expanded answer on click, or choose to display all FAQs on page load, with options to group your FAQs by category and to choose what info shows in each FAQ (such as category, tags, author, date, etc.).
41
 
42
  Features include frequently asked question statistics that show how many times FAQs have been viewed, styling options, FAQ tags and categories, display and ordering options, among many other options.
43
 
@@ -51,7 +50,7 @@ Ultimate FAQ isn't just for frequently asked questions. With its responsive acco
51
  * Microdata question schema, to help with SEO
52
  * Responsive FAQ design that looks great on all screen sizes
53
  * Group FAQs by category for easy navigation
54
- * Gutenberg FAQ block with options to specify categories and number of FAQs
55
 
56
  Ultimate FAQ uses the WordPress custom post type functionality to create an FAQ post type, allowing for smart and easy integration. No need to deal with a complicated FAQ builder. By utilizing a custom post and the new Gutenberg block functionality, you have the best possible FAQ builder.
57
 
@@ -100,7 +99,7 @@ Premium features include:
100
  * Gutenberg FAQ search block
101
  * Gutenberg FAQ block for including a submit question form
102
 
103
- Looking to get Ultimate FAQs premium? Find out how easy it is to get the best FAQs plugin for WordPress: https://www.etoilewebdesign.com/premium-upgrade-instructions/
104
 
105
  This FAQ plugin is also great for combining with our <a href='https://wordpress.org/plugins/front-end-only-users/'>user management plugin </a> to create a members-only FAQ area.
106
 
@@ -291,7 +290,12 @@ Video 3 - FAQs Ordering
291
 
292
 
293
  == Changelog ==
294
-
 
 
 
 
 
295
  = 1.9.6 =
296
  - Adding labelling option
297
 
@@ -308,7 +312,7 @@ Video 3 - FAQs Ordering
308
 
309
  = 1.9.2 =
310
  - Small CSS update for admin options page layout
311
-
312
  = 1.9.1 =
313
  - Added extra security to the import feature.
314
 
1
+ === Ultimate FAQ - WordPress Q&A Plugin ===
2
  Contributors: Rustaurius, EtoileWebDesign
3
  Tags: faq, faqs, woocommerce faq, frequently asked questions, faq widget
4
  Requires at least: 3.9.0
6
  License: GPLv3
7
  License URI:http://www.gnu.org/licenses/gpl-3.0.html
8
 
9
+ FAQ plugin that lets you easily create and display FAQs using blocks or shortcodes, with many unique styles, WooCommerce FAQs and AJAX FAQ search
10
 
11
  == Description ==
12
 
13
+ FAQ plugin that lets you create, organize and publicize your FAQs (frequently asked questions) in no time through your Wordpress admin panel. With a modern accordion style layout, the FAQs will fit into any site. Comes with many features and customization options!
14
 
15
  [FAQ Demo](https://www.etoilewebdesign.com/ultimate-faq-demo/)
16
 
17
  <strong>Includes an easy-to-use Gutenberg block for displaying your FAQs!</strong>
18
 
19
+ = FAQ Key Features =
 
20
  * Unlimited FAQs, with unlimited tag and category support
21
  * Create FAQ categories
22
  * Create FAQ posts and assign categories to them
24
  * Bulk import FAQs from a spreadsheet
25
  * Insert custom CSS to style your FAQs
26
 
27
+ <em>This plugin is very user friendly and comes with a full guided setup (walkthrough). When you activate the plugin, the setup will run and help you create your first FAQs, create your FAQ page and set some important options!</em>
28
 
29
  [youtube https://www.youtube.com/watch?v=xeGVZnVrZ6I]
30
 
36
 
37
  The plugin also comes with an easy-to-use Gutenberg block for displaying your FAQs.
38
 
39
+ You can use either the toggle and/or accordion responsive FAQ style, to display one expanded FAQ answer on click, or choose to display all FAQs on page load, with options to group your FAQs by category and to choose what info shows in each FAQ (such as category, tags, author, date, etc.).
40
 
41
  Features include frequently asked question statistics that show how many times FAQs have been viewed, styling options, FAQ tags and categories, display and ordering options, among many other options.
42
 
50
  * Microdata question schema, to help with SEO
51
  * Responsive FAQ design that looks great on all screen sizes
52
  * Group FAQs by category for easy navigation
53
+ * Gutenberg FAQ block with options to specify categories and number of FAQs
54
 
55
  Ultimate FAQ uses the WordPress custom post type functionality to create an FAQ post type, allowing for smart and easy integration. No need to deal with a complicated FAQ builder. By utilizing a custom post and the new Gutenberg block functionality, you have the best possible FAQ builder.
56
 
99
  * Gutenberg FAQ search block
100
  * Gutenberg FAQ block for including a submit question form
101
 
102
+ Looking to get Ultimate FAQs premium? Find out how easy it is to get the best FAQs plugin for WordPress here: https://www.etoilewebdesign.com/premium-upgrade-instructions/
103
 
104
  This FAQ plugin is also great for combining with our <a href='https://wordpress.org/plugins/front-end-only-users/'>user management plugin </a> to create a members-only FAQ area.
105
 
290
 
291
 
292
  == Changelog ==
293
+
294
+ = 1.9.7 =
295
+ - CSS updates for the admin
296
+ - Updating plugin and author links to the current correct URLs
297
+ - Small change in the name to make purpose of plugin more clear
298
+
299
  = 1.9.6 =
300
  - Adding labelling option
301
 
312
 
313
  = 1.9.2 =
314
  - Small CSS update for admin options page layout
315
+
316
  = 1.9.1 =
317
  - Added extra security to the import feature.
318