Skip to content
tracend edited this page Dec 7, 2011 · 59 revisions

Note: Versions below v1.0 are not backwards compatible

###v1.0 (public release)

  • Moved "public" and "plugins" folders out of the app folder (and into the root)
  • Configured the BASE folder so it operates with no dependencies in the APP folder
  • Fixing fallbacks for PHP5 < 5.3
  • Removed themes from main distribution (now located in repo "kisscms-themes")
  • Added definitions for admin and listing templates
  • Introducing properties for main body
  • Formulating media queries for stylesheets
  • Bug fixes

###v0.9 (beta)

  • Concluded on basic methods for section views (ul, inline...)
  • Added category and archive page listings
  • Activated main sections (tagcloud, breadcrumb, latest updates etc)
  • Visual improvements on templates
  • Automated sitemap generator
  • Bug fixes

###v0.8 (alpha)

  • Modified Section class to act as parent instead of master
  • 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 (discarded)

###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

Clone this wiki locally