Skip to content

Commit

Permalink
Bumped to version 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianwennink committed Dec 6, 2023
1 parent 2407697 commit 45a1ead
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/1_bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ body:
attributes:
label: IconCaptcha version
description: Please specify the version of the package that you are using.
placeholder: "e.g. 4.0.0 or 'latest'"
placeholder: "e.g. 4.0.1 or 'latest'"
validations:
required: true
- type: input
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/2_blank_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ body:
attributes:
label: IconCaptcha version
description: Please specify the version of the package that you are using.
placeholder: "e.g. 4.0.0 or 'latest'"
placeholder: "e.g. 4.0.1 or 'latest'"
validations:
required: true
- type: input
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes will be documented in this file. Only changes starting at IconCaptcha 2.0.2 have been recorded.

## 4.0.1 - Dec 7, 2023
Release: [View tag 4.0.1](https://github.com/fabianwennink/IconCaptcha-PHP/releases/tag/4.0.1)

### Fixed
- Fixed an issue regarding the challenge image width, which is received in the payload when processing the icon selection call.

For a full list of commits and changes, please refer to the [full commit changelog](https://github.com/fabianwennink/IconCaptcha-PHP/compare/4.0.0...4.0.1).

## 4.0.0 - Nov 5, 2023
Release: [View tag 4.0.0](https://github.com/fabianwennink/IconCaptcha-PHP/releases/tag/4.0.0)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</p>

<p align="center">
<a href="https://github.com/fabianwennink/IconCaptcha-PHP/releases"><img src="https://img.shields.io/badge/version-4.0.0-orange.svg?style=flat-square" alt="Version" /></a>
<a href="https://github.com/fabianwennink/IconCaptcha-PHP/releases"><img src="https://img.shields.io/badge/version-4.0.1-orange.svg?style=flat-square" alt="Version" /></a>
<a href="https://packagist.org/packages/fabianwennink/iconcaptcha"><img src="https://img.shields.io/packagist/v/fabianwennink/iconcaptcha.svg?style=flat-square" alt="Latest Version on Packagist" /></a>
<a href="https://fabianwennink.nl/projects/IconCaptcha/license"><img src="https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square" alt="License" /></a>
<a href="https://paypal.me/nlgamevideosnl"><img src="https://img.shields.io/badge/support-PayPal-lightblue.svg?style=flat-square" alt="Support via PayPal" /></a>
Expand Down
2 changes: 1 addition & 1 deletion assets/client/css/iconcaptcha.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 45a1ead

Please sign in to comment.