Skip to content

Releases: waterholeforum/core

v0.4.9

16 May 08:51
9a6b8e7
Compare
Choose a tag to compare

Fixed

  • Fix redirecting to incorrect URL when there is a sole auth provider
  • Fix lazy loading error in some reaction configurations
  • Fix broken Dutch localization (#77 by @Emmanuel71git)

v0.4.8

16 Apr 08:54
ca6e6f3
Compare
Choose a tag to compare

Added

  • Add support for Laravel 11

Fixed

  • Fix "show more" rendering incorrectly on Firefox (#64)
  • Fix videos having no max width
  • Fix emojis appearing full-width in notification emails (#67)
  • Fix PHP deprecation error (#69)

v0.4.7

17 Mar 09:41
e95b088
Compare
Choose a tag to compare

Added

  • Add PHP 8.3 compatibility (#62 by @saturnphp)
  • Add Dutch translation (#60 by @Emmanuel71)

Fixed

  • Fix Chrome bug where textarea scrolls the viewport when selecting text
  • Fix post slug mutation when title is highlighted in search results
  • Fix icons displaying incorrectly with latest version of blade-tabler-icons (#63)

v0.4.6

02 Feb 09:04
2d7e8fa
Compare
Choose a tag to compare

Fixed

  • Fix compatibility with Model::shouldBeStrict() (#56)
  • Fall back to base translator when using translation string keys (#57 by @dsturm)
  • Fall back to resource directory for missing translation bundle (#58 by @dsturm)

v0.4.5

31 Jan 00:27
8065d22
Compare
Choose a tag to compare

Fixed

  • Fix incorrect database connection being used in some cases
  • Fix success message not appearing after change email/password

v0.4.4

29 Jan 23:56
fc4a6c6
Compare
Choose a tag to compare

Fixed

  • Fix an issue with Laravel auth integration causing user to be logged out after registration

v0.4.3

25 Jan 23:52
87a846f
Compare
Choose a tag to compare

Fixed

  • Fix incorrect database connection being used in some cases (#55)

v0.4.2

30 Dec 23:42
97e8f72
Compare
Choose a tag to compare

Fixed

  • Fix issues with Laravel integration (#53)
  • Add missing translations for CP reactions

v0.4.1

23 Dec 22:14
da2344a
Compare
Choose a tag to compare

Fixed

  • Fix auth routes using incorrect path (#51)
  • Fix reactions not working due to incorrect permission check
  • Fix error when sending notification to unverified email

v0.4.0

23 Dec 02:23
a06aed8
Compare
Choose a tag to compare

Read the announcement

⚠️ Breaking Changes

  • waterhole.auth.oauth_providers config key renamed to waterhole.auth.providers
  • .oauth-button class renamed to .auth-button
  • <x-waterhole::oauth-buttons> component renamed to <x-waterhole::auth-buttons>
  • Waterhole\OAuth\Payload class renamed to Waterhole\Auth\SsoPayload
  • Waterhole Gate abilities are now prefixed with waterhole.
  • Waterhole routes no longer use the web route middleware group

Added

  • New sso auth provider to support custom single sign-on flows
  • Auth guard used by Waterhole requests can be configured by setting waterhole.auth.guard
  • Database connection can be configured by setting waterhole.system.database
  • Route domain can be configured by settings waterhole.system.domain
  • Support implicit authentication from existing user base by implementing Waterhole\Auth\AuthenticatesWaterhole interface
  • Automatically create the formatter and translation cache directories if they don't exist
  • Laravel Socialite is now included by default
  • Update Traditional Chinese (zh-Hant) translation (#48 by @efast1568)

Changed

  • If there is a single auth provider and passwords are disabled, the login and registration pages will now automatically redirect to the provider
  • Add color to inline code spans
  • Reduce size of the Create Post button
  • Waterhole routes no longer rely on app-aliased middleware

Fixed

  • Fix the forum URL shown at the end of the installation command
  • Fix emoji picker inserting emoji multiple times after navigations
  • Fix "last reply" link to jump to the last comment instead of below it
  • Fix CP users table pagination/sorting links
  • Only send notifications to verified email addresses