Skip to content

Commit

Permalink
Wrapped up version 10.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalsem committed Dec 18, 2015
1 parent c191f38 commit bb6511c
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Version history
===============

10.0-beta (2015-12-18):

- added: support for Elgg 2.0
- changed: moved event functions to classes
- changed: moved hooks to class functions
- changed: namespaced the profile manager object classes
- changed: refactored profile field toggle options
- changed: renamed js and css views
- changed: replaced usage of custom icon with fontawesome alternative
- changed: tooltip hints now use an output view and AMD load its js
- changed: a lot of code styling and refactoring
- removed: dropped the user summary feature
- removed: no longer support calendar input type

9.2 (2015-12-15):

- changed: label of a field now gets added to all translations
Expand Down
4 changes: 2 additions & 2 deletions 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.2</version>
<version>10.0-beta</version>
<description>Improved management of user and group profile fields</description>
<id>profile_manager</id>
<website>http://www.coldtrick.com/</website>
Expand All @@ -13,7 +13,7 @@

<requires>
<type>elgg_release</type>
<version>1.11</version>
<version>2.0</version>
</requires>

<requires>
Expand Down
Binary file modified screenshots/accordion_profile_view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/edit_profile_fields.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/new_profile_field.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bb6511c

Please sign in to comment.