Version Description
- CSS update for the admin styling options page layout
- Clarifying the purpose of the plugin in the name
Download this release
Release Info
Developer | Rustaurius |
Plugin | Ultimate FAQ |
Version | 1.9.3 |
Comparing to | |
See all releases |
Code changes from version 1.9.2 to 1.9.3
- Main.php +2 -2
- css/Admin.css +1 -0
- readme.txt +5 -1
Main.php
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
-
Plugin Name: Ultimate FAQ
|
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.
|
11 |
*/
|
12 |
|
13 |
global $ewd_ufaq_message;
|
1 |
<?php
|
2 |
/*
|
3 |
+
Plugin Name: Ultimate FAQs - WordPress FAQ 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.3
|
11 |
*/
|
12 |
|
13 |
global $ewd_ufaq_message;
|
css/Admin.css
CHANGED
@@ -2508,6 +2508,7 @@ tr[data-filtertype].ewd-ufaq-premium-options-table-overlay {
|
|
2508 |
float: left;
|
2509 |
width: 100%;
|
2510 |
margin: 0 0 32px;
|
|
|
2511 |
box-shadow: 0 1px 12px #ddd;
|
2512 |
display: block;
|
2513 |
padding: 11px 0;
|
2508 |
float: left;
|
2509 |
width: 100%;
|
2510 |
margin: 0 0 32px;
|
2511 |
+
box-sizing: border-box;
|
2512 |
box-shadow: 0 1px 12px #ddd;
|
2513 |
display: block;
|
2514 |
padding: 11px 0;
|
readme.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
=== Ultimate FAQ ===
|
2 |
Contributors: Rustaurius, EtoileWebDesign
|
3 |
Tags: faq, faqs, woocommerce faq, frequently asked questions, faq widget
|
4 |
Requires at least: 3.9.0
|
@@ -289,6 +289,10 @@ Video 3 - FAQs Ordering
|
|
289 |
|
290 |
== Changelog ==
|
291 |
|
|
|
|
|
|
|
|
|
292 |
= 1.9.2 =
|
293 |
- Small CSS update for admin options page layout
|
294 |
|
1 |
+
=== Ultimate FAQs - WordPress FAQ Plugin ===
|
2 |
Contributors: Rustaurius, EtoileWebDesign
|
3 |
Tags: faq, faqs, woocommerce faq, frequently asked questions, faq widget
|
4 |
Requires at least: 3.9.0
|
289 |
|
290 |
== Changelog ==
|
291 |
|
292 |
+
= 1.9.3 =
|
293 |
+
- CSS update for the admin styling options page layout
|
294 |
+
- Clarifying the purpose of the plugin in the name
|
295 |
+
|
296 |
= 1.9.2 =
|
297 |
- Small CSS update for admin options page layout
|
298 |
|