Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
GeniXCMS-v0.0.7-alpha.1.zip | 2015-09-20 | 8.0 MB | |
GeniXCMS v0.0.7-alpha.1.tar.gz | 2015-09-20 | 9.0 MB | |
GeniXCMS v0.0.7-alpha.1.zip | 2015-09-20 | 9.8 MB | |
README.md | 2015-09-20 | 869 Bytes | |
Totals: 4 Items | 26.8 MB | 0 |
Release Update v0.0.7-alpha.1
This is our second release of the alpha version of v0.0.7. In this release we add more improvement for better speed load. We had test it using webgrind and the result is acceptable.
Changes
In this release, we change how we get the Options data. Before this release, the options data was fetched per query. And now it called in the initialization and save it at Options::$_data. To get the data just run the method Options::v('options_name');
.
And now the speed is more reliable.
We also fix some problem regarding login session issue [#49].