Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Releases: nathanwoulfe/Plumber-2

v1.6.5

04 Aug 06:18
dfcab85
Compare
Choose a tag to compare

Changes the reminder notifications component registration to avoid self-destruction when upgrading to Umbraco 8.15.

v1.6.4

23 Jul 07:24
0380a9b
Compare
Choose a tag to compare

Bug fixing on 1.6.3 - contains critical bug fixes for email notifications

v1.6.3

16 Jul 22:14
0380a9b
Compare
Choose a tag to compare
  • Adds missing localizations
  • Fixes bug in email generation where the change author was not available
  • Fixes bug where email generation didn't fall back to the default culture template
  • Fixes node name accessor in email template
  • UI/styling

Note: site URL and edit site URL settings are now required for generating notifications. This change was intended for v2, but snuck in here due to dodgy merging/cherry-picking. Neither setting is marked as required, but they should be given values.

v1.6.2

28 May 05:24
88f2da6
Compare
Choose a tag to compare

Maintenance release for 1.6.0/1, mainly backporting minor improvements made in the v9/dev branch:

  • Fixes offline approval URL generation
  • Improves HTML email generation
  • UI bug fixes related to content-type workflows and group workflow roles

v1.6.1

21 May 23:14
88f2da6
Compare
Choose a tag to compare

Bugfixing on the stealthy v1.6.0 release. Consider these combined release notes for v1.6.0/1:

  • Adds HTML notification emails, fully localized and customizable. Notifications are much more flexible with regard to who is emailed and when
  • Adds HTML reminder emails, sent to users with pending tasks of a configurable age
  • Adds documentation for emails (admittedly still needs more work)
  • Workflow settings stored as a JSON blob, making future changes easier as they no longer require DB migrations
  • Tasks accept long comments and these are handled elegantly in the UI
  • More localization
  • More tests
  • Squashes some annoying bugs, particularly related to supporting SQLCE and its big brother

v.1.5.3

28 Mar 02:33
d58c9e8
Compare
Choose a tag to compare

Maintenance release, resolving a few minor issues:

  • long workflow comments wrap rather than cropping
  • adds NodeSlim object to view models to collate related properties
  • adds page URL in workflow dialog
  • localizes more text in workflow dialog
  • adds go-to-node button in workflow dialog, when opened from a dashboard
  • fixes pagination in dashboards

v1.5.1

11 Feb 05:50
d58c9e8
Compare
Choose a tag to compare

Bugfixing on v1.5.0:

  • Add sensible default settings if non found on boot
  • Better manage upgrades from Umbraco 7, to remove duplication of settings data
  • Ensure attached files are included when auto-saving Umbraco content
  • Fix flickering footer buttons
  • Make alerts prettier

v1.5.0

15 Jan 07:24
45462c8
Compare
Choose a tag to compare

Feature release adding filters to the various history views, and standardising these to use consistent UI

  • adds more localization
  • adds history filters
  • restore dates in task list
  • prettier alerts on the admin dashboard
  • adds alert to admin dashboard when running a nightly build
  • updates scheduling to use Umbraco's client-side logic
  • extra polish on charts, new data points for fastest, slowest, average approval times
  • general bug fixing and code improvements

v1.4.3

13 Nov 23:22
65cc73c
Compare
Choose a tag to compare

This is largely a bug-fix release, tidying up a few issues discovered in the 1.4.2 release:

  • fixes an issue with offline approval variant management
  • fixes an issue where the action (publish/unpublish) may not always be set correctly
  • fixes issues where null responses were not handled/expected
  • fixes an issue where the default footer buttons were not correctly reassigned
  • restores comments in task lists
  • tidies up history views
  • don't show workflow app on element types
  • improve localization in server-generated strings (ie log mesages)
  • adds icon in content tree on nodes with active workflow
  • improve logged messages
  • adds a new feature where deleting groups requires explicit approval (not just clicking a button), and closes all active workflows where the deleted group is a participant

v1.4.2

23 Oct 11:24
65cc73c
Compare
Choose a tag to compare

Fixes an installer bug which prevented the install from completing. Refer to #48 if you're interested in a bit more detail.