Skip to content

Releases: micheleangioni/message-board

v2.0.2

12 Apr 18:25
Compare
Choose a tag to compare

Fixed a bug when requesting Posts with a non-private Category.

v2.0.1

12 Mar 12:14
Compare
Choose a tag to compare

Now Notifications are correctly ordered when retrieved through the API.

v2.0

08 Mar 09:53
Compare
Choose a tag to compare

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

27 Feb 21:14
Compare
Choose a tag to compare

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

21 Feb 19:14
Compare
Choose a tag to compare

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

08 Feb 21:16
Compare
Choose a tag to compare

Fixed Coded Posts creation with custom lang file and improved testing on Coded Posts

v1.0.7

05 Feb 21:23
Compare
Choose a tag to compare

Fixed use of custom file with Coded Posts

v1.0.6

04 Feb 19:01
Compare
Choose a tag to compare

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

02 Feb 18:27
Compare
Choose a tag to compare

Fixed pic url in Notification creation.

v1.0.4

02 Feb 18:08
Compare
Choose a tag to compare

Fixed Notification text escaping: now the Purifier loads the correct options.