diff --git a/README.md b/README.md index c4b562a..e0c3bb8 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,14 @@ Go to `Admin` -> `Settings` -> `Admin appearance`, choose the `Trix` option as * ![](https://github.com/FriendsOfBotble/trix-editor/assets/56961917/25dd62c0-198e-4c5c-b1ca-d4c5e023567f) + +If you discover any security-related issues, please email datlechin@gmail.com instead of using the issue tracker. + +## Credits + +- [Ngo Quoc Dat](https://github.com/datlechin) +- [All Contributors](../../contributors) + ## License The MIT License (MIT). Please see [License File](LICENSE.md) for more information. diff --git a/plugin.json b/plugin.json index f38a261..aab716f 100644 --- a/plugin.json +++ b/plugin.json @@ -1,11 +1,11 @@ { - "id": "friendsofbotble/trix-editor", - "name": "Trix Editor", - "namespace": "FriendsOfBotble\\TrixEditor\\", - "provider": "FriendsOfBotble\\TrixEditor\\Providers\\TrixEditorServiceProvider", - "author": "FriendsOfBotble", - "url": "https://github.com/FriendsOfBotble", - "version": "1.2", - "description": "Integrate Trix Editor into Botble CMS.", - "minimum_core_version": "7.0.0" + "id": "friendsofbotble/trix-editor", + "name": "Trix Editor", + "namespace": "FriendsOfBotble\\TrixEditor\\", + "provider": "FriendsOfBotble\\TrixEditor\\Providers\\TrixEditorServiceProvider", + "author": "FriendsOfBotble", + "url": "https://github.com/FriendsOfBotble", + "version": "1.2.0", + "description": "Integrate Trix Editor into Botble CMS.", + "minimum_core_version": "7.0.0" }