Releases: gearsdigital/reporter-for-kirby
v4.1.1
v4.1.0
v4.0.0
4.0.0 (2021-11-11)
Bug Fixes
- an email is now sent properly with its specified type (7dbd8a6)
- repair broken bade links (7ec4f3a)
- set correct default email type to text (f5299e4)
- update composer to reflect the latest additions (c77ac9f)
- Send as mail #19 (#43) (12376c5), closes #19
Features
- add semantic release to automate the release process (0d6add6)
- improve default email templates (8e14bbe)
- report preview is now rendered using the correct template (#46) (30de8b3), closes #45
BREAKING CHANGES
options
are now registered with the new option syntax
v3.0.1
What's Changed
- Refactor client handling by @gearsdigital in #35
- refactor: remove tightly coupled template parser from report client by @gearsdigital in #36
Full Changelog: v3.0.0...v3.0.1
3.0.0
This release contains comes without new features but with compatibility to Kirby 3.6 🥳
What's Changed
- chore(deps): bump lodash from 4.17.14 to 4.17.19 by @dependabot in #29
- 3.6 compatibility with improved code standarts by @afbora in #32
Full Changelog: v2.0.0...v3.0.0
2.0.0
As you may have guessed this release contains a Breaking Change:
I renamed the property kirby-reporter.disabled
to kirby-reporter.enabled
(#24) which makes much more sense now. Reporter is still not enabled by default and you need to set kirby-reporter.enabled
explictly to true
in order to use the Reporter.
The second major change is, that you can now use a Reporter section. This allows you, for example, to easily add a Feedback-Tab to your site.yml
. More integrated. More possibilities.
Shout out to @nilshoerrmann for the Inspiration!
1.3.4
This release deals with a major issue and fixes the plugin installation via composer.
It is now possible to install the plugin using composer require gearsdigital/kirby-reporter
without breaking the whole site 🙈
I added also an example configuration.
1.3.3
This is release contains a small bugfix provided by @felixhaeberle. Kirby Reporter
will now be installed correctly to /sites/plugins
if installed using composer.
1.3.2
This is another small bugfix release to update the compiled files and make changes made in v1.3.1 work.
1.3.1
This is a very small bugfix release which fixes a small formatting issue.