Skip to content

Commit

Permalink
Bumped version to 4.0.4
Browse files Browse the repository at this point in the history
Version not found :)
  • Loading branch information
fabianwennink committed Jan 23, 2025
1 parent e8c77d9 commit 18b0d13
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/1_bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ body:
attributes:
label: IconCaptcha version
description: Please specify the version of the package that you are using.
placeholder: "e.g. 4.0.3"
placeholder: "e.g. 4.0.4"
validations:
required: true
- type: input
id: version-php
attributes:
label: PHP version
description: Please specify the version of PHP you are using.
placeholder: e.g. 8.2.0
placeholder: e.g. 8.4.0
validations:
required: true
- type: dropdown
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/2_blank_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ body:
attributes:
label: IconCaptcha version
description: Please specify the version of the package that you are using.
placeholder: "e.g. 4.0.3"
placeholder: "e.g. 4.0.4"
validations:
required: true
- type: input
id: version-php
attributes:
label: PHP version
description: Please specify the version of PHP you are using.
placeholder: e.g. 8.2.0
placeholder: e.g. 8.4.0
validations:
required: true
- type: textarea
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.4 - January 23, 2025
Release: [View tag 4.0.4](https://github.com/fabianwennink/IconCaptcha-PHP/releases/tag/4.0.4)

### Fixed
- Fixed a compatibility issue with PHP 8.4 caused by a deprecation warning for "implicitly marked nullable parameters", which was breaking the code.

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

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

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.3-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.4-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
4 changes: 2 additions & 2 deletions examples/forms/ajax-form.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>IconCaptcha v4.0.3 - By Fabian Wennink</title>
<title>IconCaptcha v4.0.4 - By Fabian Wennink</title>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=11" />
<meta name="author" content="Fabian Wennink © <?= date('Y') ?>" />
Expand All @@ -38,7 +38,7 @@
<div class="shields">
<div class="shields-row">
<a href="https://github.com/fabianwennink/IconCaptcha-PHP/releases" target="_blank" rel="noopener">
<img src="https://img.shields.io/badge/version-4.0.3-orange.svg?style=flat-square" alt="Version 4.0.3"/>
<img src="https://img.shields.io/badge/version-4.0.4-orange.svg?style=flat-square" alt="Version 4.0.4"/>
</a>
<a href="https://github.com/fabianwennink/IconCaptcha-PHP/blob/master/LICENSE" target="_blank" rel="noopener">
<img src="https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square" alt="MIT license" />
Expand Down
4 changes: 2 additions & 2 deletions examples/forms/regular-form.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>IconCaptcha v4.0.3 - By Fabian Wennink</title>
<title>IconCaptcha v4.0.4 - By Fabian Wennink</title>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=11" />
<meta name="author" content="Fabian Wennink © <?= date('Y') ?>" />
Expand All @@ -58,7 +58,7 @@
<div class="shields">
<div class="shields-row">
<a href="https://github.com/fabianwennink/IconCaptcha-PHP/releases" target="_blank" rel="noopener">
<img src="https://img.shields.io/badge/version-4.0.3-orange.svg?style=flat-square" alt="Version 4.0.3" />
<img src="https://img.shields.io/badge/version-4.0.4-orange.svg?style=flat-square" alt="Version 4.0.4" />
</a>
<a href="https://github.com/fabianwennink/IconCaptcha-PHP/blob/master/LICENSE" target="_blank" rel="noopener">
<img src="https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square" alt="MIT license" />
Expand Down
4 changes: 2 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>IconCaptcha v4.0.3 - By Fabian Wennink</title>
<title>IconCaptcha v4.0.4 - By Fabian Wennink</title>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=11" />
<meta name="author" content="Fabian Wennink © <?= date('Y') ?>" />
Expand All @@ -20,7 +20,7 @@
<div class="shields">
<div class="shields-row">
<a href="https://github.com/fabianwennink/IconCaptcha-PHP/releases" target="_blank" rel="noopener">
<img src="https://img.shields.io/badge/version-4.0.3-orange.svg?style=flat-square" alt="Version 4.0.3" />
<img src="https://img.shields.io/badge/version-4.0.4-orange.svg?style=flat-square" alt="Version 4.0.4" />
</a>
<a href="https://github.com/fabianwennink/IconCaptcha-PHP/blob/master/LICENSE" target="_blank" rel="noopener">
<img src="https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square" alt="MIT license" />
Expand Down

0 comments on commit 18b0d13

Please sign in to comment.