@@ -2,22 +2,66 @@ CHANGE LOG
22==========
33
44
5+ ## V0.2 Alpha (05/08/2013)
6+ #### Major Release
7+
8+ * Major improvements to page editing and creation
9+ * Added page details for editors
10+ * Added a blogging system
11+ * Added markdown support
12+ * Added load balancer support
13+ * Added some more libs
14+ * Added theme support
15+ * Added a new maintenance page
16+ * Added an error handler in-browser test
17+ * Added a very basic in-browser test page
18+ * Added a new assets system
19+ * Added some proper relations using interfaces
20+ * Added js, and html minification
21+ * Added some working tests
22+ * Added in-browser log viewing
23+ * Added the option to disable blogging and events
24+ * Updated navigation bad
25+ * Added some button icons
26+ * Now using Font Awesome
27+ * Cleaned up the error page css
28+ * Major controller refactoring
29+ * Dropped ardent support
30+ * Minor model refactoring
31+ * View refactoring
32+ * Some composer tweaks
33+ * Changed the behavior of the app commands
34+ * Fixed an issue with $job in BaseHandler
35+ * Fixed a potential bug in the error pages
36+ * Fixed duplicated error logging
37+ * Fixed login redirects
38+ * Fixed some html validation errors
39+ * Fixed some migration and seeding issues
40+ * Fixed a file permission issue
41+ * Fixed some formatting issues
42+ * Removed some old files
43+ * Updated config
44+ * Updated documentation
45+ * Now available through composer
46+ * Other minor fixes
47+
48+
549## V0.1.1 Alpha (24/07/2013)
650#### Minor Release
751
852* Added a base model
9- * Updated the relational modeling
1053* Added the db tables for the models
11- * Use unsigned values in the db where possible
1254* Added a simple in-browser cache test
13- * Added basic use of apache mod_secuirty
55+ * Added basic use of apache
56+ * Updated travis config
57+ * Some composer tweaks
58+ * Use unsigned values in the db where possible
1459* Cleaned up the routes
15- * Fixed a bug in the page seeding
60+ * Updated the relational modeling
1661* Changed the behavior of the app commands
17- * Some composer tweaks
18- * Updated travis config
19- * Other minor fixes
62+ * Fixed a bug in the page seeding
2063* Updated documentation
64+ * Other minor fixes
2165
2266
2367## V0.1 Alpha (23/07/2013)
0 commit comments