Plugin Directory

Changeset 3213170


Ignore:
Timestamp:
12/26/2024 08:07:12 AM (3 months ago)
Author:
yukyhendiawan
Message:

updated version 1.3.0

Location:
import-export-menu
Files:
59 added
3 edited

Legend:

Unmodified
Added
Removed
  • import-export-menu/trunk/CHANGELOG.md

    r3172040 r3213170  
    11
     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))
    210
    311## [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  
    33Tags:              import, export, menu, menus, navigation
    44Requires at least: 6.0
    5 Tested up to:      6.6
    6 Stable tag:        1.2.9
     5Tested up to:      6.7
     6Stable tag:        1.3.0
    77Requires PHP:      7.4
    88License:           GPL-2.0-or-later
  • import-export-menu/trunk/import-export-menu.php

    r3172040 r3213170  
    1616 * Plugin URI:        https://yukyhendiawan.com
    1717 * 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.9
     18 * Version:           1.3.0
    1919 * Author:            Yuky Hendiawan
    2020 * Author URI:        https://yukyhendiawan.com/
     
    3636 */
    3737define( 'IMPORT_EXPORT_MENU_PLUGIN_NAME', 'Import Export Menu' );
    38 define( 'IMPORT_EXPORT_MENU_VERSION', '1.2.9' );
     38define( 'IMPORT_EXPORT_MENU_VERSION', '1.3.0' );
    3939
    4040/**
Note: See TracChangeset for help on using the changeset viewer.