Skip to content

Commit

Permalink
Merge branch 'release/3.2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
sander-beenen committed May 21, 2024
2 parents 8b1e87d + 0635024 commit 5ff4a3d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.2.1] - 2024-05-21

### Fixed

- Fixed `registerMailTemplates` logic for October CMS 3.6.
- Is backwards compatible with older October CMS versions.

## [3.2.0] - 2024-05-08

### Added
Expand Down
2 changes: 1 addition & 1 deletion Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public function registerNavigation(): array
public function registerMailTemplates(): array
{
return [
'vdlp.horizon::mail.long-wait-detected' => 'Long Queue Wait Detected',
'vdlp.horizon::mail.long-wait-detected',
];
}

Expand Down
1 change: 1 addition & 0 deletions updates/version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ v3.1.0:
- 20220923_0001_create_job_batches_table.php
v3.1.1: "Update Horizon Dashboard Layout (new UI)"
v3.2.0: "Add support for Horizon 5.24.4"
v3.2.1: "Fix registerMailTemplates for October CMS 3.6"
1 change: 1 addition & 0 deletions views/mail/long-wait-detected.htm
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
subject = "Long Queue Wait Detected"
description = "Long Queue Wait Detected"
==
The "{{ longWaitQueue }}" queue on the "{{ longWaitConnection }}" connection has a wait time of {{ seconds }} seconds.
==
Expand Down

0 comments on commit 5ff4a3d

Please sign in to comment.