Repository URL to install this package:
Version:
0.0.1-0 ▾
|
##1.0.1 (-- --- 2013)
##1.0.0 (28 Oct 2013):
Zend\View\Resolver\TemplatePathStack
(https://github.com/GotCms/GotCms/issues/138)##0.2.1 (01 Sep 2013):
All acl have been changed, and if you added new roles, you must redefined them after the update. If you added custom modules, be sure you have changed the namespace of them with removing "Modules". More, you must add route name with the name of the module. Example: Module ActivityLog must have root activity-log
##0.2.0 (04 Aug 2013):
All acl have been changed, and if you added new roles, you must redefined them after the update.
##0.1.9 (20 Jul 2013):
Gc\Core\Config
singleton will not working anymore. You must used in view or layout, the config helper $this->config()->get()
and for scripts you must used $this->getServiceLocator()->get('CoreConfig')
.
Events names have been renamed. You must use the dot separator instead camelCase.
##0.1.8 (02 Jun 2013):
##0.1.7 (30 Apr 2013):
##0.1.6 (30 Apr 2013):
##0.1.5 (08 Apr 2013):