Magento Latest Version: 2.4.9 Release Details and Features
-
Anton Gurtovoi
- Magento 2
- Updated: May 12, 2026
- 10 min read
Like any major e-commerce platform, Magento keeps evolving as technology, security standards, and performance requirements change. The latest Magento version, 2.4.9, was released on May 12, 2026, with updated system requirements, core framework changes, security improvements, and more than 500 fixes.
This article covers what changed in 2.4.9, which Magento 2 versions remain supported, why timely updates still matter, and how the update fits into Magento release history.
Table of Contents
- Magento 2.4.9 release: key updates
- Magento 2.4.8 vs 2.4.9: key differences
- Should Magento stores upgrade to 2.4.9
- Magento supported versions and end-of-life dates
- Magento 2 releases — full version history
- Magento current version summary
Magento 2.4.9 release: key updates
Updated (May 2026)
Magento 2.4.9 is available for both Magento Open Source and Adobe Commerce. This release focuses mostly on the platform’s technical foundation: newer system requirements, updated framework components, security and API improvements, payment updates, and a long list of bug fixes.
For merchants and development teams, the main point is compatibility. This version moves Magento further away from older PHP, database, search, cache, and editor dependencies, so the upgrade should start with an environment and extension check.
System requirements and platform stack
Magento 2.4.9 raises several platform requirements. The most important change is PHP support: PHP 8.5 was added, while PHP 8.2 is no longer supported. Stores that still run on PHP 8.2 need to update their hosting environment before moving to 2.4.9.
The release also updates other parts of the stack:
- MySQL 8.4 LTS and MariaDB 11.4 are the target database versions.
- OpenSearch 3.x is supported, with backward compatibility for OpenSearch 2.x.
- Valkey 8.x is supported for cache and session storage.
- RabbitMQ 4.1 remains supported, and Apache ActiveMQ Artemis is added as another message queue option.
- Composer support moves to the 2.9 line.
- Varnish 7.7, Nginx 1.28, and Apache 2.4 are part of the updated stack.
These changes make the release more future-ready, but they also mean that older server environments may need work before the Magento upgrade itself can begin.
Framework and editor changes
Magento 2.4.9 also replaces several older framework dependencies. These updates are mostly technical, but they can affect custom code, third-party extensions, and admin tools.
Laminas MVC was replaced with a native PHP MVC implementation. Zend_Cache was replaced with Symfony Cache, and Symfony dependencies were updated to Symfony 7.4 LTS. The release also replaces the third-party OAuth library with native PHP OAuth functions to reduce external dependencies.
Another visible change is the WYSIWYG editor. TinyMCE was replaced with HugeRTE, an open-source fork designed to keep familiar editing behavior while moving away from older TinyMCE versions. Basic content editing should feel similar, but custom TinyMCE plugins and admin customizations should be tested before production use.
Security and API improvements
Security changes in Magento 2.4.9 focus on both admin protection and storefront/API behavior.
CAPTCHA and reCAPTCHA validation now applies to customer account creation through REST and GraphQL when it is enabled for the Create Account form. This closes a gap where bots could bypass storefront protection by using API endpoints directly.
Two-factor authentication is also easier to configure. Admin users now need to set up one enabled 2FA provider instead of configuring every available provider before signing in.
The release also adds or improves several API-related safeguards:
- GraphQL alias limits help reduce the risk of expensive or abusive requests.
- Malformed REST requests return clearer 400 errors in more cases instead of unexpected 500 responses.
- Customer email confirmation through WebAPI was fixed.
- Attribute validation is more consistent between Admin and REST API flows.
- Product gallery inheritance is preserved more accurately when products are updated through REST API.
- Special price validation was improved across API endpoints.
These changes are especially important for stores that depend on ERP, PIM, OMS, marketplace, or headless integrations.
Admin, content, and payment updates
Magento 2.4.9 includes several admin and content workflow improvements. Catalog Price Rules now have a bulk Actions menu, so multiple rules can be activated, deactivated, or deleted from the grid. CMS page management also received error-handling improvements, and content staging preview can show browser-simulated mobile views more accurately.
Payment updates are mainly connected with Braintree in Adobe Commerce. The release adds new local payment options, including BLIK for Polish shoppers, Pay Upon Invoice for German buyers, and ELO card support. Apple Pay support was expanded beyond Safari, and Google Pay card vaulting is now available from the customer account area.
For stores that rely on express checkout or saved payment methods, these changes can improve payment flexibility and reduce friction in repeat purchases.
Bug fixes and compatibility notes
In the official Magento release notes, Adobe lists more than 500 fixed issues in Magento Open Source 2.4.9, with an even larger set of fixes for Adobe Commerce. They cover checkout, payments, APIs, catalog management, configurable products, search, wish lists, admin UI, GraphQL, and B2B workflows.
The number of fixes matters, but the safer way to approach the update is to test the flows that are critical for each store. Checkout, account creation, search, product updates, payment methods, integrations, scheduled jobs, and admin actions should all be checked on staging.
Magento 2.4.9 is a meaningful update, but it is not a simple "install and forget" release. Stores upgrading from 2.4.8 should review PHP, database, search, cache, message queue, custom code, and extensions before moving the new version to production.
Magento 2.4.8 vs 2.4.9: key differences
Magento 2.4.8 was already a large technical update, but 2.4.9 moves the platform stack further forward. The biggest differences are connected with PHP support, database and search requirements, cache technologies, framework dependencies, and the admin editor.
This comparison is useful for stores already running 2.4.8 and deciding how much preparation the next upgrade may require.
| Area | Magento 2.4.8 | Magento 2.4.9 |
|---|---|---|
| Release date | April 8, 2025 | May 12, 2026 |
| PHP support | PHP 8.2, 8.3, 8.4 | PHP 8.3, 8.4, 8.5 |
| Database | MySQL 8.0 / 8.4, MariaDB 10.6 / 11.4 | MySQL 8.4 LTS, MariaDB 11.4 |
| Search | OpenSearch 2.19 | OpenSearch 3.x, with OpenSearch 2.x compatibility |
| Cache / session storage | Redis 7 and Valkey 8 support | Valkey 8.x support in the updated stack |
| Message queue | RabbitMQ 4.x | RabbitMQ 4.1 and Apache ActiveMQ Artemis |
| Composer | Composer 2.8 | Composer 2.9 |
| WYSIWYG editor | TinyMCE 6.8.5 | HugeRTE |
| Framework components | Laminas MVC and Zend_Cache still present | Native PHP MVC and Symfony Cache |
The practical difference is not only the number of fixes. Magento 2.4.9 changes more underlying technologies, so the upgrade from 2.4.8 should include checks for hosting configuration, custom code, admin editor customizations, search setup, cache/session storage, and third-party extensions.
For stores with a clean 2.4.8 setup and actively maintained modules, the move to 2.4.9 may be straightforward after staging tests. Installations with older PHP versions, custom TinyMCE plugins, legacy framework dependencies, or complex integrations will need a deeper compatibility review before production deployment.
Should Magento stores upgrade to 2.4.9
Magento 2.4.9 is an important update, but it does not mean every store should move to it immediately after release. The right timing depends on the current branch, hosting environment, custom code, extension stack, and the time available for testing.
For most installations, 2.4.9 should be treated as a planned upgrade, not a same-day production change. The path is usually shortest from 2.4.8, more cautious from 2.4.7, and much larger for stores still running 2.4.6 or older. Older branches may require several environment changes before the Magento upgrade itself can begin.
Updates are not only about new features. They keep stores closer to supported technologies, current security standards, and the extension ecosystem. When a branch falls too far behind, the next upgrade becomes harder because more dependencies, integrations, and server components have to change at once.
A store running on PHP 8.2 cannot move to 2.4.9 without updating PHP first. The same applies to older database, search, cache, and message queue setups that no longer match the target stack.
Before upgrading, each installation should be checked for:
- PHP, MySQL or MariaDB, OpenSearch, cache, and message queue compatibility
- third-party extension support for 2.4.9
- custom code that depends on older framework components
- admin editor customizations or TinyMCE plugins
- payment, checkout, API, and integration flows
- search, indexing, cron jobs, and cache behavior
The upgrade should be tested on staging with real store data and the same integrations used in production. Only after checkout, account creation, product updates, search, payments, and admin workflows pass testing should the new version be moved to the live store.
Magento supported versions and end-of-life dates
After the 2.4.9 release, the actively supported 2.4.x lines are 2.4.6, 2.4.7, 2.4.8, and 2.4.9. Older branches are outside regular support, which means they no longer receive the same level of maintenance, quality fixes, and security coverage.
| Magento version | Release date | Regular support ends |
|---|---|---|
| 2.4.9 | May 12, 2026 | May 2029 |
| 2.4.8 | April 8, 2025 | April 11, 2028 |
| 2.4.7 | April 9, 2024 | April 9, 2027 |
| 2.4.6 | March 14, 2023 | August 11, 2026 |
| 2.4.5 | August 9, 2022 | Ended |
| 2.4.4 | April 12, 2022 | Ended |
Adobe also maintains an official list of Magento released versions and support timelines.
For Magento Open Source, these regular support dates are the main reference point. Adobe Commerce customers may also have extended support options for selected versions, but this does not apply to the Magento Open Source code base.
The closest deadline is 2.4.6. Stores that still run this branch should plan an upgrade before regular support ends, especially if the environment also depends on older PHP, database, or search versions.
Magento 2 releases — full version history
Magento 2 replaced Magento 1 as the current platform line, but the move was never just a simple version update. Many stores had to migrate old modules, custom themes, large databases, and long-running integrations before they could fully move to the newer platform.

