-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [4.0.0](v3.0.1...v4.0.0) (2021-11-11) ### Bug Fixes * an email is now sent properly with its specified type ([7dbd8a6](7dbd8a6)) * repair broken bade links ([7ec4f3a](7ec4f3a)) * set correct default email type to text ([f5299e4](f5299e4)) * update composer to reflect the latest additions ([c77ac9f](c77ac9f)) * Send as mail #19 (#43) ([12376c5](12376c5)), closes [#19](#19) [#43](#43) [#19](#19) ### Features * add semantic release to automate the release process ([0d6add6](0d6add6)) * improve default email templates ([8e14bbe](8e14bbe)) * report preview is now rendered using the correct template ([#46](#46)) ([30de8b3](30de8b3)), closes [#45](#45) ### BREAKING CHANGES * `options` are now registered with the new option syntax
- Loading branch information
1 parent
c77ac9f
commit 1231e92
Showing
175 changed files
with
25,895 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# [4.0.0](https://github.com/gearsdigital/reporter-for-kirby/compare/v3.0.1...v4.0.0) (2021-11-11) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* an email is now sent properly with its specified type ([7dbd8a6](https://github.com/gearsdigital/reporter-for-kirby/commit/7dbd8a6c702bd7ac0e3a3820484e86da295cc364)) | ||
* repair broken bade links ([7ec4f3a](https://github.com/gearsdigital/reporter-for-kirby/commit/7ec4f3a51cef8915a46c296090cd291c1a5fba06)) | ||
* set correct default email type to text ([f5299e4](https://github.com/gearsdigital/reporter-for-kirby/commit/f5299e498bf22af3e9561ff1b3ac3303c4e47477)) | ||
* update composer to reflect the latest additions ([c77ac9f](https://github.com/gearsdigital/reporter-for-kirby/commit/c77ac9f56991f161aaaa648b14c3dcb79beea827)) | ||
|
||
|
||
* Send as mail #19 (#43) ([12376c5](https://github.com/gearsdigital/reporter-for-kirby/commit/12376c5ef392047d14667cdb2eaea0fbd6e55c6a)), closes [#19](https://github.com/gearsdigital/reporter-for-kirby/issues/19) [#43](https://github.com/gearsdigital/reporter-for-kirby/issues/43) [#19](https://github.com/gearsdigital/reporter-for-kirby/issues/19) | ||
|
||
|
||
### Features | ||
|
||
* add semantic release to automate the release process ([0d6add6](https://github.com/gearsdigital/reporter-for-kirby/commit/0d6add624fc5aa2e9d50537eed6c763cbc7a376d)) | ||
* improve default email templates ([8e14bbe](https://github.com/gearsdigital/reporter-for-kirby/commit/8e14bbe2b4499b532ef5d1be6420d631766f2a7f)) | ||
* report preview is now rendered using the correct template ([#46](https://github.com/gearsdigital/reporter-for-kirby/issues/46)) ([30de8b3](https://github.com/gearsdigital/reporter-for-kirby/commit/30de8b33f4ed093f8e68dc541cd5db71d16be0bd)), closes [#45](https://github.com/gearsdigital/reporter-for-kirby/issues/45) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* `options` are now registered with the new option syntax |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?php | ||
|
||
// autoload.php @generated by Composer | ||
|
||
require_once __DIR__ . '/composer/autoload_real.php'; | ||
|
||
return ComposerAutoloaderInit04fcd442a762cccdd866ccf0bdb33562::getLoader(); |
Oops, something went wrong.