Skip to content

Releases: enhavo/enhavo

v0.14.2

06 Jun 09:05
309bb31
Compare
Choose a tag to compare

v0.14.1

23 Apr 10:11
c43abc6
Compare
Choose a tag to compare
fix: expose template routes and template mode (#1977) (#1978)

| Q            | A
|--------------| ---
| Bug fix?     | yes
| New feature? | no
| BC-Break?    | yes/no
| License      | MIT

* Fix expose routes with boolean values
* Fix template mode dependencies

(cherry picked from commit 01667c1af0ef43c06b488323a8f9227731400403)

Co-authored-by: Gerhard Seidel <gseidel.message@googlemail.com>

v0.13.5

23 Apr 09:45
38110cd
Compare
Choose a tag to compare
Fix autologin possible for disabled/unverified users (#1972) (#1974)

Avoid user beeing logged in after changePassword and after changeEmail if not enabled or verified (depends on configuration).

Disable autologin, enabled and verified by default.

| Q            | A
|--------------| ---
| Bug fix?     | yes
| New feature? | no
| BC-Break?    | yes
| Backport     | 0.13
| License      | MIT

Users not beeing enabled, either because they did not confirm their account or were disabled by admin or another mechanism.
Could login via password reset if auto_login was enabled for password reset.
To avoid it the two listeners for NotEnabled and NotVerified are now also mounted onto the preAuth event to avoid this.

(cherry picked from commit e8c9cd928c3e255d93c25b955c5026ae8b3d8285)

Co-authored-by: visual.indi <7021685+indivisualvj@users.noreply.github.com>

v0.12.5

23 Apr 10:12
bee74b4
Compare
Choose a tag to compare
Fix autologin possible for disabled/unverified users (#1972) (#1976)

Avoid user beeing logged in after changePassword and after changeEmail if not enabled or verified (depends on configuration).

Disable autologin, enabled and verified by default.

| Q            | A
|--------------| ---
| Bug fix?     | yes
| New feature? | no
| BC-Break?    | yes
| Backport     | 0.13
| License      | MIT

Users not beeing enabled, either because they did not confirm their account or were disabled by admin or another mechanism.
Could login via password reset if auto_login was enabled for password reset.
To avoid it the two listeners for NotEnabled and NotVerified are now also mounted onto the preAuth event to avoid this.

(cherry picked from commit e8c9cd928c3e255d93c25b955c5026ae8b3d8285)

Co-authored-by: visual.indi <7021685+indivisualvj@users.noreply.github.com>

v0.14.0

11 Mar 06:04
Compare
Choose a tag to compare
  • Update to symfony 6.4
  • Massive improvments for endpoint system
  • Change twig functions to work with endpoint data
  • Add areas
  • Improve SearchBundle
  • Integration of vue routes
  • Refactor user assets for login
  • Bugfixes
  • Smaller features

v0.13.4

25 Jan 03:53
d36215a
Compare
Choose a tag to compare
  • Fix setting locale over resolver
  • Add alias for LocaleResolverInterface
  • Remove mappig types, because json is already supported and enum and json_array is not used in enhavo at all. Let the project add them if needed
  • Fix conditional type with empty key
  • Add remove and add function to vue form model

v0.12.4

10 Nov 10:59
a2678e7
Compare
Choose a tag to compare
fix: setting locale (#1885) (#1886)

| Q            | A
|--------------| ---
| Bug fix?     | yes
| New feature? | no
| Backport     | 0.13, 0.12
| License      | MIT

* Fix setting locale over resolver
* Add alias for `LocaleResolverInterface`

(cherry picked from commit 449e055998a373b44cd1b8f171be08cdebd976b1)

Co-authored-by: Gerhard Seidel <gseidel.message@googlemail.com>

v0.13.3

07 Nov 11:45
5b7d306
Compare
Choose a tag to compare
[FormBundle] Fix select2 style (#1873) (#1879)

| Q            | A
|--------------| ---
| Bug fix?     | yes
| New feature? | no
| BC-Break?    | no
| License      | MIT

Fixed style errors in enhavo backend caused by importing select2 css a second time after the intern style corrections

(cherry picked from commit 2471ebeb523b2081de76ef04af26d42fbba2d194)

Co-authored-by: FabianLiebl <fabian.liebl@xq-web.de>

v0.13.2

07 Nov 11:44
9260768
Compare
Choose a tag to compare
chore: add subtree push for version 0.13 (#1880)

| Q            | A
|--------------| ---
| Bug fix?     | yes
| License      | MIT

Add subtree push for version 0.13

v0.11.8

13 Nov 20:22
Compare
Choose a tag to compare
feat: add static search filter config (#1858)

| Q            | A
|--------------| ---
| Bug fix?     | yes
| New feature? | yes
| BC-Break?    | no
| Backport     | 0.11 0.12 0.13
| License      | MIT

* Allow to define static filter in search route
* Add a static public filter to fix showing unpublished content

# Conflicts:
#	src/Enhavo/Bundle/SearchBundle/Controller/SearchController.php
#	src/Enhavo/Bundle/SearchBundle/Resources/config/services/services.yaml