Skip to content

Commit af8de35

Browse files
committed
chore: wrapping up v9.0
1 parent 4d54c14 commit af8de35

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGES.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
11
Version history
22
===============
33

4+
9.0 (2019-03-27):
5+
6+
- added: admin feature to delete widgets from the database
7+
- added: max columns for group tool based widgets can now be hooked
8+
- added: setting a widget page title sets it as a page title
9+
- added: widget pages are now their own entities
10+
- changed: advanced widget settings now show in a tab
11+
- changed: custom widget title is now returned from getDisplayName
12+
- changed: more changes for Elgg 3.0
13+
- changed: more changes for Elgg 3.0
14+
- changed: moved extra contexts page handler to route registration
15+
- changed: moved widget_manager_check_collapsed_state function into class
16+
- changed: started updating code for Elgg 3.0
17+
- changed: toggle form elements now are switches
18+
- changed: widget cache now uses system_cache
19+
- changed: widget settings save now uses elgg/Ajax
20+
- changed: widgets no longer cache private settings, now done by core
21+
- feat: added collapse/expand functions to widget class
22+
- fixed: force correct column widths for widgets
23+
- removed: no longer support fixed height setting on widgets
24+
- Spanish translation
25+
426
8.3.2 (2018-10-04):
527

628
- changed: fallback logic for widget setting

manifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
33
<name>Widget Manager</name>
44
<author>ColdTrick IT Solutions</author>
5-
<version>9.0-beta</version>
5+
<version>9.0</version>
66
<description>Manage your widgets</description>
77
<id>widget_manager</id>
88
<website>http://www.coldtrick.com/</website>

0 commit comments

Comments
 (0)