Skip to content

Commit

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

6.0 (2019-03-27):

- added: elasticsearch export change for last editor access
- added: menu item preparation is now hookable
- added: registering static menu items can be targeted to a specific menu
- changed: now using elgg-plugin and bootstrap class for plugin init
- changed: out of date message now uses elgg_view_message
- changed: set minimal requirement to Elgg 3.0
- changed: use core views for entity icon upload
- fix: use correct search entity view
- fixed: comment notifications to last editor
- fixed: correctly handle exceptions from gatekeepers
- fixed: deprecated notice about group tool
- fixed: EntityTools support
- fixed: filter menu has wrong tabs
- fixed: getLastEditor ordering
- fixed: incorrect forwarding after deleting static page
- fixed: out-of-date double filter menus
- fixed: permissions for moderators during deletion
- fixed: revision listing. newest first
- fixed: static menu js generalized
- removed: custom view for newsletter embedding
- removed: no longer able to reorder root pages
- removed: old upgrade/migration jobs
- removed: unused css rule

5.4.2 (2018-10-31):

- fixed: permissions for moderators during deletion
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>Static</name>
<author>ColdTrick IT Solutions</author>
<version>5.4.2</version>
<version>6.0</version>
<description>Create unlimited static content pages</description>
<id>static</id>
<website>http://www.coldtrick.com/</website>
Expand Down

0 comments on commit 5da82af

Please sign in to comment.