Skip to content

2.5.4 Fix const string#55

Merged
justin-robertson-git merged 2 commits intomasterfrom
jrob/ORD-4355/fix-type-issue
May 19, 2025
Merged

2.5.4 Fix const string#55
justin-robertson-git merged 2 commits intomasterfrom
jrob/ORD-4355/fix-type-issue

Conversation

@justin-robertson-git
Copy link
Copy Markdown
Contributor

This pull request includes a version update for the Auctane_Api module and a fix for compatibility issues with PHP 8.2 and below. The most important changes are:

Version Update:

  • Updated the setup_version in Api/etc/module.xml from 2.5.3 to 2.5.4.

Compatibility Fix:

  • Removed the const string type declaration in Api/Controller/ShipmentNotification/Index.php to resolve compatibility issues with PHP 8.2 and below.

Documentation:

  • Added a new entry for version 2.5.4 in CHANGELOG.md, documenting the removal of the const string type declaration to address the PHP compatibility issue.

PHP 8.2 and below does not like the const string property decleration.
@justin-robertson-git justin-robertson-git requested a review from a team as a code owner May 19, 2025 20:04
@justin-robertson-git justin-robertson-git merged commit b03980c into master May 19, 2025
1 check passed
@justin-robertson-git justin-robertson-git deleted the jrob/ORD-4355/fix-type-issue branch May 19, 2025 20:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants