diff --git a/CHANGELOG.md b/CHANGELOG.md index f7027fb..a0576b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [2.2.4](https://www.github.com/live627/smf-custom-forms/compare/v2.2.3...v2.2.4) (2022-05-24) + + +### Bug Fixes + +* Naming mixup on Who's Online page ([2acb35b](https://www.github.com/live627/smf-custom-forms/commit/2acb35bfde331a115774e4ce4cbd0e555c8fd5eb)) + ### [2.2.3](https://www.github.com/live627/smf-custom-forms/compare/v2.2.2...v2.2.3) (2022-03-20) diff --git a/README.md b/README.md index f789e03..bb81701 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Package name | SMF version | Minimmum PHP version --- | --- | --- -[Custom Form Mod 2.2.3](https://github.com/live627/smf-custom-forms/releases/download/v2.2.3/custom-forms_2-2-3.tgz) | SMF 2.0.x, SMF 2.1.x | PHP 7.4 +[Custom Form Mod 2.2.4](https://github.com/live627/smf-custom-forms/releases/download/v2.2.4/custom-forms_2-2-4.tgz) | SMF 2.0.x, SMF 2.1.x | PHP 7.4 Custom Form Mod 2.0.0 | 2.0.x | PHP 7.4 Custom Form Mod 1.8.0 | 2.0.x | PHP 5.3 Custom Form Mod 1.7 | SMF 1.1.x, 2.0.x | PHP 4.3 – PHP 7.4 diff --git a/composer.json b/composer.json index efea0d4..39d916d 100644 --- a/composer.json +++ b/composer.json @@ -12,5 +12,5 @@ "require": { "php": ">=7.4" }, - "version": "2.2.3" + "version": "2.2.4" } diff --git a/src/Class-CustomForm.php b/src/Class-CustomForm.php index 9cd9150..cd96629 100644 --- a/src/Class-CustomForm.php +++ b/src/Class-CustomForm.php @@ -2,7 +2,7 @@ /** * @package Custom Form mod - * @version 2.2.3 + * @version 2.2.4 * @author John Rayes * @copyright Copyright (c) 2014, John Rayes * @license http://opensource.org/licenses/MIT MIT diff --git a/src/CustomForm.english.php b/src/CustomForm.english.php index 06edd57..c79bf6d 100644 --- a/src/CustomForm.english.php +++ b/src/CustomForm.english.php @@ -2,7 +2,7 @@ /** * @package Custom Form mod - * @version 2.2.3 + * @version 2.2.4 * @author John Rayes * @copyright Copyright (c) 2014, John Rayes * @license http://opensource.org/licenses/MIT MIT diff --git a/src/CustomForm.template.php b/src/CustomForm.template.php index b50df73..07a640f 100644 --- a/src/CustomForm.template.php +++ b/src/CustomForm.template.php @@ -4,7 +4,7 @@ /** * @package Ultimate Menu mod - * @version 2.2.3 + * @version 2.2.4 * @author John Rayes * @copyright Copyright (c) 2014, John Rayes * @license http://opensource.org/licenses/MIT MIT diff --git a/src/ManageCustomForm.php b/src/ManageCustomForm.php index c525be6..6978c0a 100644 --- a/src/ManageCustomForm.php +++ b/src/ManageCustomForm.php @@ -2,7 +2,7 @@ /** * @package Custom Form mod - * @version 2.2.3 + * @version 2.2.4 * @author John Rayes * @copyright Copyright (c) 2014, John Rayes * @license http://opensource.org/licenses/MIT MIT diff --git a/src/Subs-CustomForm.php b/src/Subs-CustomForm.php index 152da78..1ce2129 100644 --- a/src/Subs-CustomForm.php +++ b/src/Subs-CustomForm.php @@ -2,7 +2,7 @@ /** * @package Custom Form mod - * @version 2.2.3 + * @version 2.2.4 * @author John Rayes * @copyright Copyright (c) 2014, John Rayes * @license http://opensource.org/licenses/MIT MIT diff --git a/src/install.txt b/src/install.txt index ce4c482..8d3be41 100644 --- a/src/install.txt +++ b/src/install.txt @@ -1,4 +1,4 @@ -[b][size=6]Custom Form Mod Version 2.2.3[/size][/b] +[b][size=6]Custom Form Mod Version 2.2.4[/size][/b] [url="http://opensource.org/licenses/MIT"][img]https://camo.githubusercontent.com/d7b0ca6383644d5ac81e234f8d2249b731a1407b/687474703a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d3030393939392e737667[/img][/url] [url="https://www.paypal.me/JohnRayes"][img]https://camo.githubusercontent.com/e03e24ac37094afa6d1d089fc32de8027e9b4988/687474703a2f2f696d672e736869656c64732e696f2f62616467652f50617950616c2d242d3030393936362e737667[/img][/url] diff --git a/src/package-info.xml b/src/package-info.xml index 383be6f..0d44bb3 100644 --- a/src/package-info.xml +++ b/src/package-info.xml @@ -4,7 +4,7 @@ Custom Form Mod LHVWB:CustomFormMod modification - 2.2.3 + 2.2.4 * @copyright Copyright (c) 2014, John Rayes * @license http://opensource.org/licenses/MIT MIT diff --git a/src/uninstall-required.php b/src/uninstall-required.php index 5055db9..5abbca5 100644 --- a/src/uninstall-required.php +++ b/src/uninstall-required.php @@ -2,7 +2,7 @@ /** * @package Custom Form mod - * @version 2.2.3 + * @version 2.2.4 * @author John Rayes * @copyright Copyright (c) 2014, John Rayes * @license http://opensource.org/licenses/MIT MIT