You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,24 +5,26 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangel#og.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
-
----
8
+
* * *
9
9
10
10
## [Unreleased]
11
11
12
+
## [2.8.0] - 2023-09-13
13
+
12
14
### Added
13
15
14
16
- Github Support Files
15
17
- Github Action Updates
16
18
- ColdBox 7 Auto Testing
17
19
- New `start:fakemail` command to start FakeSMTP for testing
18
20
- Addded fake smtp server for testing on the harness
19
-
- Skipping of parsing tokens if the mail type is template to avoid complex data in the send-grip protocol https://github.com/coldbox-modules/cbmailservices/pull/34
21
+
- Skipping of parsing tokens if the mail type is template to avoid complex data in the send-grip protocol <https://github.com/coldbox-modules/cbmailservices/pull/34>
20
22
21
23
## [v2.7.1] => 2023-FEB-14
22
24
23
25
### Fixed
24
26
25
-
- Fix usage of invalid named member function #33 (https://github.com/coldbox-modules/cbmailservices/pull/33)
27
+
- Fix usage of invalid named member function #33 (<https://github.com/coldbox-modules/cbmailservices/pull/33>)
26
28
27
29
## [v2.7.0] => 2023-JAN-16
28
30
@@ -38,7 +40,7 @@ A big thanks to @richardherbert for all the updates in this release.
38
40
39
41
- Added test for MAILGUN_BASEURL property
40
42
- Updated to make MAILGUN_APIURL optional
41
-
- Added support for Mailgun EU region by making MAILGUN_APIURL an optional property with https://api.mailgun.net/v3/ as the default.
43
+
- Added support for Mailgun EU region by making MAILGUN_APIURL an optional property with <https://api.mailgun.net/v3/> as the default.
42
44
43
45
### Changed
44
46
@@ -207,7 +209,7 @@ A big thanks to @richardherbert for all the updates in this release.
207
209
## [v1.4.0]
208
210
209
211
- Updated to use module templating
210
-
- Proposed additionalInfo data struct for provider specific implementations. Added a couple of helper methods : https://github.com/coldbox-modules/cbox-mailservices/pull/5
212
+
- Proposed additionalInfo data struct for provider specific implementations. Added a couple of helper methods : <https://github.com/coldbox-modules/cbox-mailservices/pull/5>
211
213
- Updated to leverage WireBox for object creations instead of internal new and createobjects
212
214
213
215
## [v1.3.0]
@@ -229,3 +231,7 @@ A big thanks to @richardherbert for all the updates in this release.
0 commit comments