From bb4056fb6edb549297e12b724e1d8d3217708883 Mon Sep 17 00:00:00 2001 From: Andres Campanario Date: Mon, 8 Apr 2024 13:23:32 +0200 Subject: [PATCH] Update documentation --- .semver | 2 +- CHANGELOG.md | 22 ++++++++++++++++++++++ CONTRIBUTING.md | 4 ++++ Docs/Home.md | 2 +- LICENSE.txt | 26 ++++++++++++++++++++++++++ 5 files changed, 54 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md create mode 100644 CONTRIBUTING.md create mode 100644 LICENSE.txt diff --git a/.semver b/.semver index 35c570d..842f6ac 100644 --- a/.semver +++ b/.semver @@ -1,6 +1,6 @@ --- :major: 2 :minor: 0 -:patch: 0 +:patch: 3 :special: '' :metadata: '' diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ab866e3 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,22 @@ +Changelog +========= + +Releases for CakePHP 5.0 +------------------------ +* 2.0.3 + * Update documentation + +* 2.0.2 + * Improvements after testing the plugin with an example application + +* 2.0.1 + * Minor fixes + +* 2.0.0 + * Initial release + + +Releases for CakePHP 4.0 +------------------------ +* 1.0.0 + * Initial release diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..653b64f --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,4 @@ +Contributing +============ + +This repository follows the [CakeDC Plugin Standard](https://www.cakedc.com/plugin-standard). If you'd like to contribute new features, enhancements or bug fixes to the plugin, please read our [Contribution Guidelines](https://www.cakedc.com/contribution-guidelines) for detailed instructions. diff --git a/Docs/Home.md b/Docs/Home.md index 7890b05..d4ae13a 100644 --- a/Docs/Home.md +++ b/Docs/Home.md @@ -11,4 +11,4 @@ Documentation * [CakePHP Docker](Documentation/CakePHP-Docker.md) (optional) * [Install](Documentation/Installation.md) -* [Configure as Use](Documentation/Configure.md) +* [Configure and Use](Documentation/Configure.md) diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..01bcd9d --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,26 @@ +The MIT License + +Copyright 2009-2024 +Cake Development Corporation +1785 E. Sahara Avenue, Suite 490-423 +Las Vegas, Nevada 89104 +Phone: +1 702 425 5085 +https://www.cakedc.com + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE.