Plugin Directory

Changeset 3139131


Ignore:
Timestamp:
08/21/2024 02:26:39 PM (7 months ago)
Author:
yukyhendiawan
Message:

update version 1.2.7

Location:
import-export-menu
Files:
53 added
8 edited

Legend:

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

    r3138336 r3139131  
    11
     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))
    211
    312## [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  
    44Requires at least: 6.0
    55Tested up to:      6.6
    6 Stable tag:        1.2.6
     6Stable tag:        1.2.7
    77Requires PHP:      7.4
    88License:           GPL-2.0-or-later
  • import-export-menu/trunk/import-export-menu.php

    r3138336 r3139131  
    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.6
     18 * Version:           1.2.7
    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.6' );
     38define( 'IMPORT_EXPORT_MENU_VERSION', '1.2.7' );
    3939
    4040/**
Note: See TracChangeset for help on using the changeset viewer.