Skip to content

Commit 1231e92

Browse files
chore(release): 4.0.0 [skip ci]
# [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
1 parent c77ac9f commit 1231e92

File tree

175 files changed

+25895
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

175 files changed

+25895
-2
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# [4.0.0](https://github.com/gearsdigital/reporter-for-kirby/compare/v3.0.1...v4.0.0) (2021-11-11)
2+
3+
4+
### Bug Fixes
5+
6+
* an email is now sent properly with its specified type ([7dbd8a6](https://github.com/gearsdigital/reporter-for-kirby/commit/7dbd8a6c702bd7ac0e3a3820484e86da295cc364))
7+
* repair broken bade links ([7ec4f3a](https://github.com/gearsdigital/reporter-for-kirby/commit/7ec4f3a51cef8915a46c296090cd291c1a5fba06))
8+
* set correct default email type to text ([f5299e4](https://github.com/gearsdigital/reporter-for-kirby/commit/f5299e498bf22af3e9561ff1b3ac3303c4e47477))
9+
* update composer to reflect the latest additions ([c77ac9f](https://github.com/gearsdigital/reporter-for-kirby/commit/c77ac9f56991f161aaaa648b14c3dcb79beea827))
10+
11+
12+
* 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)
13+
14+
15+
### Features
16+
17+
* add semantic release to automate the release process ([0d6add6](https://github.com/gearsdigital/reporter-for-kirby/commit/0d6add624fc5aa2e9d50537eed6c763cbc7a376d))
18+
* improve default email templates ([8e14bbe](https://github.com/gearsdigital/reporter-for-kirby/commit/8e14bbe2b4499b532ef5d1be6420d631766f2a7f))
19+
* 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)
20+
21+
22+
### BREAKING CHANGES
23+
24+
* `options` are now registered with the new option syntax

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gearsdigital/reporter-for-kirby",
3-
"version": "4.0.1",
3+
"version": "4.0.0",
44
"description": "Gather feedback directly out of the Panel! Enable your editors or clients to submit tasks, bugs and ideas either straight to your issue tracker or by E-Mail.",
55
"type": "kirby-plugin",
66
"license": "MIT",
@@ -36,4 +36,4 @@
3636
"extra": {
3737
"kirby-cms-path": "vendor/getkirby/kirby"
3838
}
39-
}
39+
}

vendor/autoload.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
// autoload.php @generated by Composer
4+
5+
require_once __DIR__ . '/composer/autoload_real.php';
6+
7+
return ComposerAutoloaderInit04fcd442a762cccdd866ccf0bdb33562::getLoader();

0 commit comments

Comments
 (0)