Skip to content

Commit 12173b2

Browse files
chore: release 2.2.0 (#17)
* chore: release 2.2.0 * build: Update versions in mod files * Update README.md Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: John Rayes <live627@gmail.com>
1 parent 3c074ab commit 12173b2

12 files changed

+29
-12
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [2.2.0](https://github.com/live627/smf-custom-forms/compare/v2.1.1...v2.2.0) (2022-02-27)
4+
5+
6+
### Features
7+
8+
* Make the input box for the field text a textarea ([2690700](https://github.com/live627/smf-custom-forms/commit/269070036bce87d2a4b16ab27faf5fe20620fcb9))
9+
* Show form activity in the who's online page ([76ca0ea](https://github.com/live627/smf-custom-forms/commit/76ca0ea98da05cb55f720f8333ad47b941f1952b))
10+
11+
12+
### Bug Fixes
13+
14+
* Actually show help text when clicking on icon ([dfc59fa](https://github.com/live627/smf-custom-forms/commit/dfc59fae66275264f240ba9984fd7a2abe05533b))
15+
* Don't write the global $board because it confuses SMF into looking up undefined variables (parent_boards) ([3c074ab](https://github.com/live627/smf-custom-forms/commit/3c074ab46d3ebd1277d2c3951e1d04ef3fedc446))
16+
* Parse error ([9517398](https://github.com/live627/smf-custom-forms/commit/9517398e46ce0470b0a24e7400897c75ffe3d3f6))
17+
* Select correct board value for dropdown ([ef9d571](https://github.com/live627/smf-custom-forms/commit/ef9d5712c1dd1fed469db506ed4ebf33f012022c))
18+
* Thankyou page was blank and generated errors ([a0333a4](https://github.com/live627/smf-custom-forms/commit/a0333a4384331b09ff22ea947ea54afe976488e8))
19+
* Undefined variable $true ([fd61441](https://github.com/live627/smf-custom-forms/commit/fd614414947648cf2ea6da49b5f857a2a616d956))
20+
321
### [2.1.1](https://github.com/live627/smf-custom-forms/compare/v2.1.0...v2.1.1) (2022-02-26)
422

523

README.md

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

88
Package name | SMF version | Minimmum PHP version
99
--- | --- | ---
10-
[Custom Form Mod 2.1.1](https://github.com/live627/smf-custom-forms/releases/download/v2.1.1/custom-forms_2-1-1.tgz) | SMF 2.0.x, SMF 2.1.x | PHP 7.4
11-
Custom Form Mod 2.0.3 | SMF 2.0.x | PHP 7.4
10+
[Custom Form Mod 2.2.0](https://github.com/live627/smf-custom-forms/releases/download/v2.2.0/custom-forms_2-2-0.tgz) | SMF 2.0.x, SMF 2.1.x | PHP 7.4
1211
Custom Form Mod 1.7 | SMF 1.1.x, 2.0.x | PHP 4.3 – PHP 7.4
1312

1413
[View changelog](https://github.com/live627/smf-custom-forms/blob/master/CHANGELOG.md)

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.1.1"
15+
"version": "2.2.0"
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.1.1
5+
* @version 2.2.0
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.1.1
5+
* @version 2.2.0
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.1.1
7+
* @version 2.2.0
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.1.1
5+
* @version 2.2.0
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.1.1
5+
* @version 2.2.0
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-
[center][b][color=blue][size=14pt]Custom Form Mod Version 2.1.1[/size][/color][/b][/center]
1+
[center][b][color=blue][size=14pt]Custom Form Mod Version 2.2.0[/size][/color][/b][/center]
22
[center]By [b][url=http://custom.simplemachines.org/mods/index.php?action=profile;u=150164]Nathaniel[/url][/b], [b][url=http://custom.simplemachines.org/mods/index.php?action=profile;u=60251]Garou[/url][/b], and [b][url=https://custom.simplemachines.org/index.php?action=profile;u=154736]Garou[/url][/b][/center]
33
[hr]
44
[center][url=http://www.simplemachines.org/community/index.php?topic=248871.0]Support topic[/url] | [url=http://custom.simplemachines.org/mods/index.php?mod=1279]Link to Mod[/url][/center]

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.1.1</version>
7+
<version>2.2.0</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.1.1
5+
* @version 2.2.0
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.1.1
5+
* @version 2.2.0
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)