Skip to content

Commit

Permalink
chore: release 2.2.4 (#26)
Browse files Browse the repository at this point in the history
* chore: release 2.2.4

* build: Update versions in mod files

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed May 24, 2022
1 parent 2acb35b commit dbf3908
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 11 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"require": {
"php": ">=7.4"
},
"version": "2.2.3"
"version": "2.2.4"
}
2 changes: 1 addition & 1 deletion src/Class-CustomForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @package Custom Form mod
* @version 2.2.3
* @version 2.2.4
* @author John Rayes <live627@gmail.com>
* @copyright Copyright (c) 2014, John Rayes
* @license http://opensource.org/licenses/MIT MIT
Expand Down
2 changes: 1 addition & 1 deletion src/CustomForm.english.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @package Custom Form mod
* @version 2.2.3
* @version 2.2.4
* @author John Rayes <live627@gmail.com>
* @copyright Copyright (c) 2014, John Rayes
* @license http://opensource.org/licenses/MIT MIT
Expand Down
2 changes: 1 addition & 1 deletion src/CustomForm.template.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* @package Ultimate Menu mod
* @version 2.2.3
* @version 2.2.4
* @author John Rayes <live627@gmail.com>
* @copyright Copyright (c) 2014, John Rayes
* @license http://opensource.org/licenses/MIT MIT
Expand Down
2 changes: 1 addition & 1 deletion src/ManageCustomForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @package Custom Form mod
* @version 2.2.3
* @version 2.2.4
* @author John Rayes <live627@gmail.com>
* @copyright Copyright (c) 2014, John Rayes
* @license http://opensource.org/licenses/MIT MIT
Expand Down
2 changes: 1 addition & 1 deletion src/Subs-CustomForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @package Custom Form mod
* @version 2.2.3
* @version 2.2.4
* @author John Rayes <live627@gmail.com>
* @copyright Copyright (c) 2014, John Rayes
* @license http://opensource.org/licenses/MIT MIT
Expand Down
2 changes: 1 addition & 1 deletion src/install.txt
Original file line number Diff line number Diff line change
@@ -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]

Expand Down
2 changes: 1 addition & 1 deletion src/package-info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>Custom Form Mod</name>
<id>LHVWB:CustomFormMod</id>
<type>modification</type>
<version>2.2.3</version>
<version>2.2.4</version>
<install for="2.*">
<code type="inline"><![CDATA[<?php
define('REQUIRED_PHP_VERSION', '7.4.0');
Expand Down
2 changes: 1 addition & 1 deletion src/uninstall-optional.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @package Custom Form mod
* @version 2.2.3
* @version 2.2.4
* @author John Rayes <live627@gmail.com>
* @copyright Copyright (c) 2014, John Rayes
* @license http://opensource.org/licenses/MIT MIT
Expand Down
2 changes: 1 addition & 1 deletion src/uninstall-required.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @package Custom Form mod
* @version 2.2.3
* @version 2.2.4
* @author John Rayes <live627@gmail.com>
* @copyright Copyright (c) 2014, John Rayes
* @license http://opensource.org/licenses/MIT MIT
Expand Down

0 comments on commit dbf3908

Please sign in to comment.