Plugin Directory

Changeset 3138336


Ignore:
Timestamp:
08/20/2024 04:42:22 PM (7 months ago)
Author:
yukyhendiawan
Message:

update version 1.2.6

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

Legend:

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

    r3138323 r3138336  
    11
     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))
    29
    310## [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  
    44Requires at least: 6.0
    55Tested up to:      6.6
    6 Stable tag:        1.2.5
     6Stable tag:        1.2.6
    77Requires PHP:      7.4
    88License:           GPL-2.0-or-later
     
    6565== Changelog ==
    6666
    67 ## [1.2.5](https://github.com/yukyhendiawan/import-export-menu/compare/1.2.4...1.2.5) (2024-08-20)
    68 
    69 ### Bug Fixes
    70 * 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 Refactoring
    76 * 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 System
    84 * setup plugin with various packages and dependencies ([42d3646](https://github.com/yukyhendiawan/import-export-menu/commit/42d3646c5378e26a24ae2466e96013d8aee65ec5))
    85 
    8667== Upgrade Notice ==
  • import-export-menu/trunk/import-export-menu.php

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