Skip to content

Commit a08f729

Browse files
chore: release 2.1.0 (#15)
* chore: release 2.1.0 * build: Update versions in mod files Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3a7f063 commit a08f729

11 files changed

+17
-10
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.1.0](https://github.com/live627/smf-custom-forms/compare/v2.0.3...v2.1.0) (2022-02-25)
4+
5+
6+
### Features
7+
8+
* Add support for SMF 2.1 ([3a7f063](https://github.com/live627/smf-custom-forms/commit/3a7f063a6d4ea1eb130827aab977f98638994f6e))
9+
310
### [2.0.3](https://github.com/live627/smf-custom-forms/compare/v2.0.2...v2.0.3) (2021-10-20)
411

512

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.0.3"
15+
"version": "2.1.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.0.3
5+
* @version 2.1.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.0.3
5+
* @version 2.1.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.0.3
7+
* @version 2.1.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.0.3
5+
* @version 2.1.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.0.3
5+
* @version 2.1.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.0.3[/size][/color][/b][/center]
1+
[center][b][color=blue][size=14pt]Custom Form Mod Version 2.1.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.0.3</version>
7+
<version>2.1.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.0.3
5+
* @version 2.1.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.0.3
5+
* @version 2.1.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)