- Added support of Symfony 6 and Symfony 7
- Removed Sonata Admin and other dependencies
- Created an API to manage blogs
- Sitemap generation fix: use absolute urls instead of paths
- Symfony 4 support.
- Improve views count (use ajax on page load)
- Remove non generic features like social integrations, social comments, google analytics integration, statistics etc.
- Add unit tests
- Remove useless WYSIWYG options
- Fix translations issues
- Refactoring and clean code
- Fix bug with auto detect ckeditor locale (hardcoded English for now)
- Fix bug caused by missed dependency (bootstrap tab plugin)
- Fix bug caused by missed ckeditor plugin (link plugin)
- Refactor js
- Clean some code deprecations
- Fix discuss article url
- Add configurable ShareThis social icons
- Fix config reader
- Add more tests
- add some behavioral tests
- translations improvements
- fix __toString fail because strict type
- Fix assets upload after symfony upgrade
- Minor bug fixes
- Add extra templates extension ability
- Temporary fix for social services issue
- Added translations list to the templates
- Minor corrections to increase code quality
- Migrated to the Webpack encore with assets prebuilt
- Minor corrections to increase code quality
- Migrated to the Symfony >= 3.0
- Added translations for categories
- More SEO improvements:
- Noindex for homepage pagination (if page > 1)
- Removed Sitemap generation for archives
- Different SEO improvements
- Added support of Sonata Admin 3.*
- Added lang attribute
- Added auto setting publishedAt in admin section when switching status to 'isPublished'
- Tiny new Symfony Yaml component deprecations refactoring (services configurations)
Optimized routes
Dependency fixes
- Improved dependencies and tested with symfony 2.8
- Changed default routes pattern (removed trailing slash for articles)
- Added filters for article admin
- Added redirect from dashboard to arlicles list (because dashboard is empty and not implemented by the moment)
- HTML5 fixes
Improved and updates fixtures
Improved image optimization controller: 5xx errors now become 404
Fixed bug, which allowed rate multiple times
- Added image optimization functionality
- Moved sources to src/ directory
- Optimized login page
- Added csrf protection for admin login page
- Fixed bug with tags (Non published articles were shown on tags pages)
- Refactored and optimized views counter, now views not count if user refresh page
- Optimized dependencies
- Removed meaningless sonata block
First release