Skip to content

Commit d5d5e31

Browse files
committed
Updated README.md, added CHANGELOG.md, list contributors
1 parent 644d4b5 commit d5d5e31

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Changelog
2+
3+
## v1.1
4+
* Fixed the aro alias naming.
5+
* Updated version requirement to ~1.0 for latest cakephp/plugin-installer.
6+
* Updating docs to use correct config param for setting admin prefix.
7+
8+
## v1.0.5
9+
* Fixed bug on "Update ACOs". Now use AclExtras to update ACOs.
10+
* Use *AclManager.aros* to set AROs models. This make the plugin more configurable.
11+
* Added *AclManager.admin* param to set admin prefix. This param is boolean type.

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,11 @@ Now navigate to http://www.domain.com/AclManager ( or http://www.domain.com/admi
239239

240240
## Changelog
241241

242+
### v1.1
243+
* Fixed the aro alias naming.
244+
* Updated version requirement to ~1.0 for latest cakephp/plugin-installer.
245+
* Updating docs to use correct config param for setting admin prefix.
246+
242247
### v1.0.5
243248
* Fixed bug on "Update ACOs". Now use AclExtras to update ACOs.
244249
* Use *AclManager.aros* to set AROs models. This make the plugin more configurable.
@@ -253,10 +258,15 @@ CakePHP 3.x - AclManager is a single plugin for manage CakePHP 3.x ACLs, based o
253258
## Author
254259

255260

256-
Iván Amat [on GitHub](https://github.com/ivanamat)
261+
Iván Amat [on GitHub](https://github.com/ivanamat)
257262
[www.ivanamat.es](http://www.ivanamat.es/)
258263

259264

265+
## Contributors
266+
267+
pfuri [on GitHub](https://github.com/pfuri)
268+
tjanssl [on GitHub](https://github.com/tjanssl)
269+
260270
## Licensed
261271

262272
[MIT License](https://opensource.org/licenses/MIT)

0 commit comments

Comments
 (0)