Skip to content

Releases: mobicms/captcha

5.0.0

28 Feb 12:00
5.0.0
Compare
Choose a tag to compare

Added

  • Ability to specify multiple font folders

Changed

  • Full refactoring, significant simplification of code
  • The verification code can be generated by the Image class
  • Captcha parameters are specified through the properties of the Image class
  • The font size is adjusted relative to the default size
  • Bumped minimum PHP version to 8.2
  • Various internal improvements

Removed

  • The Options class has been removed
  • The Code class has been removed

4.0.0

09 Dec 21:47
4.0.0
Compare
Choose a tag to compare

Added

  • PHP 8.2 support

Changed

  • Bumped minimum PHP version to 8.0
  • Various internal improvements

3.1.0

21 Jul 10:06
3.1.0
Compare
Choose a tag to compare

Changed

  • Added PHP 8.x support
  • Various code improvements

3.0.0

08 Sep 15:55
Compare
Choose a tag to compare

Added

  • New class for adjustment of a configuration options

Changed

  • Bumped minimum PHP version to 7.4
  • Code generator: added parameter check
  • Various improvements

2.0.1

22 Feb 07:30
Compare
Choose a tag to compare

Changed

  • Small internal improvements

2.0.0

22 Feb 07:27
Compare
Choose a tag to compare

Added

  • Added few fonts
  • Ability to use custom fonts
  • Ability to set various image options through class Options
  • Separate classes to generate CAPTCHA code and image
  • Ability to shuffle used fonts in the image
  • Added test case

Changed

  • The minimum required PHP version is 7.2
  • Changed package directory structure
  • Refactoring

Removed

  • The problematic font granps.ttf has been removed
  • Mobicms\Captcha\Captcha::class

1.0.0

22 Feb 07:27
Compare
Choose a tag to compare

Initial release