Skip to content

Releases: SoftCreatR/php-mime-detector

3.2.1

30 May 10:35
Compare
Choose a tag to compare
Release 3.2.1

3.2.0

02 Dec 16:03
Compare
Choose a tag to compare
Release 3.2.0

- Switched from PSR-2 to PSR-12
- Added roave/security-advisories & squizlabs/php_codesniffer as dev requirements
- Switched from LGPL to ISC
- Switched from Travis to GitHub actions
- Added CODE_OF_CONDUCT
- Added issue templates
- Added pull request template
- Switched from BMC to GitHub sponsors

- Applied small bugfixes
- Fixed some spelling issues

3.1.0

25 Aug 20:51
Compare
Choose a tag to compare
  • Added detection for AVIF files
  • Performed small code optimizations

Release 3.0.0

29 Oct 19:19
Compare
Choose a tag to compare
- Switched from Singleton, because it made testing more complicated and did not provide any improvements compared to a "normal" class
- Added new method setByteCacheMaxLength()
- Updated test
- Updated dependencies (composer.lock)
- Updated readme

2.0.1

21 Oct 09:09
Compare
Choose a tag to compare
Release 2.0.1

2.0.0

16 Oct 04:22
Compare
Choose a tag to compare
Release 2.0.0

1.0.0

15 Oct 05:45
Compare
Choose a tag to compare
- Updated docs