Changeset 3138336
- Timestamp:
- 08/20/2024 04:42:22 PM (7 months ago)
- Location:
- import-export-menu
- Files:
-
- 59 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
import-export-menu/trunk/CHANGELOG.md
r3138323 r3138336 1 1 2 3 ## [1.2.6](https://github.com/yukyhendiawan/import-export-menu/compare/1.2.5...1.2.6) (2024-08-20) 4 5 6 ### Bug Fixes 7 8 * information readme ([ad432b4](https://github.com/yukyhendiawan/import-export-menu/commit/ad432b461450e1ce26d5edd78df491cdfb44137f)) 2 9 3 10 ## [1.2.5](https://github.com/yukyhendiawan/import-export-menu/compare/1.2.4...1.2.5) (2024-08-20) -
import-export-menu/trunk/README.txt
r3138323 r3138336 4 4 Requires at least: 6.0 5 5 Tested up to: 6.6 6 Stable tag: 1.2. 56 Stable tag: 1.2.6 7 7 Requires PHP: 7.4 8 8 License: GPL-2.0-or-later … … 65 65 == Changelog == 66 66 67 ## [1.2.5](https://github.com/yukyhendiawan/import-export-menu/compare/1.2.4...1.2.5) (2024-08-20)68 69 ### Bug Fixes70 * all linter issues ([db16d38](https://github.com/yukyhendiawan/import-export-menu/commit/db16d3888d6ed13a93fe52ffce335d09dfcbb5e0))71 * enqueue style ([708eca6](https://github.com/yukyhendiawan/import-export-menu/commit/708eca6c7120ef5bbadfdbbe5478d7096575d284))72 * enqueues the necessary css and js ([4bb5226](https://github.com/yukyhendiawan/import-export-menu/commit/4bb522623f771727a0039f958f39af4c62cbc234))73 * remove all admin notices ([be813ca](https://github.com/yukyhendiawan/import-export-menu/commit/be813cae75062f6a2e83d2924651751d6cac1354))74 75 ### Code Refactoring76 * admin import export ([e98b48f](https://github.com/yukyhendiawan/import-export-menu/commit/e98b48fb5de31096331494bcd228f576cbde0a6b))77 * admin menu about ([2386c95](https://github.com/yukyhendiawan/import-export-menu/commit/2386c95de3a3e26ed008d0ae099a9cca0114cea3))78 * before:release package ([8eea963](https://github.com/yukyhendiawan/import-export-menu/commit/8eea96332a778cd4b7eab3cf71389aa5d40b6a9f))79 * distignore file ([15eadcb](https://github.com/yukyhendiawan/import-export-menu/commit/15eadcb5a335ae3babd1918004b6ba854fac565e))80 * information plugin ([0ffc164](https://github.com/yukyhendiawan/import-export-menu/commit/0ffc1647ac873de13d8493c9d052558fba7f64b7))81 * update icon, banner, and screenshots ([56360d6](https://github.com/yukyhendiawan/import-export-menu/commit/56360d6470615864c1e292617e42dc89865eea40))82 83 ### Build System84 * setup plugin with various packages and dependencies ([42d3646](https://github.com/yukyhendiawan/import-export-menu/commit/42d3646c5378e26a24ae2466e96013d8aee65ec5))85 86 67 == Upgrade Notice == -
import-export-menu/trunk/import-export-menu.php
r3138323 r3138336 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. 518 * Version: 1.2.6 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. 5' );38 define( 'IMPORT_EXPORT_MENU_VERSION', '1.2.6' ); 39 39 40 40 /**
Note: See TracChangeset
for help on using the changeset viewer.