Skip to content

Commit

Permalink
wrapped up v9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalsem committed Dec 15, 2015
1 parent fe58864 commit abc9e08
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Version history
===============

9.2 (2015-12-15):

- changed: label of a field now gets added to all translations
- changed: refactored register form fields code for better readability
- changed: the config 'profile' now contains an ordered list of fields
- changed: updated dutch language
- changed: use new Elgg 1.11 function to check if translation key exists
- fixed: check for arrays passed as values during validation
- fixed: correctly set profile type on registration form if only admins can change it
- fixed: prevent flickering of categories shown based on profile type
- fixed: replaced deprecated jquery live function with on
- fixed: username generation should check for hidden users
- fixed: added missing actions tokens in profile field action links

9.1 (2015-07-08):

- added: the option to generate username based on email during registration
Expand Down
2 changes: 1 addition & 1 deletion manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
<name>Profile Manager</name>
<author>ColdTrick IT Solutions</author>
<version>9.1</version>
<version>9.2</version>
<description>Improved management of user and group profile fields</description>
<id>profile_manager</id>
<website>http://www.coldtrick.com/</website>
Expand Down

0 comments on commit abc9e08

Please sign in to comment.