Plugin Directory

Changeset 3222979


Ignore:
Timestamp:
01/15/2025 02:30:49 PM (15 months ago)
Author:
iksstudio
Message:

Release 1.12.2

Location:
iks-menu/trunk
Files:
11 edited

Legend:

Unmodified
Added
Removed
  • iks-menu/trunk/iks-menu.php

    r3171788 r3222979  
    1414 * Plugin Name:       Iks Menu
    1515 * Description:       Super Customizable Accordion Menu. Was made with attention to details.
    16  * Version:           1.12.1
     16 * Version:           1.12.2
    1717 * Author:            IksStudio
    1818 * Author URI:        https://iks-menu.com
  • iks-menu/trunk/includes/core/Plugin.php

    r2449328 r3222979  
    186186        self::$shortcodes           = $shortcodes;
    187187        self::$post_type            = $post_type;
    188         self::$version              = get_plugin_data( $main_file )['Version'];
     188        self::$version              = get_plugin_data( $main_file, true, false )['Version'];
    189189        self::$supported_WP_version = $supported_WP_version;
    190190        self::$skins_servers        = $skins_servers;
  • iks-menu/trunk/readme.txt

    r3171788 r3222979  
    11=== Iks Menu - WordPress Category Accordion Menu & FAQs ===
    22Contributors: iksstudio, freemius
    3 Tags: accordion menu, category menu, category widget, woocommerce menu, accordion faqs, taxonomies menu, faq, question, answer
     3Tags: accordion menu, taxonomies menu, category widget, woocommerce menu, faqs list
    44Requires at least: 4.4.0
    5 Tested up to: 6.6
     5Tested up to: 6.7
    66Requires PHP: 5.4
    7 Stable tag: 1.12.1
     7Stable tag: 1.12.2
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    124124* Translate plugin into other languages
    125125
     126= 1.12.2 - 2025-01-15 =
     127* Fixed: i18n warning in WordPress 6.7 (adapting to changes)
     128
    126129= 1.12.1 - 2024-10-18 =
    127130* Fixed: Bug with function redeclare
Note: See TracChangeset for help on using the changeset viewer.