-
Notifications
You must be signed in to change notification settings - Fork 6
Changelog
tracend edited this page Jul 28, 2011
·
59 revisions
Note: Versions below v1.0 are not backwards compatible
###v1.0 (public release) ...
###v0.9 (beta)
- Concluded on basic methods for section views (ul, inline...)
- Added category and archive page listings
###v0.8 (alpha)
- Deprecated sections in favor of class method calls
- Created main sections (breakcrumb,copyright,menu...)
- Activated tag, archive controllers and category listings
- Enabled custom view for body
- Renamed main methods of Template class
- Added template collection
###v0.7
- Automated template logic for head,section,foot areas
- Unified configuration object and seamless integration across all parts
- Separated plugins from the app/base hierarchy
Introduced YAML setup file for installing/deleting plugins
###v0.6
- Upgrading Model support to allow more than one databases loaded
- Overhaul re-structuring to support plug-n-play plugins
- Introduced public folders in app and plugins
- Controllers now extend the main controller
- Integrated HTML5 Bloilerplate
- Established template framework
###v0.5
- Corrected core/clone model
- Moved base configuration to the web index page
- Added tags for pages
###v0.4
- Revised CMS for complete separation between the app/data/templates
- Renamed files to more obvious/meaningful names
###v0.3
- Reverted controller logic to be included in one file
- Repaired core CMS functions to a working state
###v0.2 (not working)
- Incorporated the object-oriented revision of KISSMVC
- Introduced the core&clone model of deployment
- Created "plugins" branch
###v0.1 (old architecture)
- Initial release