Skip to content

Commit

Permalink
Updates for PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mambax7 committed Nov 28, 2024
1 parent ffea528 commit 3a8e152
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ php:
- 8.1
- 8.2
- 8.3
- 8.4

matrix:
allow_failures:
Expand Down
5 changes: 4 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
@@ -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
------------------
Expand Down

0 comments on commit 3a8e152

Please sign in to comment.