Evolution CMS 3.1.0
If you extends UserManager or DocumentManager need rename namespaces in your code
EvolutionCMS\Services\UserManager to EvolutionCMS\UserManager\Services\UserManager
EvolutionCMS\Services\DocumentManager to EvolutionCMS\DocumentManager\Services\DocumentManager
New features
- ability to completely disable the cache for aliaslisting (Ser1ous)
- add properties for TV with type "number" (milkamil93)
- add NO_SESSION constant (Ser1ous)
Refactor
- move DocumentManager from core to composer package (Ser1ous)
- move UserManager from core to composer package (Ser1ous)
- users refactor (Pathologic)
- core (refactor) rename donthit to hide_from_tree column (Ser1ous)
Bugfix
- core (fix) fix select default package in console extras (Ser1ous)
- core (fix) fix incorrect Content Type (Ser1ous)
- delete Uploadable Flash Types (System Config.) #1858 (Dmi3yy)
- fix Module Extras install packages error (Dmi3yy)
- check context for permissions (Pathologic)
- fix langs in extras (Dmi3yy)
- fix work with transactions (Ser1ous)
- fix roletmplvars in headmenu (mnoskov)
Why 3.1 and not 3.0.3?
we follow the rules of versioning according to the https://semver.org