All notable changes to this project will be documented in this file.
- Fixed: deprecations (#4)
- Changed: improved support for contao 5
- Changed: improved PHP 8 compatibility
- Removed: PHP 7.4 support
- Fixed: check for getCurrentRequest() first
- Fixed: incompatibility with contao 5 form ajax submit
- Fixed: empty url type issue
- Fixed: UitlsBundle api change
- Fixed: possible exception
- Added: support for contao 5
- Added: support for utils bundle version 3
- Added: license file
- Changed: dropped support for contao 4.9
- Changed: some small code adjustments
- Fixed: Symfony 6 compatibility
- Removed: outdated test setup
- Changed: removed remaining request bunde usages
- Deprecated: huh.ajax service alias
- Changed: requires at least php 7.4
- Changed: requires at least contao 4.9
- Changed: some refactoring
- Changed: lowered dependency on RequestBundle
- Fixed: deprecation warning due missing return value in contao manager plugin class
- Fixed: invalid composer.json file
- Fixed: array index issue
- Fixed: session issue
- Added: php8 support
- removed symfony/framework-bundle as dependency for better compatibility
- set
$GLOBALS['AJAX']
only if it's not already set (caused error when using heimrichhannot/contao-ajax and heimrichhannot/contao-ajax-bundle simultanious)
- composer.json
- including exit function
- fixed token manager from
contao.csrf
tosecurity.csrf
- fixed isset csrf_protection and tests
- fixed namespace in test
- replaced deprecated functions call