Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 807 Bytes

CHANGELOG.md

File metadata and controls

26 lines (16 loc) · 807 Bytes

Changelog

All notable changes to notaCMS will be documented in this file.

v1.0.3 - 2024-01-06

Bug fix on getRoute() on Blog class

v1.0.2 - 2024-01-04

What's changed

  • Can change the route name on model.

Bug Fix - 2024-01-03

It redirects the user to index when slug not found.

First Release v1.0.0 - 2024-01-03

  • 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.