Ultimate FAQ - Version 1.9.12

Version Description

  • Fixing an issue in which tabs and content from other sources were not showing in WooCommerce tabs
Download this release

Release Info

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

Code changes from version 1.9.11 to 1.9.12

Functions/EWD_UFAQ_WooCommerce_Tab.php CHANGED
@@ -33,10 +33,9 @@ function EWD_UFAQ_Woo_FAQ_Tab( $tabs ) {
33
  'priority' => 50,
34
  'callback' => 'EWD_UFAQ_Woo_FAQ_Tab_Content'
35
  );
36
-
37
- return $tabs;
38
  }
39
 
 
40
  }
41
 
42
  function EWD_UFAQ_Woo_FAQ_Tab_Content() {
33
  'priority' => 50,
34
  'callback' => 'EWD_UFAQ_Woo_FAQ_Tab_Content'
35
  );
 
 
36
  }
37
 
38
+ return $tabs;
39
  }
40
 
41
  function EWD_UFAQ_Woo_FAQ_Tab_Content() {
Main.php CHANGED
@@ -7,7 +7,7 @@ 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.11
11
  */
12
 
13
  global $ewd_ufaq_message;
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.12
11
  */
12
 
13
  global $ewd_ufaq_message;
readme.txt CHANGED
@@ -2,7 +2,7 @@
2
  Contributors: Rustaurius, EtoileWebDesign
3
  Tags: FAQ, WooCommerce faq, faqs, faq list, accordion faq, gutenberg faq, faq block, toggle faqs, filtered faqs, grouped faqs, faq order, faq sorting
4
  Requires at least: 5.0
5
- Tested up to: 5.6
6
  License: GPLv3
7
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
8
 
@@ -265,6 +265,9 @@ Video 3 - FAQs Ordering
265
 
266
  == Changelog ==
267
 
 
 
 
268
  = 1.9.11 =
269
  - Updated .pot file for translations.
270
  - Update to plugin name and description to clarify purpose and use.
2
  Contributors: Rustaurius, EtoileWebDesign
3
  Tags: FAQ, WooCommerce faq, faqs, faq list, accordion faq, gutenberg faq, faq block, toggle faqs, filtered faqs, grouped faqs, faq order, faq sorting
4
  Requires at least: 5.0
5
+ Tested up to: 5.7
6
  License: GPLv3
7
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
8
 
265
 
266
  == Changelog ==
267
 
268
+ = 1.9.12 =
269
+ - Fixing an issue in which tabs and content from other sources were not showing in WooCommerce tabs
270
+
271
  = 1.9.11 =
272
  - Updated .pot file for translations.
273
  - Update to plugin name and description to clarify purpose and use.