Changeset 3213170
- Timestamp:
- 12/26/2024 08:07:12 AM (3 months ago)
- Location:
- import-export-menu
- Files:
-
- 59 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
import-export-menu/trunk/CHANGELOG.md
r3172040 r3213170 1 1 2 3 ## [1.3.0](https://github.com/yukyhendiawan/import-export-menu/compare/1.2.9...1.3.0) (2024-12-26) 4 5 6 ### Features 7 8 * tested up to version 6.7 ([e1eedd5](https://github.com/yukyhendiawan/import-export-menu/commit/e1eedd580eea6d61190bbaee4f1b3f84e534feef)) 9 * update new packages ([168d8bc](https://github.com/yukyhendiawan/import-export-menu/commit/168d8bc155fe277d960e88272965f20bdb1e694f)) 2 10 3 11 ## [1.2.9](https://github.com/yukyhendiawan/import-export-menu/compare/1.2.8...1.2.9) (2024-10-19) -
import-export-menu/trunk/README.txt
r3172040 r3213170 3 3 Tags: import, export, menu, menus, navigation 4 4 Requires at least: 6.0 5 Tested up to: 6. 66 Stable tag: 1. 2.95 Tested up to: 6.7 6 Stable tag: 1.3.0 7 7 Requires PHP: 7.4 8 8 License: GPL-2.0-or-later -
import-export-menu/trunk/import-export-menu.php
r3172040 r3213170 16 16 * Plugin URI: https://yukyhendiawan.com 17 17 * Description: This plugin allows you to export and import menus in WordPress, making it easier to manage and migrate menu structures between sites. 18 * Version: 1. 2.918 * Version: 1.3.0 19 19 * Author: Yuky Hendiawan 20 20 * Author URI: https://yukyhendiawan.com/ … … 36 36 */ 37 37 define( 'IMPORT_EXPORT_MENU_PLUGIN_NAME', 'Import Export Menu' ); 38 define( 'IMPORT_EXPORT_MENU_VERSION', '1. 2.9' );38 define( 'IMPORT_EXPORT_MENU_VERSION', '1.3.0' ); 39 39 40 40 /**
Note: See TracChangeset
for help on using the changeset viewer.