Releases: terrylinooo/shieldon
Releases · terrylinooo/shieldon
2.1.1
2.1.0
- Moved constants from Kernal class to an independent Enum class.
- Applied to new PHPCS rules (Laravel PSR-2) and fix coding style.
- Added a Dockerfile in tests/Fixture/docker for testing purpose.
- Tested up to 8.2.7
2.1.0-rc.1
- Moved constants from Kernal class to an independent Enum class.
- Applied to new PHPCS rules (Laravel PSR-2) and fix coding style.
- Added a Dockerfile in
tests/Fixture/docker
for testing purpose. - Tested up to 8.2.7
Please don't install this package, I will test it in real website and then release it later.
2.0.2
- Fix PHP 8 compatible issues.
2.0.1
2.0.0
Breaking changes between 1.x and 2.x
- PSR 7, 15, 17 implemantation.
- Get rid of PHP native session, use Shieldon Session driver instead.
- Improve the UI of the control panel.
- Improve code quality and unit tests.
1.0.4
1.x
No longer develop for new features, only maintain for bugs if exist.
composer require shieldon/shieldon ^1
Guide: Shieldon 1.x documentation
1.0.3
- Prevent automatic favicon requests when displaying CAPTCHA form.
1.0.2
- Add the Facebook and Twitter bots into the whitelist in TrustedBot component.