Skip to content

Evolution CMS 3.0 RC

Compare
Choose a tag to compare
@Dmi3yy Dmi3yy released this 01 Oct 15:54

Evolution CMS 3.0 RC

We continue developing and implementing new ideas in Evolution CMS, started in the 2.0 branch to reach even greater possibilities and convenience in working with CMS.

What's new?

  • PostgreSQL support
  • Redis sessions support
  • Install/Update by migrations
  • Install/Update by CLI
  • Docker support
  • Controllers support in core
  • Closure Table
  • DLSiteContent
  • Remove from core unused elements (Messages, Import, Export)
  • Move to Extras (DocLister, DocInfo, Summary, Phpthumb, DLCrumb, DLMenu, DLSitemap, FormLister, If, Doc Manager, ElementInTree, FileSource, Quick Manager+)
  • Remove Demo site
  • Add new fields to WebUsers (last_name, middle_name)
  • Create \helpers::phpthumb ({{\Helper::phpThumb('assets/images/evo-logo.png', 'w=150,h=76,far=C,bg=FFFFFF')}})
  • Tracy add new type (manager/admin/adminfrontonly/managerfrontonly)
  • Refactor Tracy dump and bdump functions for show all depth of data
  • Add cache to get documentObject

Upgrade from older versions

  1. You need upgrade to 2.0.3 version

  2. Get script prepareToUpdateFrom2To3Evo
    Link: https://github.com/evolution-cms/prepareToUpdateFrom2To3Evo, or in Extras

  3. Run script on your site by url sitename /assets/updater.php

The release version will contain a full description of the changes with examples of how to use it.