Version Description
- Minor admin styling update
Download this release
Release Info
Developer | Rustaurius |
Plugin | Ultimate FAQ |
Version | 1.5.36 |
Comparing to | |
See all releases |
Code changes from version 1.5.35 to 1.5.36
- Blog.html +1 -1
- Main.php +1 -1
- html/DashboardPage.php +2 -2
- readme.txt +6 -4
Blog.html
CHANGED
@@ -1,3 +1,3 @@
|
|
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>
|
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>
|
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: ultimate-faqs
|
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: ultimate-faqs
|
10 |
+
Version: 1.5.36
|
11 |
*/
|
12 |
|
13 |
global $ewd_ufaq_message;
|
html/DashboardPage.php
CHANGED
@@ -306,10 +306,10 @@ if (get_option("EWD_UFAQ_Update_Flag") == "Yes" or get_option("EWD_UFAQ_Install_
|
|
306 |
</div>
|
307 |
<div class="ewd-dashboard-plugin-icons">
|
308 |
<div style="width:50%">
|
309 |
-
<a target='_blank' href='https://wordpress.org/plugins/ultimate-
|
310 |
</div>
|
311 |
<div>
|
312 |
-
<h3>Ultimate
|
313 |
</div>
|
314 |
|
315 |
</div>
|
306 |
</div>
|
307 |
<div class="ewd-dashboard-plugin-icons">
|
308 |
<div style="width:50%">
|
309 |
+
<a target='_blank' href='https://wordpress.org/plugins/ultimate-reviews/'><img style="width:100%" src='<?php echo plugins_url(); ?>/ultimate-faqs/images/URP_Icons-03.png'/></a>
|
310 |
</div>
|
311 |
<div>
|
312 |
+
<h3>Ultimate Reviews</h3><p>Let visitors submit reviews and display them right in the tabbed page layout! Require login, email confirmation, and many more options!</p>
|
313 |
</div>
|
314 |
|
315 |
</div>
|
readme.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
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.
|
6 |
License: GPLv3
|
7 |
License URI:http://www.gnu.org/licenses/gpl-3.0.html
|
8 |
|
@@ -94,8 +94,7 @@ For further information and purchasing options, please visit our <strong><a href
|
|
94 |
For help and support, please see:
|
95 |
|
96 |
* Our FAQ page, here: https://wordpress.org/plugins/ultimate-faqs/faq/
|
97 |
-
* Our installation
|
98 |
-
* Our getting-started guide, here: http://www.etoilewebdesign.com/wp-content/uploads/getting-started-guides/FAQ_Getting_Started_Guide.pdf
|
99 |
* Our documentation, here: http://www.etoilewebdesign.com/plugins/ultimate-faq/documentation-ultimate-faq/
|
100 |
* Our tutorial videos, here: https://www.youtube.com/playlist?list=PLEndQUuhlvSrNdfu5FKa1uGHsaKZxgdWt
|
101 |
* The Ultimate FAQ support forum, here: https://wordpress.org/support/plugin/ultimate-faqs
|
@@ -250,6 +249,9 @@ Video 3 - FAQs Ordering
|
|
250 |
13. View of FAQ custom fields in the admin
|
251 |
|
252 |
== Changelog ==
|
|
|
|
|
|
|
253 |
= 1.5.35 =
|
254 |
- Changed the menu icon
|
255 |
- Added missing filters for the title
|
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
|
5 |
+
Tested up to: 4.8
|
6 |
License: GPLv3
|
7 |
License URI:http://www.gnu.org/licenses/gpl-3.0.html
|
8 |
|
94 |
For help and support, please see:
|
95 |
|
96 |
* Our FAQ page, here: https://wordpress.org/plugins/ultimate-faqs/faq/
|
97 |
+
* Our installation guide, here: https://wordpress.org/plugins/ultimate-faqs/installation/
|
|
|
98 |
* Our documentation, here: http://www.etoilewebdesign.com/plugins/ultimate-faq/documentation-ultimate-faq/
|
99 |
* Our tutorial videos, here: https://www.youtube.com/playlist?list=PLEndQUuhlvSrNdfu5FKa1uGHsaKZxgdWt
|
100 |
* The Ultimate FAQ support forum, here: https://wordpress.org/support/plugin/ultimate-faqs
|
249 |
13. View of FAQ custom fields in the admin
|
250 |
|
251 |
== Changelog ==
|
252 |
+
= 1.5.36 =
|
253 |
+
- Minor admin styling update
|
254 |
+
|
255 |
= 1.5.35 =
|
256 |
- Changed the menu icon
|
257 |
- Added missing filters for the title
|