Releases: patrick-blom/shorty
Releases · patrick-blom/shorty
0.3.1
0.3.0
[0.3.0] - 2022-11-03
Changed
- Update symfony from 4.4 to 5.4 LTS incl. dependencies
- Update for php 8.1
- Add test credentials to .env.test
- Prevent migrations from autoloading
Removed
- Removed support for PHP 7.2
- Removed support for PHP 7.3
- Removed support for PHP 7.4
0.2.0
[0.2.0] - 2020-03-26
Added
- Add new method in UriController for fetch Response status texts
Changed
- Update symfony from 4.3 to 4.4 incl. dependencies
- Fix phpcs hints for undefined variables
- Edit doctrine config to prevent deprecation warnings
- Edit the README.md
- Edit Controller to prevent deprecation warnings
0.1.0
[0.1.0] - 2019-11-28
Added
- Add travis build for PHP 7.2 & PHP 7.3
Changed
- Update symfony dependencies
- Fix phpcs hints in tests
- Update composer.json commands
- Edit the README.md
Removed
- Removed support for PHP 7.1
First Bugfix Release
- Database schema bugfix
Add mutation testing
0.0.5 update changelog and readme
Add feature for short link deletion
0.0.4 update the necessary documentation files and remove unused use statem…
Add a favicon
0.0.3 add a simple favicon
Apply review changes
- remove empty line after control structure - add tests for new functions in UriController and UriManager - fix code style for the tests
First Release
0.0.1 remove google app engine stuff because they dont support sqlite atm -.-