Skip to content

Releases: oveleon/contao-member-extension-bundle

1.2.3

13 Aug 17:19
0060055
Compare
Choose a tag to compare

Bugfix

  • Fixed a bug where displaying member lists with page limit would sometimes not work

1.2.2

10 Aug 11:50
a5d4fa3
Compare
Choose a tag to compare

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

25 May 15:09
0db5b7e
Compare
Choose a tag to compare

Hotfix

  • Do not output images when not checked in memberlist and memberreader
  • Removed avatar from member-list sorting field

1.2.0

25 May 08:51
3f55498
Compare
Choose a tag to compare

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

1.1.0

08 Dec 15:46
Compare
Choose a tag to compare
  • New Module "Memberlist" added
  • New Module "Memberreader" added

1.0.2

08 Mar 16:17
Compare
Choose a tag to compare
Return if no home directory exists

1.0.1

08 Mar 16:17
Compare
Choose a tag to compare
Hide module navigation entry (member_settings)

1.0.0

08 Mar 15:41
Compare
Choose a tag to compare

Initial Release