Releases: micheleangioni/message-board
Releases · micheleangioni/message-board
v2.0.2
v2.0.1
Now Notifications are correctly ordered when retrieved through the API.
v2.0
New features and updates:
- Message Board API now available for front end asynchronous calls
- Notifications API
- Simple User Authentication API based on JWT
- Providers now resides in /Providers directory
- Several bug fixes
v1.1.1
Now if a User requires the Posts of another User through the MessageBoardService, only non private (i.e. public) Posts will be returned, regardless of the value of the $private variable.
v1.1
Updates:
- new getBan() method available in MbTrait;
- fixed bug when a User who received an expired ban in the ban gets banned again.
v1.0.8
Fixed Coded Posts creation with custom lang file and improved testing on Coded Posts
v1.0.7
Fixed use of custom file with Coded Posts
v1.0.6
Fixed and improved use of custom codes for Coded Posts:
- Now a custom lang file can be used when creating coded posts by specifying the
'localization_file_name'
key in the config file.
v1.0.5
Fixed pic url in Notification creation.
v1.0.4
Fixed Notification text escaping: now the Purifier loads the correct options.