diff --git a/CHANGELOG.md b/CHANGELOG.md index c17f7fb..f82fe81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,12 @@ # Changelog +#### 1.2.0 +* Compatible with [Composer](https://getcomposer.org/) + #### 1.1.0 * Compatible with [Github Updater](https://github.com/afragen/github-updater) * add language pot file * add changelog file #### 1.0.0 -* Initial Release. \ No newline at end of file +* Initial Release. diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..9b0f369 --- /dev/null +++ b/composer.json @@ -0,0 +1,4 @@ +{ + "name": "reyhoun/acf-menu-chooser", + "type": "wordpress-plugin" +}