Thank you for choosing SingularCore!
Your download should start in several seconds...
If you experience any problems please click here to start the download!
Release Notes v.1.0 stable
SingularCore 1.0R stable is ready!
What's New
- New bootstrap mechanism.
- Singular_Application is no longer available. Bootstrap process were realized using new component Singular_Bootstrap.
- All of bootstrap resources were refactored and adapted to give more perfomance.
- Config format changed to native Array notation instead of slowly ini.
- View helper "Translate" rewrited.
- Application config were splitted to user-defined "application.inc" and system "bootstrap.inc". "application.inc" extends "bootstrap.inc" to able to modify and overload application configuration.
- New Cachemanager infrastructure.
- Fastest adaptive autoloader Singular_Loader_Autoloder.
- Zend autoloader now is no longer supported.
- Rewrited Singular installer.
- Singular_Event component were totally rewrited and now much faster.
- New rewrited assets minifier/combiner. You can enable this feature on application.inc file by switching $config['resources']['output']['enable'] option to true.
- View scripts debugger. Enable it by switching $config['resources']['view']['debug'] option to true.
- Bundled jQuery updated to version 1.7.1.
- Filter Singular_Filter_Slugify were rewrited.
- Perfomance testing feature. Enable it by switching $config['perfomance_test'] to true.
- Bootstrap perfomance were speed-uped.
- A lot of minor bug fixes.
Fixed & Remade
- AppClient when translation list is empty notice were fixed.
- Singular_Module::getInstalledModules() renamed to Singular_Module::getActiveModules().
- Singular_Module::getInstalledModules() now returns all installed active and inactive modules.
- Front controller memory leaks.
- Incorrect cache using for Router resources.
- application.js fixes with translation, route-depended JS code execution, etc.