Changeset 3222979
- Timestamp:
- 01/15/2025 02:30:49 PM (15 months ago)
- Location:
- iks-menu/trunk
- Files:
-
- 11 edited
-
.DS_Store (modified) (previous)
-
assets/.DS_Store (modified) (previous)
-
freemius/.DS_Store (modified) (previous)
-
freemius/assets/.DS_Store (modified) (previous)
-
freemius/includes/.DS_Store (modified) (previous)
-
freemius/templates/.DS_Store (modified) (previous)
-
iks-menu.php (modified) (1 diff)
-
includes/.DS_Store (modified) (previous)
-
includes/core/.DS_Store (modified) (previous)
-
includes/core/Plugin.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
iks-menu/trunk/iks-menu.php
r3171788 r3222979 14 14 * Plugin Name: Iks Menu 15 15 * Description: Super Customizable Accordion Menu. Was made with attention to details. 16 * Version: 1.12. 116 * Version: 1.12.2 17 17 * Author: IksStudio 18 18 * Author URI: https://iks-menu.com -
iks-menu/trunk/includes/core/Plugin.php
r2449328 r3222979 186 186 self::$shortcodes = $shortcodes; 187 187 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']; 189 189 self::$supported_WP_version = $supported_WP_version; 190 190 self::$skins_servers = $skins_servers; -
iks-menu/trunk/readme.txt
r3171788 r3222979 1 1 === Iks Menu - WordPress Category Accordion Menu & FAQs === 2 2 Contributors: iksstudio, freemius 3 Tags: accordion menu, category menu, category widget, woocommerce menu, accordion faqs, taxonomies menu, faq, question, answer3 Tags: accordion menu, taxonomies menu, category widget, woocommerce menu, faqs list 4 4 Requires at least: 4.4.0 5 Tested up to: 6. 65 Tested up to: 6.7 6 6 Requires PHP: 5.4 7 Stable tag: 1.12. 17 Stable tag: 1.12.2 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 124 124 * Translate plugin into other languages 125 125 126 = 1.12.2 - 2025-01-15 = 127 * Fixed: i18n warning in WordPress 6.7 (adapting to changes) 128 126 129 = 1.12.1 - 2024-10-18 = 127 130 * Fixed: Bug with function redeclare
Note: See TracChangeset
for help on using the changeset viewer.