Skip to content

Releases: isszz/rotate-captcha

v0.0.5

29 Jun 12:27
9155572
Compare
Choose a tag to compare
Fix bug and compatible with thinkphp > 6.0

Fixed bug, compatible with thinkphp version greater than 6.0 when confing driver is used by default

v0.0.4

05 Jan 06:54
Compare
Choose a tag to compare
  1. 增加facade注释
  2. 移除助手类的 rotate_captcha_img 方法使用rotate_captcha_output代替,用法和\isszz\captcha\rotate\facade\Captcha::output方法相同,返回数组[$mime, $image],生成图片的mime类型和图片内容

v0.0.3

07 Oct 08:17
Compare
Choose a tag to compare
修复imagick的bug

v0.0.2

19 Sep 15:04
Compare
Choose a tag to compare
  1. 移除thinphp6依赖,可在其他框架,增加少量代码使用啦
  2. 增加配置驱动

v0.0.1

16 Sep 17:27
Compare
Choose a tag to compare
  1. 增加存储驱动功能可使用session,cache,cookie驱动
  2. 验证方式改为token交换,利于vue,react,app等调用
  3. 加密方式更改为AES
  4. 新增输出格式设置,可设置webp,生成图片更小,清晰度更高且支持透明底色