Changeset 3139131
- Timestamp:
- 08/21/2024 02:26:39 PM (7 months ago)
- Location:
- import-export-menu
- Files:
-
- 53 added
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
import-export-menu/trunk/CHANGELOG.md
r3138336 r3139131 1 1 2 3 ## [1.2.7](https://github.com/yukyhendiawan/import-export-menu/compare/1.2.6...1.2.7) (2024-08-21) 4 5 6 ### Code Refactoring 7 8 * assets icon and banner ([f4f02ac](https://github.com/yukyhendiawan/import-export-menu/commit/f4f02ace19128dc652963cb9df0fa934381b6ff1)) 9 * disable changelog readme.txt file ([a90d179](https://github.com/yukyhendiawan/import-export-menu/commit/a90d1799045ab9e7ffc7220cd211a6689e75348e)) 10 * release-it package ([b203524](https://github.com/yukyhendiawan/import-export-menu/commit/b2035249f6ce024b80eaf73f7b61377ea9c4f9b9)) 2 11 3 12 ## [1.2.6](https://github.com/yukyhendiawan/import-export-menu/compare/1.2.5...1.2.6) (2024-08-20) -
import-export-menu/trunk/README.txt
r3138336 r3139131 4 4 Requires at least: 6.0 5 5 Tested up to: 6.6 6 Stable tag: 1.2. 66 Stable tag: 1.2.7 7 7 Requires PHP: 7.4 8 8 License: GPL-2.0-or-later -
import-export-menu/trunk/import-export-menu.php
r3138336 r3139131 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. 618 * Version: 1.2.7 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. 6' );38 define( 'IMPORT_EXPORT_MENU_VERSION', '1.2.7' ); 39 39 40 40 /**
Note: See TracChangeset
for help on using the changeset viewer.