Skip to content

Releases: Team-Tea-Time/laravel-forum

[L5] v3.0.0-RC1

24 Oct 12:44

Choose a tag to compare

[L5] v3.0.0-RC1 Pre-release
Pre-release

First pre-release of version 3, including many new features and improvements over version 2. This is a total re-write and may be broken in places. It's also not yet comprehensively optimised.

New features include:

  • Category creation and management
  • "Private" categories (using Laravel Authorization)
  • Bulk and singular thread actions
  • New internal API with REST interface and multiple authentication methods
  • User interaction events
  • Support for 8 languages
  • Many small tweaks, additions and removals

Upgrading from version 2 is possible with the included migrations, but yet not recommended for production.

[L4] v1.2.3

22 Oct 20:09

Choose a tag to compare

  • Changes BaseController property visibility to protected to enable use in class extensions

[L5] v2.4.7

21 Sep 19:17

Choose a tag to compare

  • Applies ordering to top-level categories (#52)
  • Adjusts handling of migrations (see #49 - migrations should be published before use)

[L5] v2.4.6

18 Sep 17:29

Choose a tag to compare

  • Adds guarded property to Category model (enables mass-assignment) (#50)

[L4] v1.2.2

18 Sep 17:28

Choose a tag to compare

  • Adds guarded property to Category model (enables mass-assignment) (#50)

[L5] v2.4.5

15 Sep 20:16

Choose a tag to compare

  • Fixes issue with thread view incrementing (#46)

[L5] v2.4.4

06 Sep 20:31

Choose a tag to compare

  • Adds Swedish translations (#41)

[L5] v2.4.3

26 Jul 23:11

Choose a tag to compare

  • Adds Spanish translations (#35)

[L5] v2.4.2

23 Jul 12:51

Choose a tag to compare

  • Adds Russian translations (#32)

[L5] v2.4.1

27 Jun 09:20

Choose a tag to compare

  • Language files are now publishable (#27)
  • BaseController properties can now be overridden (#28)