Skip to content

Commit c4cef1a

Browse files
chore: release 2.2.1 (#18)
* chore: release 2.2.1 * 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 cca43c8 commit c4cef1a

12 files changed

+19
-11
lines changed

Diff for: CHANGELOG.md

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

3+
### [2.2.1](https://github.com/live627/smf-custom-forms/compare/v2.2.0...v2.2.1) (2022-02-28)
4+
5+
6+
### Bug Fixes
7+
8+
* Parse error ([dfd9bd0](https://github.com/live627/smf-custom-forms/commit/dfd9bd0405f7423e14eece9f0baa97ad01f0ab5f))
9+
* Show missing description on form list ([cca43c8](https://github.com/live627/smf-custom-forms/commit/cca43c81966cdc1881d10d52948e29446a1125a3))
10+
311
## [2.2.0](https://github.com/live627/smf-custom-forms/compare/v2.1.1...v2.2.0) (2022-02-27)
412

513

Diff for: 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.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
10+
[Custom Form Mod 2.2.1](https://github.com/live627/smf-custom-forms/releases/download/v2.2.1/custom-forms_2-2-1.tgz) | SMF 2.0.x, SMF 2.1.x | PHP 7.4
1111
Custom Form Mod 1.7 | SMF 1.1.x, 2.0.x | PHP 4.3 – PHP 7.4
1212

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

Diff for: 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.0"
15+
"version": "2.2.1"
1616
}

Diff for: 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.0
5+
* @version 2.2.1
66
* @author John Rayes <live627@gmail.com>
77
* @copyright Copyright (c) 2014, John Rayes
88
* @license http://opensource.org/licenses/MIT MIT

Diff for: 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.0
5+
* @version 2.2.1
66
* @author John Rayes <live627@gmail.com>
77
* @copyright Copyright (c) 2014, John Rayes
88
* @license http://opensource.org/licenses/MIT MIT

Diff for: 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.0
7+
* @version 2.2.1
88
* @author John Rayes <live627@gmail.com>
99
* @copyright Copyright (c) 2014, John Rayes
1010
* @license http://opensource.org/licenses/MIT MIT

Diff for: 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.0
5+
* @version 2.2.1
66
* @author John Rayes <live627@gmail.com>
77
* @copyright Copyright (c) 2014, John Rayes
88
* @license http://opensource.org/licenses/MIT MIT

Diff for: 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.0
5+
* @version 2.2.1
66
* @author John Rayes <live627@gmail.com>
77
* @copyright Copyright (c) 2014, John Rayes
88
* @license http://opensource.org/licenses/MIT MIT

Diff for: 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.2.0[/size][/color][/b][/center]
1+
[center][b][color=blue][size=14pt]Custom Form Mod Version 2.2.1[/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]

Diff for: 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.0</version>
7+
<version>2.2.1</version>
88
<install for="2.*">
99
<code type="inline"><![CDATA[<?php
1010
define('REQUIRED_PHP_VERSION', '7.4.0');

Diff for: 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.0
5+
* @version 2.2.1
66
* @author John Rayes <live627@gmail.com>
77
* @copyright Copyright (c) 2014, John Rayes
88
* @license http://opensource.org/licenses/MIT MIT

Diff for: 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.0
5+
* @version 2.2.1
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)