Skip to content

Releases: terrylinooo/shieldon

2.1.1

17 Jun 08:49
Compare
Choose a tag to compare
  • Update composer.json

2.1.0

09 Jun 23:37
Compare
Choose a tag to compare
  • 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

09 Jun 11:27
Compare
Choose a tag to compare
2.1.0-rc.1 Pre-release
Pre-release
  • 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

11 Dec 18:06
Compare
Choose a tag to compare
  • Fix PHP 8 compatible issues.

2.0.1

27 Aug 05:48
Compare
Choose a tag to compare

This update has fixed a typo of a data field, please remove all files in the shieldon's storage folder to rebuild data tables.

2.0.0

23 Aug 03:02
Compare
Choose a tag to compare

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

06 Jul 16:30
Compare
Choose a tag to compare

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

07 May 14:17
Compare
Choose a tag to compare
  • Prevent automatic favicon requests when displaying CAPTCHA form.

1.0.2

04 May 10:00
Compare
Choose a tag to compare
  • Add the Facebook and Twitter bots into the whitelist in TrustedBot component.

1.0.1

24 Apr 04:25
Compare
Choose a tag to compare
  • Fix issue #18