Releases: slimphp/PHP-View
Releases · slimphp/PHP-View
3.4.0
3.3.0
Added
Maintenance
- Update .gitattributes file with recent changes
- Update psr/http-message requirement from ^1.0 to ^1.1
- Update composer test target
- Add PHP 8.2 and 8.3 to CI
- Update badges
- Update build
- Update phpunit settings
- Add phpunit coverage report
- Add PHPUnit 10
- Update readme
- Upgrade GitHub actions checkout to v4
3.2.0
Total issues resolved: 9
- 74: Update dependencies and add github workflow thanks to @l0gicgate
- 75: Update squizlabs/php_codesniffer requirement from ^3.5 to ^3.6 thanks to @dependabot[bot]
- 76: Update slim/psr7 requirement from ^1.3.0 to ^1.5 thanks to @dependabot[bot]
- 77: Add
templateExists
function thanks to @jakejohns - 78: Update phpunit/phpunit requirement from ^9.5.10 to ^9.5.11 thanks to @dependabot[bot]
- 79: Drop Support for PHP 7.3 & Travis CI thanks to @nbayramberdiyev
- 90: Update squizlabs/php_codesniffer requirement from ^3.6 to ^3.7 thanks to @dependabot[bot]
3.1.0
Total issues resolved: 2
- 71: Add PHP 8 thanks to @odan
- 72: Remove support for PHP 7.1 and 7.2 thanks to @akrabat
3.0.0
Total issues resolved: 10
- 51: Use 4 space indent in composer.json thanks to @piotr-cz
- 52: Add fetchTemplate() method for layout-less rendering thanks to @jaywilliams
- 53: Bugfix: Infinite loop in fetch thanks to @piotr-cz
- 54: Add test for calling fetch() in a layout template thanks to @akrabat
- 55: Update dependencies thanks to @akrabat
- 56: Update for PHP 7.1+ thanks to @akrabat
- 57: Add custom exceptions thanks to @akrabat
- 59: Fix docblocs and license information thanks to @l0gicgate
- 61: Update .travis.yml thanks to @sergiy-petrov
- 63: Update link to laminas-escaper thanks to @odan
2.2.1
Total issues resolved: 4
- 36: Use func_get_arg(0) vs $template thanks to @pmjones
- 39: textual change in README.md thanks to @llvdl
- 44: Add layout support thanks to @tsu1980
- 45: Update .travis.yml thanks to @geggleto
2.2.0
2.1.0
Total issues resolved: 2
Updated Require-Dev dependencies
Woo Hoo Slim 3!
BugFix 2.0.5
- Changed filename to stop problems with AutoLoading.