Since then, Magento 2 releases have gradually changed the platform’s technical base, storefront tools, checkout, APIs, security model, and system requirements.
The table below summarizes this Magento version history by release line.
| Release line | Main changes |
|---|---|
| Magento 2.0 to 2.1 | Early Magento 2 versions focused mostly on stability, security, and performance fixes. This line also added support for PHP 7.0.2, updated USPS API support, and PayPal IPN changes. |
| Magento 2.1 to 2.2 | These releases added new PayPal and Braintree functionality, improved checkout and product management, brought Braintree settlement reports into the admin panel, and supported PHP 5.6.5, PHP 7.0.4, and MySQL 5.7. |
| Magento 2.2 to 2.3 | This line expanded reporting, shipping, payment features, email automation, instant purchases, and community contributions. It also introduced Elasticsearch 5 support and moved the platform toward PHP 7.1 and Varnish 5. |
| Magento 2.3 to 2.4 | Magento 2.3 releases added Page Builder, PWA Studio, GraphQL API, Amazon Sales Channel, MSI, and several third-party integrations. These updates made the platform stronger for content management, headless commerce, and multi-source inventory. |
| Magento 2.4.0 to 2.4.6 | This period brought two-factor authentication for admins, Elasticsearch as the default search system, stronger GraphQL coverage, PWA improvements, accessibility updates, PHP 8.2 support in 2.4.6, Redis 7.0, OpenSearch 2.5, and other platform updates. |
| Magento 2.4.7 | Released on April 9, 2024, with 150+ bug fixes. Highlights included PHP 8.3 support, RabbitMQ 3.13, Composer 2.7, Varnish 7.4, OpenSearch 2.12 / 1.3, Redis 7.2, stronger security controls, and Braintree improvements. |
| Magento 2.4.8 | Released on April 8, 2025, with 500+ fixes. It added PHP 8.4 support, dropped PHP 8.1, supported MySQL 8.4 and MariaDB 11.4, updated OpenSearch, Composer, RabbitMQ, Redis, Valkey, and Varnish, and improved checkout, GraphQL, B2B, admin, and developer tools. |
The 2.4.8 patch line reached 2.4.8-p4 in March 2026. Regular support for Magento 2.4.8 runs through April 11, 2028.
Magento release tags and source changes can also be reviewed on the official Magento GitHub repository.
Magento current version summary
Magento 2.4.9 gives the platform a newer technical base, so the main question is not only what the release includes, but how ready each store is for the upgrade. Hosting, PHP, database, search, cache, custom code, and extensions should be checked before production deployment.
For stores still running older branches, this is also a good moment to review support dates and plan the next step. The latest Magento version is worth moving toward. The safest path is to test on staging first, confirm the critical storefront, admin, payment, and integration flows, and only then update the live store.
FAQ
What is the latest version of Magento?
The latest version of Magento is 2.4.9, released on May 12, 2026 for both Magento Open Source and Adobe Commerce. It is also the current Magento 2 version. The release continues the 2.4.x line with updated system requirements, framework changes, security improvements, and more than 500 fixes.
When was Magento 2.4.9 released?
Magento 2.4.9 was released on May 12, 2026. Adobe also made a beta version available on March 10, 2026, so developers and merchants could test compatibility before General Availability. Live stores should use the GA release and complete staging checks before deployment.
What are the main Magento 2.4.9 features?
Magento 2.4.9 focuses mostly on platform modernization, compatibility, and stability. It adds PHP 8.5 support, removes PHP 8.2 support, updates database, search, cache, and message queue requirements, and replaces several older framework components. The release also introduces HugeRTE as the WYSIWYG editor, adds Symfony Cache, improves security and API behavior, and includes more than 500 fixed issues.
Which Magento versions are still supported?
The main supported Magento 2.4.x lines are 2.4.6, 2.4.7, 2.4.8, and 2.4.9. Older branches are outside regular support and should not be treated as safe long-term options for active stores. Support status matters because unsupported versions may stop receiving security fixes, quality updates, and compatibility improvements.
Is there a Magento 2.5 or Magento 3 release date?
Adobe has not announced Magento 2.5 or Magento 3 as the next public release line. Current official releases continue the Magento 2.4.x branch. Stores should avoid planning around unconfirmed version numbers and focus on supported 2.4.x releases, current system requirements, and the upgrade path from the version already used in production.