Pimcore Members Versions Save

Pimcore Object, Asset and Document Restriction & Frontend Authentication

v5.0.0

7 months ago

Pimcore 11 Support

see https://github.com/dachcom-digital/pimcore-members/blob/master/UPGRADE.md

Global Changes

  • Recommended folder structure by symfony adopted
  • [ROUTE] Route include changed from @MembersBundle/Resources/pimcore/routing/all.yml to @MembersBundle/config/pimcore/routing/all.yaml
  • All template folder are lowercase/underscore now (templates/change_password, templates/delete_account)
  • AbstractUser and AbstractSsoAwareUser now implements the PasswordAuthenticatedUserInterface interface by default

Deprecations

  • Constant MembersBundle\Security\RestrictionUri::PROTECTED_ASSET_FOLDER has been removed
  • Constant MembersBundle\Security\RestrictionUri::MEMBERS_REQUEST_URL has been removed

v4.1.0

11 months ago

Version 4.1.0

  • [FEATURE]: PIMCORE 10.5 support only
  • [ENHANCEMENT]: Add public asset path protection, read more about it here
  • [ENHANCEMENT]: Respect flysystem stream in asset/zip download, read more about it here | #174|@aarongerig
  • [ENHANCEMENT]: Do not throw any exception if confirmation token couldn't be found. Please check views/registration/confirmed.html.twig for changes to adopt #175
  • [NEW FEATURE]: Provide new authentication workflow (security.enable_authenticator_manager = true). If you want to switch, read more about it here | #160

v4.0.0

2 years ago

Members Bundle 4.0 only supports Pimcore 10.1 and PHP8.0. Read the upgrade notes: There are some things to consider before migrating from 3.x to 4.0!

https://github.com/dachcom-digital/pimcore-members/blob/master/UPGRADE.md

v3.0.0

4 years ago

Ready for Pimcore 6. 🎉

Important: Read the upgrade guide before updating: https://github.com/dachcom-digital/pimcore-members/blob/master/UPGRADE.md#update-from-version-2x-to-version-300

v2.5.0

4 years ago

This release will be the last minor release which supports Pimcore 5!

Patch-Level for security & hotfixes is still supported