Skip to content

Commit

Permalink
chore: wrapping up v9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeabakker committed Mar 27, 2019
1 parent 4d54c14 commit af8de35
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
Version history
===============

9.0 (2019-03-27):

- added: admin feature to delete widgets from the database
- added: max columns for group tool based widgets can now be hooked
- added: setting a widget page title sets it as a page title
- added: widget pages are now their own entities
- changed: advanced widget settings now show in a tab
- changed: custom widget title is now returned from getDisplayName
- changed: more changes for Elgg 3.0
- changed: more changes for Elgg 3.0
- changed: moved extra contexts page handler to route registration
- changed: moved widget_manager_check_collapsed_state function into class
- changed: started updating code for Elgg 3.0
- changed: toggle form elements now are switches
- changed: widget cache now uses system_cache
- changed: widget settings save now uses elgg/Ajax
- changed: widgets no longer cache private settings, now done by core
- feat: added collapse/expand functions to widget class
- fixed: force correct column widths for widgets
- removed: no longer support fixed height setting on widgets
- Spanish translation

8.3.2 (2018-10-04):

- changed: fallback logic for widget setting
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>Widget Manager</name>
<author>ColdTrick IT Solutions</author>
<version>9.0-beta</version>
<version>9.0</version>
<description>Manage your widgets</description>
<id>widget_manager</id>
<website>http://www.coldtrick.com/</website>
Expand Down

0 comments on commit af8de35

Please sign in to comment.