Skip to content

Commit

Permalink
chore(master): release 4.0.2 (#34)
Browse files Browse the repository at this point in the history
* chore(master): release 4.0.2

* build: Update versions in mod files

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 12, 2023
1 parent b3e6fa6 commit fcf9990
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 11 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
This project adheres to [Semantic Versioning](http://semver.org/) as of v1.8.0.

## [4.0.2](https://github.com/live627/smf-custom-forms/compare/v4.0.1...v4.0.2) (2023-01-12)


### Bug Fixes

* Hook order ([b3e6fa6](https://github.com/live627/smf-custom-forms/commit/b3e6fa61e011694e57b5963aff1f9e45349d9e3a))

## [4.0.1](https://github.com/live627/smf-custom-forms/compare/v4.0.0...v4.0.1) (2022-12-08)


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

Package name | SMF version | Minimmum PHP version
--- | --- | ---
[Custom Form Mod 4.0.1](https://github.com/live627/smf-custom-forms/releases/download/v4.0.1/custom-forms_4-0-1.tgz) | SMF 2.1.x | PHP 8
[Custom Form Mod 4.0.2](https://github.com/live627/smf-custom-forms/releases/download/v4.0.2/custom-forms_4-0-2.tgz) | SMF 2.1.x | PHP 8
[Custom Form Mod 2.2.4](https://github.com/live627/smf-custom-forms/releases/download/v2.2.4/custom-forms_2-2-4.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

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
"require": {
"php": ">=7.4"
},
"version": "4.0.1"
"version": "4.0.2"
}
2 changes: 1 addition & 1 deletion src/CustomForm.english.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* @package Custom Form mod
* @version 4.0.1
* @version 4.0.2
* @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 4.0.1
* @version 4.0.2
* @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/ManageCustomForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class ManageCustomForm
const MOVEFIELDDOWN = 'movefielddown';
const MOVEFIELDUP = 'movefieldup';
const SAVEFIELD = 'savefield';
const VERSION = '4.0.1';
const VERSION = '4.0.2';

private string $scripturl;
private string $sourcedir;
Expand Down
2 changes: 1 addition & 1 deletion src/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* @package Ultimate Menu mod
* @version 4.0.1
* @version 4.0.2
* @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 @@
[b][size=6]Custom Form Mod Version 4.0.1[/size][/b]
[b][size=6]Custom Form Mod Version 4.0.2[/size][/b]

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

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>4.0.1</version>
<version>4.0.2</version>

<upgrade for="2.1 - 2.1.99" from="3.*">
<code type="inline"><![CDATA[<?php
Expand Down
2 changes: 1 addition & 1 deletion src/uninstall-optional.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* @package Custom Form mod
* @version 4.0.1
* @version 4.0.2
* @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 @@ -4,7 +4,7 @@

/**
* @package Custom Form mod
* @version 4.0.1
* @version 4.0.2
* @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/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* @package Ultimate Menu mod
* @version 4.0.1
* @version 4.0.2
* @author John Rayes <live627@gmail.com>
* @copyright Copyright (c) 2014, John Rayes
* @license http://opensource.org/licenses/MIT MIT
Expand Down

0 comments on commit fcf9990

Please sign in to comment.