Skip to content

Releases: nabby27/CMS-Panel

Initial stable version of project

09 Nov 19:39
Compare
Choose a tag to compare

CHANGELOG v.1.0

  • CRUD (create, read, update, delete) of the generic tables of a CMS:
    • Categories
    • Articles
    • Images
    • Links
    • Users
  • Encryption of passwords in database
  • Added configurations depending on the environment that is executed:
    • Dev
    • Pre
  • See the articles of a specific category
  • See the pictures of a specific article
  • See the links of a specific article
  • Selected by default the category, when you create articles seen from the category
  • Selected by default the article, when you create pictures seen from the article
  • Selected by default the article, when you create links seen from the article

Ivan Cordoba