Version Description
- Fixed an error where a number of widget titles weren't displaying correctly in the admin area
Download this release
Release Info
Developer | Rustaurius |
Plugin | Ultimate FAQ |
Version | 1.5.29 |
Comparing to | |
See all releases |
Code changes from version 1.5.28 to 1.5.29
- Blog.html +3 -3
- Functions/EWD_UFAQ_Widgets.php +3 -0
- Main.php +1 -1
- html/OptionsPage.php +5 -5
- readme.txt +4 -4
Blog.html
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
-
<
|
2 |
-
<p>
|
3 |
-
<p><a target='_blank' href='
|
1 |
+
<h3>Filter WooCommerce Products by Attribute!</h3><
|
2 |
+
<p>Want visitors to easily search WooCommerce products by attributes, price, tags and more?</p>
|
3 |
+
<p><a target='_blank' href='http://www.etoilewebdesign.com/product-catalog-woocommerce-sync-tips/'>Read our tips on making your products filterable with the Ultimate Product Catalog plugin!</a></p>
|
Functions/EWD_UFAQ_Widgets.php
CHANGED
@@ -32,6 +32,7 @@ class EWD_UFAQ_Display_FAQ_Post_List extends WP_Widget {
|
|
32 |
*/
|
33 |
public function form( $instance ) {
|
34 |
$faq_id = ! empty( $instance['faq_id'] ) ? $instance['faq_id'] : __( 'FAQ ID List', 'EWD_UFAQ' );
|
|
|
35 |
?>
|
36 |
<p>
|
37 |
<label for="<?php echo $this->get_field_id( 'faq_id' ); ?>"><?php _e( 'FAQ ID List:', 'EWD_UFAQ' ); ?></label>
|
@@ -93,6 +94,7 @@ class EWD_UFAQ_Display_Recent_FAQS extends WP_Widget {
|
|
93 |
*/
|
94 |
public function form( $instance ) {
|
95 |
$post_count = ! empty( $instance['post_count'] ) ? $instance['post_count'] : __( 'Number of FAQs', 'EWD_UFAQ' );
|
|
|
96 |
?>
|
97 |
<p>
|
98 |
<label for="<?php echo $this->get_field_id( 'post_count' ); ?>"><?php _e( 'Number of FAQs:', 'EWD_UFAQ' ); ?></label>
|
@@ -154,6 +156,7 @@ class EWD_UFAQ_Display_Popular_FAQS extends WP_Widget {
|
|
154 |
*/
|
155 |
public function form( $instance ) {
|
156 |
$post_count = ! empty( $instance['post_count'] ) ? $instance['post_count'] : __( 'Number of FAQs', 'EWD_UFAQ' );
|
|
|
157 |
?>
|
158 |
<p>
|
159 |
<label for="<?php echo $this->get_field_id( 'post_count' ); ?>"><?php _e( 'Number of FAQs:', 'EWD_UFAQ' ); ?></label>
|
32 |
*/
|
33 |
public function form( $instance ) {
|
34 |
$faq_id = ! empty( $instance['faq_id'] ) ? $instance['faq_id'] : __( 'FAQ ID List', 'EWD_UFAQ' );
|
35 |
+
$faq_title = ! empty( $instance['faq_title'] ) ? $instance['faq_title'] : __( 'Widget Title', 'EWD_UFAQ' );
|
36 |
?>
|
37 |
<p>
|
38 |
<label for="<?php echo $this->get_field_id( 'faq_id' ); ?>"><?php _e( 'FAQ ID List:', 'EWD_UFAQ' ); ?></label>
|
94 |
*/
|
95 |
public function form( $instance ) {
|
96 |
$post_count = ! empty( $instance['post_count'] ) ? $instance['post_count'] : __( 'Number of FAQs', 'EWD_UFAQ' );
|
97 |
+
$faq_title = ! empty( $instance['faq_title'] ) ? $instance['faq_title'] : __( 'Widget Title', 'EWD_UFAQ' );
|
98 |
?>
|
99 |
<p>
|
100 |
<label for="<?php echo $this->get_field_id( 'post_count' ); ?>"><?php _e( 'Number of FAQs:', 'EWD_UFAQ' ); ?></label>
|
156 |
*/
|
157 |
public function form( $instance ) {
|
158 |
$post_count = ! empty( $instance['post_count'] ) ? $instance['post_count'] : __( 'Number of FAQs', 'EWD_UFAQ' );
|
159 |
+
$faq_title = ! empty( $instance['faq_title'] ) ? $instance['faq_title'] : __( 'Widget Title', 'EWD_UFAQ' );
|
160 |
?>
|
161 |
<p>
|
162 |
<label for="<?php echo $this->get_field_id( 'post_count' ); ?>"><?php _e( 'Number of FAQs:', 'EWD_UFAQ' ); ?></label>
|
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.5.
|
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.5.29
|
11 |
*/
|
12 |
|
13 |
global $ewd_ufaq_message;
|
html/OptionsPage.php
CHANGED
@@ -220,10 +220,10 @@
|
|
220 |
<tr>
|
221 |
<th scope="row">FAQ Expand/Collapse All</th>
|
222 |
<td>
|
223 |
-
<fieldset><legend class="screen-reader-text"><span>FAQ
|
224 |
<label title='Yes'><input type='radio' name='expand_collapse_all' value='Yes' <?php if($Expand_Collapse_All == "Yes") {echo "checked='checked'";} ?> /> <span>Yes</span></label><br />
|
225 |
<label title='No'><input type='radio' name='expand_collapse_all' value='No' <?php if($Expand_Collapse_All == "No") {echo "checked='checked'";} ?> /> <span>No</span></label><br />
|
226 |
-
<p>Should
|
227 |
</fieldset>
|
228 |
</td>
|
229 |
</tr>
|
@@ -280,7 +280,7 @@
|
|
280 |
<fieldset><legend class="screen-reader-text"><span>Display Post Author</span></legend>
|
281 |
<label title='Yes'><input type='radio' name='display_author' value='Yes' <?php if($Display_Author == "Yes") {echo "checked='checked'";} ?> /> <span>Yes</span></label><br />
|
282 |
<label title='No'><input type='radio' name='display_author' value='No' <?php if($Display_Author == "No") {echo "checked='checked'";} ?> /> <span>No</span></label><br />
|
283 |
-
<p>Should the display name of the post's author be
|
284 |
</fieldset>
|
285 |
</td>
|
286 |
</tr>
|
@@ -290,7 +290,7 @@
|
|
290 |
<fieldset><legend class="screen-reader-text"><span>Display Post Date</span></legend>
|
291 |
<label title='Yes'><input type='radio' name='display_date' value='Yes' <?php if($Display_Date == "Yes") {echo "checked='checked'";} ?> /> <span>Yes</span></label><br />
|
292 |
<label title='No'><input type='radio' name='display_date' value='No' <?php if($Display_Date == "No") {echo "checked='checked'";} ?> /> <span>No</span></label><br />
|
293 |
-
<p>Should the date the post was created be
|
294 |
</fieldset>
|
295 |
</td>
|
296 |
</tr>
|
@@ -395,7 +395,7 @@
|
|
395 |
<fieldset><legend class="screen-reader-text"><span>FAQ Auto Complete Titles</span></legend>
|
396 |
<label title='Yes'><input type='radio' name='faq_auto_complete_titles' value='Yes' <?php if($FAQ_Auto_Complete_Titles == "Yes") {echo "checked='checked'";} ?> /> <span>Yes</span></label><br />
|
397 |
<label title='No'><input type='radio' name='faq_auto_complete_titles' value='No' <?php if($FAQ_Auto_Complete_Titles == "No") {echo "checked='checked'";} ?> /> <span>No</span></label><br />
|
398 |
-
<p>Should the FAQ Titles auto complete
|
399 |
</fieldset>
|
400 |
</td>
|
401 |
</tr>
|
220 |
<tr>
|
221 |
<th scope="row">FAQ Expand/Collapse All</th>
|
222 |
<td>
|
223 |
+
<fieldset><legend class="screen-reader-text"><span>FAQ Expand/Collapse All</span></legend>
|
224 |
<label title='Yes'><input type='radio' name='expand_collapse_all' value='Yes' <?php if($Expand_Collapse_All == "Yes") {echo "checked='checked'";} ?> /> <span>Yes</span></label><br />
|
225 |
<label title='No'><input type='radio' name='expand_collapse_all' value='No' <?php if($Expand_Collapse_All == "No") {echo "checked='checked'";} ?> /> <span>No</span></label><br />
|
226 |
+
<p>Should there be a control to open and close all FAQs simultaneously?</p>
|
227 |
</fieldset>
|
228 |
</td>
|
229 |
</tr>
|
280 |
<fieldset><legend class="screen-reader-text"><span>Display Post Author</span></legend>
|
281 |
<label title='Yes'><input type='radio' name='display_author' value='Yes' <?php if($Display_Author == "Yes") {echo "checked='checked'";} ?> /> <span>Yes</span></label><br />
|
282 |
<label title='No'><input type='radio' name='display_author' value='No' <?php if($Display_Author == "No") {echo "checked='checked'";} ?> /> <span>No</span></label><br />
|
283 |
+
<p>Should the display name of the post's author be displayed beneath the FAQ title?</p>
|
284 |
</fieldset>
|
285 |
</td>
|
286 |
</tr>
|
290 |
<fieldset><legend class="screen-reader-text"><span>Display Post Date</span></legend>
|
291 |
<label title='Yes'><input type='radio' name='display_date' value='Yes' <?php if($Display_Date == "Yes") {echo "checked='checked'";} ?> /> <span>Yes</span></label><br />
|
292 |
<label title='No'><input type='radio' name='display_date' value='No' <?php if($Display_Date == "No") {echo "checked='checked'";} ?> /> <span>No</span></label><br />
|
293 |
+
<p>Should the date the post was created be displayed beneath the FAQ title?</p>
|
294 |
</fieldset>
|
295 |
</td>
|
296 |
</tr>
|
395 |
<fieldset><legend class="screen-reader-text"><span>FAQ Auto Complete Titles</span></legend>
|
396 |
<label title='Yes'><input type='radio' name='faq_auto_complete_titles' value='Yes' <?php if($FAQ_Auto_Complete_Titles == "Yes") {echo "checked='checked'";} ?> /> <span>Yes</span></label><br />
|
397 |
<label title='No'><input type='radio' name='faq_auto_complete_titles' value='No' <?php if($FAQ_Auto_Complete_Titles == "No") {echo "checked='checked'";} ?> /> <span>No</span></label><br />
|
398 |
+
<p>Should the FAQ Titles auto complete when using the FAQ search shortcode?</p>
|
399 |
</fieldset>
|
400 |
</td>
|
401 |
</tr>
|
readme.txt
CHANGED
@@ -58,14 +58,13 @@ For more information about WooCommerce integration, please see the following vid
|
|
58 |
* Microdata question schema, to help with SEO
|
59 |
* Responsive FAQ design
|
60 |
* Group FAQs by category for easy FAQ navigation
|
61 |
-
* Pre-built shortcodes directly on edit FAQ page to easily display a specific FAQ anywhere on your site
|
62 |
|
63 |
This FAQ plugin is great for combining with our <a href='https://wordpress.org/plugins/front-end-only-users/'>user management plugin </a> to create a member's only FAQ area.
|
64 |
|
65 |
Ultimate FAQ uses the WordPress custom post type functionality to create an FAQ post type, allowing for smart and easy FAQ integration.
|
66 |
|
67 |
= Premium FAQ features include =
|
68 |
-
* Choose from 15 toggle icon sets
|
69 |
* WooCommerce FAQ tab with specific FAQs for each product on product page (<a href='https://www.youtube.com/watch?v=cH3p0fW4c5o'>YouTube Video</a>)
|
70 |
* Different FAQ display styles for your frequently asked questions
|
71 |
* Share FAQs on social media
|
@@ -73,14 +72,12 @@ Ultimate FAQ uses the WordPress custom post type functionality to create an FAQ
|
|
73 |
* Admin notification on FAQ submission
|
74 |
* AJAX easy FAQ search with autocomplete for FAQ titles
|
75 |
* Add additional custom fields to your FAQ answer, such as a text area, file, link, date and more
|
76 |
-
* Optional FAQ ratings that let visitors up- or down-vote specific FAQs
|
77 |
* Import/Export of FAQs from spreadsheet
|
78 |
* Export FAQs to PDF
|
79 |
* SEO-Friendly FAQ, FAQ category and FAQ tag permalinks
|
80 |
* Advanced FAQ styling options
|
81 |
* Drag and drop precise re-ordering of FAQs
|
82 |
* Change the FAQ permalink slug base
|
83 |
-
* Labelling options to change the wording/translate specific labels in the plugin
|
84 |
|
85 |
= FAQ Shortcodes =
|
86 |
* [ultimate-faqs]: display all FAQs, or only specific FAQ categories using include_category and exclude_category attributes (both take a comma-separated list of category slugs)
|
@@ -250,6 +247,9 @@ Video 3 - FAQs Ordering
|
|
250 |
13. View of FAQ custom fields in the admin
|
251 |
|
252 |
== Changelog ==
|
|
|
|
|
|
|
253 |
= 1.5.28 =
|
254 |
- Updated some PHPExcel files for increased import/export compatibility with PHP7
|
255 |
|
58 |
* Microdata question schema, to help with SEO
|
59 |
* Responsive FAQ design
|
60 |
* Group FAQs by category for easy FAQ navigation
|
|
|
61 |
|
62 |
This FAQ plugin is great for combining with our <a href='https://wordpress.org/plugins/front-end-only-users/'>user management plugin </a> to create a member's only FAQ area.
|
63 |
|
64 |
Ultimate FAQ uses the WordPress custom post type functionality to create an FAQ post type, allowing for smart and easy FAQ integration.
|
65 |
|
66 |
= Premium FAQ features include =
|
67 |
+
* Choose from 15 toggle icon sets
|
68 |
* WooCommerce FAQ tab with specific FAQs for each product on product page (<a href='https://www.youtube.com/watch?v=cH3p0fW4c5o'>YouTube Video</a>)
|
69 |
* Different FAQ display styles for your frequently asked questions
|
70 |
* Share FAQs on social media
|
72 |
* Admin notification on FAQ submission
|
73 |
* AJAX easy FAQ search with autocomplete for FAQ titles
|
74 |
* Add additional custom fields to your FAQ answer, such as a text area, file, link, date and more
|
|
|
75 |
* Import/Export of FAQs from spreadsheet
|
76 |
* Export FAQs to PDF
|
77 |
* SEO-Friendly FAQ, FAQ category and FAQ tag permalinks
|
78 |
* Advanced FAQ styling options
|
79 |
* Drag and drop precise re-ordering of FAQs
|
80 |
* Change the FAQ permalink slug base
|
|
|
81 |
|
82 |
= FAQ Shortcodes =
|
83 |
* [ultimate-faqs]: display all FAQs, or only specific FAQ categories using include_category and exclude_category attributes (both take a comma-separated list of category slugs)
|
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 |
+
|
253 |
= 1.5.28 =
|
254 |
- Updated some PHPExcel files for increased import/export compatibility with PHP7
|
255 |
|