-
Notifications
You must be signed in to change notification settings - Fork 87
Release Note
Md Ali Ahsan Rana edited this page Aug 16, 2014
·
1 revision
- New Bootstrap v3 Layout.
- Move most of the third party libraries to composer.
- Integrate Bower package manager.
- Facebook/Twitter social login are completely integrated! Just Add your application key/secret key on application/config/hybridauthlib.php and get it working!
- Update CodeIgniter to latest version(v2.1.4)
- Updated Hybridauth to version.(THere was some updates, but didn't see any new release tag, confused :s)
- Update Smarty to new version.
- Added Composer Support.(Currently only doctrine is installed from composer, but you can install anything else as well. See documentation for details: https://getcomposer.org/doc/00-intro.md)
- Added Bower Support.(Make sure node is installed first. See documentation for details: http://bower.io/)
- Updated libraries to their latest versions.(see latest included version besides the library listing)
- Added 'Twitter Bootstrap' framework. (Special Thanks to Bogdan Comarniceanu, https://www.facebook.com/bcomarniceanu)
- Fix few small issues/validation errors.