Skip to content

Releases: ColdTrick/widget_manager

v8.2.1.1

22 Mar 12:25
ebb155a
Compare
Choose a tag to compare
  • several small chores/fixes

v8.2.1

22 Mar 12:15
d2b018a
Compare
Choose a tag to compare
  • changed: override getContext to be able to use cache

v8.2

15 Nov 12:24
Compare
Choose a tag to compare
  • added: widget collapse capability is now hookable

v8.1

19 Oct 07:31
Compare
Choose a tag to compare
  • changed: allow to set a custom more link on every widget on all contexts
  • changed: use elgg_view_field function for widget form fields

v8.0

27 Feb 10:16
Compare
Choose a tag to compare
  • changed: updated min requirements to Elgg 2.3

v7.0.1

27 Oct 15:18
Compare
Choose a tag to compare
  • fixed: it was not possible to add widgets to extra widgets pages
  • fixed: widget default collapsed state correctly set for logged out user

v7.0

06 Oct 13:20
Compare
Choose a tag to compare
  • added: new way of widget management with ability to change contexts
  • changed: refactored widget object view
  • fixed: replace usage of deprecated elgg.ui.widgets.add
  • fixed: require correct Elgg version for elgg/widgets AMD module
  • removed: moved multi_dashboard features to own plugin
  • removed: moved widgets to a separate widget_pack plugin

v6.2.1

26 Aug 15:00
Compare
Choose a tag to compare
  • fixed: php notice when page already routed

v6.2

16 Jun 08:54
Compare
Choose a tag to compare
  • changed: content_by_tag widget now preloads owners and containers
  • changed: do not include container object in results content_by_tag
  • changed: moved event functions to class files
  • changed: moved pagehandler functions to class functions
  • changed: moved pagesetup actions to separate class functions
  • changed: moved plugin hooks into the init function
  • changed: moved router hooks to class functions
  • changed: moved some more hooks to class functions
  • changed: moved the widget_manager_update_widget registration in init
  • changed: moved various hooks to class functions
  • changed: split widget_manager_init into multiple init functions
  • changed: use translatable short month/day in slim view content_by_tag
  • fixed: correctly get widget collapse state due to event order change
  • fixed: declare elgg/widgets js dependancy to prevent timing issues

v6.1

26 May 12:44
Compare
Choose a tag to compare
  • added: dashboard entity URLs can now be filtered
  • fixed: MultiDashboard::save() no longer sets attributes
  • fixed: only show edit icon if dashboard is editable
  • fixed: do not crash the loader if there are no private settings
  • fixed: moved elgg-widgets sortable modifications to system init event