Commit Graph

10 Commits

Author SHA1 Message Date
Will Power ec82d397ee 📚 consistent changelog links to github (#135) 2024-05-27 11:23:05 +01:00
Nicolas CARPi 9e8b31ebbc mention #130 in changelog 2024-05-12 13:52:10 +02:00
Nicolas CARPi 5c97ce9be8 Update CHANGELOG.md
Co-authored-by: Will Power <1619102+willpower232@users.noreply.github.com>
2024-04-28 00:22:58 +02:00
Nicolas CARPi ab677e43ee Update CHANGELOG.md
propose the use of named arguments

Co-authored-by: Will Power <1619102+willpower232@users.noreply.github.com>
2024-04-28 00:22:41 +02:00
Nicolas CARPi eb02cb7095 fix typos 2024-04-27 19:26:09 +02:00
Nicolas CARPi c15668dc6d Changelog for 3.x 2024-04-27 19:23:24 +02:00
Nicolas CARPi 83c7449270 use a link in CHANGELOG.md for SensitiveParameter 2024-04-15 22:43:29 +02:00
Nicolas CARPi 061a2a39b4 don't include the sensitive param change in breaking changes section
in changelog
2024-04-15 21:42:23 +02:00
Nicolas CARPi 76f420e6b2 add SensitiveParameter to sensitive arguments
This change adds the PHP attribute SensitiveParameter to the secret
holding variables.
See: https://www.php.net/manual/en/class.sensitiveparameter

This feature is only available in PHP 8.2, so the minimum php version
required has been updated.

Github Actions now use PHP 8.2 and 8.3 for the tests.
The checkout action has been updated to v4, too.

Fix issue #118
2024-04-15 21:40:19 +02:00
Nicolas CARPi 887f261c88 add CHANGELOG.md 2022-12-09 18:18:55 +01:00