Skip to content

chore: release 2.2.0 #17

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 3 commits into from
Feb 27, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [2.2.0](https://github.com/live627/smf-custom-forms/compare/v2.1.1...v2.2.0) (2022-02-27)


### Features

* Make the input box for the field text a textarea ([2690700](https://github.com/live627/smf-custom-forms/commit/269070036bce87d2a4b16ab27faf5fe20620fcb9))
* Show form activity in the who's online page ([76ca0ea](https://github.com/live627/smf-custom-forms/commit/76ca0ea98da05cb55f720f8333ad47b941f1952b))


### Bug Fixes

* Actually show help text when clicking on icon ([dfc59fa](https://github.com/live627/smf-custom-forms/commit/dfc59fae66275264f240ba9984fd7a2abe05533b))
* 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))
* Parse error ([9517398](https://github.com/live627/smf-custom-forms/commit/9517398e46ce0470b0a24e7400897c75ffe3d3f6))
* Select correct board value for dropdown ([ef9d571](https://github.com/live627/smf-custom-forms/commit/ef9d5712c1dd1fed469db506ed4ebf33f012022c))
* Thankyou page was blank and generated errors ([a0333a4](https://github.com/live627/smf-custom-forms/commit/a0333a4384331b09ff22ea947ea54afe976488e8))
* Undefined variable $true ([fd61441](https://github.com/live627/smf-custom-forms/commit/fd614414947648cf2ea6da49b5f857a2a616d956))

### [2.1.1](https://github.com/live627/smf-custom-forms/compare/v2.1.0...v2.1.1) (2022-02-26)


Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@

Package name | SMF version | Minimmum PHP version
--- | --- | ---
[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
Custom Form Mod 2.0.3 | SMF 2.0.x | PHP 7.4
[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
Custom Form Mod 1.7 | SMF 1.1.x, 2.0.x | PHP 4.3 – PHP 7.4

[View changelog](https://github.com/live627/smf-custom-forms/blob/master/CHANGELOG.md)
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.1.1"
"version": "2.2.0"
}
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.1.1
* @version 2.2.0
* @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.1.1
* @version 2.2.0
* @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.1.1
* @version 2.2.0
* @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.1.1
* @version 2.2.0
* @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.1.1
* @version 2.2.0
* @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 @@
[center][b][color=blue][size=14pt]Custom Form Mod Version 2.1.1[/size][/color][/b][/center]
[center][b][color=blue][size=14pt]Custom Form Mod Version 2.2.0[/size][/color][/b][/center]
[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]
[hr]
[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]
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.1.1</version>
<version>2.2.0</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.1.1
* @version 2.2.0
* @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.1.1
* @version 2.2.0
* @author John Rayes <live627@gmail.com>
* @copyright Copyright (c) 2014, John Rayes
* @license http://opensource.org/licenses/MIT MIT
Expand Down