
Mage-OS 2.2.2 – Bug Fixes & Compatibility Improvements
· mage-os-team · Releases · 2 min read
Mage-OS Distribution 2.2.2 is now available. This release brings bug fixes and compatibility improvements across several Mage-OS modules. We recommend updating at your convenience.
Note that it is no longer possible to install the previous version due to a security advisory on webonyx/graphql-php. This update allows the latest versions of that package to fix it.
What’s changed
GraphQL dependency constraint refined Updated
webonyx/graphql-phpconstraint from<15.31.0to!=15.31.0 !=15.31.1, allowing future 15.31.2+ releases while continuing to block the two known-broken versions. (#218) by @rhoerrAutomatic Translation module updated to 2.1.0
- PHP 8.2 compatibility: removed typed constants that caused errors on PHP 8.2+ (#56) by @SamueleMartini
- Fixed CMS page plain text fields not being translated (#54) by @SamueleMartini
- Fixed CMS block ID and type errors (#60) by @rikwillems
Inventory Reservations Grid: admin OutOfRangeException fixed Added
Magento_InventoryAdminUito the module sequence to resolve anOutOfRangeExceptionin the admin panel. (#16) by @proxiblue
Our foundation
Mage-OS 2.2.2 is built on Magento Open Source 2.4.8-p4, the same upstream base as 2.2.0 and 2.2.1. For details on upstream changes, see the Magento Open Source 2.4.8 release notes and 2.4.8 security patch notes.
Thanks to everyone who contributed!
This release was made possible by:
- @rikwillems (Rik Willems) — type error and CMS block fixes in Automatic Translation
- @SamueleMartini (Samuele Martini) — PHP 8.2 compatibility and CMS translation fixes
- @dadolun95 (Luca Visciola) — PR reviews for Automatic Translation
- @proxiblue (Lucas van Staden) — Inventory Reservations Grid fix
- @rhoerr (Ryan Hoerr) — GraphQL constraint update and Page Builder cleanup
Want to participate?
Mage-OS is a community-driven project, and we welcome contributions of all kinds. Whether you’re fixing bugs, adding features, improving documentation, or helping with testing, your contributions make a difference.
Installation
New installations
composer create-project --repository-url=https://repo.mage-os.org/ mage-os/project-community-edition=2.2.2 <install-directory-name>Upgrading from Mage-OS 2.2.x
composer require mage-os/product-community-edition=2.2.2 --no-update
composer update
bin/magento setup:upgradeUpgrading from an older Mage-OS version
composer require mage-os/product-community-edition=^2.2 --no-update
composer update
bin/magento setup:upgradeMigrating from Adobe Commerce or Magento Open Source
See our migration guide for detailed instructions on switching to Mage-OS.
We hope you enjoy Mage-OS 2.2.2. As always, please report any issues on GitHub and join the conversation on Discord.