Skip to content

Latest commit

 

History

History
96 lines (64 loc) · 2.04 KB

CHANGELOG.md

File metadata and controls

96 lines (64 loc) · 2.04 KB

Changelog

All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Detailed changes can see in the repository log.

Added

  • Nothing

Changed

  • Bumped minimum PHP version to 8.2
  • Various internal improvements

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

Security

  • Nothing

4.0.0 2022-12-10

Added

  • Compatibility with PHP 8.2

Changed

  • Bumped minimum PHP version to 8.0
  • Various internal improvements

3.1.0 - 2021-07-21

Changed

  • Added PHP 8.x support
  • Various source code improvements

3.0.0 - 2020-09-08

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 - 2019-12-08

Changed

  • Small internal improvements

2.0.0 - 2019-12-06

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 - 2017-09-01

Initial release