Releases: alexander-torosh/yona-cms
Releases · alexander-torosh/yona-cms
v0.5.0
v0.4.1
Partially moved vendor frontend vendors to BOWER.
This is last release with complex multilingual architecture. Next versions will support only 3 defined languages.
v0.4
Update README.md
v0.2
- You don't need create virtual host for starting using YonaCms anymore. Applied simple localhost dynamic configuration as http://localhost/yona-cms/web/;
- Added 'base_path' variable in configuration;
- Configuration file /app/config/config.php deprecated and refactored. Now basic config placed in /app/config/global.php and /app/modules/Cms/Config.php;
- Added some settings in Cms Configuration interface;
- Custom admin.less placed in /app/modules/Admin/assets/
- Deprecated modules-less Assets collection;
- Assets list for frontend of site placed in /app/config/global.php in 'assets' section;
- Interface and translate fixes;