diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 407e19e..3b8418f 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -6,8 +6,8 @@ body: - type: input attributes: label: Module Version - description: Provide the Module version that you are using. - value: 1.54-beta + description: Provide the XOOPS version that you are using. + value: 2.5.12 validations: required: true - type: dropdown diff --git a/.travis.yml b/.travis.yml index 49f7b44..d758495 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ php: - 8.1 - 8.2 - 8.3 +- 8.4 matrix: allow_failures: diff --git a/docs/changelog.md b/docs/changelog.md index 4ced6f9..4f75dbc 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,10 +1,13 @@ xmf ChangeLog ============= -Sep 19, 2024 v1.2.31 +Nov 27, 2024 v1.2.31 ------------------ * updated Debug for Kint changes (mamba) * added Issues Template (mamba) +* PHP 8.4 Implicitly nullable parameters (mamba) +* Update PhpUnit versions (mamba) +* upgrade Smarty to 4.5.5 May 30, 2024 v1.2.30 ------------------