Skip to content

Releases: gearsdigital/reporter-for-kirby

v4.1.1

11 Nov 15:44
Compare
Choose a tag to compare

4.1.1 (2021-11-11)

Bug Fixes

  • remove dev-packages from vendor to decrease package size (aa735f2)

v4.1.0

11 Nov 14:31
Compare
Choose a tag to compare

4.1.0 (2021-11-11)

Bug Fixes

  • update composer to reflect the latest additions (09de70e)

Features

  • add semantic release to automate the release process (addb13e)

v4.0.0

11 Nov 13:46
Compare
Choose a tag to compare

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

31 Oct 21:26
7939f94
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.0.1

3.0.0

15 Oct 11:41
ab23237
Compare
Choose a tag to compare

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

19 Jan 14:50
Compare
Choose a tag to compare

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

16 Jan 21:12
Compare
Choose a tag to compare

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

27 Dec 10:22
1a78cb3
Compare
Choose a tag to compare

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

05 Jul 20:15
Compare
Choose a tag to compare

This is another small bugfix release to update the compiled files and make changes made in v1.3.1 work.

1.3.1

05 Jul 13:58
Compare
Choose a tag to compare

This is a very small bugfix release which fixes a small formatting issue.