Skip to content

Commit d23f098

Browse files
chore: release 2.2.3 (#20)
* chore: release 2.2.3 * build: Update versions in mod files Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 81ab2b0 commit d23f098

12 files changed

+19
-11
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
### [2.2.3](https://github.com/live627/smf-custom-forms/compare/v2.2.2...v2.2.3) (2022-03-20)
4+
5+
6+
### Bug Fixes
7+
8+
* Load language file for the Who's Online page ([81ab2b0](https://github.com/live627/smf-custom-forms/commit/81ab2b081dcbf2cfbdbe03e4a5a8179be38f5310))
9+
* Typo in the help text for the tittle setting ([4943ec7](https://github.com/live627/smf-custom-forms/commit/4943ec71da021001e9ab11f561f4530c11a975b9))
10+
311
### [2.2.2](https://github.com/live627/smf-custom-forms/compare/v2.2.1...v2.2.2) (2022-03-19)
412

513

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
Package name | SMF version | Minimmum PHP version
99
--- | --- | ---
10-
[Custom Form Mod 2.2.2](https://github.com/live627/smf-custom-forms/releases/download/v2.2.2/custom-forms_2-2-2.tgz) | SMF 2.0.x, SMF 2.1.x | PHP 7.4
10+
[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
1111
Custom Form Mod 2.0.0 | 2.0.x | PHP 7.4
1212
Custom Form Mod 1.8.0 | 2.0.x | PHP 5.3
1313
Custom Form Mod 1.7 | SMF 1.1.x, 2.0.x | PHP 4.3 – PHP 7.4

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
"require": {
1313
"php": ">=7.4"
1414
},
15-
"version": "2.2.2"
15+
"version": "2.2.3"
1616
}

src/Class-CustomForm.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* @package Custom Form mod
5-
* @version 2.2.2
5+
* @version 2.2.3
66
* @author John Rayes <live627@gmail.com>
77
* @copyright Copyright (c) 2014, John Rayes
88
* @license http://opensource.org/licenses/MIT MIT

src/CustomForm.english.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* @package Custom Form mod
5-
* @version 2.2.2
5+
* @version 2.2.3
66
* @author John Rayes <live627@gmail.com>
77
* @copyright Copyright (c) 2014, John Rayes
88
* @license http://opensource.org/licenses/MIT MIT

src/CustomForm.template.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
/**
66
* @package Ultimate Menu mod
7-
* @version 2.2.2
7+
* @version 2.2.3
88
* @author John Rayes <live627@gmail.com>
99
* @copyright Copyright (c) 2014, John Rayes
1010
* @license http://opensource.org/licenses/MIT MIT

src/ManageCustomForm.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* @package Custom Form mod
5-
* @version 2.2.2
5+
* @version 2.2.3
66
* @author John Rayes <live627@gmail.com>
77
* @copyright Copyright (c) 2014, John Rayes
88
* @license http://opensource.org/licenses/MIT MIT

src/Subs-CustomForm.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* @package Custom Form mod
5-
* @version 2.2.2
5+
* @version 2.2.3
66
* @author John Rayes <live627@gmail.com>
77
* @copyright Copyright (c) 2014, John Rayes
88
* @license http://opensource.org/licenses/MIT MIT

src/install.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[b][size=6]Custom Form Mod Version 2.2.2[/size][/b]
1+
[b][size=6]Custom Form Mod Version 2.2.3[/size][/b]
22

33
[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]
44

src/package-info.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<name>Custom Form Mod</name>
55
<id>LHVWB:CustomFormMod</id>
66
<type>modification</type>
7-
<version>2.2.2</version>
7+
<version>2.2.3</version>
88
<install for="2.*">
99
<code type="inline"><![CDATA[<?php
1010
define('REQUIRED_PHP_VERSION', '7.4.0');

src/uninstall-optional.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* @package Custom Form mod
5-
* @version 2.2.2
5+
* @version 2.2.3
66
* @author John Rayes <live627@gmail.com>
77
* @copyright Copyright (c) 2014, John Rayes
88
* @license http://opensource.org/licenses/MIT MIT

src/uninstall-required.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* @package Custom Form mod
5-
* @version 2.2.2
5+
* @version 2.2.3
66
* @author John Rayes <live627@gmail.com>
77
* @copyright Copyright (c) 2014, John Rayes
88
* @license http://opensource.org/licenses/MIT MIT

0 commit comments

Comments
 (0)