Releases: oveleon/contao-member-extension-bundle
Releases · oveleon/contao-member-extension-bundle
1.2.3
1.2.2
Addition
- added a new insert tag: {{avatar_url::*}} to output the filepath of a member avatar (see readme.md)
Bugfixes
- Fixed a bug where using the insert tag {{avatar::member::**}} with a non existent member or a non-existent file would not show the setup fallback image
1.2.1
1.2.0
Information
- make sure to setup the groups within the modules member reader and member list. The old ones were used wrong by mistake (protected groups)
- make sure to setup the new templates for avatar, member-list and member-reader to get access to all new features
Additions
- updated readme and added documentation
- PHP 8 compatibility
- Contao 4.13 compatibility
- added new module Delete Avatar
- consider uploading avatars on registration
- consider fallback avatar images within member-list and member-reader
- Consider a bundle fallback avatar if no global avatar has been set up yet
- added sorting modes to member-list (Ascending, Descending, Random) based on existing member fields
- added pagination to member-list
- added insert-tags for member avatars (check readme.md)
Changes
- changed all templates and renamed them to include the bundle prefix
- changed group selection within the module member list (previously a bug)
- uploaded avatars will now be renamed to "memberAvatar.yourExtension"
- updating an avatar will now delete the other file
Bugfixes
- consider members without groups
- consider fallback image for avatar
- do not use protectedGroups as groupSelection for member-list
- wrong and missing translations