Skip to content

v0.2

Compare
Choose a tag to compare
@alexander-torosh alexander-torosh released this 19 Jun 10:33
· 158 commits to master since this release
  • 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;