Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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
semantic-release-bot committed Nov 11, 2021
1 parent c77ac9f commit 1231e92
Show file tree
Hide file tree
Showing 175 changed files with 25,895 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
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
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gearsdigital/reporter-for-kirby",
"version": "4.0.1",
"version": "4.0.0",
"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.",
"type": "kirby-plugin",
"license": "MIT",
Expand Down Expand Up @@ -36,4 +36,4 @@
"extra": {
"kirby-cms-path": "vendor/getkirby/kirby"
}
}
}
7 changes: 7 additions & 0 deletions vendor/autoload.php
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();
Loading

0 comments on commit 1231e92

Please sign in to comment.