Releases: cakemanager/cakephp-posttypes
PostTypes 1.0.0
The CakeManager core team is excited to announce the first stable release of the PostTypes Plugin. We have worked hard to make this plugin work with the CakeManager Plugin and make it customizable for your own applications .
Features
The PostTypes plugin is able to generate CRUD for the admin-area in the CakeManager. The most important classes are the PostTypesComponent
wich is able to register PostTypes and do some stuff with it. The Admin/PostTypesController
has the well know actions (index, view, add, edit & delete) and are automatically 'generated' by the plugin, based on the registered PostType.
Read more at http://cakemanager.org/docs/posttypes/1.0/
Roadmap
The roadmap is available here: https://github.com/cakemanager/cakephp-posttypes/wiki/1.1-Roadmap and contains serveral ideas wich will be implemented in the following versions. Stay up-to-date at http://cakemanager.org.
PostTypes 1.0.0-RC1
The CakeManager core team is excited to announce the first release of the PostTypes Plugin 1.0.0-rc1. We have skipped any beta-versions because of our roadmap. This plugin is almost finished. This plugin will be smoothly integrated with the CakeManager Plugin.
Features
The PostTypes plugin is able to generate CRUD for the admin-area in the CakeManager. The most important classes are the PostTypesComponent
wich is able to register PostTypes and do some stuff with it. The Admin/PostTypesController
has the well know actions (index, view, add, edit & delete) and are automatically 'generated' by the plugin, based on the registered PostType.
Read more at http://cakemanager.org/docs/posttypes/1.0/
To Do
There are some small fixes we have to do before our first 1.0 release.
- Finishing docs to http://cakemanager.org/docs/posttypes/1.0/
- Finishing tests (CodeCoverage is 89%, but some critical things have to be tested)