Skip to content

Releases: kenjis/ci3-like-captcha

v1.1.1

05 Oct 07:22
dcaf489
Compare
Choose a tag to compare

What's Changed

  • chore: use php-simple-captcha ^2.2.2 by @kenjis in #5

Full Changelog: v1.1.0...v1.1.1

v1.1.0

04 Oct 01:11
f80d042
Compare
Choose a tag to compare

What's Changed

  • Support PHP 8.1 and drop PHP 7.3 support by @kenjis in #4

Full Changelog: v1.0.1...v1.1.0

Installation

Add the following to your project composer.json:

    "minimum-stability": "dev",
    "prefer-stable": true,
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/kenjis/php-simple-captcha.git"
        }
    ],

v1.0.1

29 Sep 00:38
Compare
Choose a tag to compare
  • Support PHP 8.0
  • Drop PHP 7.2 support

v1.0.0

29 Sep 00:20
Compare
Choose a tag to compare
  • Initial release