<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Mage-OS Releases</title><description>Posts in the Releases category</description><link>https://mage-os.org</link><language>en</language><lastBuildDate>Wed, 29 Apr 2026 13:20:26 GMT</lastBuildDate><item><title>Mage-OS 2.2.2 – Bug Fixes &amp; Compatibility Improvements</title><link>https://mage-os.org/releases/2026-04-15-mage-os-2-2-2-release</link><guid isPermaLink="true">https://mage-os.org/releases/2026-04-15-mage-os-2-2-2-release</guid><description>Mage-OS 2.2.2 brings PHP 8.2 compatibility for Automatic Translation, bug fixes across several modules, and a refined GraphQL dependency constraint.</description><pubDate>Wed, 15 Apr 2026 18:00:00 GMT</pubDate><content:encoded>&lt;p&gt;&lt;strong&gt;Mage-OS Distribution 2.2.2&lt;/strong&gt; is now available. This release brings bug fixes and compatibility improvements across several Mage-OS modules. We recommend updating at your convenience.&lt;/p&gt;
&lt;p&gt;Note that it is no longer possible to install the previous version due to a security advisory on &lt;code&gt;webonyx/graphql-php&lt;/code&gt;. This update allows the latest versions of that package to fix it.&lt;/p&gt;
&lt;h3 id=&quot;whats-changed&quot;&gt;What’s changed&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;GraphQL dependency constraint refined&lt;/strong&gt;
Updated &lt;code&gt;webonyx/graphql-php&lt;/code&gt; constraint from &lt;code&gt;&amp;#x3C;15.31.0&lt;/code&gt; to &lt;code&gt;!=15.31.0 !=15.31.1&lt;/code&gt;, allowing future 15.31.2+ releases while continuing to block the two known-broken versions. (&lt;a href=&quot;https://github.com/mage-os/mageos-magento2/pull/218&quot;&gt;#218&lt;/a&gt;) by &lt;a href=&quot;https://github.com/rhoerr&quot;&gt;@rhoerr&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Automatic Translation module updated to 2.1.0&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;PHP 8.2 compatibility: removed typed constants that caused errors on PHP 8.2+ (&lt;a href=&quot;https://github.com/mage-os/module-automatic-translation/pull/56&quot;&gt;#56&lt;/a&gt;) by &lt;a href=&quot;https://github.com/SamueleMartini&quot;&gt;@SamueleMartini&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Fixed CMS page plain text fields not being translated (&lt;a href=&quot;https://github.com/mage-os/module-automatic-translation/pull/54&quot;&gt;#54&lt;/a&gt;) by &lt;a href=&quot;https://github.com/SamueleMartini&quot;&gt;@SamueleMartini&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Fixed CMS block ID and type errors (&lt;a href=&quot;https://github.com/mage-os/module-automatic-translation/pull/60&quot;&gt;#60&lt;/a&gt;) by &lt;a href=&quot;https://github.com/rikwillems&quot;&gt;@rikwillems&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Inventory Reservations Grid: admin OutOfRangeException fixed&lt;/strong&gt;
Added &lt;code&gt;Magento_InventoryAdminUi&lt;/code&gt; to the module sequence to resolve an &lt;code&gt;OutOfRangeException&lt;/code&gt; in the admin panel. (&lt;a href=&quot;https://github.com/mage-os/module-inventory-reservations-grid/pull/16&quot;&gt;#16&lt;/a&gt;) by &lt;a href=&quot;https://github.com/proxiblue&quot;&gt;@proxiblue&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;our-foundation&quot;&gt;Our foundation&lt;/h3&gt;
&lt;p&gt;Mage-OS 2.2.2 is built on &lt;strong&gt;Magento Open Source 2.4.8-p4&lt;/strong&gt;, the same upstream base as 2.2.0 and 2.2.1. For details on upstream changes, see the &lt;a href=&quot;https://experienceleague.adobe.com/en/docs/commerce-operations/release/notes/magento-open-source/2-4-8&quot;&gt;Magento Open Source 2.4.8 release notes&lt;/a&gt; and &lt;a href=&quot;https://experienceleague.adobe.com/en/docs/commerce-operations/release/notes/security-patches/2-4-8-patches#p4&quot;&gt;2.4.8 security patch notes&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&quot;thanks-to-everyone-who-contributed&quot;&gt;Thanks to everyone who contributed!&lt;/h3&gt;
&lt;p&gt;This release was made possible by:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/rikwillems&quot;&gt;@rikwillems&lt;/a&gt; (Rik Willems) — type error and CMS block fixes in Automatic Translation&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/SamueleMartini&quot;&gt;@SamueleMartini&lt;/a&gt; (Samuele Martini) — PHP 8.2 compatibility and CMS translation fixes&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/dadolun95&quot;&gt;@dadolun95&lt;/a&gt; (Luca Visciola) — PR reviews for Automatic Translation&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/proxiblue&quot;&gt;@proxiblue&lt;/a&gt; (Lucas van Staden) — Inventory Reservations Grid fix&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/rhoerr&quot;&gt;@rhoerr&lt;/a&gt; (Ryan Hoerr) — GraphQL constraint update and Page Builder cleanup&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;want-to-participate&quot;&gt;Want to participate?&lt;/h3&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/mage-os&quot;&gt;Mage-OS GitHub&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;/discord-channel&quot;&gt;Mage-OS Discord&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;installation&quot;&gt;Installation&lt;/h3&gt;
&lt;h4 id=&quot;new-installations&quot;&gt;New installations&lt;/h4&gt;
&lt;pre class=&quot;astro-code astro-code-themes one-light dracula&quot; style=&quot;background-color:#FAFAFA;--shiki-dark-bg:#282A36;color:#383A42;--shiki-dark:#F8F8F2; overflow-x: auto;&quot; tabindex=&quot;0&quot; data-language=&quot;bash&quot;&gt;&lt;code&gt;&lt;span class=&quot;line&quot;&gt;&lt;span style=&quot;color:#4078F2;--shiki-dark:#50FA7B&quot;&gt;composer&lt;/span&gt;&lt;span style=&quot;color:#50A14F;--shiki-dark:#F1FA8C&quot;&gt; create-project&lt;/span&gt;&lt;span style=&quot;color:#986801;--shiki-dark:#BD93F9&quot;&gt; --repository-url=https://repo.mage-os.org/&lt;/span&gt;&lt;span style=&quot;color:#50A14F;--shiki-dark:#F1FA8C&quot;&gt; mage-os/project-community-edition=&lt;/span&gt;&lt;span style=&quot;color:#986801;--shiki-dark:#BD93F9&quot;&gt;2.2.2&lt;/span&gt;&lt;span style=&quot;color:#383A42;--shiki-dark:#FF79C6&quot;&gt; &amp;#x3C;&lt;/span&gt;&lt;span style=&quot;color:#50A14F;--shiki-dark:#F1FA8C&quot;&gt;install-directory-nam&lt;/span&gt;&lt;span style=&quot;color:#383A42;--shiki-dark:#F8F8F2&quot;&gt;e&lt;/span&gt;&lt;span style=&quot;color:#383A42;--shiki-dark:#FF79C6&quot;&gt;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;h4 id=&quot;upgrading-from-mage-os-22x&quot;&gt;Upgrading from Mage-OS 2.2.x&lt;/h4&gt;
&lt;pre class=&quot;astro-code astro-code-themes one-light dracula&quot; style=&quot;background-color:#FAFAFA;--shiki-dark-bg:#282A36;color:#383A42;--shiki-dark:#F8F8F2; overflow-x: auto;&quot; tabindex=&quot;0&quot; data-language=&quot;bash&quot;&gt;&lt;code&gt;&lt;span class=&quot;line&quot;&gt;&lt;span style=&quot;color:#4078F2;--shiki-dark:#50FA7B&quot;&gt;composer&lt;/span&gt;&lt;span style=&quot;color:#50A14F;--shiki-dark:#F1FA8C&quot;&gt; require&lt;/span&gt;&lt;span style=&quot;color:#50A14F;--shiki-dark:#F1FA8C&quot;&gt; mage-os/product-community-edition=&lt;/span&gt;&lt;span style=&quot;color:#986801;--shiki-dark:#BD93F9&quot;&gt;2.2.2&lt;/span&gt;&lt;span style=&quot;color:#986801;--shiki-dark:#BD93F9&quot;&gt; --no-update&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span style=&quot;color:#4078F2;--shiki-dark:#50FA7B&quot;&gt;composer&lt;/span&gt;&lt;span style=&quot;color:#50A14F;--shiki-dark:#F1FA8C&quot;&gt; update&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span style=&quot;color:#4078F2;--shiki-dark:#50FA7B&quot;&gt;bin/magento&lt;/span&gt;&lt;span style=&quot;color:#50A14F;--shiki-dark:#F1FA8C&quot;&gt; setup:upgrade&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;h4 id=&quot;upgrading-from-an-older-mage-os-version&quot;&gt;Upgrading from an older Mage-OS version&lt;/h4&gt;
&lt;pre class=&quot;astro-code astro-code-themes one-light dracula&quot; style=&quot;background-color:#FAFAFA;--shiki-dark-bg:#282A36;color:#383A42;--shiki-dark:#F8F8F2; overflow-x: auto;&quot; tabindex=&quot;0&quot; data-language=&quot;bash&quot;&gt;&lt;code&gt;&lt;span class=&quot;line&quot;&gt;&lt;span style=&quot;color:#4078F2;--shiki-dark:#50FA7B&quot;&gt;composer&lt;/span&gt;&lt;span style=&quot;color:#50A14F;--shiki-dark:#F1FA8C&quot;&gt; require&lt;/span&gt;&lt;span style=&quot;color:#50A14F;--shiki-dark:#F1FA8C&quot;&gt; mage-os/product-community-edition=^2.2&lt;/span&gt;&lt;span style=&quot;color:#986801;--shiki-dark:#BD93F9&quot;&gt; --no-update&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span style=&quot;color:#4078F2;--shiki-dark:#50FA7B&quot;&gt;composer&lt;/span&gt;&lt;span style=&quot;color:#50A14F;--shiki-dark:#F1FA8C&quot;&gt; update&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span style=&quot;color:#4078F2;--shiki-dark:#50FA7B&quot;&gt;bin/magento&lt;/span&gt;&lt;span style=&quot;color:#50A14F;--shiki-dark:#F1FA8C&quot;&gt; setup:upgrade&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;h4 id=&quot;migrating-from-adobe-commerce-or-magento-open-source&quot;&gt;Migrating from Adobe Commerce or Magento Open Source&lt;/h4&gt;
&lt;p&gt;See our &lt;a href=&quot;/get-started/migration-guide&quot;&gt;migration guide&lt;/a&gt; for detailed instructions on switching to Mage-OS.&lt;/p&gt;
&lt;p&gt;We hope you enjoy Mage-OS 2.2.2. As always, please report any issues on &lt;a href=&quot;https://github.com/mage-os/mageos-magento2/issues&quot;&gt;GitHub&lt;/a&gt; and join the conversation on &lt;a href=&quot;/discord-channel&quot;&gt;Discord&lt;/a&gt;.&lt;/p&gt;</content:encoded><category>Releases</category><author>mage-os-team</author></item><item><title>Mage-OS 2.2.1 – Security &amp; Stability Patch</title><link>https://mage-os.org/releases/2026-03-18-mage-os-2-2-1-release</link><guid isPermaLink="true">https://mage-os.org/releases/2026-03-18-mage-os-2-2-1-release</guid><description>Mage-OS 2.2.1 is a patch release addressing a GraphQL API breaking change, a checkout reCAPTCHA regression, and a critical upload vulnerability.</description><pubDate>Wed, 18 Mar 2026 18:00:00 GMT</pubDate><content:encoded>&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Update:&lt;/strong&gt; Mage-OS 2.2.2 is now available with bug fixes and compatibility improvements. &lt;a href=&quot;/releases/2026-04-15-mage-os-2-2-2-release&quot;&gt;Read the 2.2.2 release post&lt;/a&gt;.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;Mage-OS Distribution 2.2.1&lt;/strong&gt; is now available. This is a security and stability patch for the 2.2 release line — we strongly recommend updating as soon as possible.&lt;/p&gt;
&lt;h3 id=&quot;whats-fixed&quot;&gt;What’s fixed&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;“PolyShell” upload vulnerability blocked (security)&lt;/strong&gt;
Cherry-picked upstream Magento patch (ACP2E-4138) that prevents an attacker from sending an RCE payload via REST API POST requests. This addresses the &lt;a href=&quot;https://sansec.io/research/magento-polyshell&quot;&gt;“PolyShell” vulnerability&lt;/a&gt; that can affect insecure server environments. (&lt;a href=&quot;https://github.com/mage-os/mageos-magento2/pull/210&quot;&gt;#210&lt;/a&gt;) by &lt;a href=&quot;https://github.com/marcelmtz&quot;&gt;@marcelmtz&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;GraphQL API compatibility restored&lt;/strong&gt;
Pinned &lt;code&gt;webonyx/graphql-php&lt;/code&gt; to &lt;code&gt;&amp;#x3C;15.31.0&lt;/code&gt; to work around a breaking change in that library that broke Magento’s GraphQL API. (&lt;a href=&quot;https://github.com/mage-os/mageos-magento2/pull/211&quot;&gt;#211&lt;/a&gt;) by &lt;a href=&quot;https://github.com/rhoerr&quot;&gt;@rhoerr&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Checkout reCAPTCHA regression reverted&lt;/strong&gt;
Reverted the reCAPTCHA deferred-loading optimization introduced in 2.2.0, which caused reCAPTCHA failures on checkout pages using hosted/iframe payment forms (e.g. Braintree) and some other integrations. (&lt;a href=&quot;https://github.com/mage-os/mageos-security-package/pull/8&quot;&gt;mageos-security-package#8&lt;/a&gt;) by &lt;a href=&quot;https://github.com/rhoerr&quot;&gt;@rhoerr&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;our-foundation&quot;&gt;Our foundation&lt;/h3&gt;
&lt;p&gt;Mage-OS 2.2.1 is built on &lt;strong&gt;Magento Open Source 2.4.8-p4&lt;/strong&gt;, the same upstream base as 2.2.0. For details on upstream changes, see the &lt;a href=&quot;https://experienceleague.adobe.com/en/docs/commerce-operations/release/notes/magento-open-source/2-4-8&quot;&gt;Magento Open Source 2.4.8 release notes&lt;/a&gt; and &lt;a href=&quot;https://experienceleague.adobe.com/en/docs/commerce-operations/release/notes/security-patches/2-4-8-patches#p4&quot;&gt;2.4.8 security patch notes&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&quot;thanks-to-everyone-who-contributed&quot;&gt;Thanks to everyone who contributed!&lt;/h3&gt;
&lt;p&gt;Thank you to &lt;a href=&quot;https://github.com/rhoerr&quot;&gt;@rhoerr&lt;/a&gt; (Ryan Hoerr) and &lt;a href=&quot;https://github.com/marcelmtz&quot;&gt;@marcelmtz&lt;/a&gt; (Marcel Martinez) for handling this release!&lt;/p&gt;
&lt;p&gt;Thanks also to &lt;a href=&quot;https://github.com/ProxiBlue&quot;&gt;@ProxiBlue&lt;/a&gt; (Lucas van Staden), &lt;a href=&quot;https://github.com/damienwebdev&quot;&gt;@damienwebdev&lt;/a&gt; (Damien Retzinger), and &lt;a href=&quot;https://github.com/Vinai&quot;&gt;@Vinai&lt;/a&gt; (Vinai Kopp) for assistance with discovery and testing of the issues and solutions.&lt;/p&gt;
&lt;h3 id=&quot;want-to-participate&quot;&gt;Want to participate?&lt;/h3&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/mage-os&quot;&gt;Mage-OS GitHub&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;/discord-channel&quot;&gt;Mage-OS Discord&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;installation&quot;&gt;Installation&lt;/h3&gt;
&lt;h4 id=&quot;new-installations&quot;&gt;New installations&lt;/h4&gt;
&lt;pre class=&quot;astro-code astro-code-themes one-light dracula&quot; style=&quot;background-color:#FAFAFA;--shiki-dark-bg:#282A36;color:#383A42;--shiki-dark:#F8F8F2; overflow-x: auto;&quot; tabindex=&quot;0&quot; data-language=&quot;bash&quot;&gt;&lt;code&gt;&lt;span class=&quot;line&quot;&gt;&lt;span style=&quot;color:#4078F2;--shiki-dark:#50FA7B&quot;&gt;composer&lt;/span&gt;&lt;span style=&quot;color:#50A14F;--shiki-dark:#F1FA8C&quot;&gt; create-project&lt;/span&gt;&lt;span style=&quot;color:#986801;--shiki-dark:#BD93F9&quot;&gt; --repository-url=https://repo.mage-os.org/&lt;/span&gt;&lt;span style=&quot;color:#50A14F;--shiki-dark:#F1FA8C&quot;&gt; mage-os/project-community-edition=&lt;/span&gt;&lt;span style=&quot;color:#986801;--shiki-dark:#BD93F9&quot;&gt;2.2.1&lt;/span&gt;&lt;span style=&quot;color:#383A42;--shiki-dark:#FF79C6&quot;&gt; &amp;#x3C;&lt;/span&gt;&lt;span style=&quot;color:#50A14F;--shiki-dark:#F1FA8C&quot;&gt;install-directory-nam&lt;/span&gt;&lt;span style=&quot;color:#383A42;--shiki-dark:#F8F8F2&quot;&gt;e&lt;/span&gt;&lt;span style=&quot;color:#383A42;--shiki-dark:#FF79C6&quot;&gt;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;h4 id=&quot;upgrading-from-mage-os-220&quot;&gt;Upgrading from Mage-OS 2.2.0&lt;/h4&gt;
&lt;pre class=&quot;astro-code astro-code-themes one-light dracula&quot; style=&quot;background-color:#FAFAFA;--shiki-dark-bg:#282A36;color:#383A42;--shiki-dark:#F8F8F2; overflow-x: auto;&quot; tabindex=&quot;0&quot; data-language=&quot;bash&quot;&gt;&lt;code&gt;&lt;span class=&quot;line&quot;&gt;&lt;span style=&quot;color:#4078F2;--shiki-dark:#50FA7B&quot;&gt;composer&lt;/span&gt;&lt;span style=&quot;color:#50A14F;--shiki-dark:#F1FA8C&quot;&gt; require&lt;/span&gt;&lt;span style=&quot;color:#50A14F;--shiki-dark:#F1FA8C&quot;&gt; mage-os/product-community-edition=&lt;/span&gt;&lt;span style=&quot;color:#986801;--shiki-dark:#BD93F9&quot;&gt;2.2.1&lt;/span&gt;&lt;span style=&quot;color:#986801;--shiki-dark:#BD93F9&quot;&gt; --no-update&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span style=&quot;color:#4078F2;--shiki-dark:#50FA7B&quot;&gt;composer&lt;/span&gt;&lt;span style=&quot;color:#50A14F;--shiki-dark:#F1FA8C&quot;&gt; update&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span style=&quot;color:#4078F2;--shiki-dark:#50FA7B&quot;&gt;bin/magento&lt;/span&gt;&lt;span style=&quot;color:#50A14F;--shiki-dark:#F1FA8C&quot;&gt; setup:upgrade&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;h4 id=&quot;upgrading-from-an-older-mage-os-version&quot;&gt;Upgrading from an older Mage-OS version&lt;/h4&gt;
&lt;pre class=&quot;astro-code astro-code-themes one-light dracula&quot; style=&quot;background-color:#FAFAFA;--shiki-dark-bg:#282A36;color:#383A42;--shiki-dark:#F8F8F2; overflow-x: auto;&quot; tabindex=&quot;0&quot; data-language=&quot;bash&quot;&gt;&lt;code&gt;&lt;span class=&quot;line&quot;&gt;&lt;span style=&quot;color:#4078F2;--shiki-dark:#50FA7B&quot;&gt;composer&lt;/span&gt;&lt;span style=&quot;color:#50A14F;--shiki-dark:#F1FA8C&quot;&gt; require&lt;/span&gt;&lt;span style=&quot;color:#50A14F;--shiki-dark:#F1FA8C&quot;&gt; mage-os/product-community-edition=^2.2&lt;/span&gt;&lt;span style=&quot;color:#986801;--shiki-dark:#BD93F9&quot;&gt; --no-update&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span style=&quot;color:#4078F2;--shiki-dark:#50FA7B&quot;&gt;composer&lt;/span&gt;&lt;span style=&quot;color:#50A14F;--shiki-dark:#F1FA8C&quot;&gt; update&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span style=&quot;color:#4078F2;--shiki-dark:#50FA7B&quot;&gt;bin/magento&lt;/span&gt;&lt;span style=&quot;color:#50A14F;--shiki-dark:#F1FA8C&quot;&gt; setup:upgrade&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;h4 id=&quot;migrating-from-adobe-commerce-or-magento-open-source&quot;&gt;Migrating from Adobe Commerce or Magento Open Source&lt;/h4&gt;
&lt;p&gt;See our &lt;a href=&quot;/get-started/migration-guide&quot;&gt;migration guide&lt;/a&gt; for detailed instructions on switching to Mage-OS.&lt;/p&gt;
&lt;p&gt;We hope you enjoy Mage-OS 2.2.1. As always, please report any issues on &lt;a href=&quot;https://github.com/mage-os/mageos-magento2/issues&quot;&gt;GitHub&lt;/a&gt; and join the conversation on &lt;a href=&quot;/discord-channel&quot;&gt;Discord&lt;/a&gt;.&lt;/p&gt;</content:encoded><category>Releases</category><author>mage-os-team</author></item><item><title>Mage-OS 2.2 is out now!</title><link>https://mage-os.org/releases/2026-03-10-mage-os-2-2-0-release</link><guid isPermaLink="true">https://mage-os.org/releases/2026-03-10-mage-os-2-2-0-release</guid><description>Mage-OS 2.2.0 adds important security patches from Magento Open Source 2.4.8-p4, along with bug fixes and UI improvements.</description><pubDate>Tue, 10 Mar 2026 18:00:00 GMT</pubDate><content:encoded>&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Update:&lt;/strong&gt; Mage-OS 2.2.1 is now available with important security and stability fixes. &lt;a href=&quot;/releases/2026-03-18-mage-os-2-2-1-release&quot;&gt;Read the 2.2.1 release post&lt;/a&gt;.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;We are excited to announce the release of &lt;strong&gt;Mage-OS Distribution 2.2.0&lt;/strong&gt;, incorporating important security patches from upstream, along with bug fixes and UI improvements. We strongly recommend updating as soon as possible.&lt;/p&gt;
&lt;h3 id=&quot;our-foundation&quot;&gt;Our foundation&lt;/h3&gt;
&lt;p&gt;Mage-OS 2.2.0 is built on &lt;strong&gt;Magento Open Source 2.4.8-p4&lt;/strong&gt;, released today with a variety of security fixes.&lt;/p&gt;
&lt;p&gt;Please check the &lt;a href=&quot;https://experienceleague.adobe.com/en/docs/commerce-operations/release/notes/magento-open-source/2-4-8&quot;&gt;Magento Open Source 2.4.8 release notes&lt;/a&gt; and the &lt;a href=&quot;https://experienceleague.adobe.com/en/docs/commerce-operations/release/notes/security-patches/2-4-8-patches#p4&quot;&gt;2.4.8 security patch notes&lt;/a&gt; for details on upstream changes.&lt;/p&gt;
&lt;div style=&quot;overflow:auto&quot;&gt;












































&lt;table&gt;&lt;thead&gt;&lt;tr&gt;&lt;th&gt;Software&lt;/th&gt;&lt;th&gt;Version&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;Composer&lt;/td&gt;&lt;td&gt;2.9&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;OpenSearch&lt;/td&gt;&lt;td&gt;3.x (or Elasticsearch 8.x)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;MariaDB&lt;/td&gt;&lt;td&gt;11.4&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;MySQL&lt;/td&gt;&lt;td&gt;8.4&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;nginx&lt;/td&gt;&lt;td&gt;1.28&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;PHP&lt;/td&gt;&lt;td&gt;8.3, 8.4&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;RabbitMQ&lt;/td&gt;&lt;td&gt;4.1&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Redis&lt;/td&gt;&lt;td&gt;Valkey 8 (or Redis 7.2+)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Varnish&lt;/td&gt;&lt;td&gt;7.7&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;
&lt;h3 id=&quot;whats-changed&quot;&gt;What’s changed&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Real column type introspection fix&lt;/strong&gt;
Fixed an issue where &lt;code&gt;setup:db:status&lt;/code&gt; and &lt;code&gt;setup:db-schema:upgrade&lt;/code&gt; perpetually reported pending &lt;code&gt;modify_column&lt;/code&gt; changes for certain &lt;code&gt;DOUBLE UNSIGNED&lt;/code&gt; columns. (&lt;a href=&quot;https://github.com/mage-os/mageos-magento2/pull/205&quot;&gt;#205&lt;/a&gt;) by &lt;a href=&quot;https://github.com/furan917&quot;&gt;@furan917&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Mage-OS Admin Theme (m137) updated from 1.3.2 to 1.3.4&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Refactored action-split, page-builder standard/connected buttons to align with Google Material Design 3&lt;/li&gt;
&lt;li&gt;UI improvements to field labels, control spacing, modal messaging, newsletter, and order/shipment styling&lt;/li&gt;
&lt;li&gt;Replaced GIF loader with SVG&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;PCI 4 Compatibility module updated from 1.3.1 to 1.4.1&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Structural improvements to the session expiry modal&lt;/li&gt;
&lt;li&gt;Fixed z-index to ensure the session expiry modal renders above all other page elements&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;mirror-updates&quot;&gt;Mirror updates&lt;/h3&gt;
&lt;p&gt;The latest Magento versions, including 2.4.8-p4, are also available from our public Magento mirror at &lt;a href=&quot;https://mirror.mage-os.org&quot;&gt;mirror.mage-os.org&lt;/a&gt;. This mirror is a drop-in replacement for &lt;code&gt;repo.magento.com&lt;/code&gt; (except Magento Marketplace), allowing you to install Magento without any login credentials.&lt;/p&gt;
&lt;h3 id=&quot;thanks-to-everyone-who-contributed&quot;&gt;Thanks to everyone who contributed!&lt;/h3&gt;
&lt;p&gt;Thank you to &lt;a href=&quot;https://github.com/rhoerr&quot;&gt;@rhoerr&lt;/a&gt; (Ryan Hoerr) and &lt;a href=&quot;https://github.com/marcelmtz&quot;&gt;@marcelmtz&lt;/a&gt; (Marcel Martinez) for handling this release!&lt;/p&gt;
&lt;p&gt;This release was also made possible by the contributions of:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/artKozynets&quot;&gt;@artKozynets&lt;/a&gt; (Artem Kozynets)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/furan917&quot;&gt;@furan917&lt;/a&gt; (Francis Gallagher)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/aligent-lturner&quot;&gt;@aligent-lturner&lt;/a&gt; (Lachlan Turner, &lt;a href=&quot;https://github.com/aligent&quot;&gt;Aligent&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;want-to-participate&quot;&gt;Want to participate?&lt;/h3&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/mage-os&quot;&gt;Mage-OS GitHub&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;/discord-channel&quot;&gt;Mage-OS Discord&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;installation&quot;&gt;Installation&lt;/h3&gt;
&lt;h4 id=&quot;new-installations&quot;&gt;New installations&lt;/h4&gt;
&lt;pre class=&quot;astro-code astro-code-themes one-light dracula&quot; style=&quot;background-color:#FAFAFA;--shiki-dark-bg:#282A36;color:#383A42;--shiki-dark:#F8F8F2; overflow-x: auto;&quot; tabindex=&quot;0&quot; data-language=&quot;bash&quot;&gt;&lt;code&gt;&lt;span class=&quot;line&quot;&gt;&lt;span style=&quot;color:#4078F2;--shiki-dark:#50FA7B&quot;&gt;composer&lt;/span&gt;&lt;span style=&quot;color:#50A14F;--shiki-dark:#F1FA8C&quot;&gt; create-project&lt;/span&gt;&lt;span style=&quot;color:#986801;--shiki-dark:#BD93F9&quot;&gt; --repository-url=https://repo.mage-os.org/&lt;/span&gt;&lt;span style=&quot;color:#50A14F;--shiki-dark:#F1FA8C&quot;&gt; mage-os/project-community-edition=&lt;/span&gt;&lt;span style=&quot;color:#986801;--shiki-dark:#BD93F9&quot;&gt;2.2.0&lt;/span&gt;&lt;span style=&quot;color:#383A42;--shiki-dark:#FF79C6&quot;&gt; &amp;#x3C;&lt;/span&gt;&lt;span style=&quot;color:#50A14F;--shiki-dark:#F1FA8C&quot;&gt;install-directory-nam&lt;/span&gt;&lt;span style=&quot;color:#383A42;--shiki-dark:#F8F8F2&quot;&gt;e&lt;/span&gt;&lt;span style=&quot;color:#383A42;--shiki-dark:#FF79C6&quot;&gt;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;h4 id=&quot;upgrading-from-a-previous-mage-os-version&quot;&gt;Upgrading from a previous Mage-OS version&lt;/h4&gt;
&lt;pre class=&quot;astro-code astro-code-themes one-light dracula&quot; style=&quot;background-color:#FAFAFA;--shiki-dark-bg:#282A36;color:#383A42;--shiki-dark:#F8F8F2; overflow-x: auto;&quot; tabindex=&quot;0&quot; data-language=&quot;bash&quot;&gt;&lt;code&gt;&lt;span class=&quot;line&quot;&gt;&lt;span style=&quot;color:#4078F2;--shiki-dark:#50FA7B&quot;&gt;composer&lt;/span&gt;&lt;span style=&quot;color:#50A14F;--shiki-dark:#F1FA8C&quot;&gt; require&lt;/span&gt;&lt;span style=&quot;color:#50A14F;--shiki-dark:#F1FA8C&quot;&gt; mage-os/product-community-edition=^2.2&lt;/span&gt;&lt;span style=&quot;color:#986801;--shiki-dark:#BD93F9&quot;&gt; --no-update&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span style=&quot;color:#4078F2;--shiki-dark:#50FA7B&quot;&gt;composer&lt;/span&gt;&lt;span style=&quot;color:#50A14F;--shiki-dark:#F1FA8C&quot;&gt; update&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span style=&quot;color:#4078F2;--shiki-dark:#50FA7B&quot;&gt;bin/magento&lt;/span&gt;&lt;span style=&quot;color:#50A14F;--shiki-dark:#F1FA8C&quot;&gt; setup:upgrade&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;h4 id=&quot;migrating-from-adobe-commerce-or-magento-open-source&quot;&gt;Migrating from Adobe Commerce or Magento Open Source&lt;/h4&gt;
&lt;p&gt;See our &lt;a href=&quot;/get-started/migration-guide&quot;&gt;migration guide&lt;/a&gt; for detailed instructions on switching to Mage-OS.&lt;/p&gt;
&lt;p&gt;We hope you enjoy Mage-OS 2.2.0. As always, please report any issues on &lt;a href=&quot;https://github.com/mage-os/mageos-magento2/issues&quot;&gt;GitHub&lt;/a&gt; and join the conversation on &lt;a href=&quot;/discord-channel&quot;&gt;Discord&lt;/a&gt;.&lt;/p&gt;</content:encoded><category>Releases</category><author>mage-os-team</author></item><item><title>Mage-OS 2.1 is out now!</title><link>https://mage-os.org/releases/2026-01-20-mage-os-2-1-0-release</link><guid isPermaLink="true">https://mage-os.org/releases/2026-01-20-mage-os-2-1-0-release</guid><description>We are excited to announce the release of Mage-OS Distribution 2.1.0, continuing our mission to provide a community-driven, open, and reliable e-commerce...</description><pubDate>Mon, 19 Jan 2026 20:55:00 GMT</pubDate><content:encoded>&lt;p&gt;We are excited to announce the release of &lt;strong&gt;Mage-OS Distribution 2.1.0&lt;/strong&gt;, continuing our mission to provide a community-driven, open, and reliable e-commerce platform.&lt;/p&gt;
&lt;p&gt;This release includes bug fixes, performance improvements, expanded database compatibility, and new developer tools.&lt;/p&gt;
&lt;h3 id=&quot;our-foundation&quot;&gt;Our foundation&lt;/h3&gt;
&lt;p&gt;Mage-OS 2.1.0 is based on a solid foundation of proven, well-supported software:&lt;/p&gt;
&lt;div style=&quot;overflow:auto&quot;&gt;












































&lt;table&gt;&lt;thead&gt;&lt;tr&gt;&lt;th&gt;Software&lt;/th&gt;&lt;th&gt;Version&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;Composer&lt;/td&gt;&lt;td&gt;2.9.3&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;OpenSearch&lt;/td&gt;&lt;td&gt;3.x (or Elasticsearch 8.x)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;MariaDB&lt;/td&gt;&lt;td&gt;11.4&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;MySQL&lt;/td&gt;&lt;td&gt;8.4&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;nginx&lt;/td&gt;&lt;td&gt;1.28&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;PHP&lt;/td&gt;&lt;td&gt;8.3, 8.4&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;RabbitMQ&lt;/td&gt;&lt;td&gt;4.1&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Redis&lt;/td&gt;&lt;td&gt;Valkey 8 (or Redis 7.2+)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Varnish&lt;/td&gt;&lt;td&gt;7.7&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;
&lt;h3 id=&quot;bug-fixes&quot;&gt;Bug fixes&lt;/h3&gt;
&lt;p&gt;Several issues have been resolved in this release:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Customer group extension attributes&lt;/strong&gt;
Fixed a plugin that was overwriting existing extension attributes instead of preserving them (&lt;a href=&quot;https://github.com/mage-os/mageos-magento2/pull/53&quot;&gt;#53&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Customer file attribute handling&lt;/strong&gt;
Prevents session files from being written to the filesystem for non-file customer attributes (&lt;a href=&quot;https://github.com/mage-os/mageos-magento2/pull/174&quot;&gt;#174&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Full Page Cache after login&lt;/strong&gt;
Resolved an issue where native FPC didn’t work properly for logged in customers (AC-14999) (&lt;a href=&quot;https://github.com/mage-os/mageos-magento2/pull/176&quot;&gt;#176&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;SRI hash failures&lt;/strong&gt;
Fixed Subresource Integrity hash failures that occurred when using JavaScript bundling and minification together (&lt;a href=&quot;https://github.com/mage-os/mageos-magento2/pull/177&quot;&gt;#177&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Plugin generation area order&lt;/strong&gt;
Fixed setup:di:compile to generate plugins in the correct area order, preventing frontend cache regeneration on first request (&lt;a href=&quot;https://github.com/mage-os/mageos-magento2/pull/194&quot;&gt;#194&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Mage-OS Page Builder Widgets module updated to 1.3.3&lt;/strong&gt;
&lt;ul&gt;
&lt;li&gt;Fixed css hiding other modal form labels (&lt;a href=&quot;https://github.com/mage-os/module-page-builder-widget/pull/10&quot;&gt;#10&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fixed virtualTypes on Block classes used by widgets (&lt;a href=&quot;https://github.com/mage-os/module-page-builder-widget/pull/13&quot;&gt;#13&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;new-features&quot;&gt;New features&lt;/h3&gt;
&lt;h4 id=&quot;theme-registration-status-command&quot;&gt;Theme registration status command&lt;/h4&gt;
&lt;p&gt;A new CLI command helps developers identify themes that exist in the filesystem but are not registered in the database:&lt;/p&gt;
&lt;pre class=&quot;astro-code astro-code-themes one-light dracula&quot; style=&quot;background-color:#FAFAFA;--shiki-dark-bg:#282A36;color:#383A42;--shiki-dark:#F8F8F2; overflow-x: auto;&quot; tabindex=&quot;0&quot; data-language=&quot;bash&quot;&gt;&lt;code&gt;&lt;span class=&quot;line&quot;&gt;&lt;span style=&quot;color:#4078F2;--shiki-dark:#50FA7B&quot;&gt;bin/magento&lt;/span&gt;&lt;span style=&quot;color:#50A14F;--shiki-dark:#F1FA8C&quot;&gt; theme:registration:status&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;This helps detect when theme changes require setup to be run, for zero-downtime deployment processes. (&lt;a href=&quot;https://github.com/mage-os/mageos-magento2/pull/186&quot;&gt;#186&lt;/a&gt;)&lt;/p&gt;
&lt;h4 id=&quot;queue-configuration-status-command&quot;&gt;Queue configuration status command&lt;/h4&gt;
&lt;p&gt;A new CLI command detects inconsistencies in message queue configuration for both MySQL and AMQP (RabbitMQ/AmazonMQ) backends:&lt;/p&gt;
&lt;pre class=&quot;astro-code astro-code-themes one-light dracula&quot; style=&quot;background-color:#FAFAFA;--shiki-dark-bg:#282A36;color:#383A42;--shiki-dark:#F8F8F2; overflow-x: auto;&quot; tabindex=&quot;0&quot; data-language=&quot;bash&quot;&gt;&lt;code&gt;&lt;span class=&quot;line&quot;&gt;&lt;span style=&quot;color:#4078F2;--shiki-dark:#50FA7B&quot;&gt;bin/magento&lt;/span&gt;&lt;span style=&quot;color:#50A14F;--shiki-dark:#F1FA8C&quot;&gt; queue:config:status&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;This helps detect when message queue changes require setup to be run, for zero-downtime deployment processes and health checks. (&lt;a href=&quot;https://github.com/mage-os/mageos-magento2/pull/188&quot;&gt;#188&lt;/a&gt;)&lt;/p&gt;
&lt;h3 id=&quot;expanded-database-support&quot;&gt;Expanded database support&lt;/h3&gt;
&lt;p&gt;We’ve expanded database compatibility to better match real-world hosting environments:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;MySQL:&lt;/strong&gt; 5.7, 8.0 through 8.4&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;MariaDB:&lt;/strong&gt; 10.2 through 10.11, and all 11.x versions&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This gives you more flexibility in choosing your database server and makes upgrades smoother. (&lt;a href=&quot;https://github.com/mage-os/mageos-magento2/pull/189&quot;&gt;#189&lt;/a&gt;)&lt;/p&gt;
&lt;h3 id=&quot;thanks-to-everyone-who-contributed&quot;&gt;Thanks to everyone who contributed!&lt;/h3&gt;
&lt;p&gt;This release was made possible by the contributions of our community members:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/avstudnitz&quot;&gt;@avstudnitz&lt;/a&gt; (Andreas von Studnitz)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/dadolun95&quot;&gt;@dadolun95&lt;/a&gt; (Davide Lunardon)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/furan917&quot;&gt;@furan917&lt;/a&gt; (Francis Gallagher)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/jakwinkler&quot;&gt;@jakwinkler&lt;/a&gt; (Jakub Winkler)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/melindash&quot;&gt;@melindash&lt;/a&gt; (Melinda Humphrey)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/rhoerr&quot;&gt;@rhoerr&lt;/a&gt; (Ryan Hoerr)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/rogerdz&quot;&gt;@rogerdz&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/samdjames&quot;&gt;@samdjames&lt;/a&gt; (Sam James)&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;want-to-participate&quot;&gt;Want to participate?&lt;/h3&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/mage-os&quot;&gt;Mage-OS GitHub&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;/discord-channel&quot;&gt;Mage-OS Discord&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;installation&quot;&gt;Installation&lt;/h3&gt;
&lt;h4 id=&quot;new-installations&quot;&gt;New installations&lt;/h4&gt;
&lt;pre class=&quot;astro-code astro-code-themes one-light dracula&quot; style=&quot;background-color:#FAFAFA;--shiki-dark-bg:#282A36;color:#383A42;--shiki-dark:#F8F8F2; overflow-x: auto;&quot; tabindex=&quot;0&quot; data-language=&quot;bash&quot;&gt;&lt;code&gt;&lt;span class=&quot;line&quot;&gt;&lt;span style=&quot;color:#4078F2;--shiki-dark:#50FA7B&quot;&gt;composer&lt;/span&gt;&lt;span style=&quot;color:#50A14F;--shiki-dark:#F1FA8C&quot;&gt; create-project&lt;/span&gt;&lt;span style=&quot;color:#986801;--shiki-dark:#BD93F9&quot;&gt; --repository-url=https://repo.mage-os.org/&lt;/span&gt;&lt;span style=&quot;color:#50A14F;--shiki-dark:#F1FA8C&quot;&gt; mage-os/project-community-edition=&lt;/span&gt;&lt;span style=&quot;color:#986801;--shiki-dark:#BD93F9&quot;&gt;2.1.0&lt;/span&gt;&lt;span style=&quot;color:#383A42;--shiki-dark:#FF79C6&quot;&gt; &amp;#x3C;&lt;/span&gt;&lt;span style=&quot;color:#50A14F;--shiki-dark:#F1FA8C&quot;&gt;install-directory-nam&lt;/span&gt;&lt;span style=&quot;color:#383A42;--shiki-dark:#F8F8F2&quot;&gt;e&lt;/span&gt;&lt;span style=&quot;color:#383A42;--shiki-dark:#FF79C6&quot;&gt;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;h4 id=&quot;upgrading-from-a-previous-mage-os-version&quot;&gt;Upgrading from a previous Mage-OS version&lt;/h4&gt;
&lt;pre class=&quot;astro-code astro-code-themes one-light dracula&quot; style=&quot;background-color:#FAFAFA;--shiki-dark-bg:#282A36;color:#383A42;--shiki-dark:#F8F8F2; overflow-x: auto;&quot; tabindex=&quot;0&quot; data-language=&quot;bash&quot;&gt;&lt;code&gt;&lt;span class=&quot;line&quot;&gt;&lt;span style=&quot;color:#4078F2;--shiki-dark:#50FA7B&quot;&gt;composer&lt;/span&gt;&lt;span style=&quot;color:#50A14F;--shiki-dark:#F1FA8C&quot;&gt; require&lt;/span&gt;&lt;span style=&quot;color:#50A14F;--shiki-dark:#F1FA8C&quot;&gt; mage-os/product-community-edition=^2.1&lt;/span&gt;&lt;span style=&quot;color:#986801;--shiki-dark:#BD93F9&quot;&gt; --no-update&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span style=&quot;color:#4078F2;--shiki-dark:#50FA7B&quot;&gt;composer&lt;/span&gt;&lt;span style=&quot;color:#50A14F;--shiki-dark:#F1FA8C&quot;&gt; update&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span style=&quot;color:#4078F2;--shiki-dark:#50FA7B&quot;&gt;bin/magento&lt;/span&gt;&lt;span style=&quot;color:#50A14F;--shiki-dark:#F1FA8C&quot;&gt; setup:upgrade&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;h4 id=&quot;migrating-from-adobe-commerce-or-magento-open-source&quot;&gt;Migrating from Adobe Commerce or Magento Open Source&lt;/h4&gt;
&lt;p&gt;See our &lt;a href=&quot;/get-started/migration-guide&quot;&gt;migration guide&lt;/a&gt; for detailed instructions on switching to Mage-OS.&lt;/p&gt;
&lt;p&gt;We hope you enjoy Mage-OS 2.1.0. As always, please report any issues on &lt;a href=&quot;https://github.com/mage-os/mageos-magento2/issues&quot;&gt;GitHub&lt;/a&gt; and join the conversation on &lt;a href=&quot;/discord-channel&quot;&gt;Discord&lt;/a&gt;.&lt;/p&gt;</content:encoded><category>Releases</category><author>mage-os-team</author></item><item><title>Mage-OS 2.0: Innovation Takes Flight</title><link>https://mage-os.org/releases/2025-10-16-mage-os-2-0-innovation-takes-flight</link><guid isPermaLink="true">https://mage-os.org/releases/2025-10-16-mage-os-2-0-innovation-takes-flight</guid><description>We are excited to announce the release of Mage-OS Distribution 2.0, a major milestone that shows the power of community-driven innovation. This release...</description><pubDate>Thu, 16 Oct 2025 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;We are excited to announce the release of &lt;strong&gt;Mage-OS Distribution 2.0&lt;/strong&gt;, a major milestone that shows the power of community-driven innovation. This release represents a significant step forward in Mage-OS’s commitment to advancing open-source e-commerce.&lt;/p&gt;
&lt;h2 id=&quot;our-foundation&quot;&gt;Our Foundation&lt;/h2&gt;
&lt;p&gt;Mage-OS 2.0 builds on &lt;strong&gt;Magento Open Source 2.4.8-p3&lt;/strong&gt;, including all the latest security fixes and platform improvements from the upstream release. This ensures that our distribution maintains the solid foundation that hundreds of thousands of developers and merchants worldwide depend on, while adding the improvements that make Mage-OS special.​&lt;/p&gt;
&lt;h3 id=&quot;see-recommended-software-versions&quot;&gt;See recommended software versions&lt;/h3&gt;
&lt;div style=&quot;overflow:auto&quot;&gt;
















































&lt;table&gt;&lt;thead&gt;&lt;tr&gt;&lt;th&gt;&lt;strong&gt;Component&lt;/strong&gt;&lt;/th&gt;&lt;th&gt;&lt;strong&gt;Recommended Version&lt;/strong&gt;&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;Composer&lt;/td&gt;&lt;td&gt;2.8&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;OpenSearch&lt;/td&gt;&lt;td&gt;2.19&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;MariaDB&lt;/td&gt;&lt;td&gt;11.4&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;MySQL&lt;/td&gt;&lt;td&gt;8.4&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;PHP&lt;/td&gt;&lt;td&gt;8.4/8.3&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;RabbitMQ&lt;/td&gt;&lt;td&gt;4&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Redis&lt;/td&gt;&lt;td&gt;Valkey 8 (or Redis 7.2+)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Varnish&lt;/td&gt;&lt;td&gt;7.6&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Apache&lt;/td&gt;&lt;td&gt;2.4&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;nginx&lt;/td&gt;&lt;td&gt;1.26&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;
&lt;h2 id=&quot;version-and-support-policy&quot;&gt;Version and Support Policy&lt;/h2&gt;
&lt;p&gt;We adopted a new versioning policy, starting with Mage-OS 1.2 in June. This is our first major update.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;#.0.0&lt;/strong&gt; &lt;strong&gt;Major Updates&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;2x per year, around April/May and October.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;These may include new features, useful bundled extensions, significant changes, or changes to system requirements like PHP versions.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;They should stay mostly compatible with Magento and existing extensions, allowing you to easily switch between Mage-OS and Magento.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;2.#.0 Minor Updates&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Any Magento release or security patch between a feature release will become a Mage-OS minor version update, unless there is a change in system requirements.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;These should be compatible with existing installations.​&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;2.0.# Patch Updates&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Small but critical off-schedule fixes to a Mage-OS release. These should be rare.​&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This reflects our plan for more rapid releases and innovation, and lets everyone know and plan for updates in advance.&lt;/p&gt;
&lt;p&gt;Adobe announced plans to release security patches on the second Tuesday of each month in 2026. Mage-OS will publish an update each time with the latest security patches included.&lt;/p&gt;
&lt;p&gt;As a mostly-volunteer-run nonprofit, our resources are limited. As such, for now, Mage-OS will only support the latest release branch at a time. You must stay up to date with the latest Mage-OS release to stay secure.&lt;/p&gt;
&lt;h2 id=&quot;the-mage-os-lab-where-innovation-develops&quot;&gt;The &lt;a href=&quot;https://github.com/mage-os-lab&quot;&gt;Mage-OS Lab&lt;/a&gt;: Where Innovation Develops&lt;/h2&gt;
&lt;p&gt;One of the most exciting aspects of Mage-OS 2.0 is that &lt;strong&gt;we’ve graduated multiple Mage-OS Lab modules&lt;/strong&gt; into the core distribution. The &lt;a href=&quot;https://github.com/mage-os-lab&quot;&gt;Mage-OS Lab&lt;/a&gt; is our innovation space, where we welcome everyone in the community to experiment, improve, and perfect new ideas and improvements for the Magento ecosystem.&lt;/p&gt;
&lt;p&gt;The Lab represents our future of open-source Magento: &lt;strong&gt;collaborative, experimental, and community-driven&lt;/strong&gt;. It’s where new ideas are tested, improved, and ultimately brought to life for the benefit of the entire ecosystem.&lt;/p&gt;
&lt;p&gt;These modules represent months of dedicated work by talented developers who believe in pushing the platform forward.&lt;/p&gt;
&lt;h2 id=&quot;new-features&quot;&gt;New Features&lt;/h2&gt;
&lt;h3 id=&quot;enhanced-security-with-pci-dss-40-compliance&quot;&gt;Enhanced Security with PCI DSS 4.0 Compliance&lt;/h3&gt;
&lt;p&gt;Mage-OS 2.0 bundles the &lt;strong&gt;aligent/magento2-pci-4-compatibility&lt;/strong&gt; module, which updates default admin policies for PCI DSS 4.0 requirements. This includes:​&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Automatic account deactivation&lt;/strong&gt; after 90 days of inactivity&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Enhanced session security&lt;/strong&gt; with 15-minute idle timeout enforcement&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Strengthened authentication&lt;/strong&gt; with improved lockout policies&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;More strict password requirements&lt;/strong&gt; with 12-character minimum length and complexity rules&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;ai-powered-automatic-translation&quot;&gt;AI-Powered Automatic Translation&lt;/h3&gt;
&lt;p&gt;The &lt;strong&gt;Automatic Translation module&lt;/strong&gt; changes how merchants expand globally. This powerful tool uses AI services from DeepL, OpenAI, or Google Gemini to provide:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Product catalog translation&lt;/strong&gt; with support for both text and select/multiselect attributes&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Automated cron-based translation workflows&lt;/strong&gt; for hands-off operation&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Manual translation controls&lt;/strong&gt; for categories, CMS pages, and static blocks&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Intelligent retranslation prevention&lt;/strong&gt; that respects manual edits while adapting to source changes&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Use of AI translation requires a separate AI service account and API key, and will involve costs by usage.&lt;/p&gt;
&lt;h3 id=&quot;advanced-inventory-management&quot;&gt;Advanced Inventory Management&lt;/h3&gt;
&lt;p&gt;The new &lt;strong&gt;Inventory Reservations Grid&lt;/strong&gt; brings better visibility to your inventory management, allowing you to directly see and manage stock reservations in Magento’s inventory system.&lt;/p&gt;
&lt;h3 id=&quot;seo-tuning-made-simple&quot;&gt;SEO Tuning Made Simple&lt;/h3&gt;
&lt;p&gt;The &lt;strong&gt;Meta Robots Tag module&lt;/strong&gt; gives you detailed control over search engine indexing. With three new attributes in the “Search Engine Optimization” section of products, categories, and CMS pages, you can fine-tune your NOINDEX, NOFOLLOW, and NOARCHIVE tags page by page.&lt;/p&gt;
&lt;h3 id=&quot;page-builder-enhancements&quot;&gt;Page Builder Enhancements&lt;/h3&gt;
&lt;p&gt;Two powerful Page Builder enhancements from Mage-OS Lab are now part of Mage-OS 2:&lt;/p&gt;
&lt;h4 id=&quot;embedded-widgets&quot;&gt;&lt;strong&gt;Embedded Widgets&lt;/strong&gt;&lt;/h4&gt;
&lt;p&gt;&lt;strong&gt;Page Builder Widgets&lt;/strong&gt; adds “CMS Widget” support directly into Page Builder, including previews of the widget output. This can be used anywhere Page Builder is supported, including pages, blocks, and content descriptions.&lt;/p&gt;
&lt;h4 id=&quot;importexport-and-remote-sync&quot;&gt;Import/Export and Remote Sync&lt;/h4&gt;
&lt;p&gt;&lt;strong&gt;PageBuilder Template Import/Export&lt;/strong&gt; enables Page Builder templates to be easily shared between Magento instances. This module supports both local file transfers and cloud-based Dropbox integration for template management workflows across multiple websites or instances.&lt;/p&gt;
&lt;h3 id=&quot;performance-optimization&quot;&gt;Performance Optimization&lt;/h3&gt;
&lt;p&gt;The &lt;strong&gt;Theme Optimization module&lt;/strong&gt; delivers better user experience based on the latest browser features:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Back/Forward Cache (bfcache) support&lt;/strong&gt; gives almost instant browser navigation backwards/forwards on cacheable pages&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Speculative preloading&lt;/strong&gt; intelligently preloads links before the user clicks them&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Smooth page transitions&lt;/strong&gt; create a premium user experience&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;All of these combine to give a smoother experience and better Core Web Vitals than without.&lt;/p&gt;
&lt;h2 id=&quot;core-platform-improvements&quot;&gt;Core Platform Improvements&lt;/h2&gt;
&lt;p&gt;Beyond the new modules, Mage-OS 2.0 includes several important platform improvements developed by our community:&lt;/p&gt;
&lt;h3 id=&quot;github-pull-request-contributions&quot;&gt;GitHub Pull Request Contributions&lt;/h3&gt;
&lt;p&gt;Several key contributions from the community have been integrated:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Admin Dashboard JavaScript Fix&lt;/strong&gt; (#164): Ryan Hoerr resolved a JavaScript error that could occur on admin login.​&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Config Load Safety Check&lt;/strong&gt; (#167): ProxiBlue added a config safety check to better handle missing config &lt;code&gt;id&lt;/code&gt; values.​&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Configurable Product Export Fix&lt;/strong&gt; (#169): Ryan Hoerr fixed product export issues for configurable products with multiple super attributes.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;​&lt;strong&gt;PHP 8.4 Compatibility&lt;/strong&gt; (#157): aelmizeb fixed PHP 8.4 deprecation errors on compilation.​&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;USPS API Migration&lt;/strong&gt; (#170): We added Magento patch AC-15210 for support of the USPS REST API. USPS will be turning off the legacy Web Services API on January 26, 2026.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;celebrating-our-community&quot;&gt;Celebrating Our Community&lt;/h2&gt;
&lt;p&gt;Mage-OS wouldn’t exist without the support of our growing community. We extend our thanks to our &lt;strong&gt;172 financial contributors&lt;/strong&gt; who have collectively contributed over &lt;strong&gt;€106,000&lt;/strong&gt; to fund this mission since 2022. This has gotten us where we are today, but every bit more will help us to do more faster. Please add your support and help us do something great!&lt;/p&gt;
&lt;h3 id=&quot;our-partner-ecosystem&quot;&gt;Our Partner Ecosystem&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Gold Partners&lt;/strong&gt; (€10,000/year):&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;MDOQ - Leading the way with €20,000 in total contributions&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Interactiv4 - Our first Gold Partner with €10,000 contributed&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Silver Partners&lt;/strong&gt; (€4,000/year):&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;ParadoxLabs&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Hyvä Themes&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Vendic&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Inchoo&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Mollie&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;WilMa Digital&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Bronze Partners&lt;/strong&gt; (€1,250/year):&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;JetRails, Develo, FindCanary, JH, integer_net, and basecom&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;We also celebrate our &lt;strong&gt;81 Community Members and 67 Professional Members&lt;/strong&gt; who power the grassroots support that makes everything possible.&lt;/p&gt;
&lt;h2 id=&quot;special-recognition&quot;&gt;Special Recognition&lt;/h2&gt;
&lt;p&gt;Thank you to the people who made Mage-OS 2.0 possible:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Davide Lunardon, Luca Fuser, and Samuele Martini&lt;/strong&gt; for the Automatic Translation and PageBuilder modules​&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Ryan Hoerr, &lt;strong&gt;Oliver Jaufmann/&lt;strong&gt;JaJuMa GmbH&lt;/strong&gt;&lt;/strong&gt;&lt;/strong&gt;, &lt;strong&gt;&lt;strong&gt;Sean van Zuidam, and&lt;/strong&gt; David Lambauer&lt;/strong&gt; for the Theme Optimization module​&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;The Aligent team&lt;/strong&gt; for their PCI 4.0 Compatibility module​&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Ryan Hoerr and Fabrizio Balliano&lt;/strong&gt; for multiple platform fixes and release management&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;ProxiBlue and aelmizeb&lt;/strong&gt; for their platform improvements​&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;And to the many more that participated, tested, commented, worked in Mage-OS Lab, or otherwise supported our efforts.&lt;/p&gt;
&lt;h2 id=&quot;join-the-community&quot;&gt;Join the Community&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Do you want to be part of the future of e-commerce?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The success of Mage-OS depends on community support and involvement. Whether you’re a developer, merchant, agency, or technology partner, we need you.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;For Individuals&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Community Member&lt;/strong&gt;: €10/year - Show your support and get voting rights&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Professional Member&lt;/strong&gt;: €100/year - For those making a living with the platform&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;For Businesses&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Bronze Partner&lt;/strong&gt;: €1,250/year - Perfect for small companies&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Silver Partner&lt;/strong&gt;: €4,000/year - Includes logo placement on Mage-OS.org&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Gold Partner&lt;/strong&gt;: €10,000/year - Premium visibility and partnership benefits&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Platinum Partner&lt;/strong&gt;: €25,000/year - Be the first! Maximum impact and recognition&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Become a sponsor today:&lt;/strong&gt; &lt;a href=&quot;/community/partners&quot;&gt;&lt;strong&gt;mage-os.org/about/mage-os-membership&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&quot;get-involved-in-development&quot;&gt;&lt;strong&gt;Get Involved in Development&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;Join our &lt;strong&gt;weekly tech meetings&lt;/strong&gt; every Tuesday at 3 PM CET on Discord. Contribute to the Mage-OS Lab, submit pull requests, or share your ideas with the community.​&lt;/p&gt;
&lt;p&gt;Repository: &lt;a href=&quot;https://github.com/mage-os/mageos-magento2&quot;&gt;github.com/mage-os/mageos-magento2&lt;/a&gt;&lt;br&gt;
Lab Projects: &lt;a href=&quot;https://github.com/mage-os-lab&quot;&gt;github.com/mage-os-lab​&lt;/a&gt;&lt;br&gt;
Community Chat: &lt;a href=&quot;https://discord.com/invite/nvZDVA2NdC&quot;&gt;chat.mage-os.org&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If you have an Open Source module you are interested in including or contributing, get in touch!&lt;/p&gt;
&lt;h2 id=&quot;installing-mage-os-20&quot;&gt;Installing Mage-OS 2.0&lt;/h2&gt;
&lt;p&gt;Ready to experience the future? Create a new Mage-OS project with:&lt;/p&gt;
&lt;pre class=&quot;astro-code astro-code-themes one-light dracula&quot; style=&quot;background-color:#FAFAFA;--shiki-dark-bg:#282A36;color:#383A42;--shiki-dark:#F8F8F2; overflow-x: auto;&quot; tabindex=&quot;0&quot; data-language=&quot;plaintext&quot;&gt;&lt;code&gt;&lt;span class=&quot;line&quot;&gt;&lt;span&gt;composer create-project --repository-url=https://repo.mage-os.org/ mage-os/project-community-edition .&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;h3 id=&quot;upgrading-from-magento&quot;&gt;&lt;strong&gt;Upgrading from Magento&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;You can convert from Magento to Mage-OS with one line (sort of):&lt;/p&gt;
&lt;pre class=&quot;astro-code astro-code-themes one-light dracula&quot; style=&quot;background-color:#FAFAFA;--shiki-dark-bg:#282A36;color:#383A42;--shiki-dark:#F8F8F2; overflow-x: auto;&quot; tabindex=&quot;0&quot; data-language=&quot;plaintext&quot;&gt;&lt;code&gt;&lt;span class=&quot;line&quot;&gt;&lt;span&gt;composer config repositories.0 composer https://repo.mage-os.org/ &amp;#x26;&amp;#x26;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;composer require mage-os/product-community-edition --no-update &amp;#x26;&amp;#x26;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;composer remove magento/product-community-edition magento/composer-dependency-version-audit-plugin magento/composer-root-update-plugin --no-update &amp;#x26;&amp;#x26;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;composer update --no-plugins --with-all-dependencies&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;We recommend updating to the latest available Magento version before switching to Mage-OS, to make the process as smooth as possible.&lt;/p&gt;
&lt;h2 id=&quot;the-future&quot;&gt;The Future&lt;/h2&gt;
&lt;p&gt;Mage-OS 2.0 represents more than just a software release, it’s proof that &lt;strong&gt;community-driven innovation works&lt;/strong&gt;. Every module that graduated from the Lab, every security enhancement, and every performance improvement exists because dedicated developers and forward-thinking businesses chose to invest in the future of open-source e-commerce.&lt;/p&gt;
&lt;p&gt;This is just the beginning. With your support, Mage-OS will continue to evolve, innovate, and lead the way toward a more accessible, powerful, and community-controlled e-commerce future.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Welcome to Mage-OS 2.0. Welcome to the future of e-commerce.&lt;/strong&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;em&gt;For complete installation instructions and technical details, visit &lt;a href=&quot;https://devdocs.mage-os.org/&quot;&gt;devdocs.mage-os.org&lt;/a&gt;. Join our community discussions on &lt;a href=&quot;http://chat.mage-os.org&quot;&gt;Discord&lt;/a&gt;, and follow our progress on &lt;a href=&quot;https://github.com/mage-os&quot;&gt;GitHub&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;</content:encoded><category>Releases</category><category>Updates</category><author>fabrizio-balliano</author></item><item><title>Mage-OS 1.3.1: Important security update</title><link>https://mage-os.org/releases/2025-09-09-mage-os-1-3-1-is-out</link><guid isPermaLink="true">https://mage-os.org/releases/2025-09-09-mage-os-1-3-1-is-out</guid><description>We are excited to announce the release of Mage-OS Distribution 1.3.1, another step in the building of the definitive open source e-commerce platform! Mage-OS...</description><pubDate>Tue, 09 Sep 2025 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;We are excited to announce the release of Mage-OS Distribution 1.3.1, another step in the building of the definitive open source e-commerce platform!&lt;/p&gt;
&lt;p&gt;Mage-OS 1.3.1 is built on Magento Open Source 2.4.8-p2, and &lt;strong&gt;includes an important security update&lt;/strong&gt; from Magento Open Source that was released just this morning.&lt;/p&gt;
&lt;p&gt;This update fixes vulnerability CVE-2025-54236, by applying the official Adobe security patch to Mage-OS. There are no other changes from Mage-OS 1.3.0.&lt;/p&gt;
&lt;p&gt;Security Bulletin: &lt;a href=&quot;https://helpx.adobe.com/security/products/magento/apsb25-88.html&quot;&gt;APSB25-88&lt;/a&gt;&lt;br&gt;
Magento Security Patch: &lt;a href=&quot;https://experienceleague.adobe.com/en/docs/experience-cloud-kcs/kbarticles/ka-27397&quot;&gt;Action Required: Critical Security Update Available for Adobe Commerce  (APSB25-88)&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Please update any Mage-OS instances to version 1.3.1 as soon as possible to prevent security issues.&lt;/strong&gt;&lt;/p&gt;
&lt;pre class=&quot;astro-code astro-code-themes one-light dracula&quot; style=&quot;background-color:#FAFAFA;--shiki-dark-bg:#282A36;color:#383A42;--shiki-dark:#F8F8F2; overflow-x: auto;&quot; tabindex=&quot;0&quot; data-language=&quot;plaintext&quot;&gt;&lt;code&gt;&lt;span class=&quot;line&quot;&gt;&lt;span&gt;composer require mage-os/product-community-edition:1.3.1&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;bin/magento setup:upgrade&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;If you have Magento or Adobe Commerce, you will need to apply the Adobe security patch available through the link above.&lt;/p&gt;
&lt;h2 id=&quot;want-to-participate&quot;&gt;Want to participate?&lt;/h2&gt;
&lt;p&gt;Are you interested in contributing to Mage-OS, or have a bug or improvement you’d like to make? &lt;strong&gt;We welcome pull requests&lt;/strong&gt; at &lt;a href=&quot;https://github.com/mage-os/mageos-magento2&quot;&gt;https://github.com/mage-os/mageos-magento2&lt;/a&gt;!&lt;/p&gt;
&lt;p&gt;If you have a bigger project in mind, please &lt;a href=&quot;http://chat.mage-os.org/&quot;&gt;join Discord&lt;/a&gt; and chat about your idea. We’d be delighted to hear from you, and help figure out how your idea best fits into Mage-OS!&lt;/p&gt;
&lt;h2 id=&quot;installing-mage-os&quot;&gt;Installing Mage-OS&lt;/h2&gt;
&lt;p&gt;You can create a new Mage-OS project with the following SSH command:&lt;/p&gt;
&lt;pre class=&quot;astro-code astro-code-themes one-light dracula&quot; style=&quot;background-color:#FAFAFA;--shiki-dark-bg:#282A36;color:#383A42;--shiki-dark:#F8F8F2; overflow-x: auto;&quot; tabindex=&quot;0&quot; data-language=&quot;plaintext&quot;&gt;&lt;code&gt;&lt;span class=&quot;line&quot;&gt;&lt;span&gt;composer create-project --repository-url=https://repo.mage-os.org/ mage-os/project-community-edition .&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;After a successful composer download, you will need to run the installer. Please see &lt;a href=&quot;https://devdocs.mage-os.org/docs/main&quot;&gt;DevDocs: Installation Guide for Mage-OS&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&quot;moving-to-mage-os&quot;&gt;Moving to Mage-OS&lt;/h2&gt;
&lt;p&gt;If you are already using Magento 2.4 and PHP 8.2+, you can change to Mage-OS by running the following in SSH:&lt;/p&gt;
&lt;pre class=&quot;astro-code astro-code-themes one-light dracula&quot; style=&quot;background-color:#FAFAFA;--shiki-dark-bg:#282A36;color:#383A42;--shiki-dark:#F8F8F2; overflow-x: auto;&quot; tabindex=&quot;0&quot; data-language=&quot;plaintext&quot;&gt;&lt;code&gt;&lt;span class=&quot;line&quot;&gt;&lt;span&gt;composer config repositories.0 composer https://repo.mage-os.org/ &amp;#x26;&amp;#x26; &lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;    composer require mage-os/product-community-edition --no-update &amp;#x26;&amp;#x26; &lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;    composer remove magento/product-community-edition magento/composer-dependency-version-audit-plugin magento/composer-root-update-plugin --no-update &amp;#x26;&amp;#x26; &lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;    composer remove sebastian/comparator --dev --no-update &amp;#x26;&amp;#x26; &lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;    composer update --no-plugins --with-all-dependencies&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;We strongly recommend updating to the latest Magento version (currently 2.4.8) before changing to Mage-OS, to minimize issues.&lt;/p&gt;
&lt;p&gt;Your specific situation may require additional changes to your &lt;code&gt;composer.json&lt;/code&gt; file. Generally this will involve changing &lt;code&gt;magento/&lt;/code&gt; package names to &lt;code&gt;mage-os/&lt;/code&gt;, or updating dependency versions.&lt;/p&gt;</content:encoded><category>Releases</category><category>Updates</category><author>fabrizio-balliano</author></item><item><title>Mage-OS 1.3.0 is out now!</title><link>https://mage-os.org/releases/2025-08-15-mage-os-1-3-0-is-out-now</link><guid isPermaLink="true">https://mage-os.org/releases/2025-08-15-mage-os-1-3-0-is-out-now</guid><description>We are excited to announce the release of Mage-OS Distribution 1.3.0, another step in the building of the definitive open source e-commerce platform! Mage-OS...</description><pubDate>Fri, 15 Aug 2025 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;We are excited to announce the release of Mage-OS Distribution 1.3.0, another step in the building of the definitive open source e-commerce platform!&lt;/p&gt;
&lt;h2 id=&quot;our-foundation&quot;&gt;Our foundation&lt;/h2&gt;
&lt;p&gt;Mage-OS 1.3.0 is built on Magento Open Source 2.4.8-p2, and includes all platform updates and community fixes from the upstream release. See the full &lt;a href=&quot;https://experienceleague.adobe.com/en/docs/commerce-operations/release/notes/security-patches/2-4-8-patches?lang=en#p2&quot;&gt;Magento Open Source 2.4.8-p2 Release Notes&lt;/a&gt; for details.&lt;/p&gt;
&lt;p&gt;The latest recommended software versions are:&lt;/p&gt;
&lt;div style=&quot;overflow:auto&quot;&gt;
















































&lt;table&gt;&lt;thead&gt;&lt;tr&gt;&lt;th&gt;Composer&lt;/th&gt;&lt;th&gt;2.8&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;Elasticsearch&lt;/td&gt;&lt;td&gt;— (no longer supported)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;OpenSearch&lt;/td&gt;&lt;td&gt;2.19&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;MariaDB&lt;/td&gt;&lt;td&gt;11.4&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;MySQL&lt;/td&gt;&lt;td&gt;8.4&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;PHP&lt;/td&gt;&lt;td&gt;8.4/8.3&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;RabbitMQ&lt;/td&gt;&lt;td&gt;4&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Redis&lt;/td&gt;&lt;td&gt;Valkey 8 (or Redis 7.2+)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Varnish&lt;/td&gt;&lt;td&gt;7.6&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Apache&lt;/td&gt;&lt;td&gt;2.4&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;nginx&lt;/td&gt;&lt;td&gt;1.26&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;
&lt;h2 id=&quot;updates-to-our-backend-theme&quot;&gt;Updates to our backend theme&lt;/h2&gt;
&lt;p&gt;In this release, we enhanced the user interface with improved icon styling, refined newsletter and email template views, optimized data grids and modals, updated jstree components and media galleries, refactored URL rewrites, and fixed LESS configuration issues for greater usability.&lt;/p&gt;
&lt;h2 id=&quot;other-updates&quot;&gt;Other updates&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://github.com/mage-os/mageos-magento2/pull/150&quot;&gt;Fixed JavaScript error encountered when selecting “All Resources”&lt;/a&gt; by Lucas van Staden&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://github.com/mage-os/mageos-magento2/pull/151&quot;&gt;Fixed integration tests for Magento_Backend and Magento_Bundle&lt;/a&gt; by Simon Humeau (Antadis)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://github.com/mage-os/mageos-magento2/pull/155&quot;&gt;Fixed missing screen-l styles added using .media-width mixin&lt;/a&gt; by Vova Yatsyuk&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://github.com/mage-os/mageos-magento2/pull/156&quot;&gt;Fixed city name validation to allow digits, &amp;#x26;, ., () characters&lt;/a&gt; by Bhushan Kumar&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;thanks-to-everyone-that-helped-with-this-release&quot;&gt;Thanks to everyone that helped with this release!&lt;/h2&gt;
&lt;p&gt;Mage-OS wouldn’t exist without a great community. ❤️ Among others, thank you to:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Artem Kozynets&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Bhushan Kumar&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fabrizio Balliano&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Lucas van Staden&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Ryan Hoerr&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Simon Humeau (Antadis)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Vinai Kopp&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Vova Yatsyuk&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;And to everyone that has helped with testing, feedback, and our weekly tech meetings!&lt;/p&gt;
&lt;h2 id=&quot;want-to-participate&quot;&gt;Want to participate?&lt;/h2&gt;
&lt;p&gt;Are you interested in contributing to Mage-OS, or have a bug or improvement you’d like to make? &lt;strong&gt;We welcome pull requests&lt;/strong&gt; at &lt;a href=&quot;https://github.com/mage-os/mageos-magento2&quot;&gt;https://github.com/mage-os/mageos-magento2&lt;/a&gt;!&lt;/p&gt;
&lt;p&gt;If you have a bigger project in mind, please &lt;a href=&quot;http://chat.mage-os.org/&quot;&gt;join Discord&lt;/a&gt; and chat about your idea. We’d be delighted to hear from you, and help figure out how your idea best fits into Mage-OS!&lt;/p&gt;
&lt;h2 id=&quot;installing-mage-os&quot;&gt;Installing Mage-OS&lt;/h2&gt;
&lt;p&gt;You can create a new Mage-OS project with the following SSH command:&lt;/p&gt;
&lt;pre class=&quot;astro-code astro-code-themes one-light dracula&quot; style=&quot;background-color:#FAFAFA;--shiki-dark-bg:#282A36;color:#383A42;--shiki-dark:#F8F8F2; overflow-x: auto;&quot; tabindex=&quot;0&quot; data-language=&quot;plaintext&quot;&gt;&lt;code&gt;&lt;span class=&quot;line&quot;&gt;&lt;span&gt;composer create-project --repository-url=https://repo.mage-os.org/ mage-os/project-community-edition .&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;After a successful composer download, you will need to run the installer. Please see &lt;a href=&quot;https://devdocs.mage-os.org/docs/main&quot;&gt;DevDocs: Installation Guide for Mage-OS&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&quot;moving-to-mage-os&quot;&gt;Moving to Mage-OS&lt;/h2&gt;
&lt;p&gt;If you are already using Magento 2.4 and PHP 8.2+, you can change to Mage-OS by running the following in SSH:&lt;/p&gt;
&lt;pre class=&quot;astro-code astro-code-themes one-light dracula&quot; style=&quot;background-color:#FAFAFA;--shiki-dark-bg:#282A36;color:#383A42;--shiki-dark:#F8F8F2; overflow-x: auto;&quot; tabindex=&quot;0&quot; data-language=&quot;plaintext&quot;&gt;&lt;code&gt;&lt;span class=&quot;line&quot;&gt;&lt;span&gt;composer config repositories.0 composer https://repo.mage-os.org/ &amp;#x26;&amp;#x26; &lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;    composer require mage-os/product-community-edition --no-update &amp;#x26;&amp;#x26; &lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;    composer remove magento/product-community-edition magento/composer-dependency-version-audit-plugin magento/composer-root-update-plugin --no-update &amp;#x26;&amp;#x26; &lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;    composer remove sebastian/comparator --dev --no-update &amp;#x26;&amp;#x26; &lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;    composer update --no-plugins --with-all-dependencies&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;We strongly recommend updating to the latest Magento version (currently 2.4.8) before changing to Mage-OS, to minimize issues.&lt;/p&gt;
&lt;p&gt;Your specific situation may require additional changes to your &lt;code&gt;composer.json&lt;/code&gt; file. Generally this will involve changing &lt;code&gt;magento/&lt;/code&gt; package names to &lt;code&gt;mage-os/&lt;/code&gt;, or updating dependency versions.&lt;/p&gt;</content:encoded><category>Releases</category><category>Updates</category><author>fabrizio-balliano</author></item><item><title>Mage-OS 1.2.0 is out now!</title><link>https://mage-os.org/releases/2025-06-18-mage-os-1-2-0</link><guid isPermaLink="true">https://mage-os.org/releases/2025-06-18-mage-os-1-2-0</guid><description>We are excited to announce the release of Mage-OS Distribution 1.2.0, another step in the building of the definitive open source e-commerce platform! Mage-OS...</description><pubDate>Wed, 18 Jun 2025 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;We are excited to announce the release of Mage-OS Distribution 1.2.0, another step in the building of the definitive open source e-commerce platform!&lt;/p&gt;
&lt;h2 id=&quot;our-foundation&quot;&gt;Our foundation&lt;/h2&gt;
&lt;p&gt;Mage-OS 1.2.0 is built on Magento Open Source 2.4.8-p1, and includes all platform updates and community fixes from the upstream release. See the full &lt;a href=&quot;https://experienceleague.adobe.com/en/docs/commerce-operations/release/notes/security-patches/2-4-8-patches?lang=en#p1&quot;&gt;Magento Open Source 2.4.8-p1 Release Notes&lt;/a&gt; for details.&lt;/p&gt;
&lt;p&gt;The latest recommended software versions are:&lt;/p&gt;
&lt;div style=&quot;overflow:auto&quot;&gt;
















































&lt;table&gt;&lt;thead&gt;&lt;tr&gt;&lt;th&gt;Composer&lt;/th&gt;&lt;th&gt;2.8&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;Elasticsearch&lt;/td&gt;&lt;td&gt;— (no longer supported)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;OpenSearch&lt;/td&gt;&lt;td&gt;2.19&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;MariaDB&lt;/td&gt;&lt;td&gt;11.4&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;MySQL&lt;/td&gt;&lt;td&gt;8.4&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;PHP&lt;/td&gt;&lt;td&gt;8.4/8.3&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;RabbitMQ&lt;/td&gt;&lt;td&gt;4&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Redis&lt;/td&gt;&lt;td&gt;Valkey 8 (or Redis 7.2+)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Varnish&lt;/td&gt;&lt;td&gt;7.6&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Apache&lt;/td&gt;&lt;td&gt;2.4&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;nginx&lt;/td&gt;&lt;td&gt;1.26&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;
&lt;h2 id=&quot;updates-to-our-backend-theme&quot;&gt;Updates to our backend theme&lt;/h2&gt;
&lt;p&gt;In this release, we’ve improved the user experience by fixing username clipping, introducing smooth view transitions, preventing layout jumps with a new scrollbar-gutter, adjusting footer copyright spacing, and resolving an issue where media search overlapped the upload image message.&lt;/p&gt;
&lt;h2 id=&quot;thanks-to-everyone-that-helped-with-this-release&quot;&gt;Thanks to everyone that helped with this release!&lt;/h2&gt;
&lt;p&gt;Mage-OS wouldn’t exist without a great community. ❤️ Among others, thank you to:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Artem Kozynets&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Damien Retzinger&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fabrizio Balliano&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Ryan Hoerr&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Sean van Zuidam&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Vinai Kopp&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Along with recent &lt;a href=&quot;https://github.com/mage-os-lab&quot;&gt;Mage-OS Lab&lt;/a&gt; contributors:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Davide Lunardon&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Luca Fuser&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Ryan Sun&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Samuele Martini&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Stefano Tusino&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;And to everyone that has helped with testing, feedback, and our weekly tech meetings!&lt;/p&gt;
&lt;h2 id=&quot;want-to-participate&quot;&gt;Want to participate?&lt;/h2&gt;
&lt;p&gt;Are you interested in contributing to Mage-OS, or have a bug or improvement you’d like to make? &lt;strong&gt;We welcome pull requests&lt;/strong&gt; at &lt;a href=&quot;https://github.com/mage-os/mageos-magento2&quot;&gt;https://github.com/mage-os/mageos-magento2&lt;/a&gt;!&lt;/p&gt;
&lt;p&gt;If you have a bigger project in mind, please &lt;a href=&quot;http://chat.mage-os.org/&quot;&gt;join Discord&lt;/a&gt; and chat about your idea. We’d be delighted to hear from you, and help figure out how your idea best fits into Mage-OS!&lt;/p&gt;
&lt;h2 id=&quot;installing-mage-os&quot;&gt;Installing Mage-OS&lt;/h2&gt;
&lt;p&gt;You can create a new Mage-OS project with the following SSH command:&lt;/p&gt;
&lt;pre class=&quot;astro-code astro-code-themes one-light dracula&quot; style=&quot;background-color:#FAFAFA;--shiki-dark-bg:#282A36;color:#383A42;--shiki-dark:#F8F8F2; overflow-x: auto;&quot; tabindex=&quot;0&quot; data-language=&quot;plaintext&quot;&gt;&lt;code&gt;&lt;span class=&quot;line&quot;&gt;&lt;span&gt;composer create-project --repository-url=https://repo.mage-os.org/ mage-os/project-community-edition .&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;After a successful composer download, you will need to run the installer. Please see &lt;a href=&quot;https://devdocs.mage-os.org/docs/main&quot;&gt;DevDocs: Installation Guide for Mage-OS&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&quot;moving-to-mage-os&quot;&gt;Moving to Mage-OS&lt;/h2&gt;
&lt;p&gt;If you are already using Magento 2.4 and PHP 8.2+, you can change to Mage-OS by running the following in SSH:&lt;/p&gt;
&lt;pre class=&quot;astro-code astro-code-themes one-light dracula&quot; style=&quot;background-color:#FAFAFA;--shiki-dark-bg:#282A36;color:#383A42;--shiki-dark:#F8F8F2; overflow-x: auto;&quot; tabindex=&quot;0&quot; data-language=&quot;plaintext&quot;&gt;&lt;code&gt;&lt;span class=&quot;line&quot;&gt;&lt;span&gt;composer config repositories.0 composer https://repo.mage-os.org/ &amp;#x26;&amp;#x26; &lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;    composer require mage-os/product-community-edition --no-update &amp;#x26;&amp;#x26; &lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;    composer remove magento/product-community-edition magento/composer-dependency-version-audit-plugin magento/composer-root-update-plugin --no-update &amp;#x26;&amp;#x26; &lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;    composer remove sebastian/comparator --dev --no-update &amp;#x26;&amp;#x26; &lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;    composer update --no-plugins --with-all-dependencies&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;We strongly recommend updating to the latest Magento version (currently 2.4.8) before changing to Mage-OS, to minimize issues.&lt;/p&gt;
&lt;p&gt;Your specific situation may require additional changes to your &lt;code&gt;composer.json&lt;/code&gt; file. Generally this will involve changing &lt;code&gt;magento/&lt;/code&gt; package names to &lt;code&gt;mage-os/&lt;/code&gt;, or updating dependency versions.&lt;/p&gt;</content:encoded><category>Releases</category><category>Updates</category><author>fabrizio-balliano</author></item><item><title>Mage-OS 1.1: A new admin experience, and so much more!</title><link>https://mage-os.org/releases/2025-04-15-mage-os-1-1-a-new-admin-experience-and-so-much-more</link><guid isPermaLink="true">https://mage-os.org/releases/2025-04-15-mage-os-1-1-a-new-admin-experience-and-so-much-more</guid><description>We are excited to announce the release of Mage-OS Distribution 1.1.0, a milestone in the development of our community project! This release packs one huge...</description><pubDate>Tue, 15 Apr 2025 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;We are excited to announce the release of Mage-OS Distribution 1.1.0, a milestone in the development of our community project!&lt;/p&gt;
&lt;p&gt;This release packs one huge change, some major ones and many minor security improvements, for the biggest release we’ve ever had!&lt;/p&gt;
&lt;p&gt;But first of all, let’s start with…&lt;/p&gt;
&lt;h2 id=&quot;our-foundation&quot;&gt;Our foundation&lt;/h2&gt;
&lt;p&gt;Mage-OS 1.1 is built on Magento Open Source 2.4.8, and includes all platform updates and community fixes from the upstream release. See the full &lt;a href=&quot;https://experienceleague.adobe.com/en/docs/commerce-operations/release/notes/magento-open-source/2-4-8&quot;&gt;Magento Open Source 2.4.8 Release Notes&lt;/a&gt; for details.&lt;/p&gt;
&lt;p&gt;As part of that, Mage-OS 1.1 adds support for PHP 8.4, drops support for PHP 8.1, and requires OpenSearch 2.x going forward.&lt;/p&gt;
&lt;p&gt;The latest recommended software versions are:&lt;/p&gt;
&lt;div style=&quot;overflow:auto&quot;&gt;
















































&lt;table&gt;&lt;thead&gt;&lt;tr&gt;&lt;th&gt;Composer&lt;/th&gt;&lt;th&gt;2.8&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;Elasticsearch&lt;/td&gt;&lt;td&gt;— (no longer supported)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;OpenSearch&lt;/td&gt;&lt;td&gt;2.19&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;MariaDB&lt;/td&gt;&lt;td&gt;11.4&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;MySQL&lt;/td&gt;&lt;td&gt;8.4&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;PHP&lt;/td&gt;&lt;td&gt;8.4/8.3&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;RabbitMQ&lt;/td&gt;&lt;td&gt;4&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Redis&lt;/td&gt;&lt;td&gt;Valkey 8 (or Redis 7.2+)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Varnish&lt;/td&gt;&lt;td&gt;7.6&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Apache&lt;/td&gt;&lt;td&gt;2.4&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;nginx&lt;/td&gt;&lt;td&gt;1.26&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;
&lt;h2 id=&quot;a-new-backend-experience&quot;&gt;A new backend experience&lt;/h2&gt;
&lt;p&gt;Thanks to the hard work of &lt;strong&gt;Artem Kozynets&lt;/strong&gt;, one of the members of our community, we’re proud to announce that Mage-OS 1.1 includes a completely redesigned theme for the admin panel!&lt;/p&gt;
&lt;p&gt;&lt;img  loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;936&quot; height=&quot;1024&quot; src=&quot;/_astro/mage-os-110-dashboard-936x1024.CDv9QU6E_ZKJij6.webp&quot; &gt;&lt;/p&gt;
&lt;p&gt;This is not just a quick style, it’s a complete design system inspired by Material Design 3. The design system is &lt;a href=&quot;https://www.figma.com/community/file/1486802857979032188/m137-design-system-and-ui-kit&quot;&gt;available for you to preview and use on Figma&lt;/a&gt;. We would like to extend a huge thank you to Artem for all of his effort and dedication here.&lt;/p&gt;
&lt;p&gt;This is such a big change that we’ve dedicated &lt;a href=&quot;/updates/2025-04-10-m137-admin-theme&quot;&gt;a full blog post to it&lt;/a&gt;!&lt;/p&gt;
&lt;h2 id=&quot;major-performance-improvements&quot;&gt;Major performance improvements&lt;/h2&gt;
&lt;p&gt;In addition to the new admin theme, we’ve chosen to bundle the &lt;a href=&quot;https://github.com/creatuity/magento2-interceptors&quot;&gt;Creatuity Compiled Interceptors&lt;/a&gt; open source module. Thank you to Franciszek Wawrzak for his tireless work creating and maintaining this solution.&lt;/p&gt;
&lt;p&gt;This module changes the way Magento 2 generates Interceptor classes (a mechanism that allows plugins to work together), to make plugins faster to execute. This is a drop-in replacement for Magento’s normal interceptor classes. In the process, since Magento uses a lot of plugins, including this lowers the production TTFB (response times) by an average of 10%!&lt;/p&gt;
&lt;h2 id=&quot;security-improvements-and-bugfix&quot;&gt;Security improvements and bugfix&lt;/h2&gt;
&lt;p&gt;Magento 2.4.8 allows for disclosing of all catalog/sales promotion rules, and customer groups, via GraphQL API calls. We believe these details should stay private unless merchants opt in to sharing them. Thanks to Damien Retzinger, Mage-OS 1.1.0 &lt;a href=&quot;https://github.com/mage-os/mageos-magento2/pull/135&quot;&gt;disables&lt;/a&gt; &lt;a href=&quot;https://github.com/mage-os/mageos-magento2/pull/136&quot;&gt;these&lt;/a&gt; calls.&lt;/p&gt;
&lt;p&gt;We also found an error in the calculation of the lowest price of a products when child products are out of stock… &lt;a href=&quot;https://github.com/mage-os/mageos-inventory/pull/2&quot;&gt;and fixed it thanks to Melinda Humphrey&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&quot;thanks-to-everyone-that-helped-with-this-release&quot;&gt;Thanks to everyone that helped with this release!&lt;/h2&gt;
&lt;p&gt;Mage-OS wouldn’t exist without a great community. ❤️ Among others, thank you to:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Artem Kozynets&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Damien Retzinger&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fabrizio Balliano&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Franciszek S Wawrzak&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Lucas van Staden&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Melinda Humphrey&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Ryan Hoerr&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Tjitse Efdé&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Vinai Kopp&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Along with recent &lt;a href=&quot;https://github.com/mage-os-lab&quot;&gt;Mage-OS Lab&lt;/a&gt; contributors:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Antonio Carboni&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Christian Münch&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Davide Lunardon&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Jakub winkler&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Luca Fuser&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Nils Preuß&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Ryan Sun&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Samuele Martini&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Stefano Tusino&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;And to everyone that has helped with testing, feedback, and our weekly tech meetings!&lt;/p&gt;
&lt;h2 id=&quot;want-to-participate&quot;&gt;Want to participate?&lt;/h2&gt;
&lt;p&gt;Are you interested in contributing to Mage-OS, or have a bug or improvement you’d like to make? &lt;strong&gt;We welcome pull requests&lt;/strong&gt; at &lt;a href=&quot;https://github.com/mage-os/mageos-magento2&quot;&gt;https://github.com/mage-os/mageos-magento2&lt;/a&gt;!&lt;/p&gt;
&lt;p&gt;If you have a bigger project in mind, please &lt;a href=&quot;http://chat.mage-os.org/&quot;&gt;join Discord&lt;/a&gt; and chat about your idea. We’d be delighted to hear from you, and help figure out how your idea best fits into Mage-OS!&lt;/p&gt;
&lt;h2 id=&quot;installing-mage-os&quot;&gt;Installing Mage-OS&lt;/h2&gt;
&lt;p&gt;You can create a new Mage-OS project with the following SSH command:&lt;/p&gt;
&lt;pre class=&quot;astro-code astro-code-themes one-light dracula&quot; style=&quot;background-color:#FAFAFA;--shiki-dark-bg:#282A36;color:#383A42;--shiki-dark:#F8F8F2; overflow-x: auto;&quot; tabindex=&quot;0&quot; data-language=&quot;plaintext&quot;&gt;&lt;code&gt;&lt;span class=&quot;line&quot;&gt;&lt;span&gt;composer create-project --repository-url=https://repo.mage-os.org/ mage-os/project-community-edition .&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;After a successful composer download, you will need to run the installer. Please see &lt;a href=&quot;https://devdocs.mage-os.org/docs/main&quot;&gt;DevDocs: Installation Guide for Mage-OS&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&quot;moving-to-mage-os&quot;&gt;Moving to Mage-OS&lt;/h2&gt;
&lt;p&gt;If you are already using Magento 2.4 and PHP 8.2+, you can change to Mage-OS by running the following in SSH:&lt;/p&gt;
&lt;pre class=&quot;astro-code astro-code-themes one-light dracula&quot; style=&quot;background-color:#FAFAFA;--shiki-dark-bg:#282A36;color:#383A42;--shiki-dark:#F8F8F2; overflow-x: auto;&quot; tabindex=&quot;0&quot; data-language=&quot;plaintext&quot;&gt;&lt;code&gt;&lt;span class=&quot;line&quot;&gt;&lt;span&gt;composer config repositories.0 composer https://repo.mage-os.org/ &amp;#x26;&amp;#x26; &lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;    composer require mage-os/product-community-edition --no-update &amp;#x26;&amp;#x26; &lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;    composer remove magento/product-community-edition magento/composer-dependency-version-audit-plugin magento/composer-root-update-plugin --no-update &amp;#x26;&amp;#x26; &lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;    composer remove sebastian/comparator --dev --no-update &amp;#x26;&amp;#x26; &lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;    composer update --no-plugins --with-all-dependencies&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;We strongly recommend updating to the latest Magento version (currently 2.4.8) before changing to Mage-OS, to minimize issues.&lt;/p&gt;
&lt;p&gt;Your specific situation may require additional changes to your &lt;code&gt;composer.json&lt;/code&gt; file. Generally this will involve changing &lt;code&gt;magento/&lt;/code&gt; package names to &lt;code&gt;mage-os/&lt;/code&gt;, or updating dependency versions.&lt;/p&gt;</content:encoded><category>Releases</category><category>Updates</category><author>fabrizio-balliano</author></item><item><title>Release: Mage-OS Distribution 1.0.6</title><link>https://mage-os.org/releases/2025-02-13-release-mage-os-distribution-1-0-6</link><guid isPermaLink="true">https://mage-os.org/releases/2025-02-13-release-mage-os-distribution-1-0-6</guid><description>We are excited to announce the release of Mage-OS Distribution 1.0.6! This release achieves full parity with Magento Open Source 2.4.7-p4, which incorporates...</description><pubDate>Thu, 13 Feb 2025 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;We are excited to announce the release of Mage-OS Distribution 1.0.6!&lt;/p&gt;
&lt;h2 id=&quot;release-notes&quot;&gt;Release Notes&lt;/h2&gt;
&lt;p&gt;This release achieves full parity with Magento Open Source 2.4.7-p4, which incorporates critical platform security enhancements.&lt;/p&gt;
&lt;p&gt;Please check the &lt;a href=&quot;https://experienceleague.adobe.com/en/docs/commerce-operations/release/notes/magento-open-source/2-4-7&quot;&gt;release notes for Magento Open Source 2.4.7&lt;/a&gt; and the &lt;a href=&quot;https://experienceleague.adobe.com/en/docs/commerce-operations/release/notes/security-patches/2-4-7-patches&quot;&gt;patch notes for 2.4.7-p4&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;You can get Mage-OS from our primary composer repository, &lt;a href=&quot;https://repo.mage-os.org&quot;&gt;repo.mage-os.org&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&quot;whats-changed&quot;&gt;What’s Changed&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://github.com/mage-os/mageos-magento2/pull/121&quot;&gt;Mage-OS 1.0.6 is based on Magento 2.4.7-p4&lt;/a&gt; by &lt;a href=&quot;https://github.com/rhoerr&quot;&gt;@rhoerr&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://github.com/mage-os/mageos-magento2/pull/115&quot;&gt;Split Magento and Mage-OS versions in ProductMetadata for compatibility&lt;/a&gt; by &lt;a href=&quot;https://github.com/rhoerr&quot;&gt;@rhoerr&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://github.com/mage-os/mageos-magento2/pull/117&quot;&gt;Fixed a bug when setting number of address line lower breaks checkout&lt;/a&gt; by &lt;a href=&quot;https://github.com/ProxiBlue&quot;&gt;@ProxiBlue&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://github.com/mage-os/mageos-magento2/pull/112&quot;&gt;Added Sansec eComscan Security Scan Workflow&lt;/a&gt; by &lt;a href=&quot;https://github.com/fballiano&quot;&gt;@fballiano&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Full Changelog&lt;/strong&gt;: &lt;a href=&quot;https://github.com/mage-os/mageos-magento2/compare/1.0.5...1.0.6&quot;&gt;1.0.5…1.0.6&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Thanks to everyone that helped with this release! Including: Fabrizio Balliano, Ryan Hoerr, Vinai Kopp, Lucas van Staden, Francis Gallagher, Tu Van, Peter Jaap Blaakmeer.&lt;/p&gt;
&lt;h3 id=&quot;mirror-updates&quot;&gt;Mirror Updates&lt;/h3&gt;
&lt;p&gt;The latest Magento versions are also available from our public Magento mirror, &lt;a href=&quot;https://mirror.mage-os.org&quot;&gt;mirror.mage-os.org&lt;/a&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;2.4.4-p12&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;2.4.5-p11&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;2.4.6-p9&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;2.4.7-p4&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This mirror composer repository is a drop-in replacement for Magento packages from repo.magento.com. This way you can install Magento without any login, using our public and repeatable build process from the official Magento sources.&lt;/p&gt;
&lt;h2 id=&quot;contribute&quot;&gt;Contribute&lt;/h2&gt;
&lt;p&gt;Are you interested in contributing to Mage-OS, or have a bug or improvement you’d like to make? &lt;strong&gt;We welcome pull requests&lt;/strong&gt; at &lt;a href=&quot;https://github.com/mage-os/mageos-magento2&quot;&gt;https://github.com/mage-os/mageos-magento2&lt;/a&gt;!&lt;/p&gt;
&lt;p&gt;If you have a bigger project in mind, please &lt;a href=&quot;http://chat.mage-os.org/&quot;&gt;join Discord&lt;/a&gt; and summarize your idea. We’d be delighted to hear from you, and help figure out how your idea best fits into Mage-OS!&lt;/p&gt;
&lt;h2 id=&quot;installing-mage-os&quot;&gt;Installing Mage-OS&lt;/h2&gt;
&lt;p&gt;You can create a new Mage-OS project with the following SSH command:&lt;/p&gt;
&lt;pre class=&quot;astro-code astro-code-themes one-light dracula&quot; style=&quot;background-color:#FAFAFA;--shiki-dark-bg:#282A36;color:#383A42;--shiki-dark:#F8F8F2; overflow-x: auto;&quot; tabindex=&quot;0&quot; data-language=&quot;plaintext&quot;&gt;&lt;code&gt;&lt;span class=&quot;line&quot;&gt;&lt;span&gt;composer create-project --repository-url=https://repo.mage-os.org/ mage-os/project-community-edition .&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;After a successful composer download, you will need to run the installer. Please see &lt;a href=&quot;https://devdocs.mage-os.org/docs/main&quot;&gt;DevDocs: Installation Guide for Mage-OS&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&quot;moving-to-mage-os&quot;&gt;Moving to Mage-OS&lt;/h2&gt;
&lt;p&gt;If you are already using Magento 2.4 and PHP 8.1+, you can change to Mage-OS by running the following in SSH:&lt;/p&gt;
&lt;pre class=&quot;astro-code astro-code-themes one-light dracula&quot; style=&quot;background-color:#FAFAFA;--shiki-dark-bg:#282A36;color:#383A42;--shiki-dark:#F8F8F2; overflow-x: auto;&quot; tabindex=&quot;0&quot; data-language=&quot;plaintext&quot;&gt;&lt;code&gt;&lt;span class=&quot;line&quot;&gt;&lt;span&gt;composer config repositories.0 composer https://repo.mage-os.org/ &amp;#x26;&amp;#x26; &lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;    composer require mage-os/product-community-edition --no-update &amp;#x26;&amp;#x26; &lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;    composer remove magento/product-community-edition magento/composer-dependency-version-audit-plugin magento/composer-root-update-plugin --no-update &amp;#x26;&amp;#x26; &lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;    composer remove sebastian/comparator --dev --no-update &amp;#x26;&amp;#x26; &lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;    composer update --no-plugins --with-all-dependencies&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;We strongly recommend updating to the latest Magento version (currently 2.4.7-p2) before changing to Mage-OS, to minimize issues.&lt;/p&gt;
&lt;p&gt;Your specific situation may require additional changes to your &lt;code&gt;composer.json&lt;/code&gt; file. Generally this will involve changing &lt;code&gt;magento/&lt;/code&gt; package names to &lt;code&gt;mage-os/&lt;/code&gt;, or updating dependency versions.&lt;/p&gt;
&lt;h2 id=&quot;whats-next&quot;&gt;What’s Next?&lt;/h2&gt;
&lt;h3 id=&quot;our-vision-for-mage-os&quot;&gt;Our Vision for Mage-OS&lt;/h3&gt;
&lt;p&gt;The Mage-OS Distribution is an upstream compatible metapackage based on Magento Open Source. Think of it as an independent version of Magento—based on Magento source code, but including additional changes specific to Mage-OS.&lt;/p&gt;
&lt;p&gt;The purpose of the Mage-OS core distribution is to provide&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Improved decoupling of packages&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Improved developer experience while working with the product&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Improved developer experience while contributing to the product&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Full compatibility with Magento extensions&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Focus on additional security&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Reduced infrastructure stack dependencies&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Low-level code improvements, for example in the areas of caching and indexing&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Removal of most bundled extensions contained in upstream (still independently installable if desired)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;A simple documented migration path to Magento Open Source or Adobe Commerce&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Mage-OS Distribution releases are made independently of upstream releases. This enables us to move faster when desired, for example when enabling compatibility with new PHP versions.&lt;/p&gt;
&lt;p&gt;New functional features will be introduced through independently installable modules. This follows the same decoupling approach that Adobe Commerce is using, allowing for a more stable core and an independent feature module release schedule.&lt;/p&gt;
&lt;p&gt;The goal of the reduced infrastructure stack dependencies is to enable new developers to be onboarded more easily. The goal is to be able to use a plain XAMPP stack on any machine, including Windows, to run and develop with Mage-OS. This requires making Elasticsearch optional, as well as ensuring services like Redis, RabbitMQ, Node.js and such remain optional.&lt;/p&gt;
&lt;p&gt;Mage-OS will also maintain backwards compatibility and the ability to migrate upstream at multiple levels:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Compatibility with third-party extensions&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Database level compatibility (data and schema)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;API stability&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;All of our work on &lt;a href=&quot;https://github.com/mage-os/generate-mirror-repo-js&quot;&gt;creating custom releases based on Magento&lt;/a&gt; is open source, meaning:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Mage-OS builds can be independently built and verified, and are fully reproducible;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;If you want to create your own fork and version of Magento or Mage-OS, you can do that too.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;That’s all for now!&lt;/p&gt;</content:encoded><category>Releases</category><category>Updates</category><author>fabrizio-balliano</author></item><item><title>Release: Mage-OS Distribution 1.0.5</title><link>https://mage-os.org/releases/2024-11-06-release-mage-os-distribution-1-0-5</link><guid isPermaLink="true">https://mage-os.org/releases/2024-11-06-release-mage-os-distribution-1-0-5</guid><description>We are excited to announce the release of Mage-OS Distribution 1.0.5! This release achieves full parity with Magento Open Source 2.4.7-p3, which incorporates...</description><pubDate>Wed, 06 Nov 2024 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;We are excited to announce the release of Mage-OS Distribution 1.0.5!&lt;/p&gt;
&lt;h2 id=&quot;release-notes&quot;&gt;Release Notes&lt;/h2&gt;
&lt;p&gt;This release achieves full parity with Magento Open Source 2.4.7-p3, which incorporates critical platform security enhancements.&lt;/p&gt;
&lt;p&gt;Please check the &lt;a href=&quot;https://experienceleague.adobe.com/en/docs/commerce-operations/release/notes/magento-open-source/2-4-7&quot;&gt;release notes for Magento Open Source 2.4.7&lt;/a&gt; and the &lt;a href=&quot;https://experienceleague.adobe.com/en/docs/commerce-operations/release/notes/security-patches/2-4-7-patches&quot;&gt;patch notes for 2.4.7-p3&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;You can get Mage-OS from our primary composer repository, &lt;a href=&quot;https://repo.mage-os.org&quot;&gt;repo.mage-os.org&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&quot;whats-changed&quot;&gt;What’s Changed&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://github.com/mage-os/mageos-magento2/pull/107&quot;&gt;Mage-OS 1.0.5 is based on Magento 2.4.7-p3&lt;/a&gt; by &lt;a href=&quot;https://github.com/rhoerr&quot;&gt;rhoerr&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://github.com/mage-os/mageos-magento2/pull/107&quot;&gt;Changed TinyMCE 7 to 6 for license compatibility&lt;/a&gt; by &lt;a href=&quot;https://github.com/fballiano&quot;&gt;fballiano&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://github.com/mage-os/mageos-magento2/pull/109&quot;&gt;Improved menu/toolbar settings for TinyMCE 6&lt;/a&gt; by &lt;a href=&quot;https://github.com/rhoerr&quot;&gt;rhoerr&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://github.com/mage-os/mageos-magento2/pull/107&quot;&gt;Disabled javascript minifying of TinyMCE, fixing a bug loading language files&lt;/a&gt; by &lt;a href=&quot;https://github.com/hostep&quot;&gt;hostep&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://github.com/mage-os/mageos-magento2/pull/107&quot;&gt;Restored compatibility with TinyMCE plugins, after upgrading from v5&lt;/a&gt; by &lt;a href=&quot;https://github.com/hostep&quot;&gt;hostep&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://github.com/mage-os/mageos-magento2/pull/110&quot;&gt;Fixed a bug with autocomplete suggesting non-searchable terms&lt;/a&gt; by &lt;a href=&quot;https://github.com/kuafucode&quot;&gt;kuafucode&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Full Changelog&lt;/strong&gt;: &lt;a href=&quot;https://github.com/mage-os/mageos-magento2/compare/1.0.4...1.0.5&quot;&gt;1.0.4…1.0.5&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&quot;mirror-updates&quot;&gt;Mirror Updates&lt;/h3&gt;
&lt;p&gt;The latest Magento versions are also available from our public Magento mirror, &lt;a href=&quot;https://mirror.mage-os.org&quot;&gt;mirror.mage-os.org&lt;/a&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;2.4.4-p11&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;2.4.5-p10&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;2.4.6-p8&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;2.4.7-p3&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This mirror composer repository is a drop-in replacement for Magento packages from repo.magento.com. This way you can install Magento without any login, using our public and repeatable build process from the official Magento sources.&lt;/p&gt;
&lt;h2 id=&quot;contribute&quot;&gt;Contribute&lt;/h2&gt;
&lt;p&gt;Are you interested in contributing to Mage-OS, or have a bug or improvement you’d like to make? &lt;strong&gt;We welcome pull requests&lt;/strong&gt; at &lt;a href=&quot;https://github.com/mage-os/mageos-magento2&quot;&gt;https://github.com/mage-os/mageos-magento2&lt;/a&gt;!&lt;/p&gt;
&lt;p&gt;If you have a bigger project in mind, please &lt;a href=&quot;http://chat.mage-os.org/&quot;&gt;join Discord&lt;/a&gt; and summarize your idea. We’d be delighted to hear from you, and help figure out how your idea best fits into Mage-OS!&lt;/p&gt;
&lt;h2 id=&quot;installing-mage-os&quot;&gt;Installing Mage-OS&lt;/h2&gt;
&lt;p&gt;You can create a new Mage-OS project with the following SSH command:&lt;/p&gt;
&lt;pre class=&quot;astro-code astro-code-themes one-light dracula&quot; style=&quot;background-color:#FAFAFA;--shiki-dark-bg:#282A36;color:#383A42;--shiki-dark:#F8F8F2; overflow-x: auto;&quot; tabindex=&quot;0&quot; data-language=&quot;plaintext&quot;&gt;&lt;code&gt;&lt;span class=&quot;line&quot;&gt;&lt;span&gt;composer create-project --repository-url=https://repo.mage-os.org/ mage-os/project-community-edition .&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;After a successful composer download, you will need to run the installer. Please see &lt;a href=&quot;https://devdocs.mage-os.org/docs/main&quot;&gt;DevDocs: Installation Guide for Mage-OS&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&quot;moving-to-mage-os&quot;&gt;Moving to Mage-OS&lt;/h2&gt;
&lt;p&gt;If you are already using Magento 2.4 and PHP 8.1+, you can change to Mage-OS by running the following in SSH:&lt;/p&gt;
&lt;pre class=&quot;astro-code astro-code-themes one-light dracula&quot; style=&quot;background-color:#FAFAFA;--shiki-dark-bg:#282A36;color:#383A42;--shiki-dark:#F8F8F2; overflow-x: auto;&quot; tabindex=&quot;0&quot; data-language=&quot;plaintext&quot;&gt;&lt;code&gt;&lt;span class=&quot;line&quot;&gt;&lt;span&gt;composer config repositories.0 composer https://repo.mage-os.org/ &amp;#x26;&amp;#x26; &lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;    composer require mage-os/product-community-edition --no-update &amp;#x26;&amp;#x26; &lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;    composer remove magento/product-community-edition magento/composer-dependency-version-audit-plugin magento/composer-root-update-plugin --no-update &amp;#x26;&amp;#x26; &lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;    composer remove sebastian/comparator --dev --no-update &amp;#x26;&amp;#x26; &lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;    composer update --no-plugins --with-all-dependencies&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;We strongly recommend updating to the latest Magento version (currently 2.4.7-p2) before changing to Mage-OS, to minimize issues.&lt;/p&gt;
&lt;p&gt;Your specific situation may require additional changes to your &lt;code&gt;composer.json&lt;/code&gt; file. Generally this will involve changing &lt;code&gt;magento/&lt;/code&gt; package names to &lt;code&gt;mage-os/&lt;/code&gt;, or updating dependency versions.&lt;/p&gt;
&lt;h2 id=&quot;whats-next&quot;&gt;What’s Next?&lt;/h2&gt;
&lt;h3 id=&quot;our-vision-for-mage-os&quot;&gt;Our Vision for Mage-OS&lt;/h3&gt;
&lt;p&gt;The Mage-OS Distribution is an upstream compatible metapackage based on Magento Open Source. Think of it as an independent version of Magento—based on Magento source code, but including additional changes specific to Mage-OS.&lt;/p&gt;
&lt;p&gt;The purpose of the Mage-OS core distribution is to provide&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Improved decoupling of packages&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Improved developer experience while working with the product&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Improved developer experience while contributing to the product&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Full compatibility with Magento extensions&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Focus on additional security&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Reduced infrastructure stack dependencies&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Low-level code improvements, for example in the areas of caching and indexing&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Removal of most bundled extensions contained in upstream (still independently installable if desired)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;A simple documented migration path to Magento Open Source or Adobe Commerce&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Mage-OS Distribution releases are made independently of upstream releases. This enables us to move faster when desired, for example when enabling compatibility with new PHP versions.&lt;/p&gt;
&lt;p&gt;New functional features will be introduced through independently installable modules. This follows the same decoupling approach that Adobe Commerce is using, allowing for a more stable core and an independent feature module release schedule.&lt;/p&gt;
&lt;p&gt;The goal of the reduced infrastructure stack dependencies is to enable new developers to be onboarded more easily. The goal is to be able to use a plain XAMPP stack on any machine, including Windows, to run and develop with Mage-OS. This requires making Elasticsearch optional, as well as ensuring services like Redis, RabbitMQ, Node.js and such remain optional.&lt;/p&gt;
&lt;p&gt;Mage-OS will also maintain backwards compatibility and the ability to migrate upstream at multiple levels:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Compatibility with third-party extensions&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Database level compatibility (data and schema)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;API stability&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;All of our work on &lt;a href=&quot;https://github.com/mage-os/generate-mirror-repo-js&quot;&gt;creating custom releases based on Magento&lt;/a&gt; is open source, meaning:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Mage-OS builds can be independently built and verified, and are fully reproducible;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;If you want to create your own fork and version of Magento or Mage-OS, you can do that too.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;That’s all for now!&lt;/p&gt;</content:encoded><category>Releases</category><category>Updates</category><author>fabrizio-balliano</author></item><item><title>Release: Mage-OS Distribution 1.0.4</title><link>https://mage-os.org/releases/2024-08-22-release-mage-os-distribution-1-0-4</link><guid isPermaLink="true">https://mage-os.org/releases/2024-08-22-release-mage-os-distribution-1-0-4</guid><description>We are proud to announce Mage-OS Distribution version 1.0.4 is now available! This Mage-OS update brings parity with Magento Open Source 2.4.7-p2, which was...</description><pubDate>Thu, 22 Aug 2024 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;We are proud to announce Mage-OS Distribution version 1.0.4 is now available!&lt;/p&gt;
&lt;h2 id=&quot;release-notes&quot;&gt;Release Notes&lt;/h2&gt;
&lt;p&gt;This Mage-OS update brings parity with Magento Open Source 2.4.7-p2, which was recently released with platform security fixes. When upgrading from an earlier version, please be sure to &lt;a href=&quot;https://experienceleague.adobe.com/en/docs/commerce-knowledge-base/kb/troubleshooting/known-issues-patches-attached/troubleshooting-encryption-key-rotation-cve-2024-34102?lang=en&quot;&gt;rotate your encryption key&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Please see the &lt;a href=&quot;https://experienceleague.adobe.com/en/docs/commerce-operations/release/notes/magento-open-source/2-4-7&quot;&gt;release notes for Magento Open Source 2.4.7&lt;/a&gt; and the &lt;a href=&quot;https://experienceleague.adobe.com/en/docs/commerce-operations/release/notes/security-patches/2-4-7-patches&quot;&gt;patch notes for 2.4.7-p2&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;You can get Mage-OS from our primary composer repository, &lt;a href=&quot;https://repo.mage-os.org&quot;&gt;repo.mage-os.org&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&quot;whats-changed&quot;&gt;What’s Changed&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Security changes from upstream 2.4.7-p2 by &lt;a href=&quot;https://github.com/rhoerr&quot;&gt;@rhoerr&lt;/a&gt; in &lt;a href=&quot;https://github.com/mage-os/mageos-magento2/pull/101&quot;&gt;#101&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Full Changelog&lt;/strong&gt;: &lt;a href=&quot;https://github.com/mage-os/mageos-magento2/compare/1.0.3...1.0.4&quot;&gt;1.0.3…1.0.4&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&quot;mirror-updates&quot;&gt;Mirror Updates&lt;/h3&gt;
&lt;p&gt;The latest Magento versions are also available from our public Magento mirror, &lt;a href=&quot;https://mirror.mage-os.org&quot;&gt;mirror.mage-os.org&lt;/a&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;2.4.4-p10&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;2.4.5-p9&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;2.4.6-p7&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;2.4.7-p2&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This mirror composer repository is a drop-in replacement for Magento packages from repo.magento.com. This way you can install Magento without any login, using our public and repeatable build process from the official Magento sources.&lt;/p&gt;
&lt;h3 id=&quot;contributors&quot;&gt;Contributors&lt;/h3&gt;
&lt;p&gt;Thank you to Ryan Hoerr for managing this release, and to all that contributed to the Magento Open Source security reports and fixes.&lt;/p&gt;
&lt;p&gt;Thank you also to all who attend our weekly tech meetings, and to all who have ongoing efforts underway!&lt;/p&gt;
&lt;h2 id=&quot;contribute&quot;&gt;Contribute&lt;/h2&gt;
&lt;p&gt;Are you interested in contributing to Mage-OS, or have a bug or improvement you’d like to make? &lt;strong&gt;We welcome pull requests&lt;/strong&gt; at &lt;a href=&quot;https://github.com/mage-os/mageos-magento2&quot;&gt;https://github.com/mage-os/mageos-magento2&lt;/a&gt;!&lt;/p&gt;
&lt;p&gt;If you have a bigger project in mind, please &lt;a href=&quot;http://chat.mage-os.org/&quot;&gt;join Discord&lt;/a&gt; and summarize your idea. We’d be delighted to hear from you, and help figure out how your idea best fits into Mage-OS!&lt;/p&gt;
&lt;h2 id=&quot;installing-mage-os&quot;&gt;Installing Mage-OS&lt;/h2&gt;
&lt;p&gt;You can create a new Mage-OS project with the following SSH command:&lt;/p&gt;
&lt;pre class=&quot;astro-code astro-code-themes one-light dracula&quot; style=&quot;background-color:#FAFAFA;--shiki-dark-bg:#282A36;color:#383A42;--shiki-dark:#F8F8F2; overflow-x: auto;&quot; tabindex=&quot;0&quot; data-language=&quot;plaintext&quot;&gt;&lt;code&gt;&lt;span class=&quot;line&quot;&gt;&lt;span&gt;composer create-project --repository-url=https://repo.mage-os.org/ mage-os/project-community-edition .&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;After a successful composer download, you will need to run the installer. Please see &lt;a href=&quot;https://devdocs.mage-os.org/docs/main&quot;&gt;DevDocs: Installation Guide for Mage-OS&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&quot;moving-to-mage-os&quot;&gt;Moving to Mage-OS&lt;/h2&gt;
&lt;p&gt;If you are already using Magento 2.4 and PHP 8.1+, you can change to Mage-OS by running the following in SSH:&lt;/p&gt;
&lt;pre class=&quot;astro-code astro-code-themes one-light dracula&quot; style=&quot;background-color:#FAFAFA;--shiki-dark-bg:#282A36;color:#383A42;--shiki-dark:#F8F8F2; overflow-x: auto;&quot; tabindex=&quot;0&quot; data-language=&quot;plaintext&quot;&gt;&lt;code&gt;&lt;span class=&quot;line&quot;&gt;&lt;span&gt;composer config repositories.0 composer https://repo.mage-os.org/ &amp;#x26;&amp;#x26; \&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;    composer require mage-os/product-community-edition --no-update &amp;#x26;&amp;#x26; \&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;    composer remove magento/product-community-edition magento/composer-dependency-version-audit-plugin magento/composer-root-update-plugin --no-update &amp;#x26;&amp;#x26; \&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;    composer remove sebastian/comparator --dev --no-update &amp;#x26;&amp;#x26; \&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;    composer update --no-plugins --with-all-dependencies&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;We strongly recommend updating to the latest Magento version (currently 2.4.7-p2) before changing to Mage-OS, to minimize issues.&lt;/p&gt;
&lt;p&gt;Your specific situation may require additional changes to your &lt;code&gt;composer.json&lt;/code&gt; file. Generally this will involve changing &lt;code&gt;magento/&lt;/code&gt; package names to &lt;code&gt;mage-os/&lt;/code&gt;, or updating dependency versions.&lt;/p&gt;
&lt;h2 id=&quot;whats-next&quot;&gt;What’s Next?&lt;/h2&gt;
&lt;h3 id=&quot;our-vision-for-mage-os&quot;&gt;Our Vision for Mage-OS&lt;/h3&gt;
&lt;p&gt;The Mage-OS Distribution is an upstream compatible metapackage based on Magento Open Source. Think of it as an independent version of Magento—based on Magento source code, but including additional changes specific to Mage-OS.&lt;/p&gt;
&lt;p&gt;The purpose of the Mage-OS core distribution is to provide&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Improved decoupling of packages&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Improved developer experience while working with the product&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Improved developer experience while contributing to the product&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Full compatibility with Magento extensions&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Focus on additional security&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Reduced infrastructure stack dependencies&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Low-level code improvements, for example in the areas of caching and indexing&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Removal of most bundled extensions contained in upstream (still independently installable if desired)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;A simple documented migration path to Magento Open Source or Adobe Commerce&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Mage-OS Distribution releases are made independently of upstream releases. This enables us to move faster when desired, for example when enabling compatibility with new PHP versions.&lt;/p&gt;
&lt;p&gt;New functional features will be introduced through independently installable modules. This follows the same decoupling approach that Adobe Commerce is using, allowing for a more stable core and an independent feature module release schedule.&lt;/p&gt;
&lt;p&gt;The goal of the reduced infrastructure stack dependencies is to enable new developers to be onboarded more easily. The goal is to be able to use a plain XAMPP stack on any machine, including Windows, to run and develop with Mage-OS. This requires making Elasticsearch optional, as well as ensuring services like Redis, RabbitMQ, Node.js and such remain optional.&lt;/p&gt;
&lt;p&gt;Mage-OS will also maintain backwards compatibility and the ability to migrate upstream at multiple levels:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Compatibility with third-party extensions&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Database level compatibility (data and schema)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;API stability&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;All of our work on &lt;a href=&quot;https://github.com/mage-os/generate-mirror-repo-js&quot;&gt;creating custom releases based on Magento&lt;/a&gt; is open source, meaning:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Mage-OS builds can be independently built and verified, and are fully reproducible;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;If you want to create your own fork and version of Magento or Mage-OS, you can do that too.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;That’s all for now!&lt;/p&gt;</content:encoded><category>Releases</category><category>Updates</category><author>mage-os-team</author></item><item><title>Release: Mage-OS Distribution 1.0.3</title><link>https://mage-os.org/releases/2024-07-25-release-mage-os-distribution-1-0-3</link><guid isPermaLink="true">https://mage-os.org/releases/2024-07-25-release-mage-os-distribution-1-0-3</guid><description>We are proud to announce Mage-OS Distribution version 1.0.3 is now available! This Mage-OS update brings parity with Magento Open Source 2.4.7 and 2.4.7-p1,...</description><pubDate>Thu, 25 Jul 2024 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;We are proud to announce Mage-OS Distribution version 1.0.3 is now available!&lt;/p&gt;
&lt;h2 id=&quot;release-notes&quot;&gt;Release Notes&lt;/h2&gt;
&lt;p&gt;This Mage-OS update brings parity with Magento Open Source 2.4.7 and 2.4.7-p1, plus additional contributions particularly to the unit and integration testing suites.&lt;/p&gt;
&lt;p&gt;Please see the &lt;a href=&quot;https://experienceleague.adobe.com/en/docs/commerce-operations/release/notes/magento-open-source/2-4-7&quot;&gt;release notes for Magento Open Source 2.4.7&lt;/a&gt; and the &lt;a href=&quot;https://experienceleague.adobe.com/en/docs/commerce-operations/release/notes/security-patches/2-4-7-patches&quot;&gt;patch notes for 2.4.7-p1&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&quot;whats-changed&quot;&gt;What’s Changed&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Changes and fixes from upstream 2.4.7&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Security changes from upstream 2.4.7-p1 by &lt;a href=&quot;https://github.com/rhoerr&quot;&gt;@rhoerr&lt;/a&gt; in &lt;a href=&quot;https://github.com/mage-os/mageos-magento2/pull/98&quot;&gt;#98&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;GitHub Actions&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Add inputs to mage-os/github-actions/coding-standard-baseline by &lt;a href=&quot;https://github.com/Tjitse-E&quot;&gt;@Tjitse-E&lt;/a&gt; in &lt;a href=&quot;https://github.com/mage-os/mageos-magento2/pull/59&quot;&gt;#59&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Add full integration tests workflow by &lt;a href=&quot;https://github.com/vpodorozh&quot;&gt;@vpodorozh&lt;/a&gt; in &lt;a href=&quot;https://github.com/mage-os/mageos-magento2/pull/57&quot;&gt;#57&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Add Nx integration tests by &lt;a href=&quot;https://github.com/adamzero1&quot;&gt;@adamzero1&lt;/a&gt; in &lt;a href=&quot;https://github.com/mage-os/mageos-magento2/pull/64&quot;&gt;#64&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Unit and Integration Test Fixes&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Integration tests/ fix failed tests by &lt;a href=&quot;https://github.com/vpodorozh&quot;&gt;@vpodorozh&lt;/a&gt; in &lt;a href=&quot;https://github.com/mage-os/mageos-magento2/pull/61&quot;&gt;#61&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Resolve merge conflicts by &lt;a href=&quot;https://github.com/Vinai&quot;&gt;@Vinai&lt;/a&gt; in &lt;a href=&quot;https://github.com/mage-os/mageos-magento2/pull/87&quot;&gt;#87&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Update incorrect dataprovider for Catalog\SortingTest by &lt;a href=&quot;https://github.com/vpodorozh&quot;&gt;@vpodorozh&lt;/a&gt; in &lt;a href=&quot;https://github.com/mage-os/mageos-magento2/pull/89&quot;&gt;#89&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;GraphQl mutation state check | PlaceOrder and Customer actions - skip list adjustments by &lt;a href=&quot;https://github.com/vpodorozh&quot;&gt;@vpodorozh&lt;/a&gt; in &lt;a href=&quot;https://github.com/mage-os/mageos-magento2/pull/90&quot;&gt;#90&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Skip some of the Bundle tests as the underlying problems are too big … by &lt;a href=&quot;https://github.com/vpodorozh&quot;&gt;@vpodorozh&lt;/a&gt; in &lt;a href=&quot;https://github.com/mage-os/mageos-magento2/pull/92&quot;&gt;#92&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fix expireDate formating for integration test by &lt;a href=&quot;https://github.com/vpodorozh&quot;&gt;@vpodorozh&lt;/a&gt; in &lt;a href=&quot;https://github.com/mage-os/mageos-magento2/pull/91&quot;&gt;#91&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://github.com/mage-os/mageos-magento2/issues/79&quot;&gt;#79&lt;/a&gt; - add shutdown functions wrapper to make sure TestModules will be… by &lt;a href=&quot;https://github.com/vpodorozh&quot;&gt;@vpodorozh&lt;/a&gt; in &lt;a href=&quot;https://github.com/mage-os/mageos-magento2/pull/93&quot;&gt;#93&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fix failed tests after the upstream update - db&amp;#x26;app isolation were missed by &lt;a href=&quot;https://github.com/vpodorozh&quot;&gt;@vpodorozh&lt;/a&gt; in &lt;a href=&quot;https://github.com/mage-os/mageos-magento2/pull/94&quot;&gt;#94&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fix invalid data-sets for unit tests by &lt;a href=&quot;https://github.com/vpodorozh&quot;&gt;@vpodorozh&lt;/a&gt; in &lt;a href=&quot;https://github.com/mage-os/mageos-magento2/pull/95&quot;&gt;#95&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Resolve merge conflict &lt;a href=&quot;https://github.com/mage-os/mageos-magen%E2%80%A6&quot;&gt;https://github.com/mage-os/mageos-magen…&lt;/a&gt; by &lt;a href=&quot;https://github.com/vitaliy-golomoziy&quot;&gt;@vitaliy-golomoziy&lt;/a&gt; in &lt;a href=&quot;https://github.com/mage-os/mageos-magento2/pull/58&quot;&gt;#58&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Full Changelog&lt;/strong&gt;: &lt;a href=&quot;https://github.com/mage-os/mageos-magento2/compare/1.0.1...1.0.3&quot;&gt;1.0.1…1.0.3&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&quot;contributors&quot;&gt;Contributors&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://github.com/vitaliy-golomoziy&quot;&gt;@vitaliy-golomoziy&lt;/a&gt; made their first contribution in &lt;a href=&quot;https://github.com/mage-os/mageos-magento2/pull/58&quot;&gt;#58&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://github.com/vpodorozh&quot;&gt;@vpodorozh&lt;/a&gt; made their first contribution in &lt;a href=&quot;https://github.com/mage-os/mageos-magento2/pull/57&quot;&gt;#57&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Thank you to all that contributed toward this release, including:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Adam Crossland&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Christian Münch&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Damien Retzinger&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Ihor Sviziev&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Jakub Winkler&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Max Novik&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Ryan Hoerr&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Simon Sprankel&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Tjitse Efdé&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Vinai Kopp&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Vladyslav Podorozhnyi&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Thank you also to all who attend our weekly tech meetings, and to all who have ongoing efforts underway!&lt;/p&gt;
&lt;h2 id=&quot;contribute&quot;&gt;Contribute&lt;/h2&gt;
&lt;p&gt;Are you interested in contributing to Mage-OS, or have a bug or improvement you’d like to make? &lt;strong&gt;We welcome pull requests&lt;/strong&gt; at &lt;a href=&quot;https://github.com/mage-os/mageos-magento2&quot;&gt;https://github.com/mage-os/mageos-magento2&lt;/a&gt;!&lt;/p&gt;
&lt;p&gt;If you have a bigger project in mind, please &lt;a href=&quot;http://chat.mage-os.org/&quot;&gt;join Discord&lt;/a&gt; and summarize your idea. We’d be delighted to hear from you, and help figure out how your idea best fits into Mage-OS!&lt;/p&gt;
&lt;h2 id=&quot;installing-mage-os&quot;&gt;Installing Mage-OS&lt;/h2&gt;
&lt;p&gt;You can create a new Mage-OS project with the following SSH command:&lt;/p&gt;
&lt;pre class=&quot;astro-code astro-code-themes one-light dracula&quot; style=&quot;background-color:#FAFAFA;--shiki-dark-bg:#282A36;color:#383A42;--shiki-dark:#F8F8F2; overflow-x: auto;&quot; tabindex=&quot;0&quot; data-language=&quot;plaintext&quot;&gt;&lt;code&gt;&lt;span class=&quot;line&quot;&gt;&lt;span&gt;composer create-project --repository-url=https://repo.mage-os.org/ mage-os/project-community-edition .&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;After a successful composer download, you will need to run the installer. Please see &lt;a href=&quot;https://devdocs.mage-os.org/docs/main&quot;&gt;DevDocs: Installation Guide for Mage-OS&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&quot;moving-to-mage-os&quot;&gt;Moving to Mage-OS&lt;/h2&gt;
&lt;p&gt;If you are already using Magento 2.4 and PHP 8.1+, you can change to Mage-OS by running the following in SSH:&lt;/p&gt;
&lt;pre class=&quot;astro-code astro-code-themes one-light dracula&quot; style=&quot;background-color:#FAFAFA;--shiki-dark-bg:#282A36;color:#383A42;--shiki-dark:#F8F8F2; overflow-x: auto;&quot; tabindex=&quot;0&quot; data-language=&quot;plaintext&quot;&gt;&lt;code&gt;&lt;span class=&quot;line&quot;&gt;&lt;span&gt;composer config repositories.0 composer https://repo.mage-os.org/ &amp;#x26;&amp;#x26; \&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;    composer require mage-os/product-community-edition --no-update &amp;#x26;&amp;#x26; \&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;    composer remove magento/product-community-edition magento/composer-dependency-version-audit-plugin magento/composer-root-update-plugin --no-update &amp;#x26;&amp;#x26; \&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;    composer remove sebastian/comparator --dev --no-update &amp;#x26;&amp;#x26; \&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;    composer update --no-plugins --with-all-dependencies&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;We strongly recommend updating to the latest Magento version (currently 2.4.7-p1) before changing to Mage-OS, to minimize issues.&lt;/p&gt;
&lt;p&gt;Your specific situation may require additional changes to your &lt;code&gt;composer.json&lt;/code&gt; file. Generally this will involve changing &lt;code&gt;magento/&lt;/code&gt; package names to &lt;code&gt;mage-os/&lt;/code&gt;, or updating dependency versions.&lt;/p&gt;
&lt;h2 id=&quot;whats-next&quot;&gt;What’s Next?&lt;/h2&gt;
&lt;h3 id=&quot;our-vision-for-mage-os&quot;&gt;Our Vision for Mage-OS&lt;/h3&gt;
&lt;p&gt;The Mage-OS Distribution is an upstream compatible metapackage based on Magento Open Source. Think of it as an independent version of Magento—based on Magento source code, but including additional changes specific to Mage-OS.&lt;/p&gt;
&lt;p&gt;The purpose of the Mage-OS core distribution is to provide&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Improved decoupling of packages&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Improved developer experience while working with the product&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Improved developer experience while contributing to the product&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Full compatibility with Magento extensions&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Focus on additional security&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Reduced infrastructure stack dependencies&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Low-level code improvements, for example in the areas of caching and indexing&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Removal of most bundled extensions contained in upstream (still independently installable if desired)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;A simple documented migration path to Magento Open Source or Adobe Commerce&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Mage-OS Distribution releases are made independently of upstream releases. This enables us to move faster when desired, for example when enabling compatibility with new PHP versions.&lt;/p&gt;
&lt;p&gt;New functional features will be introduced through independently installable modules. This follows the same decoupling approach that Adobe Commerce is using, allowing for a more stable core and an independent feature module release schedule.&lt;/p&gt;
&lt;p&gt;The goal of the reduced infrastructure stack dependencies is to enable new developers to be onboarded more easily. The goal is to be able to use a plain XAMPP stack on any machine, including Windows, to run and develop with Mage-OS. This requires making Elasticsearch optional, as well as ensuring services like Redis, RabbitMQ, Node.js and such remain optional.&lt;/p&gt;
&lt;p&gt;Mage-OS will also maintain backwards compatibility and the ability to migrate upstream at multiple levels:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Compatibility with third-party extensions&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Database level compatibility (data and schema)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;API stability&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;All of our work on &lt;a href=&quot;https://github.com/mage-os/generate-mirror-repo-js&quot;&gt;creating custom releases based on Magento&lt;/a&gt; is open source, meaning:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Mage-OS builds can be independently built and verified, and are fully reproducible;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;If you want to create your own fork and version of Magento or Mage-OS, you can do that too.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;That’s all for now!&lt;/p&gt;</content:encoded><category>Releases</category><category>Updates</category><author>ryan-hoerr</author></item><item><title>Introducing the Mage-OS Distribution</title><link>https://mage-os.org/releases/2023-10-09-introducing-the-mage-os-distribution</link><guid isPermaLink="true">https://mage-os.org/releases/2023-10-09-introducing-the-mage-os-distribution</guid><description>We are proud to announce version 1 of the Mage-OS Distribution! This release is based on Magento 2.4.6-p3, plus additional contributions including a refreshed...</description><pubDate>Mon, 09 Oct 2023 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;We are proud to announce version 1 of the Mage-OS Distribution!&lt;/p&gt;
&lt;p&gt;This release is based on Magento 2.4.6-p3, plus additional contributions including a refreshed admin panel. We will continue making enhancements over time, as they’re contributed by the open source community.&lt;/p&gt;
&lt;p&gt;Because they’re based on the same code, all of your existing Magento extensions will work with Mage-OS too!&lt;/p&gt;
&lt;p&gt;UPDATE 2023-10-11: With the release of Magento security patch 2.4.6-p3 today, we’ve also published Mage-OS Distribution 1.0.1.&lt;/p&gt;
&lt;h2 id=&quot;installing-mage-os&quot;&gt;Installing Mage-OS&lt;/h2&gt;
&lt;p&gt;You can create a new Mage-OS project with the following SSH command:&lt;/p&gt;
&lt;pre class=&quot;astro-code astro-code-themes one-light dracula&quot; style=&quot;background-color:#FAFAFA;--shiki-dark-bg:#282A36;color:#383A42;--shiki-dark:#F8F8F2; overflow-x: auto;&quot; tabindex=&quot;0&quot; data-language=&quot;plaintext&quot;&gt;&lt;code&gt;&lt;span class=&quot;line&quot;&gt;&lt;span&gt;composer create-project --repository-url=https://repo.mage-os.org/ mage-os/project-community-edition .&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;After a successful composer download, you will need to run the installer. Please see &lt;a href=&quot;https://devdocs.mage-os.org/docs/main&quot;&gt;DevDocs: Installation Guide for Mage-OS&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&quot;moving-to-mage-os&quot;&gt;Moving to Mage-OS&lt;/h2&gt;
&lt;p&gt;If you are already using Magento 2.4 and PHP 8.1+, you can change to Mage-OS by running the following in SSH:&lt;/p&gt;
&lt;pre class=&quot;astro-code astro-code-themes one-light dracula&quot; style=&quot;background-color:#FAFAFA;--shiki-dark-bg:#282A36;color:#383A42;--shiki-dark:#F8F8F2; overflow-x: auto;&quot; tabindex=&quot;0&quot; data-language=&quot;plaintext&quot;&gt;&lt;code&gt;&lt;span class=&quot;line&quot;&gt;&lt;span&gt;composer config repositories.0 composer https://repo.mage-os.org/ &amp;#x26;&amp;#x26; \&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;    composer require mage-os/product-community-edition --no-update &amp;#x26;&amp;#x26; \&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;    composer remove magento/product-community-edition magento/composer-dependency-version-audit-plugin magento/composer-root-update-plugin --no-update &amp;#x26;&amp;#x26; \&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;    composer remove sebastian/comparator --dev --no-update &amp;#x26;&amp;#x26; \&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;    composer update --no-plugins --with-all-dependencies&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;We strongly recommend updating to the latest Magento version (currently 2.4.6-p3) before changing to Mage-OS, to minimize issues.&lt;/p&gt;
&lt;p&gt;Your specific situation may require additional changes to your &lt;code&gt;composer.json&lt;/code&gt; file. Generally this will involve changing &lt;code&gt;magento/&lt;/code&gt; package names to &lt;code&gt;mage-os/&lt;/code&gt;, or updating dependency versions.&lt;/p&gt;
&lt;h2 id=&quot;release-notes&quot;&gt;Release Notes&lt;/h2&gt;
&lt;p&gt;This release is based on Magento 2.4.6-p3, plus community contributions merged since. It also includes the following Mage-OS-specific changes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Removed adobe-commerce/adobe-ims-metapackage, magento/adobe-stock-integration, magento/google-shopping-ads, paypal/module-braintree, temando/module-shipping (thanks to Vinai Kopp)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Admin theme Mage-OS re-brand (thanks to Ryan Hoerr)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Mage-OS brand logo and name changes (thanks to Kiel Pykett)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fixed Maestro Domestic CC detection pattern to prevent false positives (thanks to Ryan Hoerr)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Increased the default max admin session size to 1 MB (thanks to Ryan Hoerr, and Maciej Tomaszewski and others involved on the upstream discussions)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Faster category product count (thanks to Damien Retzinger, and Vincent Enjalbert who created the original upstream PR)&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Huge thank you to everyone that has contributed to the Mage-OS infrastructure, tests, actions, and more to get us here, including:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Vinai Kopp&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Damien Retzinger&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Daniel Sloof&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Adam Crossland&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Tjitse Efdé&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Gowri Sankar&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Vitaliy Golomozy&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;David Lambauer&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Simon Sprankel&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Kamlesh Luhana&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Kiel Pykett&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Christian Münch&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fabian Schmengler&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Vladyslav Podorozhnyi&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;and so many more&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;whats-next&quot;&gt;What’s Next?&lt;/h2&gt;
&lt;h3 id=&quot;our-vision-for-mage-os&quot;&gt;Our Vision for Mage-OS&lt;/h3&gt;
&lt;p&gt;The Mage-OS Distribution is an upstream compatible metapackage based on Magento Open Source. Think of it as an independent version of Magento—based on Magento source code, but including additional changes specific to Mage-OS.&lt;/p&gt;
&lt;p&gt;The purpose of the Mage-OS core distribution is to provide&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Improved decoupling of packages&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Improved developer experience while working with the product&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Improved developer experience while contributing to the product&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Full compatibility with Magento extensions&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Focus on additional security&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Reduced infrastructure stack dependencies&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Low-level code improvements, for example in the areas of code generation and caching&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Removal of most bundled extensions contained in upstream (they can still be independently installed if desired)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;A simple documented migration path to Magento Open Source or Adobe Commerce&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Mage-OS Distribution releases are made independently of upstream releases. This enables us to move faster when desired, for example when enabling compatibility with new PHP versions.&lt;/p&gt;
&lt;p&gt;New functional features will be introduced through independently installable modules. This follows the same decoupling approach that Adobe Commerce is using, allowing for a more stable core and an independent feature module release schedule.&lt;/p&gt;
&lt;p&gt;The goal of the reduced infrastructure stack dependencies is to enable new developers to be onboarded more easily. The goal is to be able to use a plain XAMPP stack on any machine, including Windows, to run and develop with Mage-OS. This requires making Elasticsearch optional, as well as ensuring services like Redis, RabbitMQ, Node.js and such remain optional.&lt;/p&gt;
&lt;p&gt;Mage-OS will also maintain backwards compatibility and the ability to migrate upstream at multiple levels:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Compatibility with third-party extensions&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Database level compatibility (data and schema)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;API stability&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;All of our work on &lt;a href=&quot;https://github.com/mage-os/generate-mirror-repo-js&quot;&gt;creating custom releases based on Magento&lt;/a&gt; is open source, meaning:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Mage-OS builds can be independently built and verified, and are fully reproducible;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;If you want to create your own fork and version of Magento or Mage-OS, you can do that too.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&quot;up-next-mage-os-flavored-distributions&quot;&gt;Up Next: Mage-OS Flavored Distributions&lt;/h3&gt;
&lt;p&gt;Soon, we will be working toward producing different ‘flavors’ of Mage-OS. These flavors will be different bundles of Mage-OS packages, for specific purposes. For example:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;The Mage-OS headless distribution might contain no storefront theme&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The Mage-OS minimal distribution might contain only a minimal set of packages to enable building lightweight applications&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The Mage-OS headful distribution might contain no GraphQL packages&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Fundamentally these will be the same Mage-OS/Magento you’ve come to know and love, but without features that don’t apply to a given use case — and maybe with additional features that use case uniquely benefits from. In the process, Mage-OS will become more performant, more flexible, and appeal to an even broader market.&lt;/p&gt;
&lt;p&gt;Our goal is also to allow others to create their own ‘distributions as ‘flavored’ distributions too.&lt;/p&gt;
&lt;h2 id=&quot;contribute&quot;&gt;Contribute&lt;/h2&gt;
&lt;p&gt;Are you interested in contributing to Mage-OS, or have a bug or improvement you’d like to make? We’re open for pull requests now at &lt;a href=&quot;https://github.com/mage-os/mageos-magento2&quot;&gt;https://github.com/mage-os/mageos-magento2&lt;/a&gt;!&lt;/p&gt;
&lt;p&gt;If you have a bigger project in mind, please &lt;a href=&quot;http://chat.mage-os.org&quot;&gt;join Discord&lt;/a&gt; and summarize your idea in #discussions. We’d be delighted to hear from you, and help figure out how your idea best fits into Mage-OS!&lt;/p&gt;
&lt;p&gt;That’s all for now!&lt;/p&gt;</content:encoded><category>Releases</category><category>Updates</category><author>mage-os-team</author></item><item><title>Magento 2.4.6 Release</title><link>https://mage-os.org/releases/2023-03-26-202303magento-2-4-6-release</link><guid isPermaLink="true">https://mage-os.org/releases/2023-03-26-202303magento-2-4-6-release</guid><description>The recently-released Magento 2.4.6 (along with 2.4.5-p2, and 2.4.4-p3) is now available on all Mage-OS mirror and distribution repositories. We had to delay...</description><pubDate>Sun, 26 Mar 2023 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;The recently-released Magento 2.4.6 (along with 2.4.5-p2, and 2.4.4-p3) is now available on all Mage-OS mirror and distribution repositories. We had to delay the release briefly because of a missing release tag on one of the upstream Magento repositories, which we reported and has since been corrected.&lt;/p&gt;
&lt;p&gt;If you’re interested in using a Mage-OS repository, please see the &lt;a href=&quot;/get-started/installation&quot;&gt;Mage-OS Distribution&lt;/a&gt; page!&lt;/p&gt;
&lt;p&gt;Currently all packages are exact copies of the official Magento packages for each release. This will change as soon as we release our own Mage-OS Distribution.&lt;/p&gt;
&lt;h2 id=&quot;mage-os-association-progress&quot;&gt;Mage-OS Association Progress&lt;/h2&gt;
&lt;p&gt;We are making progress on establishing the Mage-OS Association. Recently the Polish court fully approved and filed the association in the national registry. We are now working through legal steps for handling of taxes, opening a bank account, and choosing an accountant. We expect to open membership and finances as soon as those steps come together.&lt;/p&gt;</content:encoded><category>Releases</category><category>Updates</category><author>ryan-hoerr</author></item><item><title>Magento 2.4.5-p1 release</title><link>https://mage-os.org/releases/2022-10-11-magento-2-4-5-p1-release</link><guid isPermaLink="true">https://mage-os.org/releases/2022-10-11-magento-2-4-5-p1-release</guid><description>Adobe has released updates to Magento Open Source today, versions 2.4.5-p1 and 2.4.4-p2. Those same updates are now also available if you’re using our Magento...</description><pubDate>Tue, 11 Oct 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Adobe has released updates to Magento Open Source today, versions 2.4.5-p1 and 2.4.4-p2.&lt;/p&gt;
&lt;p&gt;Those same updates are now also available if you’re using our Magento mirror composer repository, &lt;code&gt;mirror.mage-os.org&lt;/code&gt;. Our validation has confirmed the mirror releases are installable and match the official releases.&lt;/p&gt;
&lt;p&gt;Thanks to Vinai Kopp and Damien Retzinger for managing the release process.&lt;/p&gt;
&lt;p&gt;If you’re not yet using the Mage-OS Magento mirror, you can do that today by swapping &lt;code&gt;repo.magento.com&lt;/code&gt; to &lt;code&gt;mirror.mage-os.org&lt;/code&gt; in your composer.json (unless you require any Magento Marketplace packages). This is a public repository, built by our independent open source build process from the Magento 2 source code. For more info on the Mage-OS nightly and mirror repositories, see: &lt;a href=&quot;/get-started/installation&quot;&gt;https://mage-os.org/distribution&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;We have plans to launch the Mage-OS Distribution and start accepting pull requests by the end of this year. Stay tuned for more!&lt;/p&gt;</content:encoded><category>Releases</category><category>Updates</category><author>mage-os-team</author></item><item><title>Mirror 2.4.5 release and many contributions</title><link>https://mage-os.org/releases/2022-08-15-mirror-2-4-5-release-and-many-contributions</link><guid isPermaLink="true">https://mage-os.org/releases/2022-08-15-mirror-2-4-5-release-and-many-contributions</guid><description>Work has been progressing nicely, and we celebrate that more people are getting involved! Here is an overview of what has been happening since the last blog...</description><pubDate>Mon, 15 Aug 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Work has been progressing nicely, and we celebrate that more people are getting involved! Here is an overview of what has been happening since the last blog post.&lt;/p&gt;
&lt;h2 id=&quot;technical-topics&quot;&gt;Technical topics&lt;/h2&gt;
&lt;h3 id=&quot;mage-os-magento-mirror-distribution&quot;&gt;Mage-OS Magento® Mirror Distribution&lt;/h3&gt;
&lt;p&gt;Adobe released Magento Open Source 2.3.7-p4, 2.4.3-p3, 2.4.4-p1 and 2.4.5 on the 9th of August! We are pleased to announce that these versions can now also be installed as independently built packages, using the &lt;a href=&quot;https://mirror.mage-os.org/&quot;&gt;Mage-OS mirror&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;While preparing the releases, we discovered (very few) inconsistencies in upstream composer.json files that broke our build process. We reported these inconsistencies upstream to Adobe (for example in the &lt;a href=&quot;https://github.com/magento/security-package/issues/321&quot;&gt;security package&lt;/a&gt; and &lt;a href=&quot;https://github.com/magento/adobe-stock-integration/pull/1872&quot;&gt;adobe-stock-integration&lt;/a&gt; repositories), and they are being addressed. At the same time, we have improved the &lt;a href=&quot;https://github.com/mage-os/generate-mirror-repo-js&quot;&gt;build tool&lt;/a&gt; to account for these issues allowing Mage-OS to become more independent.&lt;/p&gt;
&lt;p&gt;Finally, Damien Retzinger from &lt;a href=&quot;https://www.graycore.io/&quot;&gt;Graycore&lt;/a&gt; contributed GitHub actions to automate testing builds in parallel. This allowed us to move much, much faster, and we are very grateful for his participation!&lt;/p&gt;
&lt;p&gt;Daniel Sloof created GitHub actions to check the integrity of the Mage-OS packages against the upstream releases. This QA tooling is invaluable.&lt;/p&gt;
&lt;p&gt;Many thanks to &lt;a href=&quot;https://github.com/damienwebdev&quot;&gt;Damien&lt;/a&gt; and &lt;a href=&quot;https://github.com/danslo&quot;&gt;Daniel&lt;/a&gt;, and to all others like &lt;a href=&quot;https://github.com/speedupmate&quot;&gt;Anton&lt;/a&gt;, &lt;a href=&quot;https://github.com/flyingmana&quot;&gt;Daniel Fahlke&lt;/a&gt; and many others who participated in discussions and helped with good ideas in the #tech channel or joined a stream on Discord.&lt;/p&gt;
&lt;h3 id=&quot;mage-os-magento-mirror-nightly-builds&quot;&gt;Mage-OS Magento® Mirror Nightly Builds&lt;/h3&gt;
&lt;p&gt;The new versioning scheme for the nightly build packages, as discussed in the &lt;a href=&quot;https://mage-os.org/blog/mage-os-update-2022-week-30&quot;&gt;previous post&lt;/a&gt;, has been implemented, and is currently being evaluated, if it indeed serves the desired purpose.&lt;br&gt;
We expect the nightly builds to be available soon.&lt;/p&gt;
&lt;h3 id=&quot;contributing&quot;&gt;Contributing&lt;/h3&gt;
&lt;p&gt;People have been asking how to contribute. It is very encouraging to see that many people want to help, and so far we still don’t have a good answer.&lt;/p&gt;
&lt;p&gt;Since we are currently “meta-building”, instead of building Magento features and improvements, we are in a bit of a special situation. We expect this to change once the infrastructure for the mirror, nightly builds, and the Mage-OS distribution is closer to complete.&lt;/p&gt;
&lt;p&gt;The usual approach to encouraging contributions to open source projects is to do “Issue grooming” and then to choose tickets that are good first issues. This approach is not applicable (yet) to the Mage-OS project.&lt;/p&gt;
&lt;p&gt;At the moment, most people have started by joining &lt;a href=&quot;http://chat.mage-os.org/&quot;&gt;Discord&lt;/a&gt;, following the #tech channel, and joining streams in the #Watercooler channels, where problems are being discussed and solved together.&lt;/p&gt;
&lt;p&gt;It has been very valuable to interact in this way.&lt;/p&gt;
&lt;p&gt;Currently, this is the best way to get started, as it helps develop an understanding of what is required at a given moment in time, be it debugging, writing code, pairing or coming up with ideas.&lt;/p&gt;
&lt;p&gt;So if you are interested in helping, join a stream in Discord and get an idea what is happening. It is fun, too, if you like problem-solving and coding :)&lt;/p&gt;
&lt;p&gt;For those who simply wish to keep up, start by following the discord #tech channel.&lt;/p&gt;
&lt;p&gt;We are welcoming and inclusive at &lt;a href=&quot;http://chat.mage-os.org/&quot;&gt;chat.mage-os.org&lt;/a&gt;!&lt;/p&gt;
&lt;h2 id=&quot;organizational-topics&quot;&gt;Organizational topics&lt;/h2&gt;
&lt;h3 id=&quot;mage-os-association&quot;&gt;Mage-OS Association&lt;/h3&gt;
&lt;p&gt;Vacation season is keeping us busy, but we are moving to complete the founding of the association.&lt;/p&gt;
&lt;p&gt;We will form a committee to set the price for members and supporting members (companies).&lt;br&gt;
If you would like to be involved, please join the &lt;a href=&quot;http://chat.mage-os.org/&quot;&gt;Mage-OS Discord&lt;/a&gt; #membership channel and let us know!&lt;/p&gt;
&lt;p&gt;For now that’s all, more updates are coming soon.&lt;/p&gt;
&lt;p&gt;The Mage-OS folks&lt;/p&gt;</content:encoded><category>Releases</category><category>Updates</category><author>mage-os-team</author></item></channel></rss>