##1.3.0 (-- --- 2014)
- Remove layout when using ajax requests (GotCms#185)
##1.2.0 (26 Jan 2014)
- Can not select "Document Type" on creating children page (GotCms#161)
- Cannot install on Windows due to the max_execution_time directive (GotCms#129)
- Wordings (GotCms#163)
- Add verification before update content (GotCms#164)
- Css is broken on statistics module (GotCms#166)
- Photoartwork theme not working properly (GotCms#168)
- Change some confirm box into jQuery ui Dialog (GotCms#167)
- Add parameter to force the branch to be active on Gc\Component\Navigation (GotCms#169)
- Fail merge between available view et default view in content edition (GotCms#171)
- Document type does not allow empty available views (GotCms#170)
- Translator with javascript have missing translations (GotCms#165)
- Rebuild all forms (GotCms#172)
- currentDocument must be an helper instead of variable (GotCms#176)
- setValue method should allow user to add custom settings in core_config_data table (GotCms#178)
- Social module (GotCms#155)
- Refactoring events (GotCms#181)
- While installing data, the installer stopped (GotCms#177)
With the issue Refactoring events
, now you can't do getParam('object')
when you attach an event.
##1.1.0 (11 Dec 2013)
- Update to Zend Framework 2.2.5 (GotCms#141)
- Add redirect in init method does nothing (GotCms#142)
- Installation error: config/autoload is empty (GotCms#134)
- Unable to find the wrapper (GotCms#144)
- Add the choice between files and stream wrapper (GotCms#147)
- Bug with cache if there're two instance of GotCms on the same server (GotCms#148)
- Active debug breaks some css in admin (GotCms#149)
- Add button to load content from files when stream wrapper is disabled (GotCms#151)
- Script phpcs.sh not working (GotCms#152)
- Save view, script and layout via Backup module (GotCms#153)
- Textrich datatypes failed on sortable and add with mixed datatype (GotCms#154)
- Export / import documents, documents types, datatypes, views, layout and scripts (GotCms#146)
- Display property description with datatypes (GotCms#156)
- Update bootstrap and lessjs (GotCms#157)
- Bug with arcana template (GotCms#158)
With the issue Installation error: config/autoload is empty
, you must copy config/autoload/global.php
to config/autoload/local.php
before update.
##1.0.0 (28 Oct 2013):
- Bug with french translation (GotCms#131)
- Use of undefined constant update - assumed update (GotCms#133)
- Rebuild backend design (GotCms#102)
- Create demo website (GotCms#103)
- Add JsHint (GotCms#132)
- Minify css and js (GotCms#117)
- Overwrite
Zend\View\Resolver\TemplatePathStack
(GotCms#138) - Add sort for mixed datatype (GotCms#139)
- Add method to import/export translations (GotCms#130)
##0.2.1 (01 Sep 2013):
- Force ssl not working (GotCms#123)
- Allow routes in custom Modules (GotCms#122)
- Update jQuery, jQuery ui and CodeMirror (GotCms#125)
- Update to Zend Framework 2.2.4 (GotCms#126)
- Add admin helper (GotCms#127)
- Labels are broken (GotCms#128)
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):
- User without user acl can't log out (GotCms#107)
- Css in chrome (GotCms#108)
- Ctrl + S not working on chrome (GotCms#109)
- Add more Acl options (GotCms#104)
- Update to Zend Framework 2.2.2 (GotCms#110)
- Bug with memcached (GotCms#111)
- Add method to regenerate translations during module installation (GotCms#106)
- Flash messages for login and forgot password (GotCms#114)
- php_fileinfo is required (GotCms#115)
- Update module (GotCms#113)
- Add module.config.php for custom modules (GotCms#105)
- Bug ActivityLog Module (GotCms#116)
- Check if data have changed during form edition (GotCms#119)
- Change language not working (GotCms#120)
All acl have been changed, and if you added new roles, you must redefined them after the update.
##0.1.9 (20 Jul 2013):
- Can't update cms with git (GotCms#76)
- Add Zend Validate translations (GotCms#77)
- Optimize routes (GotCms#79)
- Remove headscript and headlink from Abstract Action (GotCms#80)
- Adding coveralls (GotCms#81)
- Replace Gc\Registry by Service Manager (GotCms#78)
- Update to Zend Framework 2.2.1 (GotCms#83)
- Automatically open the treeview (GotCms#84)
- Sitemap not working properly (GotCms#87)
- Bug in translations with select box (GotCms#88)
- Save all translations during installation (GotCms#90)
- Bug with Gc\Db\AbstractTable during installation (GotCms#91)
- Add russian translation (GotCms#89)
- Add Core\Config helper (GotCms#85)
- Intl is no longer required (GotCms#97)
- Script not working (GotCms#100)
- Remove Gc\Core\Config singleton (GotCms#99)
- Refactoring exception (GotCms#32)
- Refactoring events (GotCms#101)
- Log module (GotCms#33)
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):
- Problem with replacement and mixed datatype (GotCms#55)
- Use cms_version instead version (GotCms#57)
- Optimize the helper "documents" (GotCms#58)
- Allow dot in identifier pattern (GotCms#59)
- Update to Zend Framework 2.2.0 (GotCms#60)
- Document parent are ignored in IndexController (GotCms#63)
- Session lifetime not working (GotCms#64)
- Missing dot in downloaded files name (GotCms#65)
- No such method 'select' for tabs widget instance (GotCms#66)
- Bug javascript (GotCms#67)
- No need to stay on login page if user has Identity (GotCms#68)
- Upload datatype must return an simple array if isn't multiple (GotCms#69)
- Home page can't display children (GotCms#70)
- Mixed datatype has problems when datatype return more than one element (GotCms#75)
- Make more themes for installation (GotCms#47)
##0.1.7 (30 Apr 2013):
- Get latest version can failed on certain php version (GotCms#53)
- Missing version modification in Gc\Version (GotCms#54)
##0.1.6 (30 Apr 2013):
- Only last key is required to display document (GotCms#42)
- Cache thrown exception (GotCms#43)
- Add specific layout for exception in front (GotCms#44)
- Update to latest GotSniffs version (GotCms#46)
- Update to Zend Framework 2.1.5
- Urls configuration (backend, frontend and cdn) (GotCms#40)
- Translator is not loaded during installation (GotCms#49)
- Add style on table elements (GotCms#48)
- Bug with postgresql during installation (GotCms#51)
- View Stream bug with huge content length (GotCms#52)
##0.1.5 (08 Apr 2013):
- Git updater failed (GotCms#24)
- Add translation directory for installation
- Add captcha for blog module (GotCms#25)
- Refactoring flash messenger (GotCms#26)
- Backup module failed with pgsql (GotCms#27)
- Disable cache on preview (GotCms#29)
- Flash messages failed in view helper script (GotCms#28)
- Update to Zend Framework 2.1.4
- Use new GotSniffs based on PSR2 (GotCms#38)
- Update jquery, jquery ui and modernizr (GotCms#39)
- Composer support (GotCms#35)
- Add plugin in Modules (GotCms#31)
- Unit testing for ZF modules (GotCms#36)
- Bug with HTTP 404 (undefined variable view)
- Gc\Document\Model::fromUrlKey() not saving original data
- Administrator role must be protected and can't be edit
- Administrator user must be protected and can't be deleted
- User can retrieve his password
- Modules permissions (GotCms#21)
- Methods fetchAll, fetchOne, fetchRow and execute now have the ability to pass parameters
- Backup module (GotCms#20)
- Update to Zend Framework 2.1.1
- Execute script after update (GotCms#19)
- PHPUnit failed with MySQL (GotCms#23)
- Sitemap module QuickFix set base path (GotCms#14)