Add PHP 8.3 support

Created on 10 April 2025, 29 days ago

Problem/Motivation

Currently the module is not supported in PHP 8.3 due to use of ${var} which is deprecated. So it generates a lot of warnings.

Steps to reproduce

Install the module and check the logs.

Proposed resolution

Replace the ${var} with {$var} and make it fully PHP 8.3 compatible.

Remaining tasks

User interface changes

API changes

Data model changes

📌 Task
Status

Needs review

Version

3.0

Component

Code

Created by

🇸🇮Slovenia nkoporec Slovenia

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024