Skip to content

Releases: StadGent/laravel_site_opening-hours

Release 2.7.5

13 Nov 14:34
Compare
Choose a tag to compare
commit 0e4582f9e424b6dd1f4c884896c85397516a4885
Author: jonasanne <[email protected]>
Date:   Wed Nov 13 14:40:29 2024

    Remove query method

commit 84bcb5baf43970b77d5aa8c80f66665d2f9f5d33
Author: jonasanne <[email protected]>
Date:   Wed Nov 13 14:14:10 2024

    Fix codeclimate changes

commit 78b3e4fbd5eeac15fd25bae8b7dad92b74cc72c1
Author: jonasanne <[email protected]>
Date:   Wed Nov 13 14:12:37 2024

    Update changelog

commit 2d5c0e8c671fd190130fab2e3154b05057d3f5f2
Author: jonasanne <[email protected]>
Date:   Wed Nov 13 14:06:51 2024

    HEAT-6767463: Fix user register confirmation mail not working

    If you look at this change you will see that the firstorcreate
    has been changed by a first method and I did this because
    the flow of registration mail happens inside the
    createNewUser function. Here we set a token to confirm
    your registration and if we use a firstorcreate we don't
    set a token. This way we do set a token.

commit fba598b38702cc2212b00d54a5f7baf2fa0d2363
Author: jonasanne <[email protected]>
Date:   Tue Nov 12 17:18:59 2024

    HEAT-6767463: Add is_null check to stay consistent

commit e8838418296ea45dc6084f824f9a594a759fa31e
Author: jonasanne <[email protected]>
Date:   Tue Nov 12 17:16:12 2024

    HEAT-6767463: Update changelog

commit ccb167924e7bf57540e86c2a40105c56afa4df39
Author: jonasanne <[email protected]>
Date:   Tue Nov 12 17:15:16 2024

    HEAT-6767463: fix user not receiving registration mail

    When adding a new user to the platform they don't receive
    a registration mail. This fixes the problem.

commit b500c120f9e7d22eb36715b38f5b9d8b9f3df69a
Author: jonasanne <[email protected]>
Date:   Tue Nov 12 16:42:10 2024

    HEAT-6767463: Update getAll for users

    For some reason there is a limit of 50 on the users.
    This means not all users are loaded. This is changed now.

commit 14c63a4f3b504389421d8f5743a0ba773b30d9cf
Author: Jonas <[email protected]>
Date:   Wed Jul 10 10:18:02 2024

    Update changelog

Release 2.7.4

10 Jul 08:03
Compare
Choose a tag to compare

Fix for rolescontroller

  • function setRoleToUser is renamed to setRolesToUser and requires a collection of services and no service_id

Release 2.7.3

10 Jul 07:36
Compare
Choose a tag to compare

Small fix for adding a member to an service

  • Cast int to array

Release 2.7.2

10 Jul 06:22
Compare
Choose a tag to compare

Update the service dropdown

  • Added vue-multiselect
  • Added changelog
  • Removed package-lock.json
  • Update multiselect field with filtered services (this was still a bug in the website)
  • Update invite email
  • Update rollup + filename
  • update npm packages

2.2.11

28 Feb 13:45
Compare
Choose a tag to compare

Fixed German date and time notation:

  • Added missing dot (.) after the day of the month.
  • Fixed wrong translation (Uhr instead of Urh).