- [feature] Chinese localization (jokester)
- [feature] Spanish localization (taniadaniela)
- [fixed] fix routing bug in development env, issue #3 (greyblake)
- [changed] replace dependency bcrypt-ruby with bcrypt (greyblake)
- [fixed] Fix delete post bug (greyblake)
- [fixed] Compatibility with rails 4.2 (greyblake)
- [feature] Generator blogo:install to install intializer (greyblake)
- [changed] Add link "Powered by Blogo" for the default layout (greyblake)
- [feature] Localization support: en, pt-BR (diegosouza)
- [fixed] Fix post preview error (greyblake)
- [changed, fixed] Rename column with typo html_overiew -> html_overview (greyblake)
- [feature] Add good test coverage (greyblake)
- [changed] Number of partial templates were rearranged (greyblake)
- [fixed] Make canonical URL do not cause error (greyblake)
- [feature] Add canonical URL (greyblake)
- [feature] Add links for social sharing (greyblake)
- [changed] Use
public/system/blog/images
directory for uploaded images (greyblake)
- [feature] Make migrations be aware of Foreigner: use foreign keys if possible (greyblake)
- [fixed] Fixed admin login/logout routes (greyblake)
- [changed] Routes are moved to Blogo::Routes and must be mounted with
Blogo::Routes.mount_to
method (greyblake) - [feature] All Blogo routes start with
blogo_
and are available within rails application (greyblake)
First public release.