Plugin Directory

Changeset 3368593


Ignore:
Timestamp:
09/26/2025 03:56:27 PM (3 months ago)
Author:
Rustaurius
Message:

v2.4.2 released and tagged

Location:
ultimate-faqs
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • ultimate-faqs/tags/2.4.2/includes/WooCommerce.class.php

    r3352283 r3368593  
    7474                );
    7575       
    76                 return $tabs;
    77             }
     76            }
     77
     78            return $tabs;
    7879        }
    7980
  • ultimate-faqs/tags/2.4.2/readme.txt

    r3366786 r3368593  
    44Requires at least: 6.0
    55Tested up to: 6.8
    6 Stable tag: 2.4.1
     6Stable tag: 2.4.2
    77License: GPLv3
    88License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    224224== Changelog ==
    225225
     226= 2.4.2 (2025-09-26) =
     227- Fix: Tabs not displaying on WooCommerce product page when no FAQs assigned to that product.
     228
    226229= 2.4.1 (2025-09-23) =
    227230- AI feature now uses GPT-5.
  • ultimate-faqs/tags/2.4.2/ultimate-faqs.php

    r3366783 r3368593  
    44 * Plugin URI: https://www.etoilewebdesign.com/plugins/ultimate-faq/
    55 * Description: Full-featured FAQ and accordion plugin with advanced search, simple UI and easy-to-use Gutenberg blocks and shortcodes.
    6  * Version: 2.4.1
     6 * Version: 2.4.2
    77 * Author: Etoile Web Design
    88 * Author URI: https://www.etoilewebdesign.com/
     
    6464        define( 'EWD_UFAQ_PLUGIN_FNAME', plugin_basename( __FILE__ ) );
    6565        define( 'EWD_UFAQ_TEMPLATE_DIR', 'ewd-ufaq-templates' );
    66         define( 'EWD_UFAQ_VERSION', '2.4.1' );
     66        define( 'EWD_UFAQ_VERSION', '2.4.2' );
    6767
    6868        define( 'EWD_UFAQ_FAQ_POST_TYPE', 'ufaq' );
  • ultimate-faqs/trunk/includes/WooCommerce.class.php

    r3352283 r3368593  
    7474                );
    7575       
    76                 return $tabs;
    77             }
     76            }
     77
     78            return $tabs;
    7879        }
    7980
  • ultimate-faqs/trunk/readme.txt

    r3366786 r3368593  
    44Requires at least: 6.0
    55Tested up to: 6.8
    6 Stable tag: 2.4.1
     6Stable tag: 2.4.2
    77License: GPLv3
    88License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    224224== Changelog ==
    225225
     226= 2.4.2 (2025-09-26) =
     227- Fix: Tabs not displaying on WooCommerce product page when no FAQs assigned to that product.
     228
    226229= 2.4.1 (2025-09-23) =
    227230- AI feature now uses GPT-5.
  • ultimate-faqs/trunk/ultimate-faqs.php

    r3366783 r3368593  
    44 * Plugin URI: https://www.etoilewebdesign.com/plugins/ultimate-faq/
    55 * Description: Full-featured FAQ and accordion plugin with advanced search, simple UI and easy-to-use Gutenberg blocks and shortcodes.
    6  * Version: 2.4.1
     6 * Version: 2.4.2
    77 * Author: Etoile Web Design
    88 * Author URI: https://www.etoilewebdesign.com/
     
    6464        define( 'EWD_UFAQ_PLUGIN_FNAME', plugin_basename( __FILE__ ) );
    6565        define( 'EWD_UFAQ_TEMPLATE_DIR', 'ewd-ufaq-templates' );
    66         define( 'EWD_UFAQ_VERSION', '2.4.1' );
     66        define( 'EWD_UFAQ_VERSION', '2.4.2' );
    6767
    6868        define( 'EWD_UFAQ_FAQ_POST_TYPE', 'ufaq' );
Note: See TracChangeset for help on using the changeset viewer.