Releases: Yosimitso/WorkingForumBundle
Releases · Yosimitso/WorkingForumBundle
V1.2.1
V1.2
This release is compatible with Symfony 2.8, 3 & 4
New features :
- Vote system for posts
- Fileupload system for posts
- Responsive templates (optimized for mobile and templates)
Fixes :
- Forms errors are now translated
- Other minor bugs
For developers :
- Controllers are now loaded as services
- Important refacto for controllers
- Important refacto for thread templates
- Better intialization of entities
- Use of asset package
V1.1
V1.0
First "production-ready" release, features :
- Forum with subforum
- Moderator role as ROLE_MODERATOR (and default admin roles)
- Post editor using markdown with instant preview
- Smiley system
- Enable thread locking
- Thread can be pinned
- Thread can be moved
- Quoting system
- Reporting system for thread
- Support multi language
- Enable marking thread as 'resolved'
- Automatic breadcrumb
- Messages counting (user, forum, subforum) with last replies
- Automatic pagination on thread list and thread
- Allow or not the anonymous to read forums
- Database safety : no HTML stored, only markdown
- Search system
-Backend administration
First release
For >= SF2.7 and SF3