Releases: ColdTrick/profile_manager
Releases · ColdTrick/profile_manager
v15.0.1
v15.0
v14.0.2
v14.0.1
v14.0
- added: class on simple access control field
- added: feature to hide a profile field from user/group profile
- added: german translation
- added: profile fields can now show as tabs
- changed: group is passed through categorized profile fields function
- changed: moved actions registration to elgg-plugin
- changed: moved plugin initialisation to bootstrap class
- changed: register action validation now uses middleware
- changed: replaced custom delete actions with generic entity/delete
- changed: replaced object functions getTitle with getDisplayName
- changed: site join river item now is created on user create event
- changed: split profile rendering into subviews
- changed: updated useradd form with core defaults
- changed: updates for Elgg 3.0
- fixed: allow multiselect fields to be empty/removed
- fixed: allow unsetting a multiselect value
- fixed: also export field placeholder data
- fixed: do not hide select so required checks show indicator with field
- fixed: multiselect can be correctly used multiple times on the same page
- fixed: provide group type/subtype for icon input
- removed: changing account is now a core feature
- removed: download action of inactive users
- removed: export of user/group profile data
- removed: live validation of register form
- removed: login history statistics is provided by system_log
- removed: no longer show profile fields in an accordeon
- removed: register widget moved to widget_pack plugin
- removed: support setting a limit on group name/description
- removed: unused event for pm_file profile field uploads
- Revert "fixed: do not hide select so required checks show indicator with field"
v13.0.1
v13.0
- changed: updated to use composer version of jquery multiselect v2.0.1
- fixed: incorrect registration of translations in multilingual sites
- fixed: tag input on register form needs to be converted to array
- removed: profile_manager_add_profile_icon is no longer available
v12.0
- added: avatar can be counted towards profile completeness
- added: input/tel is now an available input type
- changed: updated minimal Elgg requirements to 2.3
- fixed: load correct field config adding group profile fields
- fixed: use newer api functions to check for uploaded profile icons
v11.0
- added: profile types now have a plural label available to configure
- added: you can now configure a different label for profile field input
- changed: increased the elgg requirement to v2.1
- fixed: hide profile type default on profile edit if hidden on register
- fixed: issue with ckeditor modal dialogs opening in colorbox popups
- fixed: remove blacklisted chars from autogenerated usernames
v10.2
- changed: input/multiselect now reuses input/select view
- changed: moved admin menu items registration to menu hook
- changed: multiselect will show 'x selected' when more than 1 selected
- changed: only require lightbox js and css in the views that need it
- fixed: missing translations for some action error messages
- fixed: multiselect selected text is now translatable
- removed: non-editable fields will no longer show on profile edit form
- removed: unused function profile_manager_generate_username_from_email
- removed: unused function profile_manager_get_max_order