Skip to content

Releases: sjelfull/craft3-beam

5.0.0

24 Apr 09:21
3fc7c7f
Compare
Choose a tag to compare
chore: craft5 support (#18)

* chore: cleaning up code for craft 5

Signed-off-by: Fred Carlsen <fred@sjelfull.no>

* fix: fix string concat issue in readme example

Signed-off-by: Fred Carlsen <fred@sjelfull.no>

* chore: preparing quality tooling for craft 5

Signed-off-by: Fred Carlsen <fred@sjelfull.no>

* chore: craft 5 support

Signed-off-by: Fred Carlsen <fred@sjelfull.no>

* 5.0.0

Signed-off-by: Fred Carlsen <fred@sjelfull.no>

* chore: add code analysis workflows

Signed-off-by: Fred Carlsen <fred@sjelfull.no>

* fixup! chore: add code analysis workflows

Signed-off-by: Fred Carlsen <fred@sjelfull.no>

* fix: code issues

Signed-off-by: Fred Carlsen <fred@sjelfull.no>

---------

Signed-off-by: Fred Carlsen <fred@sjelfull.no>

3.0.0

03 Oct 17:42
b424283
Compare
Choose a tag to compare
3.0.0

2.1.5

27 Jan 09:41
ddb9904
Compare
Choose a tag to compare
Update composer.json

2.1.4

06 Jun 09:11
Compare
Choose a tag to compare

Fixed

  • Fixed error when trying to download export for a user without access to the CP

2.1.3

02 Feb 14:51
ba565dd
Compare
Choose a tag to compare

Added

  • Added route so Beam can be used in the control panel

2.1.2

30 Jan 12:01
Compare
Choose a tag to compare

Fixed

  • Fixed exception when league/csv 8.x is installed

2.1.1

05 Jan 11:38
2031e02
Compare
Choose a tag to compare

Changed

  • Changed league/csv dependency to not conflict with Feed Me

2.1.0

27 Nov 21:42
Compare
Choose a tag to compare

Added

  • Added an model and template methods to make it easier to add content and change config on the fly, in loops etc.

Changed

  • The template syntax is now more flexible and easier to work with (this is a breaking change)
  • Output will now be written to a temporary file, and the browser will redirect to another url for downloading. This gets rid of the problems with possible whitespace being included in the CSV.

2.0.0

05 Dec 12:23
Compare
Choose a tag to compare

Added

  • Initial release