Skip to content

Releases: b13/assetcollector

[RELEASE] 3.0.0

02 Dec 07:30
Compare
Choose a tag to compare

drop TYPO3 v10 Support and add v13

What's Changed

Full Changelog: 2.0.2...3.0.0

[RELASE] 2.0.2

08 Feb 10:22
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.1...2.0.2

[RELEASE] Bugfix on version constraints

07 Dec 09:07
7764035
Compare
Choose a tag to compare
[BUGFIX] TYPO3 requirements (#16)

Co-authored-by: Achim Fritz <[email protected]>

[RELEASE] 2.0.0

29 Nov 14:41
3a96341
Compare
Choose a tag to compare

What's Changed

  • [!!!] [TASK] Change Requirements by @achimfritz in #14
    • drop TYPO3 v9 Support and PHP < 7.4
    • add TYPO3 v12 Support

Full Changelog: 1.6.1...2.0.0

[RELEASE] 1.6.1

07 Nov 07:31
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.6.0...1.6.1

[RELEASE] Add class to inline style tag

01 Jun 11:14
40ea91c
Compare
Choose a tag to compare
1.6.0

[RELEASE] Add class to inline style tag

[RELEASE] Add class to SVG map

30 Mar 12:58
Compare
Choose a tag to compare

Fix svg map injection when there is no body tag.
For example, for pages with 'config.disableAllHeaderCode = 1'.

[RELEASE] Add class to SVG map

28 Mar 06:49
25f4827
Compare
Choose a tag to compare
Merge pull request #10 from b13/svg-map-class

Add class to SVG map

[RELEASE] Add support for PHP 8.0

03 Jan 11:56
12e46b5
Compare
Choose a tag to compare
1.5.2

[RELEASE] Add support for PHP 8.0

[TASK] Don’t add empty viewBox attribute

23 May 10:47
520eb34
Compare
Choose a tag to compare

The empty attribute produces errors in some browsers. Since viewBox is not required it can be omitted.