Skip to content

Releases: azzarip/notaCMS

v1.0.3

06 Jan 21:58
Compare
Choose a tag to compare

Bug fix on getRoute() on Blog class

v1.0.2

04 Jan 21:31
Compare
Choose a tag to compare

What's changed

  • Can change the route name on model.

v1.0.1

03 Jan 11:33
Compare
Choose a tag to compare

What's changed

It redirects the user to index when slug not found.

First Release v1.0.0

03 Jan 11:13
Compare
Choose a tag to compare
  • It can create a new blog with command notacms:new {Blogname}
  • It automatically publishes the Model, Migration, Views and Blog stub.
  • It automatically routes the index and show routes.
  • The blog file is a .md file with Front Matter
  • All the front matter are loaded to database, while the meta_ fields to the relative seo table from RalphJ package.
  • Console command notacms:load {Blogname} loads all the files in the database, and updates existing fields.