Skip to content

Commit a952924

Browse files
chore(master): release 4.0.7 (#54)
* chore(master): release 4.0.7 * Update ManageCustomForm.php --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: John Rayes <live627@gmail.com>
1 parent 4dd7ddb commit a952924

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
This project adheres to [Semantic Versioning](http://semver.org/) as of v1.8.0.
66

7+
## [4.0.7](https://github.com/live627/smf-custom-forms/compare/v4.0.6...v4.0.7) (2024-11-24)
8+
9+
10+
### Bug Fixes
11+
12+
* New version warning incorrectly showed when using the latest ([1b980bb](https://github.com/live627/smf-custom-forms/commit/1b980bb3948de4bd6751b3b6d58c71fa705aeb8b))
13+
714
## [4.0.6](https://github.com/live627/smf-custom-forms/compare/v4.0.5...v4.0.6) (2023-10-04)
815

916

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
"phpcs": "phpcs --standard=./ ./src",
2020
"phpcbf": "phpcbf --standard=./ ./src"
2121
},
22-
"version": "4.0.6"
22+
"version": "4.0.7"
2323
}

src/CustomForm/ManageCustomForm.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class ManageCustomForm
2727
const MOVEFIELDDOWN = 'movefielddown';
2828
const MOVEFIELDUP = 'movefieldup';
2929
const SAVEFIELD = 'savefield';
30-
const VERSION = '4.0.6';
30+
const VERSION = '4.0.7';
3131

3232
private string $scripturl;
3333
private string $sourcedir;
@@ -1015,4 +1015,4 @@ public function getFormFromField(int $field_id): int
10151015

10161016
return (int) $id_form;
10171017
}
1018-
}
1018+
}

0 commit comments

Comments
 (0)