Ultimate FAQ - Version 1.5.24

Version Description

  • Fixed a missing slash on the WooCommerce FAQs tab in the admin area
Download this release

Release Info

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

Code changes from version 1.5.23 to 1.5.24

Functions/EWD_UFAQ_WooCommerce_Tab.php CHANGED
@@ -148,7 +148,7 @@ function EWD_UFAQ_WooCommerce_Product_Page_FAQs() {
148
  echo "<button class='ewd-ufaq-delete-faq-button'>" . __('Delete FAQs', 'EWD_UFAQ') . "</button>";
149
  echo "</div>"; // ewd-ufaq-delete-faq-form-div
150
  echo "</div>"; // ewd-ufaq-add-delete-faq-form-container
151
- echo "<div>";
152
  }
153
 
154
  add_action('woocommerce_product_data_panels', 'EWD_UFAQ_WooCommerce_Product_Page_FAQs');
148
  echo "<button class='ewd-ufaq-delete-faq-button'>" . __('Delete FAQs', 'EWD_UFAQ') . "</button>";
149
  echo "</div>"; // ewd-ufaq-delete-faq-form-div
150
  echo "</div>"; // ewd-ufaq-add-delete-faq-form-container
151
+ echo "</div>";
152
  }
153
 
154
  add_action('woocommerce_product_data_panels', 'EWD_UFAQ_WooCommerce_Product_Page_FAQs');
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.23
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.24
11
  */
12
 
13
  global $ewd_ufaq_message;
readme.txt CHANGED
@@ -247,6 +247,9 @@ Video 3 - FAQs Ordering
247
  13. View of FAQ custom fields in the admin
248
 
249
  == Changelog ==
 
 
 
250
  = 1.5.23 =
251
  - Added a "Random FAQ" widget
252
  - Added in options to change the toggle icon size and color
247
  13. View of FAQ custom fields in the admin
248
 
249
  == Changelog ==
250
+ = 1.5.24 =
251
+ - Fixed a missing slash on the WooCommerce FAQs tab in the admin area
252
+
253
  = 1.5.23 =
254
  - Added a "Random FAQ" widget
255
  - Added in options to change the toggle icon size and color