Skip to content

IconCaptcha v3.1.2

Compare
Choose a tag to compare
@fabianwennink fabianwennink released this 03 Apr 17:18
· 172 commits to master since this release
68b4aba
  • Added the 'available icons count' as a config option, instead of having the amount hard-coded as a constant.

  • Fixed nested default options not properly merging with custom options.

  • Using __DIR__ magic constant instead of dirname(__FILE__) for the assets path.

  • Converted all default icons to using True Color.

    • Note: This is quick fix for new installations of IconCaptcha. As pointed out in several issues and a pull request (#28), there is a strange issue with the GD imagerotate function, which sometimes breaks on specific environments or versions. Using imagepalettetotruecolor prior to rotating the icons seems to solve this issue, as pointed out in the pull request. As it's still being decided if imagepalettetotruecolor should be used, this is a quick fix for new installations using only the default icons.
  • Updated the widget assets to 3.1.1