<?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 Blog</title><description>Mage-OS is a community-owned, open-source ecommerce platform built on Magento Open Source. Experience innovation, independence, and enterprise-grade performance.</description><link>https://mage-os.org</link><language>en</language><lastBuildDate>Sun, 19 Apr 2026 20:32:50 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 March Update</title><link>https://mage-os.org/updates/2026-04-01-march-update</link><guid isPermaLink="true">https://mage-os.org/updates/2026-04-01-march-update</guid><description>March was a focused and productive month for Mage-OS, marked by the release of versions 2.2 and 2.2.1...</description><pubDate>Wed, 01 Apr 2026 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;March was a productive month for Mage-OS, with a focus on releases, infrastructure improvements, and continued ecosystem growth.&lt;/p&gt;
&lt;h2 id=&quot;community-discussion-ai-and-the-future-of-software-development&quot;&gt;&lt;strong&gt;Community Discussion: AI and the Future of Software Development&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;AI is rapidly reshaping how software is built, maintained, and scaled. This shift is increasingly visible within the Magento ecosystem, raising important questions about its long term impact.&lt;/p&gt;
&lt;p&gt;Topics under discussion include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The potential impact of AI on jobs within the Magento ecosystem&lt;/li&gt;
&lt;li&gt;Whether AI reduces opportunities or increases competitiveness&lt;/li&gt;
&lt;li&gt;The role of broader market evolution vs AI itself&lt;/li&gt;
&lt;li&gt;How the community can actively influence future developments&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;To provide a space for these discussions, an open community session is being organized. Join us on &lt;a href=&quot;https://discord.gg/jYHNhYY2u?event=1486727731805946036&quot;&gt;discord&lt;/a&gt;!&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.linkedin.com/events/7442933600414519296?viewAsMember=true&quot;&gt;&lt;img src=&quot;blob:https://mage-os.org/76bad5e1-906a-468b-b4ad-c098221a9200&quot; alt=&quot;AI and the Future of Software Development&quot; title=&quot;AI and the Future of Software Development&quot; loading=&quot;lazy&quot;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&quot;mage-os-22-and-221-released&quot;&gt;&lt;strong&gt;Mage-OS 2.2 and 2.2.1 Released&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;We released Mage-OS 2.2, based on the latest Magento security patch (2.4.8-p4). This version includes important upstream security updates along with ongoing Mage-OS improvements. Shortly after, version 2.2.1 was released to address several issues, including a reCAPTCHA bug affecting checkout payments, a GraphQL issue, and a polyfill-related security vulnerability. If you have not upgraded yet, updating is strongly recommended.&lt;/p&gt;
&lt;h2 id=&quot;progress-toward-mage-os-30&quot;&gt;&lt;strong&gt;Progress Toward Mage-OS 3.0&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;Work is underway on Mage-OS 3.0, currently targeted for mid May in alignment with the expected Magento 2.4.9 release. The scope is being finalized, and contributions are welcome. This is the right time to propose modules, fixes, or enhancements for inclusion. You can track progress on the&lt;a href=&quot;https://github.com/mage-os/generate-mirror-repo-js/milestone/2&quot;&gt; milestone&lt;/a&gt; and join the discussion in&lt;a href=&quot;https://github.com/orgs/mage-os-lab/discussions&quot;&gt; Mage-OS Lab&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&quot;we-hired-marcel-martinez-as-release-manager&quot;&gt;&lt;strong&gt;We hired Marcel Martinez as Release Manager&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;To improve release consistency and reliability, &lt;a href=&quot;https://www.linkedin.com/in/marcelmart/&quot;&gt;Marcel Martinez&lt;/a&gt; joined as dedicated Release Manager.  Marcel has already been hard at work getting the nightly builds back on track, fixing CI issues, and making sure the release pipeline runs smoothly. Having a dedicated person on this means faster turnaround on security patches and more confidence in every release we put out.&lt;/p&gt;
&lt;h2 id=&quot;new-mage-os-website&quot;&gt;&lt;strong&gt;New Mage-OS website&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;You may have noticed: Thanks to &lt;a href=&quot;https://www.linkedin.com/in/rhoerr/&quot;&gt;Ryan Hoerr&lt;/a&gt;, &lt;a href=&quot;http://mage-os.org&quot;&gt;mage-os.org&lt;/a&gt; got a fresh new look! The new website went live in February and gives the project a more polished and welcoming home. The code is open source, so if you spot something that could be improved, pull requests are welcome. We’re continuing to improve it and working on getting installation options, devdocs, and other resources more prominently documented there as well.&lt;/p&gt;
&lt;h2 id=&quot;hackathon&quot;&gt;&lt;strong&gt;Hackathon&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;In February, we held another online hackathon. Herve submitted PRs for a Playwright end-to-end test suite for Mage-OS core, Samuele built a new open source RMA module and fixed up the GeoIP module, Ryan improved the catalog-data-ai module, Vinai contributed to the Elgentos Magento 2 dev MCP server, and Damien built a JS profile viewer for xdebug cachegrind files. We’re planning more hackathons throughout the year, so keep an eye on our socials for the next date.&lt;/p&gt;
&lt;h2 id=&quot;davids-talk-to-the-magento-association&quot;&gt;&lt;strong&gt;David’s talk to the Magento Association&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;The Magento Association holds a Townhall meeting every quarter. This time our vice president David Lambauer joined us to give a presentation about the current state of Mage-OS and how the broader Magento ecosystem can work together going forward. The Association also has an open call for maintainers - if you’re interested in helping process Magento contributions, applications are open now.&lt;/p&gt;
&lt;h2 id=&quot;tech-news&quot;&gt;Tech News&lt;/h2&gt;
&lt;h4 id=&quot;testing--ci-improvements&quot;&gt;&lt;strong&gt;Testing &amp;#x26; CI Improvements&lt;/strong&gt;&lt;/h4&gt;
&lt;p&gt;Significant progress has been made on the Playwright E2E test suite, with around 100 tests currently passing locally. Work is ongoing to stabilize CI integration via GitHub Actions and expand coverage (checkout, cart, and dynamic pricing scenarios). The current direction is to consolidate existing testing efforts rather than duplicate them.&lt;/p&gt;
&lt;h4 id=&quot;installer-enhancements&quot;&gt;&lt;strong&gt;Installer Enhancements&lt;/strong&gt;&lt;/h4&gt;
&lt;p&gt;The Mage-OS installer now supports both DDEV and Warden environments. Initial automated tests have been added to validate setup, CLI functionality, and HTTP availability. Further improvements are planned, including broader test coverage and optional installation configurations.&lt;/p&gt;
&lt;h4 id=&quot;ecosystem-and-visibility-improvements&quot;&gt;&lt;strong&gt;Ecosystem and Visibility Improvements&lt;/strong&gt;&lt;/h4&gt;
&lt;p&gt;Mage-OS is now detectable via Wappalyzer (HTTPArchive fork) and BuiltWith. This increases visibility and allows better tracking of adoption across the ecosystem.&lt;/p&gt;
&lt;h4 id=&quot;ongoing-lab-development&quot;&gt;&lt;strong&gt;Ongoing Lab Development&lt;/strong&gt;&lt;/h4&gt;
&lt;p&gt;Mage-OS Lab continues to expand with several notable modules:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Admin Activity Log for backend tracking (ongoing improvements and PRs under review)&lt;/li&gt;
&lt;li&gt;Open-source RMA module supporting EU requirements&lt;/li&gt;
&lt;li&gt;Page Builder enhancements with previews and translation support&lt;/li&gt;
&lt;li&gt;Advanced Widget &amp;#x26; WidgetKit packages&lt;/li&gt;
&lt;li&gt;Passkey authentication module for passwordless login&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;These modules are actively being tested and may be candidates for inclusion in future core releases.&lt;/p&gt;
&lt;h4 id=&quot;new-tooling-initiatives&quot;&gt;&lt;strong&gt;New Tooling Initiatives&lt;/strong&gt;&lt;/h4&gt;
&lt;p&gt;Work has started on a Magento-specific Language Server Protocol (LSP) server. It provides improved developer experience through autocompletion, navigation between Magento components (XML, layouts, templates), and awareness of platform-specific concepts. An MCP integration is included to support AI-assisted workflows. The project may be promoted from Labs to a core repository pending feedback.&lt;/p&gt;
&lt;p&gt;Additionally, Magento-focused snippets for the Zed editor have been introduced, aiming to improve developer productivity in alternative editor environments.&lt;/p&gt;
&lt;h4 id=&quot;search--performance-exploration&quot;&gt;&lt;strong&gt;Search &amp;#x26; Performance Exploration&lt;/strong&gt;&lt;/h4&gt;
&lt;p&gt;Work is ongoing to integrate Meilisearch as an alternative search engine. A revised architecture using a dedicated controller and server-side rendering has been implemented to ensure compatibility with caching layers such as Varnish. The solution is already working with Hyvä, with Luma support in progress.&lt;/p&gt;
&lt;h4 id=&quot;bug-investigations--fixes&quot;&gt;&lt;strong&gt;Bug Investigations &amp;#x26; Fixes&lt;/strong&gt;&lt;/h4&gt;
&lt;p&gt;Several issues are currently under investigation:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;A plugin interceptor/compiler issue causing silent failures in specific module combinations&lt;/li&gt;
&lt;li&gt;Checkout input validation gaps (e.g., missing trimming of whitespace)
Efforts are focused on isolating root causes and preparing fixes.&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id=&quot;security-follow-up&quot;&gt;&lt;strong&gt;Security Follow-up&lt;/strong&gt;&lt;/h4&gt;
&lt;p&gt;A previously identified security incident involving a reverse shell was investigated and resolved. The system has been verified as clean. This incident reinforced the importance of monitoring and validation in production environments.&lt;/p&gt;
&lt;h4 id=&quot;community-and-contributions&quot;&gt;&lt;strong&gt;Community and Contributions&lt;/strong&gt;&lt;/h4&gt;
&lt;p&gt;Mage-OS is taking over maintenance of the Magento PHPStan integration to ensure continued support for this key developer tool. Contributors with experience in static analysis are encouraged to participate.&lt;/p&gt;
&lt;h4 id=&quot;experimental-ai-work&quot;&gt;&lt;strong&gt;Experimental AI Work&lt;/strong&gt;&lt;/h4&gt;
&lt;p&gt;A prototype AI-based product recommendation widget was introduced. It interprets user intent, maps it to catalog attributes, and returns structured product results. Additional validation layers are being implemented to ensure reliability and reduce incorrect outputs. Further testing on real catalogs is planned.&lt;/p&gt;
&lt;h4 id=&quot;looking-ahead&quot;&gt;&lt;strong&gt;Looking Ahead&lt;/strong&gt;&lt;/h4&gt;
&lt;p&gt;Preparations continue for upcoming community activities, including discussions around AI in software development and future hackathons. Collaboration efforts will focus on CI stabilization, test coverage expansion, and tooling improvements.&lt;/p&gt;
&lt;h3 id=&quot;powered-by-strong-partnerships&quot;&gt;Powered by Strong Partnerships&lt;/h3&gt;
&lt;p&gt;We are proud to collaborate with industry leaders who believe in open source and help accelerate the Mage-OS ecosystem.&lt;/p&gt;
&lt;h4 id=&quot;gold-partners&quot;&gt;Gold Partners&lt;/h4&gt;
&lt;div class=&quot;not-prose&quot; style=&quot;max-width: 140px;&quot;&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/mdoq&quot;&gt;&lt;img src=&quot;https://mage-os.org/_astro/image-1-1024x1024.NIMfNPuV_nB3oK.webp&quot; alt=&quot;MDOQ&quot; loading=&quot;lazy&quot;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;h4 id=&quot;silver-partners&quot;&gt;Silver Partners&lt;/h4&gt;
&lt;div class=&quot;not-prose&quot; style=&quot;display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; align-items: center;&quot;&gt;
&lt;div&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/paradoxlabs&quot;&gt;&lt;img src=&quot;https://mage-os.org/_astro/image-2.D_u1eXG2_Z2rJvmm.webp&quot; alt=&quot;ParadoxLabs&quot; loading=&quot;lazy&quot;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/vendic&quot;&gt;&lt;img alt=&quot;Vendic&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;1008&quot; src=&quot;/_astro/image-5-1024x1008.Bh6zZiO-_Z1mO3kV.webp&quot; &gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/hyva-themes&quot;&gt;&lt;img src=&quot;https://mage-os.org/_astro/image-6.Dx4acMHc_ZxUYjO.webp&quot; alt=&quot;Hyvä&quot; loading=&quot;lazy&quot;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/inchoo&quot;&gt;&lt;img src=&quot;https://mage-os.org/_astro/image-7-1024x1024.NaJD7DMt_12hOM7.webp&quot; alt=&quot;Inchoo&quot; loading=&quot;lazy&quot;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;h4 id=&quot;bronze-partners&quot;&gt;Bronze Partners&lt;/h4&gt;
&lt;div class=&quot;not-prose&quot; style=&quot;display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.5rem; align-items: center;&quot;&gt;
&lt;div&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/jetrails&quot;&gt;&lt;img src=&quot;https://mage-os.org/_astro/image-8.D6K3zNZg_Z1PONGI.webp&quot; alt=&quot;JetRails&quot; loading=&quot;lazy&quot;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/develo&quot;&gt;&lt;img src=&quot;https://mage-os.org/_astro/image-9.CXJtEzF__1tlU8r.webp&quot; alt=&quot;Develo&quot; loading=&quot;lazy&quot;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/canary&quot;&gt;&lt;img src=&quot;https://mage-os.org/_astro/image-10.B-7DFoGZ_UsgfC.webp&quot; alt=&quot;FindCanary&quot; loading=&quot;lazy&quot;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/integer_net&quot;&gt;&lt;img src=&quot;https://mage-os.org/_astro/image-11.uDHWm4v9_Z2jQqIt.webp&quot; alt=&quot;integer_net&quot; loading=&quot;lazy&quot;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/wearejh&quot;&gt;&lt;img src=&quot;https://mage-os.org/_astro/image-12.C71asHZQ_14DMgh.webp&quot; alt=&quot;JH&quot; loading=&quot;lazy&quot;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;Why Partner With Us?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Becoming a Mage-OS partner means more than visibility. It means shaping the future of open source commerce, gaining early insights into technical developments, and showcasing your brand to a global audience of merchants, developers, and agencies.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://mage-os.org/community/partners&quot;&gt;Learn more about partnership opportunities&lt;/a&gt;&lt;/p&gt;</content:encoded><category>Updates</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 February Update</title><link>https://mage-os.org/updates/2026-03-01-february-update</link><guid isPermaLink="true">https://mage-os.org/updates/2026-03-01-february-update</guid><description>February was an active month for Mage-OS, with important progress in development, testing, infrastructure, and community collaboration...</description><pubDate>Sun, 01 Mar 2026 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;February was an active month for Mage-OS, with important progress in development, testing, infrastructure, and community collaboration.&lt;/p&gt;
&lt;h3 id=&quot;new-release-manager&quot;&gt;New Release Manager&lt;/h3&gt;
&lt;p&gt;Please welcome &lt;a href=&quot;https://www.linkedin.com/in/marcelmart/&quot;&gt;&lt;strong&gt;Marcel Martinez&lt;/strong&gt;&lt;/a&gt; as our new Release Manager. Marcel will coordinate releases, improve processes, and help ensure stability and consistency across future Mage-OS versions. This is an important step toward a more structured and predictable release cycle.&lt;/p&gt;
&lt;h3 id=&quot;new-website&quot;&gt;New Website&lt;/h3&gt;
&lt;p&gt;A new Mage-OS website went live. It is based on a static site generator and replaces the previous WordPress setup. The &lt;a href=&quot;https://github.com/mage-os/mage-os-org&quot;&gt;repository &lt;/a&gt;is public, and content can be edited directly via GitHub, supporting transparency and easier community contributions.&lt;/p&gt;
&lt;h3 id=&quot;2nd-mage-os-hackathon&quot;&gt;2nd Mage-OS Hackathon&lt;/h3&gt;
&lt;p&gt;On 13 February, we held our second Mage-OS Hackathon. Community members collaborated on several initiatives:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Extension of the Mage-Check GitHub Action, including Mage-OS support and potential integration of PHPStan and additional static analysis tools.&lt;/li&gt;
&lt;li&gt;Work on Playwright testing and CI integration.&lt;/li&gt;
&lt;li&gt;Progress on a JavaScript optimizer and RequireJS-related improvements.&lt;/li&gt;
&lt;li&gt;Development of an open source RMA (Return Merchandise Authorization) module, providing built-in return management functionality for merchants.&lt;/li&gt;
&lt;li&gt;Initial ideas for a simplified Mage-OS installer that can auto-detect environments such as DDEV or Warden and guide users through setup.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The hackathon showed strong collaboration and delivered practical improvements to the ecosystem.&lt;/p&gt;
&lt;h3 id=&quot;playwright-testing-progress&quot;&gt;Playwright Testing Progress&lt;/h3&gt;
&lt;p&gt;Significant work was done on integrating Playwright end-to-end tests into Mage-OS.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Around two-thirds of the existing Elgentos Playwright test suite are currently passing.&lt;/li&gt;
&lt;li&gt;A CI workflow was prepared to execute Playwright tests directly within the Mage-OS repository.&lt;/li&gt;
&lt;li&gt;Key challenges include differences between Mage-OS and Adobe Commerce (especially in the Admin UI), as well as dependencies on themes, sample data, and checkout implementations.&lt;/li&gt;
&lt;li&gt;It was discussed that a fork or Mage-OS–specific adaptation of the test suite is likely necessary.&lt;/li&gt;
&lt;li&gt;An alternative modular Playwright architecture was introduced, separating base tests, theme tests, and checkout tests, and supporting multiple locales and checkout variations.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The goal is to achieve reliable end-to-end coverage that fits Mage-OS requirements.&lt;/p&gt;
&lt;h3 id=&quot;development-environment-improvements&quot;&gt;Development Environment Improvements&lt;/h3&gt;
&lt;p&gt;A new GitHub Codespaces based development container was presented. The goal is to simplify local development and reduce setup friction.&lt;/p&gt;
&lt;p&gt;Key characteristics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Support for multiple Magento versions.&lt;/li&gt;
&lt;li&gt;Alpine-based images with daily builds.&lt;/li&gt;
&lt;li&gt;Preconfigured tools such as Xdebug and common developer utilities.&lt;/li&gt;
&lt;li&gt;VS Code integration.&lt;/li&gt;
&lt;li&gt;Designed as a maintainable alternative to older Docker-based setups.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This approach aims to standardize development environments and lower the entry barrier for contributors.&lt;/p&gt;
&lt;h3 id=&quot;design-system-update&quot;&gt;Design System Update&lt;/h3&gt;
&lt;p&gt;The Mage-OS design system was updated to version 1.1.0. The UI now aligns more closely with Google Material guidelines, with improved consistency in layout, spacing, and interaction behavior. Several component-level refinements were introduced to improve visual alignment and usability.&lt;/p&gt;
&lt;h3 id=&quot;powered-by-strong-partnerships&quot;&gt;Powered by Strong Partnerships&lt;/h3&gt;
&lt;p&gt;We are proud to collaborate with industry leaders who believe in open source and help accelerate the Mage-OS ecosystem.&lt;/p&gt;
&lt;h4 id=&quot;gold-partners&quot;&gt;Gold Partners&lt;/h4&gt;
&lt;div class=&quot;not-prose&quot; style=&quot;max-width: 140px;&quot;&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/mdoq&quot;&gt;&lt;img src=&quot;https://mage-os.org/_astro/image-1-1024x1024.NIMfNPuV_nB3oK.webp&quot; alt=&quot;MDOQ&quot; loading=&quot;lazy&quot;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;h4 id=&quot;silver-partners&quot;&gt;Silver Partners&lt;/h4&gt;
&lt;div class=&quot;not-prose&quot; style=&quot;display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; align-items: center;&quot;&gt;
&lt;div&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/paradoxlabs&quot;&gt;&lt;img src=&quot;https://mage-os.org/_astro/image-2.D_u1eXG2_Z2rJvmm.webp&quot; alt=&quot;ParadoxLabs&quot; loading=&quot;lazy&quot;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/vendic&quot;&gt;&lt;img alt=&quot;Vendic&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;1008&quot; src=&quot;/_astro/image-5-1024x1008.Bh6zZiO-_Z1mO3kV.webp&quot; &gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/hyva-themes&quot;&gt;&lt;img src=&quot;https://mage-os.org/_astro/image-6.Dx4acMHc_ZxUYjO.webp&quot; alt=&quot;Hyvä&quot; loading=&quot;lazy&quot;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/inchoo&quot;&gt;&lt;img src=&quot;https://mage-os.org/_astro/image-7-1024x1024.NaJD7DMt_12hOM7.webp&quot; alt=&quot;Inchoo&quot; loading=&quot;lazy&quot;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;h4 id=&quot;bronze-partners&quot;&gt;Bronze Partners&lt;/h4&gt;
&lt;div class=&quot;not-prose&quot; style=&quot;display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.5rem; align-items: center;&quot;&gt;
&lt;div&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/jetrails&quot;&gt;&lt;img src=&quot;https://mage-os.org/_astro/image-8.D6K3zNZg_Z1PONGI.webp&quot; alt=&quot;JetRails&quot; loading=&quot;lazy&quot;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/develo&quot;&gt;&lt;img src=&quot;https://mage-os.org/_astro/image-9.CXJtEzF__1tlU8r.webp&quot; alt=&quot;Develo&quot; loading=&quot;lazy&quot;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/canary&quot;&gt;&lt;img src=&quot;https://mage-os.org/_astro/image-10.B-7DFoGZ_UsgfC.webp&quot; alt=&quot;FindCanary&quot; loading=&quot;lazy&quot;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/integer_net&quot;&gt;&lt;img src=&quot;https://mage-os.org/_astro/image-11.uDHWm4v9_Z2jQqIt.webp&quot; alt=&quot;integer_net&quot; loading=&quot;lazy&quot;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/wearejh&quot;&gt;&lt;img src=&quot;https://mage-os.org/_astro/image-12.C71asHZQ_14DMgh.webp&quot; alt=&quot;JH&quot; loading=&quot;lazy&quot;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;Why Partner With Us?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Becoming a Mage-OS partner means more than visibility. It means shaping the future of open source commerce, gaining early insights into technical developments, and showcasing your brand to a global audience of merchants, developers, and agencies.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://mage-os.org/community/partners&quot;&gt;Learn more about partnership opportunities&lt;/a&gt;&lt;/p&gt;</content:encoded><category>Updates</category><author>mage-os-team</author></item><item><title>Mage-OS January Update</title><link>https://mage-os.org/updates/2026-02-01-mage-os-january-update-2-1-release</link><guid isPermaLink="true">https://mage-os.org/updates/2026-02-01-mage-os-january-update-2-1-release</guid><description>The Mage-OS community will host a live, fully online hackathon on February 13, bringing developers from around the world together to collaborate in real time....</description><pubDate>Sun, 01 Feb 2026 00:00:00 GMT</pubDate><content:encoded>&lt;h3 id=&quot;hackathon&quot;&gt;Hackathon&lt;/h3&gt;
&lt;p&gt;The Mage-OS community will host a &lt;strong&gt;live, fully online hackathon on February 13&lt;/strong&gt;, bringing developers from around the world together to collaborate in real time. The event is open to everyone, from long-time Mage-OS contributors to newcomers who are eager to help improve the ecosystem. Participants are encouraged to bring their own ideas, challenges, or improvements they would like to work on, with the agenda shaped organically by the community throughout the day. The hackathon is designed to be flexible and inclusive, allowing contributors to join at any time and collaborate globally via Discord. This is an opportunity to build together, share knowledge, and actively help shape the future of Mage-OS.&lt;/p&gt;
&lt;h3 id=&quot;mage-os-progress-and-the-210-release&quot;&gt;Mage-OS Progress and the 2.1.0 Release&lt;/h3&gt;
&lt;p&gt;The past month marked an important milestone for the Mage-OS project with the official release of &lt;strong&gt;Mage-OS Distribution 2.1.0&lt;/strong&gt;. Alongside the release itself, the community delivered meaningful improvements across stability, performance, tooling, and long-term platform direction.&lt;/p&gt;
&lt;h3 id=&quot;mage-os-210-released&quot;&gt;Mage-OS 2.1.0 Released&lt;/h3&gt;
&lt;p&gt;Mage-OS 2.1.0 is now available and represents the most polished and robust Mage-OS release to date. The distribution continues to build on a foundation of proven, well-supported technologies, including PHP 8.3 and 8.4, Composer 2.9, OpenSearch 3.x (or Elasticsearch 8), MySQL 8.4, MariaDB 11.x, Redis/Valkey, RabbitMQ, and Varnish.&lt;/p&gt;
&lt;p&gt;This release focuses on real-world reliability and developer confidence, with fixes that address long-standing pain points in production environments.&lt;/p&gt;
&lt;h3 id=&quot;bug-fixes-and-stability-improvements&quot;&gt;Bug Fixes and Stability Improvements&lt;/h3&gt;
&lt;p&gt;Several notable issues were resolved in this release:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Customer group extension attributes are now preserved correctly instead of being overwritten.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Customer file attribute handling was fixed to prevent unnecessary filesystem writes.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Native Full Page Cache behavior for logged-in customers was restored.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Subresource Integrity (SRI) hash failures caused by JS bundling and minification were resolved.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Dependency injection compilation now generates plugins in the correct area order, preventing unnecessary frontend cache regeneration.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In addition, the &lt;strong&gt;Mage-OS Page Builder Widgets&lt;/strong&gt; module was updated to version &lt;strong&gt;1.3.3&lt;/strong&gt;, fixing hidden modal labels and resolving issues with virtual types used as widget block classes.&lt;/p&gt;
&lt;h3 id=&quot;new-developer-and-operations-features&quot;&gt;New Developer and Operations Features&lt;/h3&gt;
&lt;p&gt;Mage-OS 2.1.0 introduces new CLI tooling aimed at safer, zero-downtime deployments:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Theme registration status command&lt;/strong&gt;&lt;br&gt;
Detects themes that exist on disk but are not registered in the database, helping teams identify when setup upgrades are required.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Queue configuration status command&lt;/strong&gt;&lt;br&gt;
Identifies inconsistencies in MySQL and AMQP-based message queue configurations, improving observability and deployment safety.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;These tools are especially valuable for teams running blue-green or rolling deployment strategies.&lt;/p&gt;
&lt;h3 id=&quot;expanded-database-compatibility&quot;&gt;Expanded Database Compatibility&lt;/h3&gt;
&lt;p&gt;Database support was expanded to better reflect real-world hosting environments:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;MySQL&lt;/strong&gt;: 5.7, 8.0 through 8.4&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;MariaDB&lt;/strong&gt;: 10.2 through 10.11, and all 11.x versions&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This broader compatibility reduces friction during upgrades and gives operators more flexibility when choosing infrastructure.&lt;/p&gt;
&lt;h3 id=&quot;ecosystem-and-infrastructure-progress&quot;&gt;Ecosystem and Infrastructure Progress&lt;/h3&gt;
&lt;p&gt;Beyond the core release, work continued on improving Mage-OS infrastructure and future direction:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Repository mirrors were rebuilt and stabilized, resolving Composer 2.9 compatibility and integrity issues.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Preview and demo environments were restored and are fully operational.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The &lt;strong&gt;minimal distribution&lt;/strong&gt; initiative made major progress, reducing the core module set by more than half in a proof-of-concept build and significantly improving compilation times.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;CI coverage for the release generator was expanded, improving confidence in future releases.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;New community tools and experiments were shared, including devcontainer-based local development setups and testing strategies using Playwright.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;community-contributions&quot;&gt;Community Contributions&lt;/h3&gt;
&lt;p&gt;Mage-OS 2.1.0 was made possible by contributions from across the community, including work on core fixes, tooling, documentation, and extensions. The release reflects ongoing collaboration between maintainers, contributors, and users who continue to shape the platform in the open.&lt;/p&gt;
&lt;h3 id=&quot;looking-ahead&quot;&gt;Looking Ahead&lt;/h3&gt;
&lt;p&gt;With Mage-OS 2.1.0 now live, attention is already shifting toward future goals, including preparation for Mage-OS 3.0 alongside Magento 2.4.9, PHP 8.5 compatibility, continued work on a minimal distribution, and further improvements to testing and developer experience.&lt;/p&gt;
&lt;p&gt;As always, feedback, testing, and contributions are welcome. Join the discussion on GitHub or Discord and help guide the next phase of Mage-OS development.&lt;/p&gt;
&lt;h3 id=&quot;powered-by-strong-partnerships&quot;&gt;Powered by Strong Partnerships&lt;/h3&gt;
&lt;p&gt;We are proud to collaborate with industry leaders who believe in open source and help accelerate the Mage-OS ecosystem.&lt;/p&gt;
&lt;h4 id=&quot;gold-partners&quot;&gt;Gold Partners&lt;/h4&gt;
&lt;div class=&quot;not-prose&quot; style=&quot;max-width: 140px;&quot;&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/mdoq&quot;&gt;&lt;img alt=&quot;MDOQ&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;1024&quot; src=&quot;/_astro/image-1-1024x1024.NIMfNPuV_nB3oK.webp&quot; &gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;h4 id=&quot;silver-partners&quot;&gt;Silver Partners&lt;/h4&gt;
&lt;div class=&quot;not-prose&quot; style=&quot;display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; align-items: center;&quot;&gt;
&lt;div&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/paradoxlabs&quot;&gt;&lt;img alt=&quot;ParadoxLabs&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;128&quot; height=&quot;128&quot; src=&quot;/_astro/image-2.D_u1eXG2_Z2rJvmm.webp&quot; &gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/vendic&quot;&gt;&lt;img alt=&quot;Vendic&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;1008&quot; src=&quot;/_astro/image-5-1024x1008.Bh6zZiO-_Z1mO3kV.webp&quot; &gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/hyva-themes&quot;&gt;&lt;img alt=&quot;Hyvä&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;128&quot; height=&quot;128&quot; src=&quot;/_astro/image-6.Dx4acMHc_ZxUYjO.webp&quot; &gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/inchoo&quot;&gt;&lt;img alt=&quot;Inchoo&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;1024&quot; src=&quot;/_astro/image-7-1024x1024.NaJD7DMt_12hOM7.webp&quot; &gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;h4 id=&quot;bronze-partners&quot;&gt;Bronze Partners&lt;/h4&gt;
&lt;div class=&quot;not-prose&quot; style=&quot;display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.5rem; align-items: center;&quot;&gt;
&lt;div&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/jetrails&quot;&gt;&lt;img alt=&quot;JetRails&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;128&quot; height=&quot;128&quot; src=&quot;/_astro/image-8.D6K3zNZg_Z1PONGI.webp&quot; &gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/develo&quot;&gt;&lt;img alt=&quot;Develo&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;595&quot; height=&quot;595&quot; src=&quot;/_astro/image-9.CXJtEzF__1tlU8r.webp&quot; &gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/canary&quot;&gt;&lt;img alt=&quot;FindCanary&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;394&quot; height=&quot;326&quot; src=&quot;/_astro/image-10.B-7DFoGZ_UsgfC.webp&quot; &gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/integer_net&quot;&gt;&lt;img alt=&quot;integer_net&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;300&quot; height=&quot;300&quot; src=&quot;/_astro/image-11.uDHWm4v9_Z2jQqIt.webp&quot; &gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/wearejh&quot;&gt;&lt;img alt=&quot;JH&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;128&quot; height=&quot;128&quot; src=&quot;/_astro/image-12.C71asHZQ_14DMgh.webp&quot; &gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;Why Partner With Us?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Becoming a Mage-OS partner means more than visibility. It means shaping the future of open source commerce, gaining early insights into technical developments, and showcasing your brand to a global audience of merchants, developers, and agencies.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;/community/partners&quot;&gt;Learn more about partnership opportunities&lt;/a&gt;&lt;/p&gt;</content:encoded><category>Updates</category><author>mage-os-team</author></item><item><title>Mage-OS: the natural evolution of the Magento ecosystem</title><link>https://mage-os.org/updates/2026-01-25-mage-os-the-natural-evolution-of-the-magento-ecosystem</link><guid isPermaLink="true">https://mage-os.org/updates/2026-01-25-mage-os-the-natural-evolution-of-the-magento-ecosystem</guid><description>For more than fifteen years, Magento has stood as one of the most solid, flexible, and complete e-commerce platforms in the world. Thousands of merchants,...</description><pubDate>Sun, 25 Jan 2026 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;For more than fifteen years, Magento has stood as one of the most solid, flexible, and complete e-commerce platforms in the world. Thousands of merchants, agencies, and developers have built their digital growth on it, thanks to an open-source model that has always enabled freedom, innovation, and collaboration.&lt;/p&gt;
&lt;p&gt;In recent years, Magento’s evolution has followed different paths: on one side, the commercial version managed by Adobe; on the other, the growing need — strongly felt by merchants and developers — to preserve the open-source philosophy and ensure long-term continuity for the platform.&lt;/p&gt;
&lt;p&gt;This is where Mage-OS was born: an independent, community-driven, and completely free project that carries forward Magento’s legacy into the future.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Continuity and full compatibility&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Mage-OS is not a new or alternative platform — it is the direct evolution of Magento Open Source.&lt;/p&gt;
&lt;p&gt;The codebase remains fully compatible, ensuring that existing modules, extensions, and themes continue to work without modification.&lt;/p&gt;
&lt;p&gt;For merchants and agencies, this means stability and continuity, without the need to start from scratch.&lt;/p&gt;
&lt;p&gt;The goal is to offer a modern, secure, and constantly updated platform while preserving everything that makes Magento so powerful: its modular structure, flexibility, and technological independence.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;An active and growing community&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Mage-OS is a community-driven project: developers, agencies, and businesses around the world contribute every day to its development, documentation, testing, and promotion.&lt;/p&gt;
&lt;p&gt;This network of people and expertise is the beating heart of the project — not a community waiting for updates, but a community creating them.&lt;/p&gt;
&lt;p&gt;The work is transparent and public: every contribution can be seen on GitHub, and anyone can participate, suggest improvements, or join working groups dedicated to performance, security, compatibility, or communication.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Open source. Always.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;One of the core principles of Mage-OS is its open-source license, which will remain that way forever.&lt;/p&gt;
&lt;p&gt;The project is and will always be free, with no “premium” versions or paid tiers.&lt;/p&gt;
&lt;p&gt;Its mission is to keep the platform accessible to everyone, supporting a sustainable model where innovation is shared and benefits the entire ecosystem.&lt;/p&gt;
&lt;p&gt;In a market where many platforms are becoming closed or subscription-based, Mage-OS stands as a choice of freedom, transparency, and long-term reliability.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A long-term vision&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Mage-OS is not a temporary fork — it’s a project with a clear, long-term vision.&lt;/p&gt;
&lt;p&gt;Thanks to the coordinated work of an international board, active contributors, and the support of strategic partners, Mage-OS ensures regular updates, ongoing security improvements, and compatibility with the latest PHP versions and libraries.&lt;/p&gt;
&lt;p&gt;Its roadmap is open and public, giving anyone who adopts Mage-OS the confidence that the platform will continue to grow and evolve to support their business in the years ahead.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A future built together&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Mage-OS doesn’t belong to a single company — it belongs to a global community.&lt;/p&gt;
&lt;p&gt;Every merchant, agency, and developer who chooses Mage-OS helps it grow and thrive.&lt;/p&gt;
&lt;p&gt;This shared vision is what makes the project truly unique: an open, living, and ever-evolving ecosystem capable of providing both stability today and innovation tomorrow.&lt;/p&gt;
&lt;p&gt;In a digital landscape that’s changing faster than ever, Mage-OS represents the perfect balance between heritage and innovation — the technical continuity of Magento, powered by the passion and commitment of a community that believes in the open-source future.&lt;/p&gt;
&lt;p&gt;Mage-OS doesn’t replace Magento. It evolves it.&lt;/p&gt;</content:encoded><category>Updates</category><author>ruggero-landolina</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 2025 in Review: Growth, Releases, and Community Achievements</title><link>https://mage-os.org/updates/2026-01-01-mage-os-2025-in-review-growth-releases-and-community-achievements</link><guid isPermaLink="true">https://mage-os.org/updates/2026-01-01-mage-os-2025-in-review-growth-releases-and-community-achievements</guid><description>As 2025 draws to a close, it’s time to reflect on a remarkable year for Mage-OS. From major software releases to community expansion and strengthened...</description><pubDate>Thu, 01 Jan 2026 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;As 2025 draws to a close, it’s time to reflect on a remarkable year for Mage-OS. From major software releases to community expansion and strengthened governance, this year has demonstrated the full potential of collaborative open-source development.&lt;/p&gt;
&lt;p&gt;One of the most visible highlights was the release of the new Mage-OS admin theme by Artem Kozynets. More than just a visual refresh, it delivered a modern, clean, and accessible backend experience compatible with Mage-OS, Magento 2.4, and Adobe Commerce. Independently developed, open source, and rapidly adopted, the theme quickly became a cornerstone of Mage-OS 1.1 and is on track to become the default. Its supporting tools, the theme switcher and the M137 Figma design system, lowered barriers for testing, design, and further innovation.&lt;/p&gt;
&lt;p&gt;Community activity remained strong throughout the year. Mage-OS welcomed new members and partners, expanded its contributor base, and increased its presence at key ecosystem events. &lt;/p&gt;
&lt;p&gt;Governance and structure evolved as well. Board and committee elections opened new leadership opportunities, discussions around module maturity and semantic versioning began, and documentation saw a leap forward with AI-powered indexing via DeepWiki, making Mage-OS more accessible for newcomers and contributors alike.&lt;/p&gt;
&lt;p&gt;Mage-OS also hosted its first online hackathon, which was a resounding success. Participants contributed actively and engaged with the community, laying the groundwork for future events.&lt;/p&gt;
&lt;p&gt;Taken together, 2025 underscored what Mage-OS is becoming: a serious, community-led alternative in the ecommerce space, capable of shipping, adapting, and growing without compromising its open-source core. The direction is clear, and the foundation is stronger than ever.&lt;/p&gt;
&lt;h3 id=&quot;major-releases&quot;&gt;&lt;strong&gt;Major Releases&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;Mage-OS continued to evolve with significant releases:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Mage-OS 1.2.0 (June)&lt;/strong&gt; – Based on Magento Open Source 2.4.8-p1, this release included backend theme enhancements, smoother view transitions, scrollbar-gutter fixes, and improved media handling.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Mage-OS 1.3.0 (August)&lt;/strong&gt; – Built on Magento Open Source 2.4.8-p2, this update delivered refined backend interfaces, optimized data grids and modals, enhanced media galleries, bug fixes, and improved LESS configuration. Both releases reflect the tireless contributions of our community and the importance of collaborative testing and feedback.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Mage-OS 2.0 (October)&lt;/strong&gt; – Built on Magento Open Source 2.4.8-p3, this major release introduces enhanced security with PCI DSS 4.0 compliance, AI-powered automatic translation, advanced inventory management, SEO tuning improvements, and significant Page Builder enhancements including embedded widgets and template import/export. Performance upgrades like back/forward cache support and speculative preloading improve Core Web Vitals, while community contributions address PHP 8.4 compatibility, admin JavaScript fixes, and USPS API migration. Mage-OS 2.0 reflects the power of community-driven innovation and the continuous evolution of open-source e-commerce.&lt;/p&gt;
&lt;h3 id=&quot;community-growth-and-leadership&quot;&gt;&lt;strong&gt;Community Growth and Leadership&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;2025 marked a year of organizational milestones:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Mage-OS held its second General Assembly, welcoming 135 members and 13 partner organizations.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;A new board was elected for the 2025-2027 term: Vinai Kopp as President, David Lambauer as Vice President, and Cezary Kozon as Treasurer. Francis Michael Gallagher joined the Business Control Committee.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The assembly reaffirmed a commitment to transparency, passing all resolutions unanimously and sharing a detailed financial report. Mage-OS generated over 270,000 PLN in revenue in 2024, with a net surplus exceeding 163,000 PLN.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;events&quot;&gt;Events&lt;/h3&gt;
&lt;p&gt;Mage-OS strengthened its global presence through active participation in key industry events:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Meet Magento France&lt;/strong&gt; was a standout, bringing together hundreds of merchants, developers, agencies, and partners in a sold-out, high-energy event that showcased the continuing relevance of open-source commerce in Europe.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Meet Magento Italy&lt;/strong&gt; offered valuable networking and community feedback, helping Mage-OS improve its visibility and approach for future events.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Meet Magento Kiev&lt;/strong&gt; highlighted local community engagement, with presentations such as Vinai’s on Hyvä certifications being well received.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Meet Magento Netherlands&lt;/strong&gt; included a Mage-OS hackathon focused on UI Kit themes, AI modules, and performance tools.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Meet Magento New York, Canada, and Poland&lt;/strong&gt; brought together developers and merchants to explore modern commerce trends, modular architecture, and real-world use cases.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Online Hackathon:&lt;/strong&gt; participants experimented with AI modules, rebuilt installers, and worked on a simple blog module, all in a collaborative, live environment.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;technical-progress&quot;&gt;&lt;strong&gt;Technical Progress&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;On the technical front, progress was steady and tangible. Infrastructure improvements, including the migration from Terraform to OpenTofu, enhanced system resilience. Core features such as the reservations grid were improved, CMS and SEO tools advanced, and AI-assisted features quietly became more capable behind the scenes. Mage-OS 1.1 and 1.1.1 releases aligned the platform with Magento 2.4.8 while introducing significant UX and stability enhancements.&lt;/p&gt;
&lt;p&gt;Challenges also shaped the year. A temporary GitHub outage highlighted the risks of third-party dependencies. The community responded quickly, maintained system integrity, and emerged with a stronger focus on redundancy and long-term resilience.&lt;/p&gt;
&lt;p&gt;Key technical achievements focused on stability, usability, and community engagement:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;The new Admin theme and UIKit frontend theme significantly improved the merchant and developer experience.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The Community Modules Directory launched, providing a centralized hub for extensions, including AI-powered tools and projects in progress.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Mage-OS began exploring PCI-DSS compliance, security enhancements, and independent module versioning to support a more modular and maintainable ecosystem.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Several projects were archived to reduce clutter, while new modules, such as the Theme Optimization Module, delivered faster page transitions and polished interactions.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Significant work this year focused on the demo environment and preparing the community for Mage-OS 2.0:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;The &lt;strong&gt;demo environment&lt;/strong&gt; now automatically resets every six hours, with reliable sample data installation and PHP 8.3, OpenSearch, and Redis support. Plans for Varnish integration, UI Kit theme inclusion, multiple store views, and clear module documentation will further improve usability.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Mage-OS 1.3.1&lt;/strong&gt; addressed build process issues quickly, while &lt;strong&gt;Mage-OS 2.0 development&lt;/strong&gt; advanced with improved version management, package generator refactoring, and preview builds for early testing.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Frontend improvements included the &lt;strong&gt;Theme Optimization module&lt;/strong&gt; with Back-Forward Cache support and UI Kit refinements, removing Knockout.js and reducing RequireJS dependencies to enhance performance and compatibility.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Mage-OS 2.0: A Major Milestone&lt;/strong&gt;October 2025 marked the release of &lt;strong&gt;Mage-OS 2.0&lt;/strong&gt;, a transformative version built on Magento Open Source 2.4.8-p3. This release represents the culmination of months of community collaboration, innovation, and technical development.&lt;/p&gt;
&lt;p&gt;Key highlights include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Enhanced Security:&lt;/strong&gt; PCI DSS 4.0 compliance with stricter admin policies, session handling, and password rules.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;AI-Powered Automatic Translation:&lt;/strong&gt; Full catalog translation with DeepL, OpenAI, or Google Gemini, including cron-based automation and manual override options.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Advanced Inventory Management:&lt;/strong&gt; A new Inventory Reservations Grid for better stock visibility and management.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;SEO and Page Builder Enhancements:&lt;/strong&gt; Meta Robots Tag module for fine-grained control over search indexing, CMS Widget integration in Page Builder, and Import/Export workflows for templates across instances.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Performance Optimization:&lt;/strong&gt; Back/Forward Cache, speculative preloading, and smooth page transitions improve user experience and Core Web Vitals.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Core Platform Improvements:&lt;/strong&gt; Community contributions included fixes for admin JavaScript errors, configurable product exports, PHP 8.4 compatibility, and USPS API migration.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Mage-OS Lab: Fostering Innovation&lt;/strong&gt;The Mage-OS Lab has proven to be a critical incubator for new ideas. Multiple Lab modules were graduated into the core distribution this year, demonstrating how experimentation and community contributions can drive the evolution of open-source e-commerce.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Open Source Highlights&lt;/strong&gt;November saw a major boost for the Mage-OS ecosystem as the &lt;strong&gt;Hyvä Theme became fully open source&lt;/strong&gt;, enabling unrestricted customization, contributions, and broader adoption across Mage-OS stores.&lt;/p&gt;
&lt;p&gt;Other technical advancements in 2025 include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;AI Integration:&lt;/strong&gt; Planning for a central AI module to manage API credentials, model selection, and feature integration across Mage-OS, including Page Builder enhancements.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Installer and Migration Tools:&lt;/strong&gt; Development of CLI and web installers, plus a streamlined meta-package to simplify migration from Magento.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Performance Optimizations:&lt;/strong&gt; Early testing of PHP 8.4 lazy object loading showed ~10% performance gains, with ongoing improvements in bfcache and Theme Optimization modules.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Infrastructure and DevOps:&lt;/strong&gt; Docker-based “Magento-in-a-box” environments, GitHub Actions standardization, and demo environments with automated resets to ensure consistency.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Documentation and Benchmarks:&lt;/strong&gt; Updated guides for performance, Page Builder, Varnish bfcache, and Mage-OS module best practices.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;events-and-outreach&quot;&gt;&lt;strong&gt;Events and Outreach&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;The community thrived offline as well:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Mage-OS participated in conferences like Meet Magento events and meet ups, connecting with contributors, merchants, and enthusiasts.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Local community gatherings fostered collaboration beyond the screen, allowing members to share experiences, challenges, and solutions in person.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;looking-ahead-to-2026&quot;&gt;Looking Ahead to 2026&lt;/h3&gt;
&lt;p&gt;Mage-OS enters 2026 in a strong position, with clear priorities:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Continuing major releases, including &lt;strong&gt;Mage-OS 3.0&lt;/strong&gt;, with modular packaging and possible AI enhancements.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Strengthening community contributions through tech meetings, module development, and documentation.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Expanding outreach via the upcoming &lt;strong&gt;Ambassador Program&lt;/strong&gt; to grow our global presence.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;acknowledgements&quot;&gt;Acknowledgements&lt;/h3&gt;
&lt;p&gt;None of this would be possible without our dedicated community. From developers to testers, financial overseers to event organizers, every contribution matters.&lt;/p&gt;
&lt;h3 id=&quot;join-us&quot;&gt;Join Us&lt;/h3&gt;
&lt;p&gt;Mage-OS is built by the community, for the community. Whether you’re a developer, merchant, or enthusiast, 2026 is the perfect year to get involved. Join our weekly tech meetings on Discord, contribute to modules and documentation, or share your ideas on GitHub. Every contribution drives the platform forward.&lt;/p&gt;
&lt;p&gt;Here’s to another year of innovation, collaboration, and open-source excellence. Mage-OS continues to grow, thanks to you.&lt;/p&gt;</content:encoded><category>Updates</category><author>anita-miller</author></item><item><title>Mage-OS November Update</title><link>https://mage-os.org/updates/2025-11-30-mage-os-november-update</link><guid isPermaLink="true">https://mage-os.org/updates/2025-11-30-mage-os-november-update</guid><description>November has been an exciting and busy month for the Mage-OS community. Between major announcements, global conferences, and hackathon sessions, there’s a lot...</description><pubDate>Sun, 30 Nov 2025 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;November has been an exciting and busy month for the Mage-OS community. Between major announcements, global conferences, and hackathon sessions, there’s a lot to share.&lt;/p&gt;
&lt;h3 id=&quot;big-news&quot;&gt;Big News&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Hyvä Theme Goes Open Source&lt;/strong&gt;&lt;br&gt;
The biggest highlight of the month is that the Hyvä Theme is now &lt;a href=&quot;https://www.hyva.io/blog/news/hyva-is-free-open-source.html&quot;&gt;fully open source&lt;/a&gt;. This means anyone can use, modify, and contribute to the theme without worrying about licensing. For Mage-OS users and developers, it opens new possibilities to customize and streamline storefronts.&lt;/p&gt;
&lt;p&gt;&lt;img  loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;807&quot; src=&quot;/_astro/Hackathon-Logo.CZOlKs8V_zahBA.webp&quot; &gt;&lt;/p&gt;
&lt;h3 id=&quot;upcoming-hackathon-december-14&quot;&gt;Upcoming Hackathon: December 14&lt;/h3&gt;
&lt;p&gt;We are hosting an &lt;strong&gt;online, live-streamed Mage-OS Hackathon&lt;/strong&gt; on &lt;strong&gt;December 14&lt;/strong&gt;. Connect via Discord and join anytime during the day, participation is flexible!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Challenge Yourself:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Rebuild the Magento Installer with support for multiple frontends&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Create a standardized AI module&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Build a simple blog module&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Why Participate?&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Showcase your skills in a collaborative, live environment&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Connect with developers and tech enthusiasts worldwide&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Receive a free t-shirt sponsored by &lt;a href=&quot;https://run-as-root.sh/&quot;&gt;run_as_root&lt;/a&gt; based on participation&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Sign Up:&lt;/strong&gt; &lt;a href=&quot;https://forms.gle/rPJL5KAzhJiH9FaX8&quot;&gt;Reserve your spot and submit t-shirt size&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This hackathon is a great opportunity to innovate, collaborate, and level up your development skills while having fun with the Mage-OS community.&lt;/p&gt;
&lt;h3 id=&quot;conferences-and-community-events&quot;&gt;Conferences and Community Events&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;https://meetmagentonyc.com/&quot;&gt;Meet Magento New York&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
In late October, Meet Magento New York brought together developers and merchants to discuss modern commerce trends, performance optimization, and frontend solutions. Hyvä, Mage-OS, and other community members shared insights and updates, with plenty of opportunities for networking and collaboration.&lt;/p&gt;
&lt;p&gt;&lt;img  loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;682&quot; src=&quot;/_astro/WhatsApp-Image-2025-11-29-at-22.45.22-1024x682.B8gJaXYY_SrGna.webp&quot; &gt;&lt;/p&gt;
&lt;p&gt;&lt;img  loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;682&quot; src=&quot;/_astro/WhatsApp-Image-2025-11-29-at-22.45.222-1024x682.MRJ7bPqc_Py9XP.webp&quot; &gt;&lt;/p&gt;
&lt;p&gt;&lt;img  loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;682&quot; src=&quot;/_astro/WhatsApp-Image-2025-11-29-at-22.45.221-1024x682.D4x2x2iX_ZBaknG.webp&quot; &gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;https://nl.meet-magento.com/&quot;&gt;Meet Magento Netherlands&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
The Netherlands edition kicked off with a Mage-OS hackathon. Around 15–20 developers worked on UIkit themes, AI modules, and performance tools. The hackathon was a productive space for experimentation, collaboration, and direct feedback from active contributors.&lt;/p&gt;
&lt;p&gt;&lt;img  loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;768&quot; height=&quot;1024&quot; src=&quot;/_astro/rn_image_picker_lib_temp_436a99e9-75dc-4a58-9fae-81785d37560c-768x1024.D0bWk_bt_Z2rDr1E.webp&quot; &gt;&lt;/p&gt;
&lt;p&gt;&lt;img  loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;768&quot; src=&quot;/_astro/image-1024x768.CfMIbhgh_2grVtL.webp&quot; &gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;https://ca.meet-magento.com/&quot;&gt;Meet Magento Canada&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
The first Meet Magento Canada featured a Mage-OS warm-up session. Participants got a chance to explore new ideas, discuss performance improvements, and connect with other community members across North America.&lt;/p&gt;
&lt;p&gt;&lt;img  loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;576&quot; src=&quot;/_astro/WhatsApp_Image_2025-11-12_at_20.18.34-1024x576.BdG3FQD0_Z1t4Ws0.webp&quot; &gt;&lt;/p&gt;
&lt;p&gt;&lt;img  loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;682&quot; src=&quot;/_astro/WhatsApp-Image-2025-11-29-at-22.46.56-1024x682.DB7IF65N_HzIgv.webp&quot; &gt;&lt;/p&gt;
&lt;p&gt;&lt;img  loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;682&quot; src=&quot;/_astro/WhatsApp-Image-2025-11-29-at-22.46.561-1024x682.Cz0ZMdJy_Z26zfRl.webp&quot; &gt;&lt;/p&gt;
&lt;p&gt;&lt;img  loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;682&quot; src=&quot;/_astro/WhatsApp-Image-2025-11-29-at-22.46.55-1024x682.B0wQ8g_d_Z2pmL7S.webp&quot; &gt;&lt;/p&gt;
&lt;p&gt;&lt;img  loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;682&quot; src=&quot;/_astro/WhatsApp-Image-2025-11-29-at-22.46.551-1024x682.Dlpuvfjz_ZtuJRI.webp&quot; &gt;&lt;/p&gt;
&lt;p&gt;&lt;img  loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;682&quot; src=&quot;/_astro/WhatsApp-Image-2025-11-29-at-22.46.552-1024x682.2lZVsR6t_Z1aKVWK.webp&quot; &gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;https://meetmagento.pl/&quot;&gt;Meet Magento Poland&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
The Poland conference focused on practical implementations, theme integrations, and modular architecture. Speakers shared case studies and migration experiences, highlighting how Mage-OS and Magento alternatives are shaping European commerce.&lt;/p&gt;
&lt;h3 id=&quot;join-us-release-manager-wanted&quot;&gt;Join Us: Release Manager Wanted&lt;/h3&gt;
&lt;p&gt;Mage-OS is currently looking for a part-time &lt;strong&gt;Release Manager&lt;/strong&gt;. This role is critical to maintaining release quality, coordinating builds, and supporting the community. If you’re interested in helping shape the next Mage-OS releases, check out the details here: &lt;a href=&quot;https://mage-os.org/updates/join-mage-os-as-a-part-time-release-manager/&quot;&gt;Join Mage-OS as a part-time Release Manager&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;November has been a month of growth, experimentation, and community engagement. With the open-sourcing of Hyvä, hackathons, and active development on core tools, the Mage-OS ecosystem is stronger and more collaborative than ever.&lt;/p&gt;
&lt;h3 id=&quot;technical-highlights&quot;&gt;Technical Highlights&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Release and Build Infrastructure&lt;/strong&gt;&lt;br&gt;
The team is exploring moving release packages into bucket storage to speed up builds and improve consistency. Static Composer repositories are being considered to reduce the need for full server builds, though incremental builds would require some deeper changes.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Meta Packages and Minimal Distribution&lt;/strong&gt;&lt;br&gt;
Work continues on refactoring Mage-OS meta packages, allowing for flexible configurations and a new “minimal” distribution that includes only essential modules. This helps reduce dependencies and simplifies maintenance.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Dependency Validation and Composer Tools&lt;/strong&gt;&lt;br&gt;
Several initiatives aim to make dependency management easier:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Detect modules relying on replaced packages.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Validate missing or incorrect dependencies.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Analyze circular dependencies in Magento’s module graph.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;performance-and-ai&quot;&gt;Performance and AI&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Performance Testing:&lt;/strong&gt; Plans are underway to benchmark Mage-OS against Magento Open Source using automated load tests to highlight improvements.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;AI Base Module:&lt;/strong&gt; A central module is being proposed to manage AI integrations, store API keys, and configure models. This would unify tools like OpenAI and Anthropic under a single interface.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;AI Content for Page Builder:&lt;/strong&gt; Damien demonstrated an open-source Angular AI content generator. Davide is exploring integrating it into Page Builder workflows.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;tools-installers-and-themes&quot;&gt;Tools, Installers, and Themes&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Interactive Installer&lt;/strong&gt;&lt;br&gt;
Development is ongoing for a CLI installer that can optionally install Hyvä during setup. Options include adding parameters to &lt;code&gt;setup:install&lt;/code&gt; or offering a separate command similar to sample data.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Web Installer&lt;/strong&gt;&lt;br&gt;
The web installer is working on Nginx, and volunteers are testing it on Apache. Contributions are welcome, especially as the repo was recently re-opened.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Admin Theme Updates&lt;/strong&gt;&lt;br&gt;
Minor improvements have been made, including a new body class (m137-admin-theme) for alignment fixes, along with updated documentation.&lt;/p&gt;
&lt;h3 id=&quot;php-84-and-lazy-object-loading&quot;&gt;PHP 8.4 and Lazy Object Loading&lt;/h3&gt;
&lt;p&gt;Early tests of PHP 8.4’s native lazy-loading show about a 10% performance improvement. Some modules need adjustments because certain native PHP objects cannot yet be lazy-loaded. Progress started during hackathons and continues.&lt;/p&gt;
&lt;h3 id=&quot;migration-tools&quot;&gt;Migration Tools&lt;/h3&gt;
&lt;p&gt;A prototype migration meta-package aims to simplify the process of moving from Magento to Mage-OS. It reduces multiple manual Composer commands into a single, streamlined approach. Community testing is encouraged to refine it further.&lt;/p&gt;
&lt;h3 id=&quot;devops-and-infrastructure&quot;&gt;DevOps and Infrastructure&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Terraform state on Google Cloud is currently blocked due to an expired billing card.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Mirror packages have been updated.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;A security fix for the Session Reaper module is ready to merge, protecting against spam uploads.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;documentation-and-community-support&quot;&gt;Documentation and Community Support&lt;/h3&gt;
&lt;p&gt;Documentation is being updated to cover new Mage-OS 2 features, including VCL configuration for bfcache support and Page Builder enhancements. There’s also work to standardize GitHub Actions for testing Mage-OS modules, making it easier for contributors to validate their work.&lt;/p&gt;
&lt;h3 id=&quot;looking-ahead-to-mage-os-30&quot;&gt;Looking Ahead to Mage-OS 3.0&lt;/h3&gt;
&lt;p&gt;The community is sharing ideas for Mage-OS 3.0, including:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Admin activity logging&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;A simple blog module&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;AI-powered catalog tools&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Optional configuration files for LLM integration&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Even partial implementation of these features will make a significant difference, and everyone is encouraged to contribute.&lt;/p&gt;
&lt;h3 id=&quot;powered-by-strong-partnerships&quot;&gt;Powered by Strong Partnerships&lt;/h3&gt;
&lt;p&gt;We are proud to collaborate with industry leaders who believe in open source and help accelerate the Mage-OS ecosystem.&lt;/p&gt;
&lt;h4 id=&quot;gold-partners&quot;&gt;Gold Partners&lt;/h4&gt;
&lt;div class=&quot;not-prose&quot; style=&quot;max-width: 140px;&quot;&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/mdoq&quot;&gt;&lt;img alt=&quot;MDOQ&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;1024&quot; src=&quot;/_astro/image-1-1024x1024.NIMfNPuV_nB3oK.webp&quot; &gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;h4 id=&quot;silver-partners&quot;&gt;Silver Partners&lt;/h4&gt;
&lt;div class=&quot;not-prose&quot; style=&quot;display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; align-items: center;&quot;&gt;
&lt;div&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/paradoxlabs&quot;&gt;&lt;img alt=&quot;ParadoxLabs&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;128&quot; height=&quot;128&quot; src=&quot;/_astro/image-2.D_u1eXG2_Z2rJvmm.webp&quot; &gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/vendic&quot;&gt;&lt;img alt=&quot;Vendic&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;1008&quot; src=&quot;/_astro/image-5-1024x1008.Bh6zZiO-_Z1mO3kV.webp&quot; &gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/hyva-themes&quot;&gt;&lt;img alt=&quot;Hyvä&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;128&quot; height=&quot;128&quot; src=&quot;/_astro/image-6.Dx4acMHc_ZxUYjO.webp&quot; &gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/inchoo&quot;&gt;&lt;img alt=&quot;Inchoo&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;1024&quot; src=&quot;/_astro/image-7-1024x1024.NaJD7DMt_12hOM7.webp&quot; &gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;h4 id=&quot;bronze-partners&quot;&gt;Bronze Partners&lt;/h4&gt;
&lt;div class=&quot;not-prose&quot; style=&quot;display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.5rem; align-items: center;&quot;&gt;
&lt;div&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/jetrails&quot;&gt;&lt;img alt=&quot;JetRails&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;128&quot; height=&quot;128&quot; src=&quot;/_astro/image-8.D6K3zNZg_Z1PONGI.webp&quot; &gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/develo&quot;&gt;&lt;img alt=&quot;Develo&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;595&quot; height=&quot;595&quot; src=&quot;/_astro/image-9.CXJtEzF__1tlU8r.webp&quot; &gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/canary&quot;&gt;&lt;img alt=&quot;FindCanary&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;394&quot; height=&quot;326&quot; src=&quot;/_astro/image-10.B-7DFoGZ_UsgfC.webp&quot; &gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/integer_net&quot;&gt;&lt;img alt=&quot;integer_net&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;300&quot; height=&quot;300&quot; src=&quot;/_astro/image-11.uDHWm4v9_Z2jQqIt.webp&quot; &gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/wearejh&quot;&gt;&lt;img alt=&quot;JH&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;128&quot; height=&quot;128&quot; src=&quot;/_astro/image-12.C71asHZQ_14DMgh.webp&quot; &gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;Why Partner With Us?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Becoming a Mage-OS partner means more than visibility. It means shaping the future of open source commerce, gaining early insights into technical developments, and showcasing your brand to a global audience of merchants, developers, and agencies.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;/community/partners&quot;&gt;Learn more about partnership opportunities&lt;/a&gt;&lt;/p&gt;</content:encoded><category>Updates</category><author>anita-miller</author></item><item><title>Join Mage-OS as a Part-Time Release Manager</title><link>https://mage-os.org/updates/2025-11-24-join-mage-os-as-a-part-time-release-manager</link><guid isPermaLink="true">https://mage-os.org/updates/2025-11-24-join-mage-os-as-a-part-time-release-manager</guid><description>Help Keep Magento Moving Forward Release Manager Location: Remote   Schedule: Meeting: Tuesdays 15:00 CET on Discord   Compensation: Up to €1000 per month  ...</description><pubDate>Mon, 24 Nov 2025 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Help Keep Magento Moving Forward&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Release Manager&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Location&lt;/strong&gt;: Remote&lt;br&gt;
&lt;strong&gt;Schedule&lt;/strong&gt;: &lt;strong&gt;Meeting&lt;/strong&gt;: Tuesdays 15:00 CET on Discord&lt;br&gt;
&lt;strong&gt;Compensation:&lt;/strong&gt; Up to €1000 per month&lt;br&gt;
&lt;strong&gt;Position&lt;/strong&gt; - Contract Position, flexible hours (~8 hrs/wk)&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;About Mage-OS&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Mage-OS exists to Accelerate Change &amp;#x26; Pioneer Innovation in the Magento Open Source ecosystem. We are an open-source community project building a truly open, modern, and sustainable eCommerce platform based on a fork of Magento 2. Our mission is to ensure the longevity, accessibility, and innovation of the Magento ecosystem. &lt;/p&gt;
&lt;p&gt;We’re looking for a &lt;strong&gt;Release Manager&lt;/strong&gt; to help coordinate, stabilize, and improve our release processes. This is a great fit for someone who understands Magento deeply, enjoys structured releases, and loves helping an open-source project thrive.&lt;strong&gt;Contract Position Summary:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Mage-OS is seeking an experienced and trustworthy Release Manager to join our team. The Release Manager will oversee the end-to-end release process, ensuring timely and quality delivery of software updates and new features. This role involves coordination with various team members, managing release schedules, and maintaining the integrity of the release pipeline. Reporting to the Mage-OS technical lead.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Key Responsibilities:&lt;/strong&gt;&lt;/p&gt;
&lt;h4 id=&quot;leadership--planning&quot;&gt;&lt;strong&gt;Leadership &amp;#x26; Planning&lt;/strong&gt;&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Manage release schedules&lt;/strong&gt;, ensuring alignment with project goals and community priorities.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Coordinate with staff and contributors&lt;/strong&gt; to deliver smooth, reliable releases.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Technical Oversight &amp;#x26; Execution&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Manage version control and branching strategies&lt;/strong&gt; (Git/GitHub) to maintain codebase stability.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Conduct code reviews and provide feedback&lt;/strong&gt; to ensure quality, consistency, and adherence to Magento standards.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Enforce&lt;/strong&gt; release criteria and maintain high technical standards.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Maintain and improve release pipelines&lt;/strong&gt; (CI/CD), continuously improving efficiency and reliability.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id=&quot;documentation--communication&quot;&gt;&lt;strong&gt;Documentation &amp;#x26; Communication&lt;/strong&gt;&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Prepare and publish release notes&lt;/strong&gt;, summarizing key changes for both developers and users.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Maintain and improve release documentation&lt;/strong&gt; to ensure transparency and repeatability.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Attend weekly technical meetings&lt;/strong&gt; (Tuesdays, 3 PM CET on Discord) to stay aligned with the community and technical team.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Requirements:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Strong knowledge of Magento 2 (both front-end and back-end development).&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Familiarity with Magento coding standards and best practices.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Understanding of web performance optimization techniques.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Proficiency with CI/CD pipelines and version control systems, particularly Git and GitHub.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Proficiency in PHP, JavaScript, HTML, CSS, and MySQL.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;A couple of references known in the global Magento community that we can speak to.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;What We Offer&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;A meaningful role in a high-impact open-source project.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Flexible working hours — about ~8 hours per week.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;€1,000/month compensation.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The chance to work with a passionate, globally recognized Magento community.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;To apply:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Fill out &lt;a href=&quot;https://forms.gle/vPG24gXxAnb4NhAe8&quot;&gt;this form&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Write short introduction about yourself and your Magento experience&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Include inks to your GitHub or other relevant work&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Attach two community references&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;You can email us at &lt;strong&gt;&lt;a href=&quot;mailto:info@mage-os.org&quot;&gt;info@mage-os.org&lt;/a&gt;&lt;/strong&gt; or reach out via &lt;strong&gt;Discord&lt;/strong&gt; in the Mage-OS community.&lt;/p&gt;</content:encoded><category>Updates</category><author>anita-miller</author></item><item><title>Mage-OS October Update</title><link>https://mage-os.org/updates/2025-10-31-mage-os-october-update</link><guid isPermaLink="true">https://mage-os.org/updates/2025-10-31-mage-os-october-update</guid><description>Happy Halloween, developers and merchants! 👻      While others are out hunting for candy, the Mage-OS community has been serving up something even sweeter,...</description><pubDate>Fri, 31 Oct 2025 00:00:00 GMT</pubDate><content:encoded>&lt;h3 id=&quot;-a-halloween-recap-of-octobers-highlights&quot;&gt;&lt;strong&gt;🎃 A Halloween Recap of October’s Highlights&lt;/strong&gt; &lt;strong&gt;🎃&lt;/strong&gt;&lt;/h3&gt;
&lt;h3 id=&quot;mage-os-20-has-arrived&quot;&gt;Mage-OS 2.0 Has Arrived&lt;/h3&gt;
&lt;p&gt;Happy Halloween, developers and merchants! 👻&lt;/p&gt;
&lt;p&gt;While others are out hunting for candy, the Mage-OS community has been serving up something even sweeter, the &lt;strong&gt;official release of Mage-OS 2.0&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;After months of work, testing, and collaboration, Mage-OS 2.0 marks a major milestone in the evolution of open commerce. This release focuses on stability, modular flexibility, and performance, setting the foundation for everything coming next.&lt;/p&gt;
&lt;p&gt;You can install Mage-OS 2.0 right now:&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;📄 &lt;a href=&quot;/releases/2025-10-16-mage-os-2-0-innovation-takes-flight&quot;&gt;Release Notes&lt;/a&gt;&lt;br&gt;
💬 &lt;a href=&quot;https://www.linkedin.com/feed/update/urn:li:activity:7384595764854951937/&quot;&gt;LinkedIn Announcement&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The release includes a wide range of enhancements, from streamlined frontend tooling to more robust CI workflows and new module capabilities. Community contributors across the world, developers, maintainers, and testers alike, made this milestone possible.&lt;/p&gt;
&lt;h3 id=&quot;looking-ahead-to-mage-os-3&quot;&gt;Looking Ahead to Mage-OS 3&lt;/h3&gt;
&lt;p&gt;With version 2.0 now stable, the community is already setting its sights on &lt;strong&gt;Mage-OS 3&lt;/strong&gt;. The next major release aims to further modernize the platform and explore intelligent, data-driven features.&lt;/p&gt;
&lt;p&gt;Some early ideas include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Agentic Commerce Protocol&lt;/strong&gt; - enabling more automated and adaptive commerce flows.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Admin Activity Logs&lt;/strong&gt; - for better transparency and auditing.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Basic Blog Module&lt;/strong&gt; - integrated publishing for merchants.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Catalog Data AI&lt;/strong&gt; - smarter product data management and enrichment.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;LLMs.txt&lt;/strong&gt; - a proposed standard for AI-friendly site metadata.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;There’s also discussion around a &lt;strong&gt;base AI module&lt;/strong&gt;, which would provide configuration for API credentials, model selection, and integration hooks. This would make it easy to plug in different AI models for various features across Mage-OS. The idea will likely be developed further during an upcoming hackathon.&lt;/p&gt;
&lt;h3 id=&quot;upcoming-events-meet-magento-netherlands--mage-os-hackathon&quot;&gt;Upcoming Events: Meet Magento Netherlands &amp;#x26; Mage-OS Hackathon&lt;/h3&gt;
&lt;p&gt;The next big community event is just around the corner:&lt;br&gt;
&lt;strong&gt;Meet Magento Netherlands&lt;/strong&gt; takes place on &lt;strong&gt;November 6, 2025&lt;/strong&gt;, in Amsterdam.&lt;/p&gt;
&lt;p&gt;The day before the conference (on &lt;strong&gt;November 5&lt;/strong&gt;) Mage-OS Netherlands is hosting a &lt;strong&gt;Mage-OS Hackathon&lt;/strong&gt; at &lt;strong&gt;Bold Commerce&lt;/strong&gt;, conveniently located near the main venue.&lt;/p&gt;
&lt;p&gt;The hackathon will focus on real-world module development, collaborative experimentation, and testing new ideas for Mage-OS 3, including the proposed AI module framework and theme optimizations.&lt;/p&gt;
&lt;p&gt;Spots are limited, so make sure to reserve yours here:&lt;br&gt;
👉 &lt;a href=&quot;https://www.eventbrite.com/e/pre-mm25nl-hackaton-tickets-1658933638169&quot;&gt;Register for the Hackathon&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Expect a day of creative problem-solving, coding, and open discussion with Mage-OS maintainers and community contributors.&lt;/p&gt;
&lt;h3 id=&quot;technical-updates-and-progress&quot;&gt;Technical Updates and Progress&lt;/h3&gt;
&lt;h4 id=&quot;cms-page-localization-and-seo-improvements&quot;&gt;CMS Page Localization and SEO Improvements&lt;/h4&gt;
&lt;p&gt;&lt;strong&gt;Davide Lunardon&lt;/strong&gt; introduced a new module enabling CMS pages to behave like products and categories across different websites and store views.&lt;br&gt;
This feature brings proper &lt;strong&gt;hreflang&lt;/strong&gt; and &lt;strong&gt;canonical&lt;/strong&gt; support for multilingual content, helping prevent duplicate pages while improving SEO linking between translations.&lt;/p&gt;
&lt;p&gt;The system is functional and may soon expand to other entity types beyond CMS pages.&lt;/p&gt;
&lt;h4 id=&quot;ui-kit-optimization-and-meta-packaging&quot;&gt;UI Kit Optimization and Meta-Packaging&lt;/h4&gt;
&lt;p&gt;A new &lt;strong&gt;UI Kit meta-package&lt;/strong&gt; is in development, bundling the base theme with key optimization modules.&lt;br&gt;
This approach will simplify frontend development while maintaining modular flexibility and third-party compatibility.&lt;/p&gt;
&lt;h4 id=&quot;github-actions-and-legacy-package-policy&quot;&gt;GitHub Actions and Legacy Package Policy&lt;/h4&gt;
&lt;p&gt;&lt;strong&gt;Ryan Hoerr&lt;/strong&gt; reported improvements to the &lt;strong&gt;semantic version matrix&lt;/strong&gt; used in GitHub Actions.&lt;br&gt;
Older Composer 1 packages caused testing issues, the workflow now limits tests to supported versions.&lt;/p&gt;
&lt;p&gt;The group agreed to &lt;strong&gt;retain legacy packages&lt;/strong&gt; for historical completeness, even though they will no longer be tested. Future focus will include build time optimization.&lt;/p&gt;
&lt;h4 id=&quot;geoip-redirect-module-update&quot;&gt;GeoIP Redirect Module Update&lt;/h4&gt;
&lt;p&gt;&lt;strong&gt;Sam&lt;/strong&gt; upgraded the &lt;strong&gt;GeoIP Redirect&lt;/strong&gt; module to support &lt;strong&gt;MaxMind v3&lt;/strong&gt;, ensuring full &lt;strong&gt;PHP 8 compatibility&lt;/strong&gt;.&lt;br&gt;
It is now production-ready and will migrate from the &lt;strong&gt;MageLab&lt;/strong&gt; namespace to &lt;strong&gt;Mage-OS&lt;/strong&gt;.&lt;br&gt;
&lt;strong&gt;Simon&lt;/strong&gt; and &lt;strong&gt;Vinai&lt;/strong&gt; are coordinating this migration with &lt;strong&gt;Terraform automation&lt;/strong&gt;.&lt;/p&gt;
&lt;h4 id=&quot;repository-organization-and-discoverability&quot;&gt;Repository Organization and Discoverability&lt;/h4&gt;
&lt;p&gt;With the growing number of modules, the team discussed ways to make repositories easier to find.&lt;br&gt;
Options included GitHub “topics” for filtering and meta-repositories for experimental or bundled code.&lt;br&gt;
The group decided to &lt;strong&gt;keep a unified organization structure&lt;/strong&gt; for now, focusing on simplicity.&lt;/p&gt;
&lt;h3 id=&quot;documentation-and-benchmarking&quot;&gt;Documentation and Benchmarking&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;David&lt;/strong&gt; is preparing a comprehensive update to &lt;strong&gt;Mage-OS documentation&lt;/strong&gt;, which will include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Guides for configuring &lt;strong&gt;bfcache (back-forward cache)&lt;/strong&gt; in Varnish using the Theme Optimization module.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Documentation on new &lt;strong&gt;Page Builder features&lt;/strong&gt; and developer best practices.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additionally, &lt;strong&gt;David Lambauer&lt;/strong&gt; will be exploring &lt;strong&gt;performance benchmarks&lt;/strong&gt; comparing Mage-OS and Magento, potentially assisted by AI for metrics and insights.&lt;/p&gt;
&lt;h3 id=&quot;infrastructure-and-testing-improvements&quot;&gt;Infrastructure and Testing Improvements&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Michiel&lt;/strong&gt; developed a new &lt;strong&gt;“Magento-in-a-box” Docker environment&lt;/strong&gt; for integration testing on GitHub Actions.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Standardized &lt;strong&gt;GitHub Actions templates&lt;/strong&gt; are being designed for Mage-OS add-on modules, making it easier for developers to test and validate their code.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The &lt;strong&gt;demo environment&lt;/strong&gt; at &lt;a href=&quot;https://github.com/mage-os-lab/demo.mage-os.org&quot;&gt;demo.mage-os.org&lt;/a&gt; now resets automatically every 6 hours, ensuring consistent testing conditions.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;whats-next&quot;&gt;What’s Next&lt;/h3&gt;
&lt;p&gt;Mage-OS continues to evolve as a modern, open alternative for the Magento ecosystem, powered by collaboration, transparency, and innovation.&lt;/p&gt;
&lt;p&gt;Upcoming priorities include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Advancing &lt;strong&gt;CMS localization&lt;/strong&gt; and &lt;strong&gt;UI Kit meta-packaging&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Refining &lt;strong&gt;build performance&lt;/strong&gt; and repository structure.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Expanding &lt;strong&gt;Mage-OS documentation&lt;/strong&gt; and benchmarks.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Driving innovation toward &lt;strong&gt;Mage-OS 3&lt;/strong&gt; through community hackathons and experimental modules.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The journey toward Mage-OS 3 has already begun and it’s an exciting one!&lt;br&gt;
Join the conversation, contribute to the repositories, and help shape the future of open commerce.&lt;/p&gt;
&lt;h2 id=&quot;opportunities&quot;&gt;&lt;strong&gt;Opportunities&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;Mage-OS is built by the community, for the community. You can help by:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Have a contribution idea or interested in the Mage-OS Distribution? Join our weekly tech meetings, public on &lt;a href=&quot;http://chat.mage-os.org/&quot;&gt;Discord&lt;/a&gt; at 3 PM CET / 2 PM UTC / 9 AM EST every Tuesday: chat.mage-os.org&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Contributing to modules, documentation, or the website&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Track open work on our &lt;a href=&quot;https://tree.taiga.io/project/mage-os-mage-os-technical-initiatives/kanban&quot;&gt;Technical Initiatives Board&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Or explore ideas in &lt;a href=&quot;https://github.com/mage-os-lab&quot;&gt;Mage-OS Lab&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Providing feedback on new features or release candidates&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Sharing your ideas in the Discord server or &lt;a href=&quot;https://github.com/mage-os&quot;&gt;GitHub&lt;/a&gt; discussions&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;We’re looking for new features to enhance Mage-OS this year that will help to modernize and excite merchants. This might include AI enhancements, low/no code processes, or more. Talk to Vinai Kopp or #tech if you’re interested!&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Whether you’re a developer, merchant, or just interested in open source, there’s always a way to get involved&lt;/p&gt;
&lt;h3 id=&quot;powered-by-strong-partnerships&quot;&gt;Powered by Strong Partnerships&lt;/h3&gt;
&lt;p&gt;We are proud to collaborate with industry leaders who believe in open source and help accelerate the Mage-OS ecosystem.&lt;/p&gt;
&lt;h4 id=&quot;gold-partners&quot;&gt;Gold Partners&lt;/h4&gt;
&lt;div class=&quot;not-prose&quot; style=&quot;max-width: 140px;&quot;&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/mdoq&quot;&gt;&lt;img alt=&quot;MDOQ&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;1024&quot; src=&quot;/_astro/image-1-1024x1024.NIMfNPuV_nB3oK.webp&quot; &gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;h4 id=&quot;silver-partners&quot;&gt;Silver Partners&lt;/h4&gt;
&lt;div class=&quot;not-prose&quot; style=&quot;display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; align-items: center;&quot;&gt;
&lt;div&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/paradoxlabs&quot;&gt;&lt;img alt=&quot;ParadoxLabs&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;128&quot; height=&quot;128&quot; src=&quot;/_astro/image-2.D_u1eXG2_Z2rJvmm.webp&quot; &gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/vendic&quot;&gt;&lt;img alt=&quot;Vendic&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;1008&quot; src=&quot;/_astro/image-5-1024x1008.Bh6zZiO-_Z1mO3kV.webp&quot; &gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/hyva-themes&quot;&gt;&lt;img alt=&quot;Hyvä&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;128&quot; height=&quot;128&quot; src=&quot;/_astro/image-6.Dx4acMHc_ZxUYjO.webp&quot; &gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/inchoo&quot;&gt;&lt;img alt=&quot;Inchoo&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;1024&quot; src=&quot;/_astro/image-7-1024x1024.NaJD7DMt_12hOM7.webp&quot; &gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;h4 id=&quot;bronze-partners&quot;&gt;Bronze Partners&lt;/h4&gt;
&lt;div class=&quot;not-prose&quot; style=&quot;display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.5rem; align-items: center;&quot;&gt;
&lt;div&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/jetrails&quot;&gt;&lt;img alt=&quot;JetRails&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;128&quot; height=&quot;128&quot; src=&quot;/_astro/image-8.D6K3zNZg_Z1PONGI.webp&quot; &gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/develo&quot;&gt;&lt;img alt=&quot;Develo&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;595&quot; height=&quot;595&quot; src=&quot;/_astro/image-9.CXJtEzF__1tlU8r.webp&quot; &gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/canary&quot;&gt;&lt;img alt=&quot;FindCanary&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;394&quot; height=&quot;326&quot; src=&quot;/_astro/image-10.B-7DFoGZ_UsgfC.webp&quot; &gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/integer_net&quot;&gt;&lt;img alt=&quot;integer_net&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;300&quot; height=&quot;300&quot; src=&quot;/_astro/image-11.uDHWm4v9_Z2jQqIt.webp&quot; &gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/wearejh&quot;&gt;&lt;img alt=&quot;JH&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;128&quot; height=&quot;128&quot; src=&quot;/_astro/image-12.C71asHZQ_14DMgh.webp&quot; &gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;Why Partner With Us?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Becoming a Mage-OS partner means more than visibility. It means shaping the future of open source commerce, gaining early insights into technical developments, and showcasing your brand to a global audience of merchants, developers, and agencies.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;/community/partners&quot;&gt;Learn more about partnership opportunities&lt;/a&gt;&lt;/p&gt;</content:encoded><category>Updates</category><author>anita-miller</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 Sept Update</title><link>https://mage-os.org/updates/2025-10-01-mage-os-sept-update</link><guid isPermaLink="true">https://mage-os.org/updates/2025-10-01-mage-os-sept-update</guid><description>Meet Magento Italy was attended by several Mage-OS contributors. While the event was more marketing-oriented with fewer technical sessions, the networking...</description><pubDate>Wed, 01 Oct 2025 00:00:00 GMT</pubDate><content:encoded>&lt;h2 id=&quot;events-and-community-engagement&quot;&gt;&lt;strong&gt;Events and Community Engagement&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;&lt;a href=&quot;https://it.meet-magento.com/&quot;&gt;Meet Magento Italy&lt;/a&gt; was attended by several Mage-OS contributors. While the event was more marketing-oriented with fewer technical sessions, the networking opportunities and community feedback were valuable. Suggestions were made to improve Mage-OS visibility at future events.&lt;/p&gt;
&lt;p&gt;Vinai shared impressions from &lt;a href=&quot;https://ua.meet-magento.com/en/&quot;&gt;Meet Magento Kiev&lt;/a&gt;, highlighting both the normal rhythm of city life and the strong local community connections. His presentation on &lt;a href=&quot;https://www.hyva.io/hyva-certification.html&quot;&gt;Hyvä certifications&lt;/a&gt; was well received.&lt;/p&gt;
&lt;p&gt;Looking ahead, &lt;a href=&quot;https://www.meet-magento.com/meet-magento-netherlands-november-6-2025/&quot;&gt;Meet Magento Netherlands&lt;/a&gt; takes place on November 6, with a &lt;a href=&quot;https://www.eventbrite.com/e/pre-mm25nl-hackaton-tickets-1658933638169&quot;&gt;Mage-OS hackathon&lt;/a&gt; hosted by the Dutch chapter the day before.&lt;/p&gt;
&lt;h2 id=&quot;demo-environment-improvements&quot;&gt;&lt;strong&gt;Demo Environment Improvements&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;Work on the demo environment has been a major focus this month. The setup now automatically resets every six hours, ensuring a fresh state for testing and exploration. The sample data installation workflow has been fixed, resolving earlier reliability issues.&lt;/p&gt;
&lt;p&gt;The environment now runs with PHP 8.3, OpenSearch, and Redis enabled. Some issues remain with category images not displaying, likely due to file permission or product type differences, but these are being investigated. Discussions around robots.txt confirmed that Magento’s configuration already covers this.&lt;/p&gt;
&lt;p&gt;Varnish activation is being considered to further improve caching and performance. There were also suggestions to include the UI Kit theme in the demo, possibly add multiple store views, and clearly document which modules and themes are included to avoid confusion when comparing with default installations.&lt;/p&gt;
&lt;p&gt;The demo repository is now public: &lt;a href=&quot;https://github.com/mage-os-lab/demo.mage-os.org&quot;&gt;mage-os-lab/demo.mage-os.org&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&quot;releases-and-repository-management&quot;&gt;&lt;strong&gt;Releases and Repository Management&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;&lt;a href=&quot;/releases/2025-09-09-mage-os-1-3-1-is-out&quot;&gt;Mage-OS 1.3.1&lt;/a&gt; was released earlier this month. Some issues with missing historical JSON data in the build process were quickly resolved.&lt;/p&gt;
&lt;p&gt;The work on Mage-OS 2.0 continues. Review of bundled community modules shows that most adjustments are minor and fixes are in progress. The release process refactor, including improved version management, is ready pending final approval. Preview builds are recommended before merging into production.&lt;/p&gt;
&lt;p&gt;The package generator saw important improvements this month, including structural refactoring for maintainability. These changes were merged after broad agreement during the technical meetings. Further refinements and minor releases are planned, including compatibility updates for PHP 8.4.&lt;/p&gt;
&lt;h2 id=&quot;performance-and-frontend-work&quot;&gt;&lt;strong&gt;Performance and Frontend Work&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;The theme optimization module continues to evolve. Back-Forward Cache (BF Cache) support has been implemented and merged. Additional enhancements such as VCL configuration adjustments are under discussion, though not urgent.&lt;/p&gt;
&lt;p&gt;The UI Kit work is progressing with a focus on removing Knockout.js and reducing RequireJS dependencies for specific page types. The goal is a lighter, faster storefront experience, while balancing compatibility with third-party modules. Related work on performance modules is also underway.&lt;/p&gt;
&lt;h2 id=&quot;modules-and-ecosystem&quot;&gt;&lt;strong&gt;Modules and Ecosystem&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;Several community and lab modules received updates, including a geoIP redirect module and a new caching module for configurable and bundle product variants. Module management and versioning remain an active area of discussion, particularly around whether to lock dependencies or allow greater flexibility.&lt;/p&gt;
&lt;h2 id=&quot;technical-highlights&quot;&gt;&lt;strong&gt;Technical Highlights&lt;/strong&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;A new version of &lt;strong&gt;Magerun&lt;/strong&gt; was released with support for creating Magento 2 module skeletons.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Experiments with &lt;strong&gt;headless Magento demos&lt;/strong&gt; showcased GraphQL API usage and potential for multi-platform storefronts.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;CSP compliance improvements remain on the agenda, with ongoing discussions about GDPR and security considerations.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The SeaVoice bot continues to provide free meeting transcription, working with around 80-90% accuracy.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;opportunities&quot;&gt;&lt;strong&gt;Opportunities&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;Mage-OS is built by the community, for the community. You can help by:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Have a contribution idea or interested in the Mage-OS Distribution? Join our weekly tech meetings, public on &lt;a href=&quot;http://chat.mage-os.org/&quot;&gt;Discord&lt;/a&gt; at 3 PM CET / 2 PM UTC / 9 AM EST every Tuesday: chat.mage-os.org&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Contributing to modules, documentation, or the website&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Track open work on our &lt;a href=&quot;https://tree.taiga.io/project/mage-os-mage-os-technical-initiatives/kanban&quot;&gt;Technical Initiatives Board&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Or explore ideas in &lt;a href=&quot;https://github.com/mage-os-lab&quot;&gt;Mage-OS Lab&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Providing feedback on new features or release candidates&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Sharing your ideas in the Discord server or &lt;a href=&quot;https://github.com/mage-os&quot;&gt;GitHub&lt;/a&gt; discussions&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;We’re looking for new features to enhance Mage-OS this year that will help to modernize and excite merchants. This might include AI enhancements, low/no code processes, or more. Talk to Vinai Kopp or #tech if you’re interested!&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Whether you’re a developer, merchant, or just interested in open source, there’s always a way to get involved&lt;/p&gt;
&lt;h3 id=&quot;powered-by-strong-partnerships&quot;&gt;Powered by Strong Partnerships&lt;/h3&gt;
&lt;p&gt;We are proud to collaborate with industry leaders who believe in open source and help accelerate the Mage-OS ecosystem.&lt;/p&gt;
&lt;h4 id=&quot;gold-partners&quot;&gt;Gold Partners&lt;/h4&gt;
&lt;div class=&quot;not-prose&quot; style=&quot;max-width: 140px;&quot;&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/mdoq&quot;&gt;&lt;img alt=&quot;MDOQ&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;1024&quot; src=&quot;/_astro/image-1-1024x1024.NIMfNPuV_nB3oK.webp&quot; &gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;h4 id=&quot;silver-partners&quot;&gt;Silver Partners&lt;/h4&gt;
&lt;div class=&quot;not-prose&quot; style=&quot;display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; align-items: center;&quot;&gt;
&lt;div&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/paradoxlabs&quot;&gt;&lt;img alt=&quot;ParadoxLabs&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;128&quot; height=&quot;128&quot; src=&quot;/_astro/image-2.D_u1eXG2_Z2rJvmm.webp&quot; &gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/vendic&quot;&gt;&lt;img alt=&quot;Vendic&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;1008&quot; src=&quot;/_astro/image-5-1024x1008.Bh6zZiO-_Z1mO3kV.webp&quot; &gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/hyva-themes&quot;&gt;&lt;img alt=&quot;Hyvä&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;128&quot; height=&quot;128&quot; src=&quot;/_astro/image-6.Dx4acMHc_ZxUYjO.webp&quot; &gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/inchoo&quot;&gt;&lt;img alt=&quot;Inchoo&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;1024&quot; src=&quot;/_astro/image-7-1024x1024.NaJD7DMt_12hOM7.webp&quot; &gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;h4 id=&quot;bronze-partners&quot;&gt;Bronze Partners&lt;/h4&gt;
&lt;div class=&quot;not-prose&quot; style=&quot;display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.5rem; align-items: center;&quot;&gt;
&lt;div&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/jetrails&quot;&gt;&lt;img alt=&quot;JetRails&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;128&quot; height=&quot;128&quot; src=&quot;/_astro/image-8.D6K3zNZg_Z1PONGI.webp&quot; &gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/develo&quot;&gt;&lt;img alt=&quot;Develo&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;595&quot; height=&quot;595&quot; src=&quot;/_astro/image-9.CXJtEzF__1tlU8r.webp&quot; &gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/canary&quot;&gt;&lt;img alt=&quot;FindCanary&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;394&quot; height=&quot;326&quot; src=&quot;/_astro/image-10.B-7DFoGZ_UsgfC.webp&quot; &gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/integer_net&quot;&gt;&lt;img alt=&quot;integer_net&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;300&quot; height=&quot;300&quot; src=&quot;/_astro/image-11.uDHWm4v9_Z2jQqIt.webp&quot; &gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/wearejh&quot;&gt;&lt;img alt=&quot;JH&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;128&quot; height=&quot;128&quot; src=&quot;/_astro/image-12.C71asHZQ_14DMgh.webp&quot; &gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;Why Partner With Us?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Becoming a Mage-OS partner means more than visibility. It means shaping the future of open source commerce, gaining early insights into technical developments, and showcasing your brand to a global audience of merchants, developers, and agencies.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;/community/partners&quot;&gt;Learn more about partnership opportunities&lt;/a&gt;&lt;/p&gt;</content:encoded><category>Updates</category><author>anita-miller</author></item><item><title>From Anime Streams to Open Source Dreams</title><link>https://mage-os.org/updates/2025-09-30-from-anime-streams-to-open-source-dreams</link><guid isPermaLink="true">https://mage-os.org/updates/2025-09-30-from-anime-streams-to-open-source-dreams</guid><description>Francis M. Gallagher’s journey into the world of Magento, and later Mage-OS, began almost by accident. In 2012, while still fresh out of university, Francis...</description><pubDate>Tue, 30 Sep 2025 00:00:00 GMT</pubDate><content:encoded>&lt;h3 id=&quot;from-accidental-magento-developer-to-community-builder&quot;&gt;&lt;strong&gt;From Accidental Magento Developer to Community Builder&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;a href=&quot;https://www.linkedin.com/in/francismgallagher/&quot;&gt;Francis M. Gallagher’&lt;/a&gt;s journey into the world of Magento, and later Mage-OS, began almost by accident. In 2012, while still fresh out of university, Francis was looking for a new direction after an early success in anime streaming ran into legal trouble. A friend mentioned a job opening for a Magento developer. Although he had never worked with Magento before, his years of coding since age fourteen gave him the confidence to try.&lt;/p&gt;
&lt;p&gt;At the interview, the hiring team knew little about PHP or Magento, so he wrote his own interview questions and tasks, passing “with flying colors”. Within his first two weeks he launched two small Magento sites and quickly proved his talent. What started as a junior developer role soon became a career that moved through agencies and well-known retailers such as Oh Polly and Trespass.&lt;/p&gt;
&lt;h3 id=&quot;finding-a-home-in-the-magento-community&quot;&gt;&lt;strong&gt;Finding a Home in the Magento Community&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;Francis quickly discovered that Magento was more than just an e-commerce platform, it was a vibrant community. In the early days he sought help in IRC channels, but before long he was the one providing it. He became an “OP”, essentially a Slack-style administrator, and found a professional home.&lt;/p&gt;
&lt;p&gt;Other frameworks he worked with, such as Laravel or Drupal, never gave him the same sense of belonging. Magento’s culture of openness and collaboration kept him engaged and inspired.&lt;/p&gt;
&lt;h3 id=&quot;mage-os-a-new-chapter&quot;&gt;&lt;strong&gt;Mage-OS: A New Chapter&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;When Adobe’s stewardship of Magento created uncertainty, the open-source community rallied. In 2021, an open letter to Adobe helped spark Mage-OS, a community-driven fork and incubator for innovation. For Francis, who had long relied on Magento’s vibrant community for support and growth, Mage-OS felt like a natural continuation of the values he cherished: openness, collaboration, and grassroots empowerment.&lt;/p&gt;
&lt;p&gt;He immediately recognized its potential and committed to supporting this “new invigorated part of the community”. Mage-OS aims to nurture grassroots development and provide a platform where contributors can rely on the association’s technical and marketing muscle. Francis describes it as an “incubator” for open-source projects: a place where developers can build freely, get feedback from experienced peers, and see their work gain visibility and adoption.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Note from Mage-OS: We truly welcome anyone with fresh ideas or a passion for Magento to reach out, get involved, and explore how we can help bring those ideas to life.&lt;/em&gt;&lt;/p&gt;
&lt;h3 id=&quot;challenges-and-opportunities&quot;&gt;&lt;strong&gt;Challenges and Opportunities&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;For Francis, the greatest challenge in community projects is not generating ideas but turning them into action. People often bring excellent concepts, but few have the time or confidence to carry them forward. He stresses the need for &lt;em&gt;psychological safety&lt;/em&gt;, a culture where contributors can experiment, fail, and learn without fear.&lt;/p&gt;
&lt;p&gt;Marketing and visibility are also recurring concerns. Many developers outside Mage-OS’s inner circle are unaware of its ongoing work because they rarely check Discord, LinkedIn, or the project’s website. Francis advocates for more frequent, bite-sized updates and grassroots events to keep the wider community engaged. &lt;/p&gt;
&lt;h3 id=&quot;grassroots-events-and-local-engagement&quot;&gt;&lt;strong&gt;Grassroots Events and Local Engagement&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;Francis believes smaller, local meet-ups are key to sustaining excitement between major annual conferences. He envisions informal gatherings (pizza, beer, and lightning talks) similar to the meet-ups organized by the Umbraco community. These events lower the barrier to entry, allowing developers and small agencies to network and share ideas without the high costs of big conferences.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;We would be happy if community members volunteered to organize such events at the local level. Anyone interested can reach out directly through the Mage-OS Discord to get support and connect with others.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Such grassroots engagement, he argues, is how Mage-OS can remain visible, attract new contributors, and ensure that the spirit of Magento’s open-source heritage thrives.&lt;/p&gt;
&lt;h3 id=&quot;looking-ahead&quot;&gt;&lt;strong&gt;Looking Ahead&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;Francis M. Gallagher’s story reflects the evolution of the Magento ecosystem itself: from scrappy beginnings to a mature, collaborative network of professionals. His commitment to Mage-OS demonstrates how individuals can shape the future of open source, not just through code, but by fostering community, encouraging innovation, and creating spaces where others can grow.&lt;/p&gt;
&lt;p&gt;As Mage-OS continues to expand, Francis’ vision of transparent governance, strong community support, and grassroots connection offers a roadmap for how open-source projects can remain vibrant and relevant for years to come.&lt;/p&gt;</content:encoded><category>Updates</category><author>anita-miller</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 Aug Update</title><link>https://mage-os.org/updates/2025-08-30-mage-os-aug-update</link><guid isPermaLink="true">https://mage-os.org/updates/2025-08-30-mage-os-aug-update</guid><description>Conference season is right around the corner! The first stop is Meet Magento Ukraine on September 4, an excellent chance to connect with fellow Mage-OS...</description><pubDate>Sat, 30 Aug 2025 00:00:00 GMT</pubDate><content:encoded>&lt;h2 id=&quot;community--events&quot;&gt;&lt;strong&gt;Community &amp;#x26; Events&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;Conference season is right around the corner! The first stop is &lt;a href=&quot;https://ua.meet-magento.com/en/&quot;&gt;&lt;strong&gt;Meet Magento Ukraine on September 4&lt;/strong&gt;&lt;/a&gt;, an excellent chance to connect with fellow Mage-OS contributors, merchants, and community members. We’d love to see you there.&lt;/p&gt;
&lt;p&gt;And this is just the beginning, &lt;strong&gt;more community events are scheduled in the coming weeks&lt;/strong&gt;. Take a look at our &lt;a href=&quot;/events&quot;&gt;events calendar&lt;/a&gt;, join in, share your insights, and be part of strengthening the Mage-OS ecosystem.&lt;/p&gt;
&lt;h2 id=&quot;technical-progress&quot;&gt;&lt;strong&gt;Technical Progress&lt;/strong&gt;&lt;/h2&gt;
&lt;h2 id=&quot;mage-os-130-release&quot;&gt;&lt;strong&gt;Mage-OS 1.3.0 Release&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;We’re happy to announce that &lt;strong&gt;Mage-OS Distribution 1.3.0&lt;/strong&gt; is officially out! Built on Magento Open Source 2.4.8-p2, it includes all upstream updates as well as community-driven fixes.&lt;/p&gt;
&lt;p&gt;Highlights of this release:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Foundation:&lt;/strong&gt; Based on Magento Open Source 2.4.8-p2 with all upstream updates.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Recommended stack:&lt;/strong&gt; Composer 2.8, OpenSearch 2.19, MariaDB 11.4 / MySQL 8.4, PHP 8.4 or 8.3, RabbitMQ 4, Valkey 8 (or Redis 7.2+), Varnish 7.6, Apache 2.4, nginx 1.26.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Backend theme updates:&lt;/strong&gt; Freshened icons, cleaner newsletter and email template views, optimized data grids and modals, improved media galleries, refactored URL rewrites, and better LESS configuration.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Bug fixes:&lt;/strong&gt; Addressed JavaScript errors, improved integration tests, enhanced LESS handling, and expanded city validation rules.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;A big thank you goes to all contributors: Artem Kozynets, Bhushan Kumar, Fabrizio Balliano, Lucas van Staden, Ryan Hoerr, Simon Humeau (Antadis), Vinai Kopp, Vova Yatsyuk, and many others for making this release happen. &lt;/p&gt;
&lt;p&gt;Read the full release notes &lt;a href=&quot;/releases/2025-08-15-mage-os-1-3-0-is-out-now&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&quot;project-archiving&quot;&gt;&lt;strong&gt;Project Archiving&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;To bring more clarity to active projects, the &lt;strong&gt;Web Installer&lt;/strong&gt; and &lt;strong&gt;Backup Module&lt;/strong&gt; have been archived.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Why:&lt;/strong&gt; Lack of maintenance and unresolved issues, never reaching a stable release.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; Any project can be revived if a maintainer steps up.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Goal:&lt;/strong&gt; Reduce clutter and highlight what’s actively maintained.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;new-module-theme-optimization&quot;&gt;&lt;strong&gt;New Module: Theme Optimization&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;We’re happy to introduce the &lt;strong&gt;Theme Optimization Module&lt;/strong&gt; by Ryan.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Delivers smooth &lt;strong&gt;page transitions&lt;/strong&gt; on both frontend and backend for a faster, more polished user experience.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Already included in Mage-OS packages and listed in the community directory.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Future plans include possible &lt;strong&gt;BFCache support&lt;/strong&gt; to make browsing even faster.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;mage-os-20--coming-in-october&quot;&gt;&lt;strong&gt;Mage-OS 2.0 – Coming in October&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;Work continues on &lt;strong&gt;Mage-OS 2.0&lt;/strong&gt;, targeted for October 2025. Our release strategy is to provide &lt;strong&gt;two major updates per year&lt;/strong&gt;, independent of Adobe Magento’s cycle.&lt;/p&gt;
&lt;p&gt;Candidate modules being considered:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Meta Robots Tag&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Theme Optimization&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Potential AI-related tools&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;We’re also debating how to package Mage-OS best:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;A &lt;strong&gt;full bundle&lt;/strong&gt; with many features included.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;A &lt;strong&gt;lean core&lt;/strong&gt; with add-ons available as needed.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Or even multiple “flavors” (minimal vs. full-featured) generated through a custom installer.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;What do you think?&lt;/p&gt;
&lt;h2 id=&quot;technical-work-in-progress&quot;&gt;&lt;strong&gt;Technical Work in Progress&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;Ryan is working on &lt;strong&gt;independent module versioning&lt;/strong&gt; to give more modular control. This will:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Simplify maintenance.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Allow cleaner, more flexible updates.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;opportunities&quot;&gt;&lt;strong&gt;Opportunities&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;Mage-OS is built by the community, for the community. You can help by:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Have a contribution idea or interested in the Mage-OS Distribution? Join our weekly tech meetings, public on &lt;a href=&quot;http://chat.mage-os.org/&quot;&gt;Discord&lt;/a&gt; at 3 PM CET / 2 PM UTC / 9 AM EST every Tuesday: chat.mage-os.org&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Contributing to modules, documentation, or the website&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Track open work on our &lt;a href=&quot;https://tree.taiga.io/project/mage-os-mage-os-technical-initiatives/kanban&quot;&gt;Technical Initiatives Board&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Or explore ideas in &lt;a href=&quot;https://github.com/mage-os-lab&quot;&gt;Mage-OS Lab&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Providing feedback on new features or release candidates&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Sharing your ideas in the Discord server or &lt;a href=&quot;https://github.com/mage-os&quot;&gt;GitHub&lt;/a&gt; discussions&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;We’re looking for new features to enhance Mage-OS this year that will help to modernize and excite merchants. This might include AI enhancements, low/no code processes, or more. Talk to Vinai Kopp or #tech if you’re interested!&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Whether you’re a developer, merchant, or just interested in open source, there’s always a way to get involved&lt;/p&gt;
&lt;h3 id=&quot;powered-by-strong-partnerships&quot;&gt;Powered by Strong Partnerships&lt;/h3&gt;
&lt;p&gt;We are proud to collaborate with industry leaders who believe in open source and help accelerate the Mage-OS ecosystem.&lt;/p&gt;
&lt;h4 id=&quot;gold-partners&quot;&gt;Gold Partners&lt;/h4&gt;
&lt;div class=&quot;not-prose&quot; style=&quot;max-width: 140px;&quot;&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/mdoq&quot;&gt;&lt;img alt=&quot;MDOQ&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;1024&quot; src=&quot;/_astro/image-1-1024x1024.NIMfNPuV_nB3oK.webp&quot; &gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;h4 id=&quot;silver-partners&quot;&gt;Silver Partners&lt;/h4&gt;
&lt;div class=&quot;not-prose&quot; style=&quot;display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; align-items: center;&quot;&gt;
&lt;div&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/paradoxlabs&quot;&gt;&lt;img alt=&quot;ParadoxLabs&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;128&quot; height=&quot;128&quot; src=&quot;/_astro/image-2.D_u1eXG2_Z2rJvmm.webp&quot; &gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/vendic&quot;&gt;&lt;img alt=&quot;Vendic&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;1008&quot; src=&quot;/_astro/image-5-1024x1008.Bh6zZiO-_Z1mO3kV.webp&quot; &gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/hyva-themes&quot;&gt;&lt;img alt=&quot;Hyvä&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;128&quot; height=&quot;128&quot; src=&quot;/_astro/image-6.Dx4acMHc_ZxUYjO.webp&quot; &gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/inchoo&quot;&gt;&lt;img alt=&quot;Inchoo&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;1024&quot; src=&quot;/_astro/image-7-1024x1024.NaJD7DMt_12hOM7.webp&quot; &gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;h4 id=&quot;bronze-partners&quot;&gt;Bronze Partners&lt;/h4&gt;
&lt;div class=&quot;not-prose&quot; style=&quot;display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.5rem; align-items: center;&quot;&gt;
&lt;div&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/jetrails&quot;&gt;&lt;img alt=&quot;JetRails&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;128&quot; height=&quot;128&quot; src=&quot;/_astro/image-8.D6K3zNZg_Z1PONGI.webp&quot; &gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/develo&quot;&gt;&lt;img alt=&quot;Develo&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;595&quot; height=&quot;595&quot; src=&quot;/_astro/image-9.CXJtEzF__1tlU8r.webp&quot; &gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/canary&quot;&gt;&lt;img alt=&quot;FindCanary&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;394&quot; height=&quot;326&quot; src=&quot;/_astro/image-10.B-7DFoGZ_UsgfC.webp&quot; &gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/integer_net&quot;&gt;&lt;img alt=&quot;integer_net&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;300&quot; height=&quot;300&quot; src=&quot;/_astro/image-11.uDHWm4v9_Z2jQqIt.webp&quot; &gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;a href=&quot;https://opencollective.com/wearejh&quot;&gt;&lt;img alt=&quot;JH&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;128&quot; height=&quot;128&quot; src=&quot;/_astro/image-12.C71asHZQ_14DMgh.webp&quot; &gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;Why Partner With Us?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Becoming a Mage-OS partner means more than visibility. It means shaping the future of open source commerce, gaining early insights into technical developments, and showcasing your brand to a global audience of merchants, developers, and agencies.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;/community/partners&quot;&gt;Learn more about partnership opportunities&lt;/a&gt;&lt;/p&gt;</content:encoded><category>Updates</category><author>mage-os-team</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 July Update</title><link>https://mage-os.org/updates/2025-08-01-mage-os-july-update</link><guid isPermaLink="true">https://mage-os.org/updates/2025-08-01-mage-os-july-update</guid><description>Themes, Transitions, and Tactical Wins July has been a pivotal month for Mage-OS, marked by major strides across frontend innovation, developer documentation,...</description><pubDate>Fri, 01 Aug 2025 00:00:00 GMT</pubDate><content:encoded>&lt;h2 id=&quot;community-and-leadership&quot;&gt;Community and Leadership&lt;/h2&gt;
&lt;p&gt;&lt;em&gt;Themes, Transitions, and Tactical Wins&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;July has been a pivotal month for Mage-OS, marked by major strides across frontend innovation, developer documentation, infrastructure planning, and ecosystem health. This update brings together the key milestones, debates, and next steps as the team sharpens both vision and execution.&lt;/p&gt;
&lt;h2 id=&quot;lets-meet-pizza-code-and-community&quot;&gt;Let’s Meet: Pizza, Code, and Community&lt;/h2&gt;
&lt;p&gt;We’ve been shipping code, squashing bugs, and debating theme architecture… but when was the last time we just sat down over pizza and talked face-to-face?&lt;/p&gt;
&lt;p&gt;If you’re part of the Mage-OS or Magento community and want to meet others near you (no slides, no pressure, just pizza and good conversation) why not help organize a local hangout?&lt;/p&gt;
&lt;p&gt;Would you be up for hosting a small gathering in your city?&lt;br&gt;
Whether it’s five people at a local pizzeria or ten in a coworking space, it’s a great way to connect beyond the screen. We’ll help spread the word, just drop a message in Discord with your location and interest.&lt;/p&gt;
&lt;p&gt;Let’s get together. Share stories, challenges, and maybe a few terrible deployment war tales.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Technical Progress&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The new &lt;strong&gt;&lt;a href=&quot;/community&quot;&gt;Community Modules Directory&lt;/a&gt;&lt;/strong&gt; went live, giving users a central place to find open-source extensions built for Mage-OS. Modules are now organized by category. including AI-powered and in-development tools, and contributors are encouraged to get involved directly via the site. Alongside this, a draft of the &lt;strong&gt;&lt;a href=&quot;/product/releases&quot;&gt;Versioning Strategy&lt;/a&gt;&lt;/strong&gt; page was shared internally to formalize how Mage-OS communicates release cycles. DevDocs saw several improvements, including a new contributors section, a tutorial for custom product links, and updated installation recommendations favoring &lt;strong&gt;MariaDB&lt;/strong&gt; to better align with upstream.&lt;/p&gt;
&lt;p&gt;On the frontend, the &lt;strong&gt;UIKit Theme project&lt;/strong&gt;, led by Davide, hit a milestone with the publication of its base module. Thanks to automatic CSS class detection, the theme no longer requires custom XML files for class safelisting. Performance testing showed promising CSS file size reductions, and conversations began around trimming JS dependencies based on routes, though compatibility concerns (especially with third-party modules) remain. Meanwhile, &lt;strong&gt;admin theme work&lt;/strong&gt; continued steadily, focusing on improved newsletter queues, editor previews, and better widget styling. The next release is targeted for mid-August.&lt;/p&gt;
&lt;p&gt;Looking ahead to August, the team is preparing for the next admin theme release, continuing UIKit development, and watching closely for Adobe’s response on Zend Framework, CSP compliance, and TinyMCE. Migration of contribution guidelines into DevDocs is also on the horizon.&lt;/p&gt;
&lt;p&gt;Mage-OS is moving with intention, streamlining where it can, rethinking what needs rethinking, and focusing on building a cleaner, more flexible future for Magento users and contributors alike.&lt;/p&gt;
&lt;h2 id=&quot;opportunities&quot;&gt;&lt;strong&gt;Opportunities&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;Mage-OS is built by the community, for the community. You can help by:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Have a contribution idea or interested in the Mage-OS Distribution? Join our weekly tech meetings, public on &lt;a href=&quot;http://chat.mage-os.org/&quot;&gt;Discord&lt;/a&gt; at 3 PM CET / 2 PM UTC / 9 AM EST every Tuesday: chat.mage-os.org&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Contributing to modules, documentation, or the website&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Track open work on our &lt;a href=&quot;https://tree.taiga.io/project/mage-os-mage-os-technical-initiatives/kanban&quot;&gt;Technical Initiatives Board&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Or explore ideas in &lt;a href=&quot;https://github.com/mage-os-lab&quot;&gt;Mage-OS Lab&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Providing feedback on new features or release candidates&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Sharing your ideas in the Discord server or &lt;a href=&quot;https://github.com/mage-os&quot;&gt;GitHub&lt;/a&gt; discussions&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;We’re looking for new features to enhance Mage-OS this year that will help to modernize and excite merchants. This might include AI enhancements, low/no code processes, or more. Talk to Vinai Kopp or #tech if you’re interested!&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Whether you’re a developer, merchant, or just interested in open source, there’s always a way to get involved&lt;/p&gt;</content:encoded><category>Updates</category><author>anita-miller</author></item><item><title>Launching the Very First Mage-OS Store Ever – Our Journey...</title><link>https://mage-os.org/updates/2025-08-01-launching-the-very-first-mage-os-store-ever-our-journey</link><guid isPermaLink="true">https://mage-os.org/updates/2025-08-01-launching-the-very-first-mage-os-store-ever-our-journey</guid><description>For years, our agency website was a bit like that old rag rug everyone has—a collection of patches and mismatched pieces that somehow managed to hold together...</description><pubDate>Fri, 01 Aug 2025 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;For years, our agency website was a bit like that old rag rug everyone has—a collection of patches and mismatched pieces that somehow managed to hold together while somehow getting the job done.&lt;br&gt;
It had evolved into something it wasn’t originally intended for and served as both a playground for junior developers testing out new ideas and a real-life training ground for experimental tech. While we embraced the chaos (and learned a lot about performance optimization – some of our current Magento extensions started their lives on that site!), it was clear that our online presence needed an upgrade.&lt;/p&gt;
&lt;p&gt;We cherished the memories and lessons, but it was time to transition to something more powerful and modern – &lt;strong&gt;a platform worthy of showcasing our expertise in eCommerce and&lt;/strong&gt; aligning better with our evolving business, specifically expanding into selling Magento extensions**.**&lt;/p&gt;
&lt;h2 id=&quot;time-to-move-to-something-better-magento&quot;&gt;Time to Move to Something Better: Magento!&lt;/h2&gt;
&lt;p&gt;We jumped into the project with the kind of enthusiasm usually reserved for pizza on a Friday night, ready to build on the most robust eCommerce platform out there, the tech stack we happily use in our client projects since more than 10 years:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Magento, of course!&lt;/strong&gt; – and pair it with the lightning-fast, &lt;strong&gt;cutting-edge &lt;a href=&quot;https://www.hyva.io/&quot;&gt;Hyvä Theme&lt;/a&gt;&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Easy peasy, right? Wrong!&lt;br&gt;
Building our own site as an agency proved to be one of the toughest challenges we faced!&lt;/p&gt;
&lt;p&gt;It’s like trying to renovate your house while still living in it – client projects and urgent deadlines always jumped the queue, leaving our own site languishing on the back burner. It became the forgotten project, the website equivalent of that one sock that always goes missing in the laundry.&lt;/p&gt;
&lt;h2 id=&quot;mage-os--a-new-e-commerce-star-was-born&quot;&gt;Mage-OS – A New E-Commerce Star Was Born&lt;/h2&gt;
&lt;p&gt;Just when our internal Magento project was gasping for air amidst the constant demands of client work, &lt;strong&gt;Mage-OS&lt;/strong&gt; entered the scene , shining like a beacon of hope (and open-source awesomeness!) and reignited our passion for this project. &lt;/p&gt;
&lt;p&gt;We were instantly hooked, this &lt;strong&gt;community-driven, innovative platform&lt;/strong&gt;, was &lt;em&gt;made&lt;/em&gt; for Magento developers like us, the kind of folks who get excited about &lt;strong&gt;exploring new frontiers in eCommerce&lt;/strong&gt;.&lt;br&gt;
Perfect for agencies like us that are obsessed with &lt;strong&gt;delivering high-performing and user-friendly online experiences for our clients&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;The decision was clear: we’d put our Magento project on a new footing with Mage-OS and dive back into development with renewed enthusiasm!&lt;/p&gt;
&lt;p&gt;**Switching from Magento to Mage-OS? Smoother than a baby’s bottom!&lt;br&gt;
**Seriously, it was surprisingly easy. We had a couple of tiny hiccups – a quick fix for Magewire (which we were thrilled to contribute to – open source FTW!) and a minor tweak in one of our extensions – but overall, the transition was a breeze.&lt;/p&gt;
&lt;p&gt;Today, we can proudly say we’re &lt;strong&gt;&lt;a href=&quot;https://www.jajuma.de/en/jajuma-shop/demo-shop-with-mage-os-and-hyva-themes&quot;&gt;the very first Mage-OS store&lt;/a&gt;&lt;/strong&gt; – a testament to our dedication to eCommerce innovation and a big high-five to the &lt;strong&gt;exciting future of open-source based online retail&lt;/strong&gt;!&lt;/p&gt;
&lt;h2 id=&quot;cool-it-just-works-with-mage-os&quot;&gt;Cool! It Just Works With Mage-OS…&lt;/h2&gt;
&lt;p&gt;Using Mage-OS for our own site was the perfect opportunity to put our extensions through their paces. Yes, we’re those guys who “eat their own dog food” (metaphorically speaking, of course!) and use our own products.&lt;br&gt;
We validated the compatibility of &lt;em&gt;all&lt;/em&gt; our extensions on Mage-OS – zero issues! – and even set up the first public &lt;strong&gt;demo for Mage-OS&lt;/strong&gt;: mage-os.extension.jajuma.de.&lt;/p&gt;
&lt;p&gt;We’re honored to be the &lt;strong&gt;first extension provider with official Mage-OS support&lt;/strong&gt; – a tradition we’re proud of. (Remember, we were also the first to offer Hyvä support – we like being pioneers!).&lt;/p&gt;
&lt;h2 id=&quot;going-live-as-the-very-first-mage-os-store&quot;&gt;Going Live as the Very First Mage-OS Store!&lt;/h2&gt;
&lt;p&gt;In early April 2024, we finally completed our fun and exciting project and launched our new homepage, &lt;strong&gt;proudly becoming the very first live store on Mage-OS&lt;/strong&gt;. &lt;/p&gt;
&lt;p&gt;Throughout this journey, we learned a great deal and developed a genuine appreciation for Mage-OS (and don’t worry, Magento still holds a special place in our hearts!). &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;We remain truly impressed by the dedication of the Mage-OS team and their commitment to community-driven eCommerce — a slogan that perfectly encapsulates the spirit of Mage-OS.&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id=&quot;looking-forward-the-future-is-bright-with-both-magento-and-mage-os&quot;&gt;Looking Forward: The Future is Bright with Both Magento and Mage-OS!&lt;/h2&gt;
&lt;p&gt;Our biggest takeaway? Switching from Magento to Mage-OS is surprisingly simple, and &lt;strong&gt;working with Mage-OS is just as awesome as working with Magento&lt;/strong&gt;. &lt;/p&gt;
&lt;p&gt;If you’re a tech-savvy merchant looking for something new and innovative, &lt;strong&gt;Mage-OS is definitely worth considering&lt;/strong&gt;. &lt;/p&gt;
&lt;p&gt;Even if you’re not ready to make the full switch yet, keep Mage-OS on your radar – &lt;strong&gt;it’s evolving into a robust, community-supported platform with huge potential&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;**Magento merchants, meet your new superpower: freedom of choice!&lt;br&gt;
**In this fast-paced world of eCommerce, being independent, having options and full control is key. With Mage-OS around, you now have the freedom to choose:&lt;br&gt;
Build your business on the proven flexibility and power of Magento, the reliable workhorse.&lt;br&gt;
Or leverage the community-driven, innovative game-changer Mage-OS on top of the rock-solid reliability of Magento you know and love.&lt;br&gt;
Either way, always with free license for life, always owning your data, while scaling and growing with no limits and staying independent.&lt;br&gt;
&lt;strong&gt;It’s definitely a more resilient strategy than giving up all your freedom and control by putting all your eggs in one basket with Shopify!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;P.S.: One thing hasn’t changed with our new site—we’re still using it as a testing ground for innovative ideas, cutting-edge tech, and breakthrough solutions.&lt;br&gt;
Stay tuned for more awesome extensions for both Mage-OS and Magento!&lt;br&gt;
Follow us on LinkedIn to not miss the good things coming.&lt;/p&gt;
&lt;p&gt;And if you’re looking to build or optimize your store on either platform, hit us up.&lt;br&gt;
With over 10 years of Magento experience, Hyvä partner since 4 years and now leading the charge with Mage-OS, &lt;a href=&quot;https://www.jajuma.de/en&quot;&gt;JaJuMa&lt;/a&gt; is uniquely positioned to help you migrating to Mage-OS or building a custom Magento solution - &lt;strong&gt;Let’s discuss your project!&lt;/strong&gt;&lt;/p&gt;</content:encoded><category>Updates</category><author>john-prendergast</author></item><item><title>Revitalizing Magento Through Mage-OS and Smarter Frontend Design</title><link>https://mage-os.org/updates/2025-07-14-revitalizing-magento-through-mage-os-and-smarter-frontend-design</link><guid isPermaLink="true">https://mage-os.org/updates/2025-07-14-revitalizing-magento-through-mage-os-and-smarter-frontend-design</guid><description>In a world where Magento has often felt caught between its open-source roots and corporate oversight, Davide Lunardon is one of the developers pushing it back...</description><pubDate>Mon, 14 Jul 2025 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;In a world where Magento has often felt caught between its open-source roots and corporate oversight, &lt;em&gt;&lt;a href=&quot;https://www.linkedin.com/in/davide-lunardon-b78813a1/&quot;&gt;Davide Lunardon&lt;/a&gt;&lt;/em&gt; is one of the developers pushing it back toward its community-driven origins. Known to many as &lt;strong&gt;dadolun95&lt;/strong&gt;, Davide is a freelance web developer based in Italy, spending his days crafting Magento solutions and his downtime at the ping pong table.&lt;/p&gt;
&lt;p&gt;With Mage-OS gaining momentum as a true open-source alternative to Adobe’s version of Magento, Davide’s contributions, especially in improving content editing and frontend flexibility, are helping redefine what it means to build with Magento in 2025.&lt;/p&gt;
&lt;h2 id=&quot;building-a-smarter-page-builder&quot;&gt;Building a Smarter Page Builder&lt;/h2&gt;
&lt;p&gt;One of Davide’s standout contributions is the &lt;strong&gt;&lt;a href=&quot;https://github.com/mage-os-lab/module-page-builder-widget&quot;&gt;page-builder-widgets&lt;/a&gt;&lt;/strong&gt; module, a clever workaround for Magento’s long-standing struggle with user-friendly content management.&lt;/p&gt;
&lt;p&gt;Page Builder has always felt like it was missing something critical, Davide explains. Especially when it comes to creating custom components. You end up diving into a labyrinth of UI components and JavaScript structures that barely make sense, even for seasoned Magento devs.&lt;/p&gt;
&lt;p&gt;His module fixes this by allowing CMS widgets to be previewed directly inside Page Builder, complete with the actual data the user enters. Before this, adding a widget meant inserting a shortcode and hoping it worked on the frontend. Now, merchants get real previews, and developers only need a small XML snippet and a PHTML file to make it happen.&lt;/p&gt;
&lt;p&gt;The result is a massive improvement in usability without sacrificing the Magento philosophy of extensibility and modularity.&lt;/p&gt;
&lt;h2 id=&quot;the-pain-behind-the-progress&quot;&gt;The Pain Behind the Progress&lt;/h2&gt;
&lt;p&gt;Building the module wasn’t exactly a walk in the park. Magento’s admin UI is infamously complex, and developing something that integrates cleanly without breaking standards required some serious determination.&lt;/p&gt;
&lt;p&gt;“The hard part was designing its behavior at the UI/UX level in the admin and wiring the various calls needed in the component by untangling xml and js. All without changing any mode in widget development while remaining totally faithful to the standard in use.” he says. I had to find ways to allow for custom JS, CSS, and backend logic without rewriting the core structure.&lt;/p&gt;
&lt;p&gt;Davide also had to account for admin-specific behavior, such as using backend-only block classes, while making the preview system flexible enough to support future use cases. The entire development process took around 10 days of focused, intense work.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;“Developing such a complex uiComponent is in itself something that is debilitating and that leads you on several occasions to think that you will not be able to complete the work” - he admits.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id=&quot;a-theme-for-the-future-without-losing-the-past&quot;&gt;A Theme for the Future Without Losing the Past&lt;/h2&gt;
&lt;p&gt;Davide isn’t just looking at Page Builder; he has his eyes on the frontend, too. His next big proposal involves revamping Magento’s default theme Luma to make it more modern, flexible, and compliant with evolving digital standards.&lt;/p&gt;
&lt;p&gt;Instead of replacing Luma entirely, he’s building a new Blank-based theme that incorporates &lt;strong&gt;&lt;a href=&quot;https://getuikit.com/docs/introduction&quot;&gt;UIkit3&lt;/a&gt;&lt;/strong&gt;, a lightweight frontend framework that works perfectly with Magento’s static content deploy process. Unlike other modern frontend stacks, it doesn’t require Node.js or a custom build toolchain. It compiles via LESS, just like Magento expects.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;“We cannot afford as an opensource community to have to tell those who want to use the software we support &amp;#x3C;&amp;#x3C; You have to install theme X or module Y to be able to sell online &gt;&gt; and vendors cannot be asked to make an extra effort to adapt to yet another new ‘standard.’”&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;This new theme brings in responsive design utilities, UI components, and a faster path to modern layouts, all while preserving compatibility with Magento’s frontend architecture.&lt;/p&gt;
&lt;p&gt;It’s already in beta, and Davide has shared it with the Mage-OS community for feedback. The next steps include refining it to meet regulatory requirements like the EU’s Cyber Resilience Act and eventually tackling Magento’s checkout experience, which still lacks proper CSP compliance.&lt;/p&gt;
&lt;h2 id=&quot;from-early-magento-to-open-source-advocacy&quot;&gt;From Early Magento to Open-Source Advocacy&lt;/h2&gt;
&lt;p&gt;Davide discovered Magento back in 2016, when Magento 1 was still the dominant version and Magento 2 hadn’t yet stabilized. He was working at a company that used the platform and quickly fell in love with its structure and power.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The flexibility it gives you, with dependency injection, plugins, preferences, is just unmatched, he says. If you know what you’re doing, you can really shape it to your business.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;After going freelance in 2020, he began focusing more on community-led efforts, which is what eventually brought him to Mage-OS.&lt;/p&gt;
&lt;h2 id=&quot;why-mage-os-matters-to-him&quot;&gt;Why Mage-OS Matters to Him&lt;/h2&gt;
&lt;p&gt;Mage-OS isn’t just a technical fork, for Davide, it’s a chance to give back to a platform that’s shaped his career. Adobe’s stewardship of Magento left many community members feeling locked out. Mage-OS gave them a new way in.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Mage-OS lets me contribute directly without all the limitations and red tape, Davide says. “I owe a lot to Magento in terms of my own career so I’m glad to pay my ‘debt’ to it and that thanks to Mage-OS.”&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;He’s not alone in seeing Mage-OS as the spiritual successor to the Magento many developers first fell in love with a project led by people who actually use and build with it every day.&lt;/p&gt;
&lt;h2 id=&quot;looking-ahead&quot;&gt;Looking Ahead&lt;/h2&gt;
&lt;p&gt;With the Page Builder Widgets module released, the frontend theme in beta, and a vision to bring widgets, layouts, and admin tools into a more modern ecosystem, Davide’s work is helping Mage-OS move from potential to reality.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;There’s still a lot to do, he says. But we’re at the point where we can finally make Magento or Mage-OS fun again.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Whether it’s giving non-developers better tools or improving compatibility for third-party developers, Davide’s contributions are a reminder of what open source is supposed to be: practical, inclusive, and community-driven.&lt;/p&gt;
&lt;p&gt;And with developers like him in the mix, the future of Mage-OS looks a whole lot brighter.&lt;/p&gt;</content:encoded><category>Updates</category><author>anita-miller</author></item><item><title>Mage-OS June Update</title><link>https://mage-os.org/updates/2025-07-01-mage-os-june-update</link><guid isPermaLink="true">https://mage-os.org/updates/2025-07-01-mage-os-june-update</guid><description>- Welcome to our newest partners and members!     - Carl – community member          - Jacqueline Gerritsen – community member          - Ben – community...</description><pubDate>Tue, 01 Jul 2025 00:00:00 GMT</pubDate><content:encoded>&lt;h2 id=&quot;association-news&quot;&gt;&lt;strong&gt;Association News&lt;/strong&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Welcome to our newest partners and members!&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Carl – community member&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Jacqueline Gerritsen – community member&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Ben – community member&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Ksenia – community member&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Pawel – community member&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Jakub Frieb – community member&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Xavier Ojeda – community member&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Gianluca Porta – community member&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;You too can become a Mage-OS member and &lt;a href=&quot;/community/partners&quot;&gt;join&lt;/a&gt; our vibrant community, starting from just €10 per year!&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;As summer gets into full swing, the Mage-OS project has continued to grow and evolve. Over the past month, we’ve seen progress on technical improvements, community projects, website updates, and leadership changes. Here’s a look at everything that happened recently.&lt;/p&gt;
&lt;h2 id=&quot;community-and-leadership&quot;&gt;Community and Leadership&lt;/h2&gt;
&lt;h3 id=&quot;general-assembly-and-elections&quot;&gt;General Assembly and Elections&lt;/h3&gt;
&lt;p&gt;Mage-OS held its second-ever General Assembly, where members came together to vote on leadership roles and reflect on the progress made so far. A new board was elected for the 2025–2027 term, including:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Vinai Kopp (President)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;David Lambauer (Vice President)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Cezary Kozon (Treasurer)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;John Prendergast (Actuary)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Michiel Gerritsen, Ruggero Landolina, and others as board members&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Francis Michael Gallagher joined the Business Control Committee&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The community also thanked the outgoing board members for their time and dedication. Read more about the General Assembly &lt;a href=&quot;/updates/2025-06-19-mage-os-2nd-general-assembly-a-big-thank-you-to-the-community&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&quot;finances-and-transparency&quot;&gt;Finances and Transparency&lt;/h3&gt;
&lt;p&gt;The Business Control Committee shared the 2024 financial report, showing that Mage-OS is in strong financial shape. The organization had more than 270,000 PLN in revenue and ended the year with a surplus of over 163,000 PLN. All finances were handled according to Polish nonprofit standards, and regular updates have kept the community informed.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&quot;technical-progress&quot;&gt;Technical Progress&lt;/h2&gt;
&lt;h3 id=&quot;website-and-performance&quot;&gt;Website and Performance&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;A new page called the “&lt;a href=&quot;/community&quot;&gt;Community Modules Directory&lt;/a&gt;” was added to the Mage-OS website. It highlights useful extensions made by the community, organized into different categories, and invites feedback.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Website performance improved thanks to a new caching plugin, making the site faster for visitors.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;build-process-and-releases&quot;&gt;Build Process and Releases&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Work is ongoing to improve how Mage-OS builds and distributes releases. Efforts are focused on reusing existing files and reducing the time needed to build new versions.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The team is experimenting with ways to run builds in parallel, but some limitations still exist due to tooling and infrastructure.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;/releases/2025-06-18-mage-os-1-2-0&quot;&gt;Version 1.2&lt;/a&gt; was released recently, and early feedback has been very positive. The new admin theme received praise, and no major issues were reported.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;frontend-and-checkout-compliance&quot;&gt;Frontend and Checkout Compliance&lt;/h2&gt;
&lt;h3 id=&quot;new-theme-in-progress&quot;&gt;New Theme in Progress&lt;/h3&gt;
&lt;p&gt;A new default frontend theme is in development. It’s based on the existing Blank theme and uses UIKit 3. The goal is to improve the customer-facing experience while staying compatible with existing modules. A preview version is being prepared for the community to try and give feedback.&lt;/p&gt;
&lt;h3 id=&quot;csp-and-pci-dss-security&quot;&gt;CSP and PCI-DSS Security&lt;/h3&gt;
&lt;p&gt;Checkout compliance continues to be a high priority. The team is exploring different ways to meet stricter security requirements (like PCI-DSS 4.0). Ideas include removing certain scripts and possibly using sandboxed iframes, similar to what Shopify does. These changes are not easy but are important for long-term security and compatibility with payment providers.&lt;/p&gt;
&lt;h2 id=&quot;community-modules-and-contributions&quot;&gt;Community Modules and Contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Several modules have been moved into the official &lt;a href=&quot;https://github.com/mage-os&quot;&gt;Mage-OS namespace&lt;/a&gt;, including &lt;a href=&quot;https://github.com/mage-os/magento-cache-clean&quot;&gt;Vinai’s cache-cleaning module&lt;/a&gt; and others that were previously hosted in MageOSLab..&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Contributions continue from agencies and developers, showing strong and steady engagement.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id=&quot;looking-ahead&quot;&gt;Looking Ahead&lt;/h2&gt;
&lt;p&gt;Mage-OS is moving into a new phase focused on innovation and growth. The team is exploring an ambassador program to help spread the word and support the project globally.&lt;/p&gt;
&lt;p&gt;There are also discussions about replacing the current WordPress site with a static site generator (like Hugo), which would make the website easier to maintain and contribute to.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&quot;opportunities&quot;&gt;&lt;strong&gt;Opportunities&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;Mage-OS is built by the community, for the community. You can help by:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Have a contribution idea or interested in the Mage-OS Distribution? Join our weekly tech meetings, public on &lt;a href=&quot;http://chat.mage-os.org/&quot;&gt;Discord&lt;/a&gt; at 3 PM CET / 2 PM UTC / 9 AM EST every Tuesday: chat.mage-os.org&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Contributing to modules, documentation, or the website&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Providing feedback on new features or release candidates&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Sharing your ideas in the Discord server or GitHub discussions&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;We’re looking for new features to enhance Mage-OS this year that will help to modernize and excite merchants. This might include AI enhancements, low/no code processes, or more. Talk to Vinai Kopp or #tech if you’re interested!&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Whether you’re a developer, merchant, or just interested in open source, there’s always a way to get involved.&lt;/p&gt;</content:encoded><category>Updates</category><author>mage-os-team</author></item><item><title>Local Magento Community initiative: the case of Opengento</title><link>https://mage-os.org/updates/2025-06-24-local-magento-community-initiative-the-case-of-opengento</link><guid isPermaLink="true">https://mage-os.org/updates/2025-06-24-local-magento-community-initiative-the-case-of-opengento</guid><description>On 25th March, a couple of Mage-OS active members attended the first ever Meet Magento France, and since many recaps have already been published online, we...</description><pubDate>Tue, 24 Jun 2025 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;On 25th March, a couple of Mage-OS active members attended the first ever &lt;a href=&quot;https://fr.meet-magento.com/&quot;&gt;Meet Magento France&lt;/a&gt;, and since &lt;a href=&quot;https://www.linkedin.com/search/results/all/?keywords=%23mm25fr&amp;#x26;origin=GLOBAL_SEARCH_HEADER&amp;#x26;sid=JNM&quot;&gt;many recaps&lt;/a&gt; have already been published online, we thought we’d provide a different angle to the story and shed more light on the organisation that was behind this whole event.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://opengento.fr/&quot;&gt;Opengento&lt;/a&gt;, took inspiration from how Mage-OS Nederland organizes Meet Magento Netherlands, to ensure that - sometimes competing - agencies work in good spirit and collaboration and are all treated fairly alongside other contributing vendors.&lt;/p&gt;
&lt;p&gt;They took on the responsibility of being the legal entity behind all the paperwork, be it legal or financial, including budget and taking financial risk for this very first edition, which turned out to be 10 times bigger than their usual week-ends. &lt;/p&gt;
&lt;h1 id=&quot;what-is-opengentos-story&quot;&gt;What is Opengento’s story?&lt;/h1&gt;
&lt;p&gt;Opengento is a non for profit organization (French law of 1901) whose purpose is to organize open-source events for the French-speaking developer community.&lt;/p&gt;
&lt;p&gt;To better understand this, let’s go back to 2013, the year of the first MageConf (.org, not to be confused with .com). It was a sort of counter-event to the Bargento event, which would be less commercial and more organised for and by developers.&lt;/p&gt;
&lt;p&gt;In 2014, the Opengento association was born during MageConf. The idea was simple: to bring together the French developer community for a weekend to code and network! &lt;/p&gt;
&lt;p&gt;Since the first Opengento event, which took place in 2015 in Toulouse, seven other weekends have been organized! &lt;/p&gt;
&lt;p&gt;To put it briefly, Opengento is an association that publishes POCs &amp;#x26; modules during its hackathons (our famous Opengento weekends) in order to support innovation within the e-commerce developer community.&lt;/p&gt;
&lt;p&gt;&lt;img  loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;576&quot; src=&quot;/_astro/Opengento-weekend-1024x576.B1g7xgvy_mdtad.webp&quot; &gt;&lt;/p&gt;
&lt;h1 id=&quot;who-is-opengento&quot;&gt;Who is Opengento &lt;/h1&gt;
&lt;p&gt;The board is renewed every year and is currently represented by&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;A president: Frederic Martinez&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;A Treasurer: Christophe Ferreboeuf&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;A Secretary: Thomas Klein&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Today there are over 150 individual members working for agencies, as freelancers but also for software vendors and merchants too, supported by &lt;a href=&quot;https://opengento.fr/members&quot;&gt;13 sponsors&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Their mission is to &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Promote the Magento Open Source initiatives&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Organize events for the Magento Community&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Weekend Opengento (developer paradise like)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Meetups (networking)&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Publish Open-Source modules for free on packagist! (&lt;a href=&quot;https://github.com/opengento&quot;&gt;https://github.com/opengento&lt;/a&gt;)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Share knowledge &amp;#x26; expertise (events, Slack)&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img  loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;845&quot; height=&quot;453&quot; src=&quot;/_astro/groupe-drone-1.BBZpmN0f_1pXxQW.webp&quot; &gt;&lt;/p&gt;
&lt;h1 id=&quot;what-innovation-has-been-brought-by-opengento&quot;&gt;What innovation has been brought by Opengento?&lt;/h1&gt;
&lt;p&gt;Opengento came up with a variety of modules that allow you to add several types of loggers (GELF, Slack, and others), or access Magento without a password (&lt;a href=&quot;https://hoodoor.com/&quot;&gt;Hoodoor&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;Other functionalities developed over Opengento Hackathons include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;geolocation management by country&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;GDPR&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Sidegrade Commerce to Open Source&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;linking multiple countries to a store&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;importing/exporting categories in flat format&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;the ability to disable purchasing or pricing for one or more customer groups or by product&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;the ability to replace the store code in the URL path with a custom or predefined value (local, for example)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;SSR generation of breadcrumbs (very useful for SEO)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;database management (document management, automated imports, automatic linking to products, search, etc.)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;the ability to manage sales increment IDs (prefix, suffix, format)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;advanced sort management on PLPs (managing the order or no, include it or have a dedicated cta..)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;minimal price management&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;currency accuracy management (fork of the official M2-JP which is not maintained)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;webapi logger (fork of ghostunicorn)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;openai connector…&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href=&quot;https://github.com/opengento&quot;&gt;VIsit Opengento Github Repository here&lt;/a&gt;&lt;/p&gt;
&lt;h1 id=&quot;how-does-opengento-fit-with-adobe-the-magento-association-or-mage-os&quot;&gt;How does Opengento fit with Adobe, the Magento Association or Mage-OS?&lt;/h1&gt;
&lt;p&gt;&lt;img  loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;768&quot; src=&quot;/_astro/20241010_095502-1024x768.Ci_ZPY5O_Z2eM5Eo.webp&quot; &gt;&lt;/p&gt;
&lt;h3 id=&quot;adobe&quot;&gt;Adobe&lt;/h3&gt;
&lt;p&gt;Adobe is dedicated to maintaining the &lt;strong&gt;Magento Open Source&lt;/strong&gt; codebase, a commitment that has been strong since they acquired Magento in 2018. They directly manage the core code, releasing consistent updates that include security fixes and performance enhancements. &lt;/p&gt;
&lt;p&gt;For this, they have been investing in two key people:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Parul Sinha&lt;/strong&gt;, a Software Engineering Manager at Adobe, focuses on fostering stronger ties with the developer community, managing programs that encourage contributions, and advocating for the community’s needs to ensure their input shapes the roadmap.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Ritesh Somani&lt;/strong&gt;, a Principal Product Manager at Adobe and a Magento Association board member, contributes to defining the product vision and roadmap, particularly for commerce and payments, and works to strengthen collaboration between Adobe and the community to keep Magento Open Source robust and merchant-focused.&lt;/p&gt;
&lt;p&gt;You can meet them at key Meet Magento events in North America, and together, they work on maintaining the Magento Open Source codebase through initiatives such as:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://community.magento.com/t5/Magento-DevBlog/bg-p/devblog&quot;&gt;&lt;strong&gt;Community Prioritization Process&lt;/strong&gt;,&lt;/a&gt; to empower the community to influence the roadmap by upvoting pull requests for features and fixes they deem most important.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Core Codebase Ownership:&lt;/strong&gt; Adobe is the official steward, handling development, security, and compatibility.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Regular Releases:&lt;/strong&gt; They consistently issue updates, including security fixes and quality improvements, ensuring the platform stays current.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Showcasing Magento Open Source&lt;/strong&gt; and how it helps SMB merchants scale their eCommerce stores and capabilities at their own pace. &lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img  loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;768&quot; src=&quot;/_astro/20250206_093356-1024x768.CAb7U1Bp_IePQd.webp&quot; &gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Presentation of Parking Zone case study by Ritesh at Meet Magento Florida 2025&lt;/em&gt;&lt;/p&gt;
&lt;h3 id=&quot;the-magento-association&quot;&gt;The Magento Association&lt;/h3&gt;
&lt;p&gt;The &lt;a href=&quot;https://www.magentoassociation.org/home&quot;&gt;Magento Association&lt;/a&gt; is backed by Adobe. Their main objective is to promote the Magento brand and eCommerce platform and Community. &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;They grant the rights to use the “&lt;a href=&quot;https://www.meet-magento.com/&quot;&gt;Meet Magento&lt;/a&gt;” branding for events and they provide strong support to those events.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Now you can refer to the &lt;a href=&quot;https://magento-opensource.com/&quot;&gt;Magento Open Source official website&lt;/a&gt; to find key resources about the platform’s features, including the key &lt;a href=&quot;https://magento-opensource.com/magento-open-source/magento-open-source-open-source-advantage/&quot;&gt;advantages of Open Source&lt;/a&gt; vs SaaS in eCommerce&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;You can also tag Magento Open Source on &lt;a href=&quot;https://www.linkedin.com/showcase/magento-open-source/&quot;&gt;LinkedIn&lt;/a&gt; again, to give it more visibility as a brand and code base in its own right, showcasing fantastic projects that go live everyday.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In the last year or so, the Magento Association gave a big boost to its activities and more clarity to its governance. &lt;/p&gt;
&lt;p&gt;Here are their 2025 big priorities and &lt;a href=&quot;https://www.magentoassociation.org/commerce-co-op/full-article/magento-association-march-2025-town-hall-highlights-and-key-takeaways&quot;&gt;board members’ roles and responsibilities&lt;/a&gt; to achieve their goals:&lt;/p&gt;
&lt;p&gt;1. Financial Health &amp;#x26; Funding the Future &lt;/p&gt;
&lt;p&gt;2. Membership, Sponsorship &amp;#x26; Sustainability &lt;/p&gt;
&lt;p&gt;3. Events: The Heartbeat of the Community &lt;/p&gt;
&lt;p&gt;4. Marketing, Transparency, and Community Engagement &lt;/p&gt;
&lt;p&gt;5. Empowering Developers &amp;#x26; Contributors &lt;/p&gt;
&lt;p&gt;6. Elevating Agency Value &lt;/p&gt;
&lt;p&gt;7. Magento Champion Programme&lt;/p&gt;
&lt;p&gt;8. Documentation Reimagined &lt;/p&gt;
&lt;p&gt;9. Governance &amp;#x26; Sustainability &lt;/p&gt;
&lt;p&gt;10. Adobe’s Vision for the Future&lt;/p&gt;
&lt;p&gt;&lt;img  loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;682&quot; height=&quot;874&quot; src=&quot;/_astro/Screenshot-2025-06-19-095835.DdnBRTOA_u4osz.webp&quot; &gt;&lt;/p&gt;
&lt;p&gt;What has been quite visible so far is how their Marketing task force, led by Laura Folco staffed up big times with high profile members such as Emily Sturges, Rebecca Brocton and Ola Czapiewska , and you can already see the momentum they are gaining, starting with their &lt;a href=&quot;https://www.linkedin.com/company/magentoassociation/posts/?feedView=all&quot;&gt;LinkedIn activities&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&quot;mage-os&quot;&gt;Mage-OS&lt;/h3&gt;
&lt;p&gt;As a foundation to raise awareness about the structural advantages of the Magento Open Source platform, we gathered all the reasons &lt;a href=&quot;https://magento-opensource.com/magento-open-source/magento-open-source-open-source-advantage/&quot;&gt;why Open Source is beneficial for eCommerce&lt;/a&gt; merchants, including ownership and control of their stores, data, security, resilience but also unmatched flexibility and differentiation and THE COMMUNITY.&lt;/p&gt;
&lt;p&gt;Now that the promotion of the Magento brand is now in safe hands with the Magento Association, we are shifting our focus to becoming a &lt;strong&gt;technology incubator&lt;/strong&gt;, giving Magento developers a playground to build and test things such as:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;A brand &lt;a href=&quot;/updates/2025-04-10-m137-admin-theme&quot;&gt;new Admin Pane&lt;/a&gt;l to  make it more modern, intuitive and fun for Magento users!&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;/initiatives/2025-05-06-the-evolution-of-documentation-in-the-age-of-ai-a-magento-case-study&quot;&gt;AI powered documentation&lt;/a&gt; so developers spend more time on what they love and less on tedious tasks&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Automatic &lt;a href=&quot;/initiatives/2025-02-08-transforming-magento-the-power-of-community-contributions-and-innovation&quot;&gt;Translation Modules,&lt;/a&gt; Import/Export for Page Builder Modules&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;And &lt;a href=&quot;/?cat_ID=40&quot;&gt;many more&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Our role is to nurture innovation, and provide opportunities and path to be rolled out into the core platform to maintain its competitive edge and relevance while the eCommerce landscape is undergoing a huge revolution both technology wise but also regulatory wise.&lt;/p&gt;
&lt;h3 id=&quot;localised-magento-developers-associations-opengento-firegento-magentiamo-mage-os-netherlands-and-more&quot;&gt;Localised Magento developers associations: Opengento, Firegento, Magentiamo, Mage-OS Netherlands and more&lt;/h3&gt;
&lt;p&gt;Grassroot initiatives are at the heart of the Magento Community and is the tightest bond that brings people together. &lt;/p&gt;
&lt;p&gt;The same way Opengento comes up with innovative solutions to problems they see in their markets, other countries also have their local associations:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://firegento.com&quot;&gt;&lt;strong&gt;Firegento&lt;/strong&gt;&lt;/a&gt; &lt;strong&gt;(Germany)&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The German association (e.V.) with a long history of contributing to Magento Open Source is  known for organizing community events: hackathons, meetups and most importantly &lt;a href=&quot;https://www.mageunconference.org/&quot;&gt;Unconferences&lt;/a&gt;, and developing useful tools and modules for the platform. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;GitHub:&lt;/strong&gt; &lt;a href=&quot;https://github.com/firegento&quot;&gt;https://github.com/firegento&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://nl.mage-os.org/en/&quot;&gt;&lt;strong&gt;Mage-OS NL&lt;/strong&gt;&lt;/a&gt; &lt;strong&gt;(Netherlands)&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Local chapter of the broader Mage-OS initiative, they are a non-profit association specifically for the Dutch Magento community, aiming to revive and represent the Magento/Adobe Commerce/Mage-OS ecosystem in the Netherlands through events, information sharing, and community facilitation. Their biggest achievement is the big come back of &lt;a href=&quot;https://nl.meet-magento.com/&quot;&gt;Meet Magento Netherlands!&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.magentiamo.it/&quot;&gt;&lt;strong&gt;Magentiamo&lt;/strong&gt;&lt;/a&gt; &lt;strong&gt;(Italy)&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;For over 10 years now, the Italian association has been organizing events and community initiatives such as a &lt;strong&gt;Community Portal/Resource&lt;/strong&gt; that provides support, development insights, consulting, and hosting solutions specifically for Magento users in Italy. &lt;/p&gt;
&lt;p&gt;Get ready for the comeback of &lt;a href=&quot;https://it.meet-magento.com/&quot;&gt;Meet Magento Italy 2025&lt;/a&gt;!&lt;/p&gt;
&lt;p&gt;And this is just the visible tip of the iceberg.&lt;/p&gt;
&lt;p&gt;In short, the more the merrier. From super localised initiatives just like all the regional meet ups like in &lt;a href=&quot;https://www.meetup.com/magento-meetup-austria/&quot;&gt;Magento Meet-up Austria&lt;/a&gt;, or  &lt;a href=&quot;https://www.meetup.com/de-DE/magento-stammtisch-rhein-main/&quot;&gt;Magento Stammtisch Rhein Main&lt;/a&gt; who recently celebrated their 50th edition to giant gathering at eCommerce expo like Webwinkelvakdagen or at Adobe Summit, every occasion to meet sparks passion, ideas, innovation and strengthen friendship, which the core and heart of our Magento Community.&lt;/p&gt;
&lt;p&gt;No local chapter? &lt;a href=&quot;/community&quot;&gt;Contact us&lt;/a&gt; to help you set one up.&lt;/p&gt;</content:encoded><category>Updates</category><author>thien-lan-weber</author></item><item><title>Mage-OS 2nd General Assembly: A Big Thank You to the Community</title><link>https://mage-os.org/updates/2025-06-19-mage-os-2nd-general-assembly-a-big-thank-you-to-the-community</link><guid isPermaLink="true">https://mage-os.org/updates/2025-06-19-mage-os-2nd-general-assembly-a-big-thank-you-to-the-community</guid><description>This week, we wrapped up our second-ever General Assembly, and we’re honestly feeling energized, proud, and deeply grateful for everyone who helped make it...</description><pubDate>Thu, 19 Jun 2025 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;This week, we wrapped up our &lt;strong&gt;second-ever General Assembly&lt;/strong&gt;, and we’re honestly feeling energized, proud, and deeply grateful for everyone who helped make it happen. From the new elections to exciting project updates, this was more than just a meeting, it was a celebration of what we’ve built together.&lt;/p&gt;
&lt;h2 id=&quot;progress-from-the-community&quot;&gt;Progress from the Community&lt;/h2&gt;
&lt;p&gt;This year’s updates reminded us just how much this community can accomplish. A few highlights:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;100+ pull requests merged into the Mage-OS Distribution&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;New Admin theme developed for both Mage-OS and Magento Open Source&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;CMS widget preview and AI-based catalog content modules launched&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Solid infrastructure improvements and steady code maintenance&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;None of this happens without the time, care, and skill of contributors. Thank you!&lt;/p&gt;
&lt;h2 id=&quot;growing-together&quot;&gt;Growing Together&lt;/h2&gt;
&lt;p&gt;Mage-OS is now supported by:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;13 partner organizations&lt;/strong&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;135 paying members&lt;/strong&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;And a dedicated community of volunteers who show up each week to move things forward&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;It’s clear we’ve shifted out of “rescue mode” and into a new phase focused on &lt;strong&gt;innovation, collaboration, and growth&lt;/strong&gt;. We’re also planning to launch an &lt;strong&gt;Ambassador Program&lt;/strong&gt; to help represent and grow Mage-OS around the world.&lt;/p&gt;
&lt;h2 id=&quot;looking-ahead&quot;&gt;Looking Ahead&lt;/h2&gt;
&lt;p&gt;Our priorities for the coming year are clear:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Keep building cool things&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Keep working closely with the Magento Association&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Stay open, transparent, and community-driven&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Make Mage-OS the best possible platform for everyone using and contributing to Magento Open Source&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;welcome-to-our-new-board--bcc-members&quot;&gt;Welcome to Our New Board &amp;#x26; BCC Members&lt;/h2&gt;
&lt;p&gt;We’re happy to officially welcome the newly elected members of the &lt;strong&gt;Mage-OS Association Board (2025–2027)&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;David Lambauer&lt;/strong&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;John Prendergast&lt;/strong&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Michiel Gerritsen&lt;/strong&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Ruggero Landolina&lt;/strong&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;And a warm welcome to &lt;strong&gt;Francis Michael Gallagher&lt;/strong&gt;, who joins the &lt;strong&gt;Business Control Committee (BCC)&lt;/strong&gt; alongside returning member &lt;strong&gt;Laura Folco&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;We also want to extend a huge &lt;em&gt;thank you&lt;/em&gt; to the outgoing board and BCC members. Your time, ideas, and hard work have laid the foundation we’re all standing on. You will always be part of this community’s story.&lt;/p&gt;
&lt;h2 id=&quot;new-leadership-roles&quot;&gt;New Leadership Roles&lt;/h2&gt;
&lt;p&gt;After a close and thoughtful vote, the Mage-OS Board roles are now confirmed:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;President:&lt;/strong&gt; Vinai Kopp&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Vice President:&lt;/strong&gt; David Lambauer&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Treasurer:&lt;/strong&gt; Cezary Kozon&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Actuary:&lt;/strong&gt; John Prendergast&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;Maciej Kalkowski&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Ruggero Landolina&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Michiel Gerritsen&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;vote-results-recap&quot;&gt;Vote Results Recap&lt;/h2&gt;
&lt;p&gt;We had a fantastic level of participation in this year’s election. Here’s a quick look at how the votes landed:&lt;/p&gt;
&lt;h3 id=&quot;board-of-directors-20252027&quot;&gt;Board of Directors (2025–2027):&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;David Lambauer:&lt;/strong&gt; 86%&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;John Prendergast:&lt;/strong&gt; 66%&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Michiel Gerritsen:&lt;/strong&gt; 62%&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Ruggero Landolina:&lt;/strong&gt; 55%&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Sergej Derzap: 42%&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Marek Kubačák: 42%&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Ksenia Zvereva: 44%&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;business-control-committee&quot;&gt;Business Control Committee:&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Francis Michael Gallagher:&lt;/strong&gt; 100% votes&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;role-elections-for-20252026&quot;&gt;Role Elections for 2025–2026:&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;President:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Vinai Kopp: 61%&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Ryan Hoerr: 29%&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Abstain: 10%&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Vice President:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;David Lambauer: 34%&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Ryan Hoerr: 31%&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Ruggero Landolina: 16%&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Others: 19% combined&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Treasurer:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Cezary Kozon: 80%&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Ruggero Landolina: 10%&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Others: 10% combined&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Actuary:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;John Prendergast: 83%&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Ruggero Landolina: 10%&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Michiel Gerritsen: 7%&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;resolutions&quot;&gt;Resolutions:&lt;/h3&gt;
&lt;p&gt;All eight General Assembly resolutions, including approval of reports and discharge of outgoing board members, passed with &lt;strong&gt;100% in favor&lt;/strong&gt;.&lt;/p&gt;
&lt;h2 id=&quot;financial-snapshot&quot;&gt;Financial Snapshot&lt;/h2&gt;
&lt;p&gt;We’re proud to share that Mage-OS is in great financial shape:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;2024 revenue:&lt;/strong&gt; 270,000+ PLN&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Net surplus:&lt;/strong&gt; 163,342 PLN&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Assets at year-end:&lt;/strong&gt; 213,093 PLN&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Everything has been reviewed, approved, and documented according to Polish accounting standards. Transparency continues to be a top priority, and we thank our BCC for their detailed work and oversight.&lt;/p&gt;
&lt;h3 id=&quot;bcc-report&quot;&gt;BCC Report&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Financial Transparency and Strong Stewardship at Mage-OS in 2024&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The 2024 Business Control Committee report for Mage-OS reveals a year of sound financial stewardship and transparency. The organization generated a total of &lt;strong&gt;270,398.75 PLN (~€62,170)&lt;/strong&gt;, raised entirely through donations and sponsorships via Open Collective. These contributions came from both individual supporters and companies aligned with Mage-OS’s open-source mission.&lt;/p&gt;
&lt;p&gt;Total expenditures reached &lt;strong&gt;107,056.62 PLN (~€24,610)&lt;/strong&gt;, primarily allocated to necessary non-profit operations. This included payments for legal and tax services, wages, and subscriptions to vital tools such as MailerLite, Bitwarden, and Zoom. As a result, Mage-OS ended the fiscal year with a healthy &lt;strong&gt;net surplus of 163,342.13 PLN (~€37,560)&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;The BCC also highlighted the board’s exemplary commitment to transparency. Monthly financial updates were punctual and thorough, communication was responsive, and a financial FAQ, first recommended in the previous year, remained accurate and informative. The committee praised the board for cultivating a transparent and cooperative environment, laying a strong foundation for continued success in 2025.&lt;/p&gt;
&lt;h3 id=&quot;thank-you&quot;&gt;Thank You&lt;/h3&gt;
&lt;p&gt;To everyone who voted, joined the assembly, contributed code, helped with finances, supported others, or just showed up: &lt;strong&gt;thank you&lt;/strong&gt;. Mage-OS is what it is because of you. This assembly reminded us how far we’ve come and how much more we can do together.&lt;/p&gt;
&lt;p&gt;Here’s to another great year ahead!&lt;/p&gt;
&lt;h2 id=&quot;opportunities&quot;&gt;&lt;strong&gt;Opportunities&lt;/strong&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Have a contribution idea or interested in the Mage-OS Distribution? Join our weekly tech meetings, public on &lt;a href=&quot;http://chat.mage-os.org/&quot;&gt;Discord&lt;/a&gt; at 3 PM CET / 2 PM UTC / 9 AM EST every Tuesday: chat.mage-os.org&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;We’re looking for new features to enhance Mage-OS this year that will help to modernize and excite merchants. This might include AI enhancements, low/no code processes, or more. Talk to Vinai Kopp or #tech if you’re interested!&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;</content:encoded><category>Updates</category><author>anita-miller</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 May Recap</title><link>https://mage-os.org/updates/2025-06-01-mage-os-may-recap</link><guid isPermaLink="true">https://mage-os.org/updates/2025-06-01-mage-os-may-recap</guid><description>- Welcome to our newest partners and members!     - Abi Green  – professional member          - Ruthger Idema – community member - You too can become a Mage-OS...</description><pubDate>Sun, 01 Jun 2025 00:00:00 GMT</pubDate><content:encoded>&lt;h2 id=&quot;association-news&quot;&gt;&lt;strong&gt;Association News&lt;/strong&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Welcome to our newest partners and members!&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Abi Green  – professional member&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Ruthger Idema – community member&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;You too can become a Mage-OS member and &lt;a href=&quot;/community/partners&quot;&gt;join&lt;/a&gt; our vibrant community, starting from just €10 per year!&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;mage-os-elections-assembly--community-feedback&quot;&gt;Mage-OS Elections, Assembly &amp;#x26; Community Feedback&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;General Assembly – June 18 @ 3PM CET&lt;/strong&gt;&lt;br&gt;
Our next General Assembly is happening June 18. All members are invited to attend, vote on the topics, and even nominate themselves for the Mage-OS Board. Don’t miss this important moment in shaping Mage-OS’s future!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Board Election &amp;#x26; Candidate Nominations&lt;/strong&gt;&lt;br&gt;
If you’d like to participate more directly in decision-making, &lt;a href=&quot;https://docs.google.com/forms/d/e/1FAIpQLSdUJeVlSkL-Dm0yMmyASOmp6uiXBOOOg-b_5lrLuLFpNsMvMA/viewform?usp=dialog&quot;&gt;nominate&lt;/a&gt; yourself for the board!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Visit the Mage-OS Booth at Meet Magento UK – June 10&lt;/strong&gt;&lt;br&gt;
Mage-OS is attending &lt;a href=&quot;https://meet-magento.co.uk/&quot;&gt;MMUK&lt;/a&gt; thanks to &lt;a href=&quot;https://www.linkedin.com/in/jhuskisson/&quot;&gt;Jamie Huskisson&lt;/a&gt;. Stop by the booth to say hello, meet contributors, and see the latest progress!&lt;br&gt;
If you’re attending MMUK or any other upcoming event and would like to help represent Mage-OS, we’d love to hear from you, please reach out!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Share Your Thoughts: Mage-OS Feedback Form&lt;/strong&gt;&lt;br&gt;
We want your input! Fill out our community feedback form to help improve Mage-OS:&lt;br&gt;
&lt;a href=&quot;https://docs.google.com/forms/d/e/1FAIpQLScKY1vt7xqnSYCA8n6kLNl6x8svDC6j2LOtT3gLCgPxb5lBmw/viewform?usp=dialog&quot;&gt;MageOS Feedback Form&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&quot;mage-os-technical-highlights---may-recap&quot;&gt;Mage-OS Technical Highlights - May Recap&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;A new &lt;strong&gt;CMS Widget Preview&lt;/strong&gt; module is complete and undergoing testing, making it easier to preview widgets directly in Page Builder.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;A proposal was made for a &lt;strong&gt;“Discover MageOS” module hub&lt;/strong&gt;, allowing admin users to browse featured modules inside Magento.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;A lightweight &lt;strong&gt;GeoIP Redirect Module&lt;/strong&gt; was introduced using MaxMind’s free database, no external API required.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The &lt;strong&gt;MetaTag&lt;/strong&gt; and &lt;strong&gt;MetaRobots&lt;/strong&gt; modules were moved into the main MageOS namespace. A &lt;strong&gt;Newsletter Coupon&lt;/strong&gt; module was also contributed.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Continued work on the &lt;strong&gt;Admin Theme&lt;/strong&gt;, including fixes for emulation issues. Adoption is increasing steadily.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Discussion around switching from &lt;strong&gt;Semantic Versioning (SemVer)&lt;/strong&gt; to &lt;strong&gt;Calendar Versioning (CalVer)&lt;/strong&gt; is ongoing.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;A plugin naming edge case was identified; guidance will be added for affected modules.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;opportunities&quot;&gt;&lt;strong&gt;Opportunities&lt;/strong&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Have a contribution idea or interested in the Mage-OS Distribution? Join our weekly tech meetings, public on &lt;a href=&quot;http://chat.mage-os.org/&quot;&gt;Discord&lt;/a&gt; at 3 PM CET / 2 PM UTC / 9 AM EST every Tuesday: chat.mage-os.org&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;We’re looking for new features to enhance Mage-OS this year that will help to modernize and excite merchants. This might include AI enhancements, low/no code processes, or more. Talk to Vinai Kopp or #tech if you’re interested!&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;</content:encoded><category>Updates</category><author>anita-miller</author></item><item><title>Hyvä Developers Paradise 2025: The Power of Community Driving Magento’s Future</title><link>https://mage-os.org/events/2025-05-21-hyva-developers-paradise-2025-the-power-of-community-driving-magentos-future</link><guid isPermaLink="true">https://mage-os.org/events/2025-05-21-hyva-developers-paradise-2025-the-power-of-community-driving-magentos-future</guid><description>Article by Ruggero Landolina From February 27 to March 1, 2025, the first-ever Hyvä Developers Paradise took place at the Lopesan Baobab Resort in Las Palmas...</description><pubDate>Wed, 21 May 2025 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Article by &lt;a href=&quot;https://www.linkedin.com/in/ruggerolandolina/&quot;&gt;Ruggero Landolina&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;From February 27 to March 1, 2025, the first-ever &lt;strong&gt;Hyvä Developers Paradise&lt;/strong&gt; took place at the Lopesan Baobab Resort in Las Palmas de Gran Canaria. This remarkable event was dedicated to Magento developers and eCommerce professionals. But this was more than just a technical conference. It was a gathering of like-minded individuals, celebrating community, collaboration, and shared purpose.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;New milestones for the Hyvä ecosystem&lt;/strong&gt; were unveiled during the event, including &lt;strong&gt;Hyvä Commerce&lt;/strong&gt;—a suite of products enhancing Magento Open Source with a modern admin panel and advanced features—and &lt;strong&gt;Hyvä CMS&lt;/strong&gt;, a fully redesigned content management system built for flexibility and usability. These innovations are a testament to the fact that, with strong community support, Magento remains one of the most powerful and adaptable eCommerce platforms.&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id=&quot;a-community-at-the-center-unity-through-collaboration&quot;&gt;&lt;strong&gt;A Community at the Center: Unity Through Collaboration&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;One of the clearest takeaways from these action-packed days was a renewed awareness: &lt;strong&gt;Magento still holds a vital place in the eCommerce world&lt;/strong&gt;, but maintaining that position requires collective effort. The presence of &lt;strong&gt;Mage-OS&lt;/strong&gt; and the &lt;strong&gt;Magento Association&lt;/strong&gt; as community sponsors underscored the importance of joining forces to strengthen and evolve the Magento ecosystem.&lt;/p&gt;
&lt;p&gt;Many Mage-OS contributors were present, openly discussing what it would take to bring Magento back to the market position it deserves. One message was clear: &lt;strong&gt;collaboration is the only path forward&lt;/strong&gt;—between developers, agencies, vendors, and professionals across the industry.&lt;/p&gt;
&lt;p&gt;Attending Hyvä Developers Paradise wasn’t just about discovering new tech or hearing the latest product updates. It was about &lt;strong&gt;actively&lt;/strong&gt; &lt;strong&gt;participating in a community shaping the future of open-source eCommerce&lt;/strong&gt;. Magento remains the only valid alternative for those who value customization, flexibility, and robust capabilities. And it’s this community—when united and energized—that can help the platform survive and thrive.&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id=&quot;mage-os-and-the-power-of-open-collaboration&quot;&gt;&lt;strong&gt;Mage-OS and the Power of Open Collaboration&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;One of the most exciting aspects of the event was the &lt;strong&gt;in-depth, real-time dialogue around Mage-OS&lt;/strong&gt;—the community-driven fork of Magento. Talking with other developers provided invaluable insights into the platform’s evolution and direction.&lt;/p&gt;
&lt;p&gt;Despite coming from different backgrounds, teams, and experiences, everyone shared a common goal: to make Mage-OS a stable, reliable, and forward-thinking alternative.&lt;/p&gt;
&lt;p&gt;Some developers have already begun experimenting with Mage-OS in staging environments, while others are even running it in production—evaluating its compatibility with third-party extensions and testing its real-world stability. These trials are critical in identifying strengths, pinpointing gaps, and steering future improvements. The fact that so many professionals are dedicating time and effort to test and contribute to Mage-OS shows how deeply this community believes in its potential.&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id=&quot;a-shared-goal-that-knows-no-borders&quot;&gt;&lt;strong&gt;A Shared Goal That Knows No Borders&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;One recurring theme in every conversation was the importance of &lt;strong&gt;having a shared vision&lt;/strong&gt;. It doesn’t matter where we come from, what language we speak, or what part of the world we’re coding in. What matters is having a &lt;strong&gt;common purpose&lt;/strong&gt; and moving forward—together.&lt;/p&gt;
&lt;p&gt;Meeting other developers face-to-face drove home the point: without unity, we risk fragmentation, which slows progress. It’s the &lt;strong&gt;community glue&lt;/strong&gt;—continuous, open, and constructive dialogue—that holds this ecosystem together. Without it, we risk missing out on the innovations that only collective effort can bring.&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id=&quot;becoming-a-voice-for-the-community&quot;&gt;&lt;strong&gt;Becoming a Voice for the Community&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;One thing that struck me during the event was how many agencies that have worked with Magento for years &lt;strong&gt;still weren’t aware of Mage-OS&lt;/strong&gt;. That realization pushed me to become more than a user—I became an advocate. I spent time talking to teams, sharing what’s been achieved so far, and encouraging them to use Mage-OS and become part of the journey.&lt;/p&gt;
&lt;p&gt;Magento has always had a strong community. However, to grow, the project needs not only developers but also agencies, professionals, and stakeholders to get involved. It’s time to move from &lt;strong&gt;passive users to active contributors&lt;/strong&gt;—whether that means writing code, giving feedback, improving documentation, or simply spreading the word.&lt;/p&gt;
&lt;p&gt;As Helen Keller once said:&lt;br&gt;
&lt;strong&gt;“Alone, we can do so little; together, we can do so much.”&lt;/strong&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id=&quot;beyond-code-human-connections-matter&quot;&gt;&lt;strong&gt;Beyond Code: Human Connections Matter&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;Hyvä Developers Paradise wasn’t just about code and tech talks. At its heart, this was an event about &lt;strong&gt;people&lt;/strong&gt;. Yes, there were deep-dive sessions and technical content—but there were also bowling, tennis matches, dance parties, and sunset drinks by the ocean.&lt;/p&gt;
&lt;p&gt;These shared moments created bonds that went far beyond the professional. Often, &lt;strong&gt;the best ideas come from the most unexpected conversations&lt;/strong&gt;—over a drink, during a tennis match, or walking along the beach. The real power of the Magento community lies in this, too: the ability to build authentic relationships around a shared passion.&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id=&quot;magento-has-a-futurebut-its-up-to-us&quot;&gt;&lt;strong&gt;Magento Has a Future—But It’s Up to Us&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;Hyvä Developers Paradise 2025 was a bold reminder that &lt;strong&gt;Magento’s strength isn’t just in the code—it’s in the people who believe in it&lt;/strong&gt; and commit to improving it daily.&lt;/p&gt;
&lt;p&gt;More than an event, this was a statement of purpose: &lt;strong&gt;Magento has a bright future—but only if the community stays united, engaged, and committed&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;For those working with Magento or curious about the future of open-source eCommerce, events like this aren’t just professional opportunities. They’re a chance to contribute to a mission bigger than any single company or product.&lt;/p&gt;
&lt;p&gt;Magento needs its community.&lt;br&gt;
And the community needs Magento.&lt;/p&gt;
&lt;p&gt;As Aristotle once said:&lt;br&gt;
&lt;strong&gt;“The whole is greater than the sum of its parts.”&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Now more than ever, that truth resonates deeply within our community.&lt;/p&gt;</content:encoded><category>Events</category><category>Updates</category><author>ruggero-landolina</author></item><item><title>Help Shape the Future of Mage-OS — Board &amp; BCC Candidate Applications Now Open!</title><link>https://mage-os.org/updates/2025-05-14-help-shape-the-future-of-mage-os-board-bcc-candidate-applications-now-open</link><guid isPermaLink="true">https://mage-os.org/updates/2025-05-14-help-shape-the-future-of-mage-os-board-bcc-candidate-applications-now-open</guid><description>Are you passionate about open-source eCommerce? Do you believe in the power of community-led innovation? Mage-OS is growing — and now is your chance to help...</description><pubDate>Wed, 14 May 2025 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Are you passionate about open-source eCommerce? Do you believe in the power of community-led innovation? Mage-OS is growing — and now is your chance to help lead the charge.&lt;/p&gt;
&lt;p&gt;We are excited to announce that &lt;strong&gt;candidate applications are now open&lt;/strong&gt; for the &lt;strong&gt;Mage-OS Board of Directors&lt;/strong&gt; and the &lt;strong&gt;Business Control Committee (BCC)&lt;/strong&gt;. As we prepare for our June 2025 election, we’re calling on committed individuals from across the community to step forward and get involved.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Apply now:&lt;/strong&gt; &lt;a href=&quot;https://docs.google.com/forms/d/e/1FAIpQLSdUJeVlSkL-Dm0yMmyASOmp6uiXBOOOg-b_5lrLuLFpNsMvMA/viewform?usp=dialog&quot;&gt;Mage-OS Candidate Application Form&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&quot;why-join-the-mage-os-leadership&quot;&gt;Why Join the Mage-OS Leadership?&lt;/h2&gt;
&lt;p&gt;Mage-OS is more than a fork — it’s a movement. As a board or committee member, you’ll play a key role in shaping the vision, strategy, and future of Mage-OS. Whether your strengths lie in governance, communication, community building, or technical insight, there’s a place for your voice at the table.&lt;/p&gt;
&lt;h3 id=&quot;open-positions&quot;&gt;Open Positions:&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Four (4) Board of Directors seats&lt;/strong&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;One (1) Business Control Committee seat&lt;/strong&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Standby candidates for both roles&lt;/strong&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;All elected roles serve &lt;strong&gt;two-year terms&lt;/strong&gt; and are open to any active Mage-OS Association member.&lt;/p&gt;
&lt;h2 id=&quot;what-does-the-board-do&quot;&gt;What Does the Board Do?&lt;/h2&gt;
&lt;p&gt;The &lt;strong&gt;Board of Directors&lt;/strong&gt; drives the heart of Mage-OS. Board members are deeply involved in setting organizational direction, leading key initiatives, and representing the project both within the community and to the wider world. Formal and informal roles may include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Strategy &amp;#x26; governance&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Community &amp;#x26; partner engagement&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Marketing, outreach, and events&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Infrastructure &amp;#x26; technical planning&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Legal and financial oversight&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;We’re looking for hands-on leaders — people who don’t just believe in open source, but who are ready to help build a better one.&lt;/p&gt;
&lt;p&gt;Get to know the &lt;a href=&quot;/about/leadership&quot;&gt;Mage-OS Leadership Team&lt;/a&gt; to see who’s currently serving and get inspired to take part.&lt;/p&gt;
&lt;h2 id=&quot;what-about-the-bcc&quot;&gt;What About the BCC?&lt;/h2&gt;
&lt;p&gt;The &lt;strong&gt;Business Control Committee (BCC)&lt;/strong&gt; is our financial and organizational watchdog — an independent body ensuring that Mage-OS remains transparent, accountable, and in line with its mission. It’s a smaller time commitment (quarterly meetings), but with big impact.&lt;/p&gt;
&lt;h2 id=&quot;ready-to-run&quot;&gt;Ready to Run?&lt;/h2&gt;
&lt;h3 id=&quot;to-apply-you-must&quot;&gt;To apply, you must:&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Be a current Mage-OS Association member (membership starts at just €10/year)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Complete a short application form sharing your background, ideas, and availability&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;deadline-applications-are-open-now-ahead-of-the-june-2025-general-assembly&quot;&gt;Deadline: Applications are open now ahead of the &lt;strong&gt;June 2025 General Assembly&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;The &lt;strong&gt;deadline to apply is 31 May 2025.&lt;/strong&gt; Whether you’ve contributed to Magento, Mage-OS, or just have a passion for community-driven software — your perspective matters. This is your opportunity to step up, speak out, and help steer one of the most promising open-source commerce projects today.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://docs.google.com/forms/d/e/1FAIpQLSdUJeVlSkL-Dm0yMmyASOmp6uiXBOOOg-b_5lrLuLFpNsMvMA/viewform?usp=dialog&quot;&gt;Submit your application here&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&quot;opportunities&quot;&gt;&lt;strong&gt;Opportunities&lt;/strong&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Have a contribution idea or interested in the Mage-OS Distribution? Join our weekly tech meetings, public on &lt;a href=&quot;http://chat.mage-os.org/&quot;&gt;Discord&lt;/a&gt; at 3 PM CET / 2 PM UTC / 9 AM EST every Tuesday: chat.mage-os.org&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;We’re looking for new features to enhance Mage-OS this year that will help to modernize and excite merchants. This might include AI enhancements, low/no code processes, or more. Talk to Vinai Kopp or #tech if you’re interested!&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;</content:encoded><category>Updates</category><author>anita-miller</author></item><item><title>The Evolution of Documentation in the Age of AI: A Magento Case Study</title><link>https://mage-os.org/initiatives/2025-05-06-the-evolution-of-documentation-in-the-age-of-ai-a-magento-case-study</link><guid isPermaLink="true">https://mage-os.org/initiatives/2025-05-06-the-evolution-of-documentation-in-the-age-of-ai-a-magento-case-study</guid><description>David Lambauer and run\as\root: Innovating Magento Documentation with AI In the ever-evolving world of e-commerce, documentation remains a critical but often...</description><pubDate>Tue, 06 May 2025 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;&lt;strong&gt;David Lambauer and run_as_root: Innovating Magento Documentation with AI&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In the ever-evolving world of e-commerce, documentation remains a critical but often overlooked component. &lt;a href=&quot;https://www.linkedin.com/in/david-lambauer/&quot;&gt;David Lambauer&lt;/a&gt;, founder of &lt;a href=&quot;https://www.linkedin.com/company/71741887/?lipi=urn%3Ali%3Apage%3Ad_flagship3_profile_view_base%3BqRI8KbhuTbChp2cLzKcXbg%3D%3D&quot;&gt;run_as_root&lt;/a&gt;, has been at the forefront of improving Magento documentation through innovative approaches, leveraging AI and open-source collaboration.&lt;/p&gt;
&lt;h3 id=&quot;who-is-david-lambauer&quot;&gt;&lt;strong&gt;Who is David Lambauer?&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;David Lambauer is a seasoned developer and entrepreneur with a deep passion for open-source software and high-quality development practices. His journey into the tech world began with a traditional German Fachinformatiker apprenticeship (IT Specialist Training), followed by university studies in computer science. However, his real expertise was shaped through hands-on experience in the industry, particularly in Magento development.&lt;/p&gt;
&lt;h3 id=&quot;how-did-he-end-up-with-magento&quot;&gt;&lt;strong&gt;How Did He End Up with Magento?&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;David was introduced to Magento while working at his first workplace, at Netz98, under the mentorship of &lt;a href=&quot;https://www.linkedin.com/in/christian-muench/&quot;&gt;Christian Münch&lt;/a&gt;. His first real test came when he attempted a Magento-related coding challenge. After spending an entire day on it, Münch demonstrated a far more efficient solution in just a few minutes—an eye-opening moment that inspired him to fully commit to learning Magento.&lt;/p&gt;
&lt;p&gt;He later expanded his knowledge in infrastructure and scalable systems. These experiences paved the way for him to launch his own agency, run_as_root, with a focus on high-quality Magento solutions.&lt;/p&gt;
&lt;h3 id=&quot;run_as_root-a-new-approach-to-magento-development&quot;&gt;&lt;strong&gt;run_as_root: A New Approach to Magento Development&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;Founded with the goal of simplifying Magento development, run_as_root emphasizes long-term client relationships and transparency. Unlike traditional agencies that focus on constantly acquiring new clients, run_as_root is dedicated to providing sustainable, well-documented, and high-quality solutions. One of its standout features is its detailed, automated billing system, which ensures that clients know exactly what they’re paying for.&lt;/p&gt;
&lt;h3 id=&quot;how-did-he-develop-ai-generated-magento-documentation&quot;&gt;&lt;strong&gt;How Did He Develop AI-Generated Magento Documentation?&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;One of David’s biggest contributions to the Magento community is his work on developer documentation. After Adobe acquired Magento, there was concern over the future of open-source contributions. During this time, David was already contributing to Magento’s DevDocs and saw an opportunity to improve them using automation.&lt;/p&gt;
&lt;p&gt;To address this, he created &lt;a href=&quot;https://devdocs.mage-os.org/docs/main&quot;&gt;Dev Docs v1.0&lt;/a&gt;, a documentation project designed to help new developers get started with Magento.&lt;/p&gt;
&lt;p&gt;Using GPT-3.5, he built an AI-powered system that could generate well-structured developer documentation. He based his approach on Laravel’s documentation model, where content is stored as Markdown files in a repository. His process included:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Creating a structured outline of essential Magento topics using AI.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Generating content for each topic with AI assistance.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Formatting everything into Markdown, making it easy to maintain and update.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;To make improvements easier, he also added an “Edit on GitHub” button, allowing anyone to contribute fixes or updates. This method leverages a simple reality: people are more likely to correct mistakes than to write new documentation from scratch.&lt;/p&gt;
&lt;h3 id=&quot;what-were-the-challenges&quot;&gt;&lt;strong&gt;What Were the Challenges?&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;Despite its success, developing AI-driven documentation wasn’t without obstacles:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Ensuring Accuracy&lt;/strong&gt;: AI-generated content needed manual review to ensure reliability.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Building a Solid Knowledge Base&lt;/strong&gt;: The documentation had to cover enough depth to be useful.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Keeping Up with AI Improvements&lt;/strong&gt;: AI models continue to evolve, meaning the process needs to be updated over time.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;David continues to explore new ways to refine AI-generated documentation. One possibility is an AI-assisted query system, where instead of reading static documentation, developers ask an AI assistant questions and receive real-time responses based on well-structured prompts.&lt;/p&gt;
&lt;h3 id=&quot;how-does-he-want-to-continue-developing-the-documentation&quot;&gt;&lt;strong&gt;How Does He Want to Continue Developing the Documentation?&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;David sees multiple ways to evolve Magento documentation further:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Enhancing AI-Generated Documentation&lt;/strong&gt; – Using more advanced AI models like GPT-4 and future iterations to improve content quality, making it more detailed and technically accurate.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;AI-Driven Interactive Assistance&lt;/strong&gt; – Instead of static documentation, an AI-powered chatbot or search tool could provide tailored answers to developer questions in real time.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Crowdsourced Community Contributions&lt;/strong&gt; – Expanding community involvement by making it easier for developers to suggest edits, provide examples, and validate content.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Integrating Documentation into Development Tools&lt;/strong&gt; – Embedding documentation directly into developer environments, making it accessible while coding.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Iterative Prompting for Higher Quality&lt;/strong&gt; – Structuring AI-generated documentation by first defining tone, keywords, reference materials, and output formats before generating final content.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;These approaches reflect Lambauer’s commitment to making Magento documentation more dynamic, accessible, and reliable for developers worldwide.&lt;/p&gt;
&lt;h3 id=&quot;what-does-he-like-about-magento&quot;&gt;&lt;strong&gt;What Does He Like About Magento?&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;David appreciates Magento for its &lt;strong&gt;maturity and strong developer community&lt;/strong&gt;. Unlike other platforms where basic coding practices are still debated, the Magento ecosystem fully embraces advanced development methodologies like Unit Testing, Integration Testing, and Continuous Integration/Deployment.&lt;/p&gt;
&lt;p&gt;He also values Magento’s flexibility and scalability, making it an excellent choice for complex e-commerce solutions. Its open-source nature encourages innovation and long-term community contributions.&lt;/p&gt;
&lt;h3 id=&quot;what-is-his-relation-to-mage-os&quot;&gt;&lt;strong&gt;What Is His Relation to Mage-OS?&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;Mage-OS was created in response to the slowdown in Magento’s open-source development after Adobe’s acquisition. David saw Mage-OS as a way to unify the fragmented Magento community, which had been scattered across different Slack groups, regional meetups, and independent developer initiatives.&lt;/p&gt;
&lt;p&gt;Seeing the need for better documentation, he took charge of Mage-OS’s documentation project, ensuring that developers have access to up-to-date resources. His work with Mage-OS reinforces his commitment to keeping Magento open-source and community-driven.&lt;/p&gt;
&lt;h3 id=&quot;looking-ahead-the-future-of-magento-documentation&quot;&gt;&lt;strong&gt;Looking Ahead: The Future of Magento Documentation&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;David Lambauer’s work highlights the power of community-driven innovation in open-source software. His contributions to Magento documentation, combined with modern AI-driven approaches, showcase a new way forward for developer resources.&lt;/p&gt;
&lt;p&gt;With run_as_root continuing to push boundaries in Magento development, one key question remains: &lt;strong&gt;Is traditional documentation still relevant, or will AI-powered interactive systems take over?&lt;/strong&gt; No matter the outcome, David and his team are at the forefront of this exciting transformation in developer support.&lt;/p&gt;</content:encoded><category>Initiatives</category><category>Updates</category><author>anita-miller</author></item><item><title>Mage-OS April Recap</title><link>https://mage-os.org/updates/2025-05-01-mage-os-april-recap</link><guid isPermaLink="true">https://mage-os.org/updates/2025-05-01-mage-os-april-recap</guid><description>- Welcome to our newest partners and members!     - Melinda Humphrey  – professional member          - Webcode  – community member          - Cainan Senra –...</description><pubDate>Thu, 01 May 2025 00:00:00 GMT</pubDate><content:encoded>&lt;h2 id=&quot;association-news&quot;&gt;&lt;strong&gt;Association News&lt;/strong&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Welcome to our newest partners and members!&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Melinda Humphrey  – professional member&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Webcode  – community member&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Cainan Senra – community member&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;You too can become a Mage-OS member and &lt;a href=&quot;/community/partners&quot;&gt;join&lt;/a&gt; our vibrant community, starting from just €10 per year!&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;board--business-control-committee-applications-open&quot;&gt;Board &amp;#x26; Business Control Committee Applications Open&lt;/h3&gt;
&lt;p&gt;We are now accepting candidate applications for the Mage-OS &lt;strong&gt;Board of Directors&lt;/strong&gt; and &lt;strong&gt;Business Control Committee (BCC)&lt;/strong&gt;. If you’re committed to open-source commerce and ready to take a leadership role, we invite you to apply.&lt;/p&gt;
&lt;p&gt;Apply here: &lt;a href=&quot;https://forms.gle/mshhfApG4EjHNJFRA&quot;&gt;https://forms.gle/mshhfApG4EjHNJFRA&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In the June 2025 election, we will select four new board members and one BCC member, along with standby candidates. All terms are for two years. You must be a Mage-OS Association member to apply. Memberships start at €10/year.&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id=&quot;mage-os-111-released&quot;&gt;Mage-OS 1.1.1 Released&lt;/h3&gt;
&lt;p&gt;Mage-OS version 1.1.0 has been released, featuring a redesigned admin theme created by &lt;a href=&quot;https://www.linkedin.com/in/artem-kozynets/&quot;&gt;Artem Kozynets.&lt;/a&gt; This release introduced visual improvements and received positive feedback from users and contributors. Learn more &lt;a href=&quot;https://mage-os.org/updates/m137-admin-theme/&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Version 1.1.1 was released shortly after to fix a bug in configurable products and make small adjustments to the admin theme. Additional user experience enhancements, including message layout and accessibility improvements, are planned for future updates.&lt;/p&gt;
&lt;p&gt;The new admin theme is being widely adopted, with over 200 Figma design uses and growing engagement on GitHub. It is likely to become the default in upcoming releases.&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id=&quot;module-management-and-namespace-strategy&quot;&gt;Module Management and Namespace Strategy&lt;/h3&gt;
&lt;p&gt;There is ongoing discussion about how and when modules from the &lt;code&gt;mageos-lab&lt;/code&gt; namespace should graduate to the official &lt;code&gt;mageos&lt;/code&gt; namespace. While no formal process exists yet, the current consensus is that modules should only be moved when they meet specific criteria such as wide usage, maturity, or inclusion in a Mage-OS release.&lt;/p&gt;
&lt;p&gt;Task #59 in Taiga is tracking the development of formal acceptance criteria. Feel free to help with the ticket!&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id=&quot;deepwiki-integration&quot;&gt;DeepWiki Integration&lt;/h3&gt;
&lt;p&gt;A set of Mage-OS repositories has been indexed by &lt;a href=&quot;https://deepwiki.com&quot;&gt;DeepWiki&lt;/a&gt;, providing AI-powered, explorable documentation for:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://deepwiki.com/mage-os/mageos-magento2&quot;&gt;mageos-magento2&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://deepwiki.com/mage-os/infrastructure&quot;&gt;infrastructure&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://deepwiki.com/mage-os/github-actions&quot;&gt;github-actions&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://deepwiki.com/mage-os/terraform&quot;&gt;terraform&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://deepwiki.com/mage-os/generate-mirror-repo-js&quot;&gt;generate-mirror-repo-js&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This makes our codebase and tooling more accessible for newcomers and contributors alike..&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id=&quot;community-discussions--rfcs&quot;&gt;Community Discussions &amp;#x26; RFCs&lt;/h3&gt;
&lt;p&gt;A few important technical proposals are under discussion:&lt;/p&gt;
&lt;p&gt;Ideas for improving build and release independence of Mage-OS packages were raised — helpful for contributors managing their own version cycles.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Semantic Versioning RFC&lt;/strong&gt;: Should Mage-OS adopt semantic versioning to signal breaking changes more clearly? &lt;a href=&quot;https://discordapp.com/channels/893449664093904936/950670671145467924/1367151723583639584&quot;&gt;Join the discussion&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Bundled Module Proposal&lt;/strong&gt;: There’s a proposal to include &lt;a href=&quot;https://github.com/creatuity/magento2-interceptors&quot;&gt;Creatuity Interception&lt;/a&gt; in the default Mage-OS release.&lt;/p&gt;
&lt;h2 id=&quot;opportunities&quot;&gt;&lt;strong&gt;Opportunities&lt;/strong&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Have a contribution idea or interested in the Mage-OS Distribution? Join our weekly tech meetings, public on &lt;a href=&quot;http://chat.mage-os.org/&quot;&gt;Discord&lt;/a&gt; at 3 PM CET / 2 PM UTC / 9 AM EST every Tuesday: chat.mage-os.org&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;We’re looking for new features to enhance Mage-OS this year that will help to modernize and excite merchants. This might include AI enhancements, low/no code processes, or more. Talk to Vinai Kopp or #tech if you’re interested!&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;</content:encoded><category>Updates</category><author>anita-miller</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>New Mage-OS/Magento Admin Theme: Sleek! Shiny! Available now!</title><link>https://mage-os.org/updates/2025-04-10-m137-admin-theme</link><guid isPermaLink="true">https://mage-os.org/updates/2025-04-10-m137-admin-theme</guid><description>We’re excited to announce a major milestone for the Mage-OS community: Artem has officially released the Admin Theme for Mage-OS, bringing a fresh, modern look...</description><pubDate>Thu, 10 Apr 2025 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;We’re excited to announce a major milestone for the Mage-OS community: &lt;a href=&quot;https://www.linkedin.com/in/artem-kozynets&quot;&gt;Artem&lt;/a&gt; has officially &lt;a href=&quot;https://www.linkedin.com/posts/artem-kozynets_github-mage-os-labtheme-adminhtml-m137-activity-7315480759618736128-Tpft?utm_source=share&amp;#x26;utm_medium=member_desktop&amp;#x26;rcm=ACoAABUaYtIBKBOe9-aESwhKh4_njhnvo98UZxQ&quot;&gt;released&lt;/a&gt; the &lt;strong&gt;Admin Theme for Mage-OS&lt;/strong&gt;, bringing a fresh, modern look to the Magento-derived platform’s admin panel.&lt;/p&gt;
&lt;p&gt;That’s right: the brand-new &lt;strong&gt;Admin Theme&lt;/strong&gt; is live — and it’s a game changer for the Magento 2.4, Adobe Commerce, or Mage-OS admin panel. It’s clean. It’s modern. And the best part? You can install it today with just a few Composer commands!&lt;/p&gt;
&lt;h3 id=&quot;this-is-artems-work--and-its-outstanding&quot;&gt;This is Artem’s Work — and It’s Outstanding&lt;/h3&gt;
&lt;p&gt;This entire effort is the result of Artem’s initiative, creativity, and expertise. Developed in his personal time, the Admin Theme reflects his long-standing commitment to the Magento ecosystem and Mage-OS community. It’s a testament to what individuals can achieve when they care deeply about the platform and its future.&lt;/p&gt;
&lt;p&gt;His contribution doesn’t just provide a better user experience — it raises the bar for what Mage-OS can offer. And it’s a great reminder that anyone in the community can help move things forward, just like Artem has.&lt;/p&gt;
&lt;h3 id=&quot;whats-the-theme-all-about&quot;&gt;What’s the theme all about?&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Fresh new look&lt;/strong&gt; for the admin panel&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Better &lt;strong&gt;contrast&lt;/strong&gt;, &lt;strong&gt;typography&lt;/strong&gt;, and &lt;strong&gt;layout&lt;/strong&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;A faster, more comfortable experience for merchants, devs, support folks — anyone who lives in the backend&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fully open source, lightweight, and works out of the box with Mage-OS (and Magento 2.4+)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Compatible with Mage-OS 1.0 and 1.1&lt;/strong&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Compatible with Magento 2.4&lt;/strong&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Usable with Adobe Commerce 2.4&lt;/strong&gt; (but compatibility with Commerce features not guaranteed)&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Install it 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 require mage-os/theme-adminhtml-m137bin/magento setup:upgrade&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Theme: &lt;a href=&quot;https://github.com/mage-os-lab/theme-adminhtml-m137&quot;&gt;github.com/mage-os-lab/theme-adminhtml-m137&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Switcher: &lt;a href=&quot;https://github.com/mage-os-lab/module-theme-adminhtml-switcher&quot;&gt;github.com/mage-os-lab/module-theme-adminhtml-switcher&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Figma design system: &lt;a href=&quot;https://www.figma.com/community/file/1486802857979032188/m137-design-system-and-ui-kit&quot;&gt;figma.com/community/file/1486802857979032188/m137-design-system-and-ui-kit&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;a-clean-modern-ux-for-the-admin-panel&quot;&gt;A Clean, Modern UX for the Admin Panel&lt;/h3&gt;
&lt;p&gt;The Admin Theme delivers a sleek, professional interface that stays true to the spirit of Magento while pushing its visual design into the modern era. Clear typography, improved color contrast, and a refined layout make the admin experience more pleasant and productive for developers, merchants, and support teams alike.&lt;/p&gt;
&lt;p&gt;Screenshots shared by early adopters show a crisp and visually balanced UI that dramatically improves the feel of the default admin dashboard—while remaining lightweight and compatible with Mage-OS out of the box.&lt;/p&gt;
&lt;p&gt;&lt;img  loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;883&quot; src=&quot;/_astro/category-categories-inventory-catalog-1024x883.CQ8jsveD_mIBwO.webp&quot; &gt;&lt;/p&gt;
&lt;p&gt;&lt;img  loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;497&quot; src=&quot;/_astro/configuration-settings-stores-magento-admin-m137-admin-theme-1024x497.C0wew8uJ_Z1Ueg84.webp&quot; &gt;&lt;/p&gt;
&lt;p&gt;&lt;img  loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;581&quot; src=&quot;/_astro/dashboard-mage-os-admin-1024x581.BBnvP54t_Z4Cu4D.webp&quot; &gt;&lt;/p&gt;
&lt;p&gt;&lt;img  loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;497&quot; src=&quot;/_astro/pages-elements-content-mage-os-dmin-1024x497.M2G4hFvw_Z1fuqHJ.webp&quot; &gt;&lt;/p&gt;
&lt;h3 id=&quot;why-this-matters&quot;&gt;Why This Matters&lt;/h3&gt;
&lt;p&gt;As Mage-OS continues to gain traction as a community-driven fork of Magento Open Source, having high-quality frontend and backend experiences is key to encouraging adoption. Artem’s work provides exactly that: a more intuitive and aesthetically pleasing admin interface, built by someone deeply embedded in the Magento and Mage-OS ecosystem.&lt;/p&gt;
&lt;p&gt;The &lt;strong&gt;Admin Theme + Switcher&lt;/strong&gt; simplifies the testing and adoption process by letting you switch between the old and new theme directly from the admin panel—great for agencies, theme developers, and site maintainers.&lt;/p&gt;
&lt;p&gt;The &lt;a href=&quot;https://www.figma.com/community/file/1486802857979032188/m137-design-system-and-ui-kit&quot;&gt;&lt;strong&gt;M137 Design System&lt;/strong&gt;&lt;/a&gt; lets you design your own admin components and mockups easily in Figma.&lt;/p&gt;
&lt;h3 id=&quot;powered-by-community--and-you-can-help&quot;&gt;Powered by Community — and You Can Help&lt;/h3&gt;
&lt;p&gt;Both the theme and the switcher module are part of the &lt;strong&gt;Mage-OS Lab&lt;/strong&gt;, an open-source space for experimentation and innovation. They’re free to use, open to contributions, and designed to encourage collaboration.&lt;/p&gt;
&lt;p&gt;Work like this is only possible thanks to individual contributors like Artem — and through the support of our &lt;strong&gt;Mage-OS Partners&lt;/strong&gt; and members. Their backing helps fund infrastructure, coordination, and initiatives that directly benefit the community.&lt;/p&gt;
&lt;p&gt;If you’re passionate about Magento or Mage-OS, consider contributing — whether it’s code, design, testing, or financial support. Everyone can play a role.&lt;/p&gt;
&lt;h3 id=&quot;get-involved&quot;&gt;Get Involved&lt;/h3&gt;
&lt;p&gt;Both the theme and switcher module are open source under the Mage-OS Lab umbrella. If you’re using Mage-OS, consider giving the new theme a try and providing feedback. Contributions, pull requests, and issue reports are more than welcome.&lt;/p&gt;
&lt;p&gt;With contributions like this, Mage-OS continues to evolve as a flexible, modern, and community-centric ecommerce platform. Hats off to Artem for helping move the ecosystem forward in such a visible and valuable way.&lt;/p&gt;
&lt;p&gt;If you like what you see, consider supporting the Mage-OS project. Financial contributions don’t just keep the lights on—they enable visible progress, boost morale, and encourage more developers to step forward with their own ideas.&lt;/p&gt;
&lt;h3 id=&quot;opportunities&quot;&gt;&lt;strong&gt;Opportunities&lt;/strong&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Have a contribution idea or interested in the Mage-OS Distribution? Join our weekly tech meetings, public on &lt;a href=&quot;http://chat.mage-os.org/&quot;&gt;Discord&lt;/a&gt; at 3 PM CET / 2 PM UTC / 9 AM EST every Tuesday: chat.mage-os.org&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;We’re looking for new features to enhance Mage-OS this year that will help to modernize and excite merchants. This might include AI enhancements, low/no code processes, or more. Talk to Vinai Kopp or #tech if you’re interested!&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;</content:encoded><category>Updates</category><author>anita-miller</author></item><item><title>Mage-OS March Recap</title><link>https://mage-os.org/updates/2025-04-01-mage-os-march-recap</link><guid isPermaLink="true">https://mage-os.org/updates/2025-04-01-mage-os-march-recap</guid><description>- Welcome to our newest partners and members!     - Jonathan Visser  – community member          - Alin Munteanu  – community member          - Illya Arefiev –...</description><pubDate>Tue, 01 Apr 2025 00:00:00 GMT</pubDate><content:encoded>&lt;h2 id=&quot;association-news&quot;&gt;&lt;strong&gt;Association News&lt;/strong&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Welcome to our newest partners and members!&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Jonathan Visser  – community member&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Alin Munteanu  – community member&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Illya Arefiev – community member&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;You too can become a Mage-OS member and &lt;a href=&quot;/community/partners&quot;&gt;join&lt;/a&gt; our vibrant community, starting from just €10 per year!&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;meet-magento-france&quot;&gt;&lt;strong&gt;Meet Magento France&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;Meet Magento France 2025 was a resounding success and a landmark moment for the Magento ecosystem in France. Held on March 25 at the Étoile Business Center in Paris, the inaugural event gathered over 350 participants from across Europe, including merchants, developers, agencies, and technology partners. For &lt;a href=&quot;https://www.linkedin.com/in/thienlan/&quot;&gt;Thien-Lan&lt;/a&gt;, participating in Meet Magento France 2025 was especially meaningful, as it brought the Magento community together in her hometown—a place where she was born, raised, and began her professional journey.&lt;/p&gt;
&lt;p&gt;The sold-out edition radiated energy, innovation, and community spirit. From visionary keynotes by leaders to technical deep-dives and strategic sessions, attendees were treated to a day rich in insights and inspiration. Beyond the talks, the event celebrated its open-source DNA with strong representation from &lt;a href=&quot;https://magento-opensource.com/&quot;&gt;Magento Open Source&lt;/a&gt;, Adobe Commerce, Mage-OS and many more offering something for everyone. The organizers—led by Camille Bénard and supported by an all-star team—created a vibrant, unforgettable experience, topped off with lively networking, a cocktail party, and even an afterparty for the night owls. This first-ever Meet Magento France didn’t just meet expectations—it set a new standard for community-driven events in the ecosystem.&lt;/p&gt;
&lt;p&gt;Check out the &lt;a href=&quot;https://www.linkedin.com/posts/meet-magento-france_magento-ecommerce-adobecommerce-activity-7310367386577088512-jYNS/?utm_source=social_share_send&amp;#x26;utm_medium=member_desktop_web&amp;#x26;rcm=ACoAABUaYtIBKBOe9-aESwhKh4_njhnvo98UZxQ&quot;&gt;official LinkedIn page&lt;/a&gt; for Meet Magento France for updates, highlights, and community insights!&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.linkedin.com/posts/meet-magento-france_magento-ecommerce-adobecommerce-activity-7310367386577088512-jYNS?utm_source=social_share_send&amp;#x26;utm_medium=member_desktop_web&amp;#x26;rcm=ACoAABUaYtIBKBOe9-aESwhKh4_njhnvo98UZxQ&quot;&gt;&lt;img  loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;683&quot; src=&quot;/_astro/1742923840841-1024x683.CfOeNkxV_Z1q1SeM.webp&quot; &gt;&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&quot;tech-updates&quot;&gt;Tech Updates&lt;/h3&gt;
&lt;p&gt;We started strong:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Terraform to OpenTofu&lt;/strong&gt; migration wrapped up smoothly.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Reservations Grid&lt;/strong&gt; got a facelift thanks to &lt;a href=&quot;https://www.linkedin.com/in/david-tabatadze-981055213/&quot;&gt;David Tabatadze&lt;/a&gt; (who powered through even while recovering from surgery—hero move ).&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;New Admin Theme&lt;/strong&gt; is nearly done. Artem squashed the bugs and made it 1.1-ready.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;And in the background, &lt;strong&gt;AI tools&lt;/strong&gt; kept getting sharper. The backend assistant now runs on multiple models, executes SQL, and is waiting for its own Lab repo.&lt;/p&gt;
&lt;h3 id=&quot;github-drama&quot;&gt;GitHub Drama&lt;/h3&gt;
&lt;p&gt;Mid-month, everything vanished—&lt;strong&gt;Mage-OS GitHub orgs were flagged&lt;/strong&gt;. No access. No explanation. Just… 404s.&lt;/p&gt;
&lt;p&gt;The community rallied: backups were made, mirrors tested, GitHub tickets opened.&lt;br&gt;
Eventually, the orgs were cleared. It was a spam false-positive. No apology, but we’re back online and stronger for it. (Also, shoutout to everyone who kept cool during the blackout) It was a wake-up call about how much we rely on third-party services. We’re now actively exploring backup strategies and alternative plans to be better prepared if something like this happens again.&lt;/p&gt;
&lt;h5 id=&quot;cms-seo-and-smarter-widgets&quot;&gt;CMS, SEO, and Smarter Widgets&lt;/h5&gt;
&lt;p&gt;&lt;a href=&quot;https://www.linkedin.com/in/davide-lunardon-b78813a1/&quot;&gt;Davide Lunardon&lt;/a&gt; explored integrating &lt;strong&gt;GrapesJS&lt;/strong&gt;, but pivoted after discovering Magento CMS widgets are trickier than they look. Now, he’s building a more powerful “CMS Widget” component instead—with previews and repeatable fields.&lt;/p&gt;
&lt;p&gt;Meanwhile, &lt;a href=&quot;https://www.linkedin.com/in/samuele-martini-02820795/&quot;&gt;Samuele&lt;/a&gt; dropped a module for &lt;strong&gt;meta robots control&lt;/strong&gt; (think: noindex, nofollow)—now ready for testing.&lt;/p&gt;
&lt;h5 id=&quot;prepping-for-mage-os-11&quot;&gt;Prepping for Mage-OS 1.1&lt;/h5&gt;
&lt;p&gt;The big 1.1 release is brewing. We’re syncing with Magento 2.4.8 and lining up features:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;New Admin Theme&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Optional Creatuity interceptor module&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Possibly even a revamped web installer&lt;br&gt;
Testing and merges are ramping up in April.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;opportunities&quot;&gt;&lt;strong&gt;Opportunities&lt;/strong&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Want to help promote Magento and Mage-OS? Join our weekly marketing meeting, public on &lt;a href=&quot;http://chat.mage-os.org/&quot;&gt;Discord&lt;/a&gt; at 4 PM CET/3 PM UTC / 10 AM EST every Monday: chat.mage-os.org&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Have a contribution idea or interested in the Mage-OS Distribution? Join our weekly tech meetings, public on &lt;a href=&quot;http://chat.mage-os.org/&quot;&gt;Discord&lt;/a&gt; at 3 PM CET / 2 PM UTC / 9 AM EST every Tuesday: chat.mage-os.org&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;We’re looking for new features to enhance Mage-OS this year that will help to modernize and excite merchants. This might include AI enhancements, low/no code processes, or more. Talk to Vinai Kopp or #tech if you’re interested!&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;</content:encoded><category>Updates</category><author>anita-miller</author></item><item><title>Mage-OS Feb Recap</title><link>https://mage-os.org/updates/2025-03-01-mage-os-feb-recap</link><guid isPermaLink="true">https://mage-os.org/updates/2025-03-01-mage-os-feb-recap</guid><description>MageOS is evolving into a tech incubator, focusing on innovation and making development easier for the community. This shift aims to encourage research,...</description><pubDate>Sat, 01 Mar 2025 00:00:00 GMT</pubDate><content:encoded>&lt;h2 id=&quot;content-and-community-initiatives&quot;&gt;&lt;strong&gt;&lt;strong&gt;Content and Community Initiatives&lt;/strong&gt;:&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;MageOS is evolving into a &lt;strong&gt;tech incubator&lt;/strong&gt;, focusing on innovation and making development easier for the community. This shift aims to encourage research, improve tools, and create a more efficient ecosystem for Magento-based solutions. The goal is to support developers, merchants, and businesses of all sizes by making the platform more accessible and user-friendly.&lt;/p&gt;
&lt;p&gt;In other news, an upcoming article featuring &lt;strong&gt;&lt;a href=&quot;https://www.linkedin.com/in/david-lambauer/&quot;&gt;David Lambauer&lt;/a&gt;&lt;/strong&gt; will dive into &lt;strong&gt;&lt;a href=&quot;https://devdocs.mage-os.org/docs/main&quot;&gt;Dev Docs v1.0&lt;/a&gt;&lt;/strong&gt;. This article will take readers behind the scenes, exploring how the documentation was developed, the challenges faced during its creation, and the future improvements planned to enhance the developer experience. Keep an eye out for this update as we continue to enhance the platform’s documentation and resources!&lt;/p&gt;
&lt;h3 id=&quot;community--platform-updates&quot;&gt;&lt;strong&gt;Community &amp;#x26; Platform Updates&lt;/strong&gt;&lt;/h3&gt;
&lt;h6 id=&quot;mageos-106--mirror-247-p4-released&quot;&gt;&lt;strong&gt;&lt;a href=&quot;https://mage-os.org/releases/release-mage-os-distribution-1-0-6/&quot;&gt;MageOS 1.0.6 &amp;#x26; Mirror 2.4.7-p4 Released&lt;/a&gt;&lt;/strong&gt;&lt;/h6&gt;
&lt;p&gt;MageOS 1.0.6 and the latest &lt;strong&gt;Magento Mirror 2.4.7-p4&lt;/strong&gt; are now available! Developers should note that &lt;strong&gt;Adobe Payment Services&lt;/strong&gt; will need updates in the next release cycle.&lt;/p&gt;
&lt;h6 id=&quot;mage2tv-videos--cache-cleaner-tool&quot;&gt;&lt;strong&gt;Mage2TV Videos &amp;#x26; Cache Cleaner Tool&lt;/strong&gt;&lt;/h6&gt;
&lt;p&gt;Exciting news—&lt;strong&gt;Vinai&lt;/strong&gt; is making all &lt;strong&gt;Mage2TV&lt;/strong&gt; videos available on &lt;strong&gt;YouTube&lt;/strong&gt; for free! Additionally, there’s talk about moving the &lt;strong&gt;Cache Cleaner tool&lt;/strong&gt; under the MageOS namespace since so many people use it.&lt;/p&gt;
&lt;h4 id=&quot;development-progress&quot;&gt;Development Progress&lt;/h4&gt;
&lt;p&gt;&lt;strong&gt;GrapesJS Page Builder Integration (&lt;a href=&quot;https://tree.taiga.io/project/mage-os-mage-os-technical-initiatives/us/57?kanban-status=9925172&quot;&gt;#57&lt;/a&gt;)&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Discussions are underway to introduce &lt;strong&gt;&lt;a href=&quot;https://discordapp.com/channels/893449664093904936/950670671145467924/1342045660337143871&quot;&gt;GrapesJS&lt;/a&gt;&lt;/strong&gt;, a JavaScript-based page builder, as a more flexible and user-friendly way to manage CMS content. &lt;a href=&quot;https://www.linkedin.com/in/davide-lunardon-b78813a1?miniProfileUrn=urn%3Ali%3Afs_miniProfile%3AACoAABWn28wBoeCdysd3NwSi8RMpNTWJxKTofjg&amp;#x26;lipi=urn%3Ali%3Apage%3Ad_flagship3_search_srp_all%3B1lQuBolEQ3aw%2B0GKklcQvA%3D%3D&quot;&gt;Davide Lunardon&lt;/a&gt; proposed this integration to simplify the development process while keeping Magento’s existing Page Builder intact. The main challenge is balancing ease of use with maintaining consistent design standards. Further discussions and testing will follow.&lt;/p&gt;
&lt;h6 id=&quot;reservations-grid-improvements-34&quot;&gt;&lt;strong&gt;Reservations Grid Improvements (&lt;a href=&quot;https://tree.taiga.io/project/mage-os-mage-os-technical-initiatives/us/34?kanban-status=9349607&quot;&gt;#34&lt;/a&gt;)&lt;/strong&gt;&lt;/h6&gt;
&lt;p&gt;&lt;a href=&quot;https://www.linkedin.com/in/david-tabatadze-981055213?miniProfileUrn=urn%3Ali%3Afs_miniProfile%3AACoAADXvLDEBL1hn1kNQbViFWt7fL5pS1_wxLL4&amp;#x26;lipi=urn%3Ali%3Apage%3Ad_flagship3_search_srp_all%3B%2FladTy3aQ8K1stDA5YZDPw%3D%3D&quot;&gt;David Tabatadze&lt;/a&gt; has made great progress on &lt;strong&gt;Reservations Grid enhancements&lt;/strong&gt;, adding an easy-to-use UI for managing reservations. The PR is complete and is awaiting final reviews and testing before being merged.&lt;/p&gt;
&lt;h6 id=&quot;terraform-to-opentofu-migration-37&quot;&gt;&lt;strong&gt;Terraform to OpenTofu Migration (&lt;a href=&quot;https://tree.taiga.io/project/mage-os-mage-os-technical-initiatives/us/37?kanban-status=9349607&quot;&gt;#37&lt;/a&gt;)&lt;/strong&gt;&lt;/h6&gt;
&lt;p&gt;The migration from &lt;strong&gt;Terraform to OpenTofu&lt;/strong&gt; is officially complete. A final review is required before merging the changes, ensuring everything works as expected.&lt;/p&gt;
&lt;h6 id=&quot;ai-translation-module-updates-32&quot;&gt;&lt;strong&gt;AI Translation Module Updates (#32)&lt;/strong&gt;&lt;/h6&gt;
&lt;p&gt;&lt;a href=&quot;https://www.linkedin.com/in/davide-lunardon-b78813a1?miniProfileUrn=urn%3Ali%3Afs_miniProfile%3AACoAABWn28wBoeCdysd3NwSi8RMpNTWJxKTofjg&amp;#x26;lipi=urn%3Ali%3Apage%3Ad_flagship3_search_srp_all%3B1lQuBolEQ3aw%2B0GKklcQvA%3D%3D&quot;&gt;Davide Lunardon&lt;/a&gt; and &lt;a href=&quot;https://www.linkedin.com/in/samuele-martini-02820795?miniProfileUrn=urn%3Ali%3Afs_miniProfile%3AACoAABQkV2ABtzxE7szV3KAOMFiWtoqGeYXs0rc&amp;#x26;lipi=urn%3Ali%3Apage%3Ad_flagship3_search_srp_all%3BR5Kzi%2F0iRSuXNYPmmxK3gA%3D%3D&quot;&gt;Sam&lt;/a&gt; made updates to the &lt;strong&gt;AI-powered translation module&lt;/strong&gt;, resolving key issues with &lt;strong&gt;configurable product translations&lt;/strong&gt;. A few smaller fixes are still in the pipeline.&lt;/p&gt;
&lt;h6 id=&quot;backend-ai-assistant-19&quot;&gt;&lt;strong&gt;Backend AI Assistant (&lt;a href=&quot;https://tree.taiga.io/project/mage-os-mage-os-technical-initiatives/us/19?kanban-status=9349606&quot;&gt;#19&lt;/a&gt;)&lt;/strong&gt;&lt;/h6&gt;
&lt;p&gt;A &lt;strong&gt;Backend AI Assistant&lt;/strong&gt; module is ready for Mage-OS! The next step is to set up a repository in Mage-OS Lab so it can be shared and further developed by the community.&lt;/p&gt;
&lt;h2 id=&quot;opportunities&quot;&gt;&lt;strong&gt;Opportunities&lt;/strong&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Want to help promote Magento and Mage-OS? Feel free to share your ideas on &lt;a href=&quot;http://chat.mage-os.org/&quot;&gt;Discord&lt;/a&gt;!&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Have a contribution idea or interested in the Mage-OS Distribution? Join our weekly tech meetings, public on &lt;a href=&quot;http://chat.mage-os.org/&quot;&gt;Discord&lt;/a&gt; at 3 PM CET / 2 PM UTC / 9 AM EST every Tuesday: chat.mage-os.org&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;We’re looking for new features to enhance Mage-OS this year that will help to modernize and excite merchants. This might include AI enhancements, low/no code processes, or more. Talk to Vinai Kopp or #tech if you’re interested!&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;</content:encoded><category>Updates</category><author>anita-miller</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>Transforming Magento: The Power of Community, Contributions, and Innovation</title><link>https://mage-os.org/initiatives/2025-02-08-transforming-magento-the-power-of-community-contributions-and-innovation</link><guid isPermaLink="true">https://mage-os.org/initiatives/2025-02-08-transforming-magento-the-power-of-community-contributions-and-innovation</guid><description>E-commerce is constantly changing, and Magento continues to be a leading platform, providing great tools for developers and businesses. Two exciting additions...</description><pubDate>Sat, 08 Feb 2025 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;E-commerce is constantly changing, and Magento continues to be a leading platform, providing great tools for developers and businesses. Two exciting additions to this system have recently stood out: the Automatic Translations Module and the PageBuilder Import-Export Module. Created by &lt;a href=&quot;https://www.linkedin.com/in/davide-lunardon-b78813a1/&quot;&gt;Davide Lunardon&lt;/a&gt;, &lt;a href=&quot;https://www.linkedin.com/in/luca-alessio-fuser/&quot;&gt;Luca Fuser&lt;/a&gt; and &lt;a href=&quot;https://www.linkedin.com/in/samuele-martini-02820795/&quot;&gt;Samuele Martini&lt;/a&gt;, these tools aim to make Magento even more useful and easy to use.&lt;/p&gt;
&lt;h2 id=&quot;the-automatic-translations-module&quot;&gt;&lt;strong&gt;The Automatic Translations Module&lt;/strong&gt;&lt;/h2&gt;
&lt;h3 id=&quot;how-it-was-developed&quot;&gt;&lt;strong&gt;How It Was Developed&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;During the Covid period, &lt;a href=&quot;https://www.linkedin.com/in/samuele-martini-02820795/&quot;&gt;Samuele Martini&lt;/a&gt; began exploring generative AI technologies, particularly OpenAI, with the goal of innovating within e-commerce. An old challenge resurfaced: years ago, a client requested automatic product description generation during ERP imports, which was not feasible at the time.&lt;/p&gt;
&lt;p&gt;Fast-forward to a new client of Davide Lunardon, who needed to expand into the French market but lacked translated product data. Given high translation costs and the prospect of further expansions, Samuele and Davide revisited the AI-based module concept, integrating it with DeepL, OpenAI, and Google Gemini to create high-quality translations at a fraction of the cost. The result was an efficient, scalable translation module for Magento. &lt;/p&gt;
&lt;p&gt;The module enables the translation of all entities, including products, categories, CMS pages, and static blocks, into almost any language. For the product catalog, it offers two modes: a manual option, accessible via a button in the admin panel, and an automatic mode using cron jobs. The automatic mode includes configurable control systems to prevent the retranslation of manually modified products while allowing forced retranslation if descriptions in the primary language change. Categories, CMS pages, and static blocks, however, can only be translated manually via the admin panel button. Given the module’s effectiveness, we decided to make it available to communities through Mage-OS.&lt;/p&gt;
&lt;h3 id=&quot;challenges-in-development&quot;&gt;&lt;strong&gt;Challenges in Development&lt;/strong&gt;&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Handling HTML in Descriptions&lt;/strong&gt; – Ensuring AI engines preserved structural elements while translating text was complex.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Prompt Engineering&lt;/strong&gt; – While DeepL required no prompts, OpenAI and Gemini needed specific instructions to produce quality translations.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Attribute Translation&lt;/strong&gt; – Unlike textual attributes, select and multiselect attributes store only IDs, requiring a separate translation mechanism.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Alt Text Handling&lt;/strong&gt; – Since Magento associates alt text with a “gallery” entity, special logic was needed to integrate it seamlessly.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Today, &lt;a href=&quot;https://github.com/mage-os-lab/module-automatic-translation&quot;&gt;the module&lt;/a&gt; allows merchants to translate products, categories, CMS pages, and static blocks either manually or automatically via cron jobs, ensuring efficient multilingual expansion. Recognizing its potential, Samuele and Davide made it available to the Mage-OS community.&lt;/p&gt;
&lt;h2 id=&quot;pagebuilder-import-export-module&quot;&gt;&lt;strong&gt;PageBuilder Import-Export Module&lt;/strong&gt;&lt;/h2&gt;
&lt;h3 id=&quot;how-it-was-developed-1&quot;&gt;&lt;strong&gt;How It Was Developed&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;Magento’s PageBuilder is widely used for content management, but one major limitation has always been the inability to export and import CMS pages and blocks between environments. Recognizing this issue, Davide Lunardon proposed an extension to enable seamless content transfers. &lt;/p&gt;
&lt;p&gt;The module allows users to export templates as zip files containing:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;template.html&lt;/strong&gt; (HTML content)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;preview.jpg&lt;/strong&gt; (visual representation)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;config.xml&lt;/strong&gt; (metadata configuration)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Children folder&lt;/strong&gt; (nested CMS blocks)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Asset folder&lt;/strong&gt; (related images)&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additionally, a Dropbox API integration enables remote template imports. This innovation means merchants can now version and distribute CMS content efficiently across sites.&lt;/p&gt;
&lt;h3 id=&quot;challenges-in-development-1&quot;&gt;&lt;strong&gt;Challenges in Development&lt;/strong&gt;&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Recursive CMS Dependency Handling&lt;/strong&gt; – Extracting interdependent assets and templates in a structured manner was a significant challenge.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Choosing the Right Remote Service&lt;/strong&gt; – A flexible API solution was needed for sustainable integration with Mage-OS.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Supported by fellow developers Luca Fuser and Samuele Martini, Davide’s vision took shape, and &lt;a href=&quot;https://github.com/mage-os-lab/module-pagebuilder-template-import-export&quot;&gt;the module&lt;/a&gt; is now actively being refined for stability and efficiency.&lt;/p&gt;
&lt;p&gt;The module was created by &lt;a href=&quot;https://www.linkedin.com/in/samuele-martini-02820795/&quot;&gt;&lt;strong&gt;Samuele Martini&lt;/strong&gt;&lt;/a&gt; and &lt;a href=&quot;https://www.linkedin.com/in/davide-lunardon-b78813a1/&quot;&gt;&lt;strong&gt;Davide Lunardon&lt;/strong&gt;&lt;/a&gt;, two experienced developers with a strong background in e-commerce solutions.&lt;/p&gt;
&lt;h2 id=&quot;about-the-developers&quot;&gt;&lt;strong&gt;About the Developers&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;&lt;img  loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1200&quot; height=&quot;1600&quot; src=&quot;/_astro/AD_4nXc3l9wjH95o8Nah8a5dR7ZF33NlgfoJroZN-7IrOxBdipcTs5RsIAt2LU5hdqHN0RJAmZQpvMIVxHrtbmxKXrvWlWwxU9Joo-QItqsE0ErUKsSFflay3kNx_PECYOIICAAJH-ch.knTU5xkZ_Z3Er29.webp&quot; &gt;&lt;/p&gt;
&lt;p&gt;Samuele, a developer from Treviso, Italy, has a diverse academic background in statistics, business management, and computer science. After earning his degree from the University of Padua in 2011, he built his career across multiple web agencies, progressing from developer to technical director. In 2025, he decided to start his own business, collaborating with Davide, a longtime friend and former colleague.&lt;/p&gt;
&lt;p&gt;Davide is a passionate web developer and an amateur table tennis player. Since becoming a freelancer in late 2020, he has primarily worked with companies and agencies in Italy, bringing his expertise in web development to various projects. Together, Samuele and Davide combined their skills to develop this module, aiming to make translation in e-commerce more efficient and accessible.&lt;/p&gt;
&lt;h3 id=&quot;how-they-discovered-magento&quot;&gt;&lt;strong&gt;How They Discovered Magento&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;Samuele and Davide’s journey with Magento began at different times, but for similar reasons – its flexibility and power as an e-commerce platform.&lt;/p&gt;
&lt;p&gt;Davide first encountered Magento in 2016 while working on projects for one of the companies he was employed at. It was instant love, especially with Magento 1, as Magento 2 was not yet fully stable at the time. The platform’s capabilities and potential drew him in, sparking his deep interest in e-commerce development.&lt;/p&gt;
&lt;p&gt;For Samuele, the transition to Magento came as a strategic decision. Initially working on corporate websites with WordPress, he witnessed the agency he worked for pivot toward e-commerce due to the industry’s rapid growth. During their research, they evaluated multiple platforms, including Prestashop, Shopware, and Magento. After a detailed analysis, Samuele recommended Magento because it functioned more like a framework than a traditional CMS, making it ideal for custom, scalable developments. This adaptability made it the perfect choice for handling complex, tailored e-commerce projects.&lt;/p&gt;
&lt;p&gt;Their shared passion for Magento eventually led them to specialize in the platform, laying the foundation for their later collaboration and the development of their module.&lt;/p&gt;
&lt;h3 id=&quot;what-they-love-about-magento&quot;&gt;&lt;strong&gt;What They Love About Magento&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;Both Samuele and Davide appreciate Magento for its robustness, flexibility, and developer-friendly architecture, which makes it a powerful tool for building and maintaining e-commerce platforms.&lt;/p&gt;
&lt;p&gt;For Samuele, Magento’s greatest strength is its comprehensiveness. Unlike other platforms that are still catching up on essential features like wishlists and bundled products, Magento has offered these since 2007. From a developer’s perspective, Magento provides an innovative yet intuitive set of patterns that make extending functionality seamless. Features like preferences, plugins, viewModels, virtual types, argument preferences, and dependency injection are unique tools not commonly found in other PHP frameworks, making Magento an extremely versatile and customizable platform.&lt;/p&gt;
&lt;p&gt;Davide values Magento’s elasticity and the structured framework that enables scalability and maintainability when managed correctly. The dependency injection system, virtual types, and plugin architecture give developers unparalleled control over customizations. Additionally, its open-source nature allows for deep, ad-hoc integrations tailored to specific business needs. He also highlights the out-of-the-box features that have been present since Magento 1 and continue in Magento 2, making it a large, stable, and complete codebase for e-commerce development. For Davide, working on complex e-commerce projects without Magento would be unimaginable.&lt;/p&gt;
&lt;h3 id=&quot;their-relationship-with-mage-os&quot;&gt;&lt;strong&gt;Their Relationship with Mage-OS&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;Mage-OS provides an independent, community-driven environment for Magento development. It ensures that Magento remains open-source and continues evolving with valuable features. Through their contributions, Davide and Samuele have enhanced Magento’s capabilities, making it more accessible and powerful for businesses worldwide. Both Samuele and Davide see Mage-OS as a crucial initiative for preserving and expanding Magento’s open-source ecosystem, allowing them to contribute to the platform in ways that weren’t possible before.&lt;/p&gt;
&lt;p&gt;Samuele first learned about Mage-OS through &lt;a href=&quot;https://www.linkedin.com/in/alessandroronchi/&quot;&gt;Alessandro Ronchi&lt;/a&gt; and was immediately drawn to its clear objectives. He sees its role as twofold: first, ensuring that Magento remains open source, no matter what; and second, enhancing Magento’s core functionality, rather than just integrating Adobe SaaS services. Samuele has actively contributed by working on an AI-powered automatic translation suite alongside Davide, and participating in the OpenAI integration module developed by &lt;a href=&quot;https://www.linkedin.com/in/ryanyinsun/&quot;&gt;Ryan Sun&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;For Davide, Mage-OS represents freedom – the ability to contribute to Magento without restrictions imposed by corporate ownership. While he acknowledges Adobe’s contributions, he feels that Magento has changed significantly since the acquisition. With Mage-OS, he can now develop and release tools that directly benefit the Magento ecosystem, something he couldn’t do while working within agencies. Seeing how much Magento has shaped his career, he is eager to give back to the community and help restore Magento’s reputation and strength through Mage-OS.&lt;/p&gt;
&lt;p&gt;With the Automatic Translations Module and PageBuilder Import-Export Module, Magento developers and merchants can now work more efficiently, scale into new markets, and manage content seamlessly. As Mage-OS grows, these innovations will help shape the future of the Magento ecosystem.&lt;/p&gt;</content:encoded><category>Initiatives</category><category>Updates</category><author>anita-miller</author></item><item><title>Mage-OS Jan Recap</title><link>https://mage-os.org/updates/2025-02-01-mage-os-jan-recap</link><guid isPermaLink="true">https://mage-os.org/updates/2025-02-01-mage-os-jan-recap</guid><description>- Welcome to our newest partners and members!     - Mino  – community member          - David Nimorwicz  – professional member - You too can become a Mage-OS...</description><pubDate>Sat, 01 Feb 2025 00:00:00 GMT</pubDate><content:encoded>&lt;h2 id=&quot;association-news&quot;&gt;&lt;strong&gt;Association News&lt;/strong&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Welcome to our newest partners and members!&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Mino  – community member&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;David Nimorwicz  – professional member&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;You too can become a Mage-OS member and &lt;a href=&quot;/community/partners&quot;&gt;join&lt;/a&gt; our vibrant community, starting from just €10 per year!&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;content-and-community-initiatives&quot;&gt;&lt;strong&gt;Content and Community Initiatives&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;The &lt;strong&gt;Magento Association Marketing Team&lt;/strong&gt; is experiencing significant growth, with ongoing onboarding efforts. New team members are being assigned responsibilities for &lt;strong&gt;social media management&lt;/strong&gt; and &lt;strong&gt;content scheduling&lt;/strong&gt;. To ensure better organization, Laura has been appointed as the &lt;strong&gt;marketing team’s board liaison&lt;/strong&gt;, helping to establish a clearer structure and delegation of responsibilities.&lt;/p&gt;
&lt;p&gt;In an effort to maintain focus, the team discussed ensuring that &lt;strong&gt;MageOS Discord&lt;/strong&gt; remains dedicated to &lt;strong&gt;MageOS-specific discussions&lt;/strong&gt;, rather than becoming a general support channel for &lt;strong&gt;Magento Open Source&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;A new initiative aims to facilitate knowledge sharing within the community. Once a month, the team plans to regroup and share &lt;strong&gt;best practices&lt;/strong&gt;, such as &lt;strong&gt;marketing strategies for Magento agencies&lt;/strong&gt;, as previously initiated within the &lt;strong&gt;Lady Magento group&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Finally, the &lt;strong&gt;Monday content meetings&lt;/strong&gt; won’t take place anymore, but the team remains open to discussions and collaboration via Discord.&lt;/p&gt;
&lt;h2 id=&quot;development-progress&quot;&gt;&lt;strong&gt;Development Progress&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;The Mage-OS team has made significant progress in various areas, including the &lt;strong&gt;Mage-OS Dashboard Migration&lt;/strong&gt;, now live at &lt;a href=&quot;https://dashboard.mage-os.org&quot;&gt;dashboard.mage-os.org&lt;/a&gt;. We are also transitioning to &lt;strong&gt;&lt;a href=&quot;https://tree.taiga.io/project/mage-os-mage-os-technical-initiatives/kanban&quot;&gt;Taiga&lt;/a&gt;&lt;/strong&gt; for improved task tracking, where the document will now&lt;/p&gt;
&lt;p&gt;In preparation for the upcoming &lt;strong&gt;Mage-OS 1.1 Release (#45)&lt;/strong&gt;, package bundling is being reviewed on a case-by-case basis. The &lt;strong&gt;Creatuity Compiled Interceptors&lt;/strong&gt; are under consideration for inclusion but require bug fixes before integration. The &lt;strong&gt;Admin Theme&lt;/strong&gt; is confirmed for the release, but its timing depends on the release of &lt;strong&gt;Magento 2.4.8&lt;/strong&gt; on April 8 and development progress.&lt;/p&gt;
&lt;p&gt;Several ongoing developments are in the works. David has taken over the &lt;strong&gt;Reservations Grid (#34)&lt;/strong&gt; enhancements, and the &lt;strong&gt;EcomScan Actions (#35)&lt;/strong&gt; still face an issue with license key retrieval, with investigations ongoing. Nikola provided valuable insights into the &lt;strong&gt;DevDocs Infrastructure&lt;/strong&gt;, explaining how documentation is built and stored. For &lt;strong&gt;OpenTofu (#37)&lt;/strong&gt;, the repository name will remain &lt;strong&gt;mage-os/terraform&lt;/strong&gt; to avoid potential risks, and it is now ready to be merged.&lt;/p&gt;
&lt;p&gt;A &lt;strong&gt;Gitpod Cleanup&lt;/strong&gt; was also completed, with an old setup being archived while the team continues with the newer version (&lt;a href=&quot;https://github.com/mage-os/magento-gitpod&quot;&gt;GitHub link&lt;/a&gt;). Additionally, the team is considering switching to &lt;strong&gt;OpenTofu&lt;/strong&gt; for Terraform compliance with open-source standards, with David leading the initiative.&lt;/p&gt;
&lt;p&gt;The &lt;strong&gt;Admin AI Assistant (#19)&lt;/strong&gt; saw a demo of a tool that executes SQL queries and returns results. &lt;strong&gt;Magento Version Compatibility (#41)&lt;/strong&gt; is another focus area, with Ryan Hoerr having developed a solution currently undergoing testing. The &lt;strong&gt;AI Catalog Translation Extension (#32)&lt;/strong&gt; faces an issue with &lt;strong&gt;URL rewrite generation&lt;/strong&gt;, which is being addressed. Furthermore, a proposal has been made to create a webpage listing &lt;strong&gt;Mage-OS Modules Promotion (#43)&lt;/strong&gt;, categorizing stable modules separately from those needing testing to increase adoption and engagement.&lt;/p&gt;
&lt;h2 id=&quot;opportunities&quot;&gt;&lt;strong&gt;Opportunities&lt;/strong&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Want to help promote Magento and Mage-OS? Feel free to share your ideas on &lt;a href=&quot;http://chat.mage-os.org/&quot;&gt;Discord&lt;/a&gt;!&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Have a contribution idea or interested in the Mage-OS Distribution? Join our weekly tech meetings, public on &lt;a href=&quot;http://chat.mage-os.org/&quot;&gt;Discord&lt;/a&gt; at 3 PM CET / 2 PM UTC / 9 AM EST every Tuesday: chat.mage-os.org&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;We’re looking for new features to enhance Mage-OS this year that will help to modernize and excite merchants. This might include AI enhancements, low/no code processes, or more. Talk to Vinai Kopp or #tech if you’re interested!&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;</content:encoded><category>Updates</category><author>mage-os-team</author></item><item><title>End of Year Recap - That was 2024</title><link>https://mage-os.org/updates/2024-12-31-end-of-year-recap-that-was-2024</link><guid isPermaLink="true">https://mage-os.org/updates/2024-12-31-end-of-year-recap-that-was-2024</guid><description>Looking Back on an Awesome Year with Mage-OS – Happy New Year! As 2024 wraps up, we want to take a moment to celebrate everything we’ve accomplished together...</description><pubDate>Tue, 31 Dec 2024 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;&lt;strong&gt;Looking Back on an Awesome Year with Mage-OS – Happy New Year!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;As 2024 wraps up, we want to take a moment to celebrate everything we’ve accomplished together and thank the amazing Mage-OS and Magento communities who made it all happen. This year has been incredible, full of progress, teamwork, and creative ideas.&lt;/p&gt;
&lt;h3 id=&quot;highlights-from-the-year&quot;&gt;Highlights from the Year&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;January - March:&lt;/strong&gt; We started the year strong, kicking off exciting projects and sparking conversations about Magento’s future. Some big moments included the Mage-OS async events and Gowri’s inspiring journey with asynchronous systems. February’s Mage-OS Nederland member meeting was another highlight, showing how global our community truly is.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;April - June:&lt;/strong&gt; Spring kept the momentum going! In April, we celebrated new contributions and shared exciting plans for the platform. By June, we saw awesome progress in tools and community engagement, cementing Mage-OS as a space for fresh ideas and growth. We also had our first hire!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;July - September:&lt;/strong&gt; Summer was packed with activity, including community events like the Magento meetups across North America and Europe. These gatherings brought us closer together and sparked creative solutions for the future. This September defined our community, showcasing just how much we can achieve when we work together.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;October - December:&lt;/strong&gt; The final months of the year were full of energy and achievements. November’s release of Mage-OS Distribution 1.0.5 was a new milestone, reflecting the incredible effort and expertise of contributors worldwide. The behind-the-scenes stories from September’s and November’s events gave us a glimpse into the exciting possibilities ahead. The tech channel also became a lively hub, buzzing with ideas and collaboration. We were happy to welcome Fabrizio to the team, whose fresh perspective and innovative ideas have already made a big impact. We had our first retro and identified some exciting changes ahead to help improve our processes. The Italian community and events were set up and we’re excited to see the new activity and ideas!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Reclaiming the Magento Brand&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Together with the &lt;a href=&quot;http://magentoassociation.org&quot;&gt;Magento Association&lt;/a&gt;, we achieved something truly historic this year: we bought back the Magento brand. This is a massive achievement for our community and a testament to what we can accomplish together. To celebrate and raise awareness about Magento, we ran an extensive campaign across social media, with many LinkedIn posts showcasing the vibrant, dedicated community. If you haven’t already, check out our LinkedIn page for more highlights and stories: Mage-OS LinkedIn.&lt;/p&gt;
&lt;p&gt;The Magento Association and Mage-OS have been collaborating to strengthen the Magento community through joint initiatives. We’ve engaged the community with collaborative discussions, and events to gather ideas and feedback, aiming to enhance the Magento Open Source ecosystem. Additionally, we are co-developing improved merchant documentation, hosted on a new domain (&lt;a href=&quot;https://magento-opensource.com/&quot;&gt;magento-opensource.com&lt;/a&gt;), which provides comprehensive guidance for configuring and using Magento 2, with options for both Magento Open Source and Mage-OS screenshots.&lt;/p&gt;
&lt;h3 id=&quot;an-incredible-community&quot;&gt;An Incredible Community&lt;/h3&gt;
&lt;p&gt;Throughout 2024, our community has been at the heart of everything we’ve done. Your passion, creativity, and support have made all the difference. From writing code to attending events and sharing ideas, every contribution has mattered.&lt;/p&gt;
&lt;p&gt;Thank you to everyone who’s been part of this journey. Mage-OS wouldn’t be what it is without you, and together we’ve shown what’s possible when we work as a team.&lt;/p&gt;
&lt;h3 id=&quot;looking-ahead-to-2025&quot;&gt;Looking Ahead to 2025&lt;/h3&gt;
&lt;p&gt;As we head into the new year, we’re excited to keep building on everything we’ve achieved. 2025 is shaping up to be another big year with new projects, partnerships, and chances to grow. We can’t wait to see what we’ll accomplish together.&lt;/p&gt;
&lt;p&gt;Join us at our Marketing and Tech meetings or the Italian sessions—we’re always glad to see new and familiar faces there!&lt;/p&gt;
&lt;h3 id=&quot;happy-new-year&quot;&gt;Happy New Year!&lt;/h3&gt;
&lt;p&gt;From everyone at Mage-OS, we hope you have a fantastic New Year. Here’s to more milestones, more teamwork, and another awesome year with the Mage-OS community. Let’s make 2025 our best year yet!&lt;/p&gt;</content:encoded><category>Updates</category><author>anita-miller</author></item><item><title>Mage-OS Nov Recap</title><link>https://mage-os.org/updates/2024-12-01-mage-os-nov-recap</link><guid isPermaLink="true">https://mage-os.org/updates/2024-12-01-mage-os-nov-recap</guid><description>- Welcome to our newest partners and members!     - Jeanmarcos  - community member          - Kyle  - community member          - Ben Wake - community member  ...</description><pubDate>Sun, 01 Dec 2024 00:00:00 GMT</pubDate><content:encoded>&lt;h2 id=&quot;association-news&quot;&gt;&lt;strong&gt;Association News&lt;/strong&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Welcome to our newest partners and members!&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Jeanmarcos  - community member&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Kyle  - community member&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Ben Wake - community member&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Ivaylo Alexandrov - community member&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;SamJUK  - professional member&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Ajay Khampariya - professional member&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Jim Gilbert - community member&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;You too can become a Mage-OS member and &lt;a href=&quot;/community/partners&quot;&gt;join&lt;/a&gt; our vibrant community, starting from just €10 per year!&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;content-and-community-initiatives&quot;&gt;&lt;strong&gt;Content and Community Initiatives&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;A &lt;a href=&quot;/community&quot;&gt;&lt;strong&gt;Compatibility Badge&lt;/strong&gt; information page&lt;/a&gt; was successfully created this month, making it easier for the community to understand and adopt the badge. This initiative is seen as a step forward in creating clarity around compatibility with Mage-OS. Members are encouraged to spread the word to ensure broader awareness and adoption.&lt;/p&gt;
&lt;p&gt;A &lt;strong&gt;case studies directory&lt;/strong&gt; is in the works, aiming to centralize short-form studies categorized by verticals, business size, and region. Agencies could also link to their detailed studies, boosting visibility for their contributions.&lt;/p&gt;
&lt;p&gt;The &lt;strong&gt;Project Showcase Initiative&lt;/strong&gt; introduced metadata tags to highlight whether projects were built with Adobe Commerce, Magento, or Mage-OS. This change aims to showcase the ecosystem’s versatility and improve engagement, addressing the previous lackluster performance of the case study section.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Community engagement remains a priority.&lt;/strong&gt; Updates were shared on ongoing community-led initiatives, including admin theme development and compatibility enhancements with Magento Open Source. To encourage more contributions, efforts are being made to recognize and promote contributors more effectively.&lt;/p&gt;
&lt;p&gt;From a marketing perspective, the focus has been on &lt;strong&gt;promoting Mage-OS and Magento through SEO-optimized content&lt;/strong&gt;, targeted campaigns, and case studies. The success of these efforts was evident at &lt;a href=&quot;https://nl.meet-magento.com/&quot;&gt;Meet Magento Netherlands&lt;/a&gt;, which saw an impressive turnout of 450 attendees. Preparations are underway for upcoming events in Amsterdam, India, and Florida to share platform updates and engage the global community.&lt;/p&gt;
&lt;h2 id=&quot;development-progress&quot;&gt;&lt;strong&gt;Development Progress&lt;/strong&gt;&lt;/h2&gt;
&lt;h3 id=&quot;admin-theme-progress&quot;&gt;&lt;strong&gt;Admin Theme Progress&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;This month saw significant progress on the admin theme. Key features like attributes, ratings, and attribute sets were completed, with ongoing work focusing on system imports and tax rules under the Taxes section. The team also unveiled a new admin theme demo that received positive feedback, bringing the project closer to an alpha release. Improvements in usability and visual appeal remain a priority.&lt;/p&gt;
&lt;h3 id=&quot;web-installer-advancements&quot;&gt;&lt;strong&gt;Web Installer Advancements&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;The &lt;a href=&quot;https://github.com/mage-os-lab/web-installer&quot;&gt;web installer&lt;/a&gt; is almost complete and ready for testing. Pending tasks include QA, security reviews, and documentation updates. Performance issues related to DI XML loading without caching were identified, and an interactive CLI installer is under development. These updates aim to streamline the installation process for users and improve overall performance.&lt;/p&gt;
&lt;h3 id=&quot;ai-tools-development&quot;&gt;&lt;strong&gt;AI Tools Development&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;Several AI-powered tools made significant strides:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;AI Catalog Translation&lt;/strong&gt;: The module, supporting DeepL, OpenAI, and Gemini engines, is fully functional and awaiting publication on Packagist after additional QA.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Backend Assistant&lt;/strong&gt;: A proof-of-concept for real-time assistance in the admin panel was presented, with deployment options being explored.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;AI Product Data Generation&lt;/strong&gt;: Version 3.1 is live, with feedback being collected to refine the tool further.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;shared-page-builder-templates&quot;&gt;&lt;strong&gt;Shared Page Builder Templates&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;Work began on features allowing the export and import of page builder templates, including all required CMS blocks. Development of an admin UI for this functionality is underway, with plans to publish the module on Packagist once stable. The initiative is part of a broader effort to simplify template management across sites.&lt;/p&gt;
&lt;h3 id=&quot;security-and-updates&quot;&gt;&lt;strong&gt;Security and Updates&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;The team focused on improving responsiveness to security patches. Discussions centered on streamlining processes to address vulnerabilities more quickly. Additionally, &lt;a href=&quot;/releases/2024-11-06-release-mage-os-distribution-1-0-5&quot;&gt;Mage-OS 1.0.5&lt;/a&gt; was released, achieving parity with Magento Open Source 2.4.7-p3 and addressing issues like search autocomplete and TinyMCE bugs.&lt;/p&gt;
&lt;h3 id=&quot;ai-models-and-shared-configurations&quot;&gt;&lt;strong&gt;AI Models and Shared Configurations&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;Discussions explored the potential for a unified configuration across AI modules, possibly using tools like LLPhant. While the idea was deferred for now, module-specific configurations will continue to evolve as more AI tools are adopted.&lt;/p&gt;
&lt;h3 id=&quot;community-engagement-and-contributions&quot;&gt;&lt;strong&gt;Community Engagement and Contributions&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;Efforts to raise awareness about Mage-OS included plans for an ambassador program (WIP) and increased presence at events. The importance of contributions back to Magento Open Source is important, encouraging community members to share improvements while leaving the decision up to individual contributors.&lt;/p&gt;
&lt;h3 id=&quot;branding-and-compatibility-badge&quot;&gt;&lt;strong&gt;Branding and Compatibility Badge&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;Steps were taken to modernize Magento Open Source branding and align it with current standards. Work on the MageOS Compatibility Badge finished, with documentation and a dedicated &lt;a href=&quot;/community&quot;&gt;info page&lt;/a&gt; in development to provide clarity on compatibility standards.&lt;/p&gt;
&lt;p&gt;This month showcased remarkable progress across development, AI initiatives, community building, and security, setting a strong foundation for the months ahead.&lt;/p&gt;
&lt;h2 id=&quot;opportunities&quot;&gt;&lt;strong&gt;Opportunities&lt;/strong&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Want to help promote Magento and Mage-OS? Join our weekly marketing meeting, public on &lt;a href=&quot;http://chat.mage-os.org/&quot;&gt;Discord&lt;/a&gt; at 4 PM CET/3 PM UTC / 10 AM EST every Monday: chat.mage-os.org&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Have a contribution idea or interested in the Mage-OS Distribution? Join our weekly tech meetings, public on &lt;a href=&quot;http://chat.mage-os.org/&quot;&gt;Discord&lt;/a&gt; at 3 PM CET / 2 PM UTC / 9 AM EST every Tuesday: chat.mage-os.org&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;We’re looking for new features to enhance Mage-OS this year that will help to modernize and excite merchants. This might include AI enhancements, low/no code processes, or more. Talk to Vinai Kopp or #tech if you’re interested!&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;</content:encoded><category>Updates</category><author>mage-os-team</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>Mage-OS Oct Recap</title><link>https://mage-os.org/updates/2024-11-01-mage-os-oct-recap</link><guid isPermaLink="true">https://mage-os.org/updates/2024-11-01-mage-os-oct-recap</guid><description>- It was a busy month! Welcome to our newest partners and members!     - Jim Gilbert  - community member          -  Wouter Steenmeijer - community member     ...</description><pubDate>Fri, 01 Nov 2024 00:00:00 GMT</pubDate><content:encoded>&lt;h2 id=&quot;association-news&quot;&gt;&lt;strong&gt;Association News&lt;/strong&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;It was a busy month! Welcome to our newest partners and members!&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Jim Gilbert  - community member&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt; Wouter Steenmeijer - community member&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Jeroen Boersma - professional member&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Ajay Khampariya - professional member&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Marco - professional member&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Davide - community member&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Salvatore - community member&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Paolo Capritta - community member&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Samuele - community member&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Sam - community member&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Luca Alessio Fuser - professional member&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Peter Banchev - community member&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Jiří Brada  - community member&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Akarawuth Tamrareang \(Krit\)  - professional member&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Mike Parker  - professional member&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;You too can become a Mage-OS member and &lt;a href=&quot;/community/partners&quot;&gt;join&lt;/a&gt; our vibrant community, starting from just €10 per year!&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;events&quot;&gt;&lt;strong&gt;Events&lt;/strong&gt; &lt;/h2&gt;
&lt;p&gt;This season has been packed with Magento events, all reflecting the community’s dedication to innovation, open collaboration, and a bright future for Magento Open Source. Here’s a look at recent highlights:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Meet Magento Poland&lt;/strong&gt;: Hosted in Poznań, this event centered on the theme of performance and sustainability. The “Future of Magento Open Source vol. 2” panel spotlighted the crucial role of community involvement in guiding the platform’s future direction.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Meet Magento NYC&lt;/strong&gt;: This event brought together developers, merchants, and Adobe representatives, emphasizing Magento Open Source’s strategic importance within Adobe. Attendees enjoyed updates on deployment processes and community-led initiatives for the platform.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;MageTitans Groningen&lt;/strong&gt;: The Netherlands welcomed back MageTitans after a five-year break, featuring technical talks and community networking. Key highlights included MageWire Version 3, payment integration with Hyvä Checkout, and discussions on career growth within the Magento ecosystem.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Magentiamo Day&lt;/strong&gt;: In Italy, the community came together after three years to celebrate Magento Open Source and its latest developments. Talks by Alessandro Ronchi and Rebecca Brocton highlighted efforts to simplify frontend development and revitalize the platform.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;         Read more about these events &lt;a href=&quot;/updates/2024-10-27-magento-community-events-september-highlights-and-insights&quot;&gt;here&lt;/a&gt;. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Upcoming Event&lt;/strong&gt;: &lt;a href=&quot;https://nl.meet-magento.com/&quot;&gt;&lt;strong&gt;Meet Magento Netherlands&lt;/strong&gt;&lt;/a&gt; is just around the corner on &lt;strong&gt;October 31&lt;/strong&gt;! Stay tuned for event photos, updates, and takeaways across our social media channels.&lt;/p&gt;
&lt;h2 id=&quot;content-and-community-initiatives&quot;&gt;&lt;strong&gt;Content and Community Initiatives&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Trade Shows and Magento Marketing&lt;/strong&gt; In our push to elevate Magento Open Source’s profile, we discussed the importance of trade show presence. To manage budgets effectively, we’re exploring shared booth spaces and additional channels to increase Magento’s visibility. Our SEO strategies include encouraging partner agencies to link back to Magento Open Source.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Membership Badge&lt;/strong&gt; A Magento Association membership badge is in development! This badge will allow members to show their affiliation proudly on their websites. Check out the MageOS membership and compatibility badges too!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Web Accessibility &amp;#x26; ADA Compliance&lt;/strong&gt; With accessibility in mind, we’ve started an ADA/EAA audit to address contrast issues and ensure compliance with upcoming 2025 EU standards.  With that opportunity, we’re considering a shift away from the current WordPress theme to a simpler, more accessible design that will streamline updates. Additionally, the Italian version of the website is underway, and we’re aiming for a smooth language transition soon.&lt;/p&gt;
&lt;h6 id=&quot;upcoming-magento-association-board-elections&quot;&gt;Upcoming Magento Association Board Elections&lt;/h6&gt;
&lt;p&gt;Get involved in shaping the future of the Magento ecosystem! The &lt;a href=&quot;https://www.magentoassociation.org/home&quot;&gt;Magento Association&lt;/a&gt; is holding its annual board elections soon, with nominations and voting right around the corner. This is a valuable opportunity to contribute to the community’s direction and priorities.&lt;/p&gt;
&lt;p&gt;Not a member yet at Magento Association? Joining is easy—become a part of the Magento community and gain access to vote in the election, network with other professionals, and stay updated on MA developments. &lt;a href=&quot;https://www.magentoassociation.org/commerce-co-op/full-article/magento-association-board-elections-2024-your-guide-to-the-election-timeline&quot;&gt;Read the full election timeline here&lt;/a&gt; and &lt;a href=&quot;https://hub.magentoassociation.org/memberships&quot;&gt;join as a member here&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&quot;development-progress&quot;&gt;&lt;strong&gt;Development Progress&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Mage-OS Version 1.0.5&lt;/strong&gt; is nearing release, led by Vinai and Fabrizio. The team is actively preparing for the launch, with the new version expected to be available soon.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Admin Theme Revamp&lt;/strong&gt; Progress continues on the revamped admin theme, with a focus on Stores &gt; Settings improvements. Updates to widgets, the page builder, and media gallery elements are nearly complete, thanks to the hard work from Artem..&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;AI-Driven Backend Assistant&lt;/strong&gt; Our AI initiatives are gaining momentum! Ryan Sun presented a proof of concept for an AI-driven backend assistant designed to support merchants with real-time help. Additionally, a catalog translation extension from Davide Lunardon and Samuele is set for launch on Mage-OS Labs.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Search and Indexing Enhancements&lt;/strong&gt; We’re implementing fixes for Magento’s search suggestions to avoid zero-result issues and working on improvements to the indexing framework. With Jakub and Ivan’s collaboration, these indexing updates aim to support large catalog stores with better performance and scalability.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;DevDocs and SEO Improvements&lt;/strong&gt; Documentation is a priority this month, with Nikola refining the developer docs by addressing broken links and enhancing installation guides. SEO efforts also include footer updates and strategies to boost MageOS.org’s search ranking.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Merge Conflicts &amp;#x26; Branch Protection&lt;/strong&gt; We tackled ongoing merge conflicts by testing solutions to avoid recurring issues, with Ryan and the team adjusting squash merges and branch protection rules. We’re also exploring ways to manage the protected 2.4-develop-upstream branch.&lt;/p&gt;
&lt;h2 id=&quot;opportunities&quot;&gt;&lt;strong&gt;Opportunities&lt;/strong&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Want to help promote Magento and Mage-OS? Join our weekly marketing meeting, public on &lt;a href=&quot;http://chat.mage-os.org/&quot;&gt;Discord&lt;/a&gt; at 4 PM CET/3 PM UTC / 10 AM EST every Monday: chat.mage-os.org&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Have a contribution idea or interested in the Mage-OS Distribution? Join our weekly tech meetings, public on &lt;a href=&quot;http://chat.mage-os.org/&quot;&gt;Discord&lt;/a&gt; at 3 PM CET / 2 PM UTC / 9 AM EST every Tuesday: chat.mage-os.org&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;We’re looking for new features to enhance Mage-OS this year that will help to modernize and excite merchants. This might include AI enhancements, low/no code processes, or more. Talk to Vinai Kopp or #tech if you’re interested!&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;upcoming-events&quot;&gt;&lt;strong&gt;Upcoming Events&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;Stay updated with the latest events and gatherings in the worldwide Magento community:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.mageunconference.org/&quot;&gt;Mage Unconference&lt;/a&gt; – 01-03 November 2024, Cologne, Germany&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://meetcommerce.es/&quot;&gt;Meet Commerce Spain&lt;/a&gt; - 12 November 2024, Barcelona, Spain&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Stay tuned for more updates and announcements from Mage-OS!&lt;/p&gt;</content:encoded><category>Updates</category><author>mage-os-team</author></item><item><title>Magento Community Events September: Highlights and Insights</title><link>https://mage-os.org/events/2024-10-27-magento-community-events-september-highlights-and-insights</link><guid isPermaLink="true">https://mage-os.org/events/2024-10-27-magento-community-events-september-highlights-and-insights</guid><description>The Magento community has had an exciting month filled with key events that showcased innovation, collaboration, and the drive to keep Magento Open Source at...</description><pubDate>Sun, 27 Oct 2024 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;The Magento community has had an exciting month filled with key events that showcased innovation, collaboration, and the drive to keep Magento Open Source at the forefront of eCommerce technology. From Poland to New York, the community has come together to explore new features, discuss future strategies, and share valuable knowledge. Here’s a roundup of the highlights from some of the biggest Magento events in September 2024.&lt;/p&gt;
&lt;hr&gt;
&lt;h4 id=&quot;meet-magento-poland-2024-speed-and-sustainability&quot;&gt;&lt;strong&gt;Meet Magento Poland 2024: Speed and Sustainability&lt;/strong&gt;&lt;/h4&gt;
&lt;p&gt;Hosted in the historic city of Poznań, Meet Magento Poland focused on performance under the theme “Need for Speed.” The event emphasized the importance of balancing high-performance eCommerce platforms with sustainability efforts.&lt;/p&gt;
&lt;p&gt;At &lt;strong&gt;Meet Magento Poland 2024&lt;/strong&gt;, one of the most anticipated discussions was the &lt;strong&gt;“Future of Magento Open Source vol. 2”&lt;/strong&gt; panel. This session was pivotal in addressing the ongoing evolution of the Magento ecosystem, focusing on the collaboration between the &lt;strong&gt;Magento Association&lt;/strong&gt; and &lt;strong&gt;Mage-OS&lt;/strong&gt;. Both entities have been working closely to ensure Magento remains a robust, open-source platform for eCommerce, especially amid the rapid changes in the digital landscape.&lt;/p&gt;
&lt;p&gt;One of the key themes discussed during the panel was the &lt;strong&gt;importance of community involvement&lt;/strong&gt; in shaping Magento’s future. Both Mage-OS and the Magento Association emphasized the power of community-led initiatives, underscoring how the open-source platform relies on the collective effort of developers, agencies, and merchants.&lt;/p&gt;
&lt;p&gt;The panel called for continued community participation in prioritizing updates, enhancements, and innovations that keep Magento relevant in a competitive market and &lt;a href=&quot;https://www.linkedin.com/signup/cold-join?session_redirect=https%3A%2F%2Fwww.linkedin.com%2Ffeed%2Fhashtag%2Fmagentoopenforlife&amp;#x26;trk=public_post-text&quot;&gt;#MagentoOpenForLife&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://inchoo.net/dev-talk/meet-magento-poland-2024&quot;&gt;Read more about Meet Magento Poland 2024&lt;/a&gt;​&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;In his &lt;a href=&quot;https://www.linkedin.com/posts/pauliusnagys_meetmagento-story-magentoopenforlife-ugcPost-7247533864380727296-EcjF/?utm_source=share&amp;#x26;utm_medium=member_android&quot;&gt;LinkedIn post,&lt;/a&gt; Paulius Nagy celebrated the vibrant and growing Magento community, noting how events like &lt;a href=&quot;https://meetmagento.pl&quot;&gt;Meet Magento Poland&lt;/a&gt; are breathing new life into the platform. Key takeaways from the event included Adobe’s continued support for the open-source community and the exciting collaborations between Mage-OS and the &lt;a href=&quot;https://www.magentoassociation.org/home&quot;&gt;Magento Association&lt;/a&gt;. The future of &lt;a href=&quot;https://magento-opensource.com/&quot;&gt;Magento Open Source&lt;/a&gt;, as discussed in the “Future of Magento Open Source Vol. 2” panel, shows a bright path ahead, with new features and stronger community-driven initiatives.&lt;/p&gt;
&lt;hr&gt;
&lt;h4 id=&quot;meet-magento-nyc-2024-a-call-to-action&quot;&gt;&lt;strong&gt;Meet Magento NYC 2024: A Call to Action&lt;/strong&gt;&lt;/h4&gt;
&lt;p&gt;Meet Magento NYC 2024 was another major highlight, bringing together developers, merchants, and Adobe representatives.&lt;/p&gt;
&lt;p&gt;Ritesh Somani’s keynote from Adobe acknowledged the critical role Magento Open Source plays in Adobe’s strategy, emphasizing community-led prioritization.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.linkedin.com/in/mathias-schreiber/&quot;&gt;Mathias Schreiber&lt;/a&gt; of the &lt;a href=&quot;https://www.magentoassociation.org/home&quot;&gt;Magento Association&lt;/a&gt; further energized the community by calling for more active participation in shaping the platform’s future.&lt;/p&gt;
&lt;p&gt;The event also featured updates on deployment processes, community voting, and exciting new features in the Adobe ecosystem.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.linkedin.com/pulse/meet-magento-nyc-2024-roundup-chapter-1-kick-off-opening-ollie-hunt-hk93e/?trackingId=Y8z8uMJFSxmQecvraOchcQ%3D%3D&quot;&gt;Check out the full Meet Magento NYC roundup&lt;/a&gt;.&lt;/p&gt;
&lt;hr&gt;
&lt;h4 id=&quot;magetitans-groningen-2024-code-community-and-career&quot;&gt;&lt;strong&gt;MageTitans Groningen 2024: Code, Community, and Career&lt;/strong&gt;&lt;/h4&gt;
&lt;p&gt;After a five-year break, &lt;a href=&quot;https://www.magetitans.com/&quot;&gt;MageTitans&lt;/a&gt; returned to the Netherlands, offering an exciting mix of technical talks and community networking.&lt;/p&gt;
&lt;p&gt;Highlights included &lt;a href=&quot;https://www.linkedin.com/in/wpoortman/&quot;&gt;Willem Poortman&lt;/a&gt;’s unveiling of MageWire Version 3 and insights into payment integrations with Hyvä Checkout. The event also focused on career development within the Magento ecosystem, with &lt;a href=&quot;https://www.linkedin.com/in/andreasv1/&quot;&gt;Andreas von Studnitz&lt;/a&gt; sharing personal reflections on career paths for senior developers.&lt;/p&gt;
&lt;p&gt;Read about MageTitans Groningen 2024 &lt;a href=&quot;https://www.hyva.io/blog/events/magetitans-groningen-2024.html&quot;&gt;here&lt;/a&gt; and &lt;a href=&quot;https://e3n-de.translate.goog/blog/magetitans-netherlands-2024-insights-und-innovationen?_x_tr_sl=de&amp;#x26;_x_tr_tl=en&amp;#x26;_x_tr_hl=de&amp;#x26;_x_tr_pto=wapp&quot;&gt;here&lt;/a&gt;​&lt;/p&gt;
&lt;hr&gt;
&lt;h4 id=&quot;magentiamo-day-2024-the-italian-magento-revival&quot;&gt;&lt;strong&gt;Magentiamo Day 2024: The Italian Magento Revival&lt;/strong&gt;&lt;/h4&gt;
&lt;p&gt;After a three-year hiatus, the Italian Magento community came together for &lt;a href=&quot;https://www.linkedin.com/company/magentiamo/&quot;&gt;Magentiamo&lt;/a&gt; Day 2024. The event highlighted the resurgence of interest in Magento Open Source, with significant contributions from the Mage-OS and Hyvä projects.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.linkedin.com/in/alessandroronchi/&quot;&gt;Alessandro Ronchi&lt;/a&gt;’s presentation on Mage-OS provided a fresh perspective on how the community is revitalizing Magento, while &lt;a href=&quot;https://www.linkedin.com/in/rebeccabrocton/&quot;&gt;Rebecca Brocton&lt;/a&gt;’s session on Hyvä showcased its potential for simplifying frontend development.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.linkedin.com/feed/update/urn:li:activity:7251885662000279552/&quot;&gt;Check out Magentiamo Day 2024&lt;/a&gt;.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;These events demonstrate the Magento community’s dedication to innovation, sustainability, and open collaboration. With continued support from Adobe, Mage-OS, and developers worldwide, the future of &lt;a href=&quot;https://magento-opensource.com/&quot;&gt;Magento Open Source&lt;/a&gt; remains bright, with exciting new features and strategic developments on the horizon.&lt;/p&gt;
&lt;p&gt;Stay tuned for more updates from the community as the year progresses!&lt;/p&gt;</content:encoded><category>Events</category><author>anita-miller</author></item><item><title>Mage-OS Sept Recap</title><link>https://mage-os.org/updates/2024-10-01-mage-os-sept-recap</link><guid isPermaLink="true">https://mage-os.org/updates/2024-10-01-mage-os-sept-recap</guid><description>- Welcome to our newest partners and members!     - Ricardo Muñoz Zuñiga  - community member          - Michiel Gerritsen - professional member - You too can...</description><pubDate>Tue, 01 Oct 2024 00:00:00 GMT</pubDate><content:encoded>&lt;h2 id=&quot;association-news&quot;&gt;&lt;strong&gt;Association News&lt;/strong&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Welcome to our newest partners and members!&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Ricardo Muñoz Zuñiga  - community member&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Michiel Gerritsen - professional member&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;You too can become a Mage-OS member and &lt;a href=&quot;/community/partners&quot;&gt;join&lt;/a&gt; our vibrant community, starting from just €10 per year!&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Our first Release Manager&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;A warm welcome to &lt;a href=&quot;https://www.linkedin.com/in/fabrizioballiano?miniProfileUrn=urn%3Ali%3Afs_miniProfile%3AACoAAABW8CIBDK5z7CAxhmoj8rWRVbSuRA8PDkQ&amp;#x26;lipi=urn%3Ali%3Apage%3Ad_flagship3_search_srp_all%3BnS%2FUSpTWQMSoTi9MjpoghQ%3D%3D&quot;&gt;Fabrizio Balliano&lt;/a&gt; , the new release manager for MageOS! Fabrizio brings a wealth of experience from his time with OpenMage and the Magento open-source community. Exciting times ahead as he gets up to speed with the processes!&lt;/p&gt;
&lt;h2 id=&quot;events&quot;&gt;&lt;strong&gt;Events&lt;/strong&gt; &lt;/h2&gt;
&lt;p&gt;We’re gearing up for &lt;a href=&quot;https://meetmagentonyc.com/&quot;&gt;&lt;strong&gt;Meet Magento New York&lt;/strong&gt;&lt;/a&gt; in just a few weeks! This is the perfect opportunity for the Mage-OS community to meet, network, and share ideas.&lt;/p&gt;
&lt;p&gt;Don’t forget to capture the moment—share your photos with us on social media!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Women in eCommerce NYC&lt;/strong&gt;&lt;br&gt;
We’re excited to announce a special event— Lady Magento, Women in eCommerce NYC! This is a fantastic opportunity to connect with inspiring women in the Magento community and beyond. Join us as we celebrate leadership, innovation, and collaboration in the world of eCommerce. &lt;a href=&quot;https://www.eventbrite.com/e/1024862500327?aff=oddtdtcreator&quot;&gt;Register here&lt;/a&gt; to be part of this empowering event!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Community Hangout&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Also, join us for a Community Hangout with the Mage-OS and Magento Associations the next day! Let’s talk about the future of eCommerce. More info here: &lt;a href=&quot;https://www.linkedin.com/events/communityhangoutwithmage-osandm7243666617304330240/about/&quot;&gt;Community Hangout&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img __ASTRO_IMAGE_=&quot;{&amp;#x22;src&amp;#x22;:&amp;#x22;~/assets/images/blog/2024/AD_4nXcUl_bFwvpyscn8SgxTJ5MClK3-KP0USNiwXpjC8Ju6Y4pa3dqYt_g418TeGfS7yMbjHp8pOZNznPaVmagYTj1AJs0XeK16K_Ot8UY-XeF0zpxNuMZ3D3Flj12vZfzCwJ82nAW9E4ofz5jSfYTrQ7K91Tc&amp;#x22;,&amp;#x22;alt&amp;#x22;:&amp;#x22;&amp;#x22;,&amp;#x22;loading&amp;#x22;:&amp;#x22;lazy&amp;#x22;,&amp;#x22;index&amp;#x22;:0}&quot;&gt;&lt;/p&gt;
&lt;h3 id=&quot;tell-us-about-meet-magento-poland&quot;&gt;&lt;strong&gt;Tell us about Meet Magento Poland!&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;We’d love to hear about your experience at Meet Magento Poland!&lt;br&gt;
If you attended, feel free to share your thoughts or photos with us!&lt;/p&gt;
&lt;p&gt;Great insights and visuals from the event—check out the photos on LinkedIn! Feel free to share your experiences if you attended.&lt;/p&gt;
&lt;h2 id=&quot;content&quot;&gt;&lt;strong&gt;Content&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Theme Issues:&lt;/strong&gt; Our current theme is limiting post creation for initiative pages. We’re working on code fixes to remove unwanted elements like dates and authors.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;WordPress Community:&lt;/strong&gt; Temporary suspension of automatic plugin/theme updates due to community disruptions. We’re monitoring the situation.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Partner Page:&lt;/strong&gt; Updating sponsor logos for partner pages with gold, silver, and bronze backgrounds, but progress has been slowed by technical issues.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Community Involvement&lt;/strong&gt;Your voice matters! Join our upcoming meetings and contribute to shaping the future of Mage-OS. We’re aiming for strong community participation after the summer break!&lt;/p&gt;
&lt;h2 id=&quot;development-progress&quot;&gt;&lt;strong&gt;Development Progress&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Mage-OS Store Launch:&lt;/strong&gt; The first live stores, &lt;a href=&quot;https://www.traktor-servis.hr/&quot;&gt;Traktor Servis&lt;/a&gt; store created by &lt;a href=&quot;https://inchoo.net/&quot;&gt;Inchoo&lt;/a&gt; (who are proud Mage-Os members). And &lt;a href=&quot;https://www.jajuma.de/en&quot;&gt;Jajuma&lt;/a&gt; store, both feature custom functionalities using Mage-OS and Hyvä. A &lt;a href=&quot;https://inchoo.net/work/traktor-servis/&quot;&gt;case study&lt;/a&gt; was created about Traktor Servis by Inchoo.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Web Installer Progress:&lt;/strong&gt; We’re 99% done! Kudos to Jakub Winkler for leading this important project.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Magento&lt;/strong&gt;: Magento has a security update coming out 8 Oct, we’ve started preparing repositories for it.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Admin Theme Overhaul:&lt;/strong&gt; Significant progress has been made on the new admin theme. The Customer section is complete, and the Marketing section is next!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;AI Backend Assistant:&lt;/strong&gt; Ryan Sun is developing an AI-driven assistant to simplify Magento’s backend tasks, improving usability for new merchants.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Search Suggestion Fixes:&lt;/strong&gt; A new patch by Ryan Sun will improve Magento 2’s search suggestions, addressing the “zero results” issue.&lt;/p&gt;
&lt;h2 id=&quot;opportunities&quot;&gt;&lt;strong&gt;Opportunities&lt;/strong&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Want to help promote Magento and Mage-OS? Join our weekly marketing meeting, public on &lt;a href=&quot;http://chat.mage-os.org/&quot;&gt;Discord&lt;/a&gt; at 4 PM CET/3 PM UTC / 10 AM EST every Monday: chat.mage-os.org&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Have a contribution idea or interested in the Mage-OS Distribution? Join our weekly tech meetings, public on &lt;a href=&quot;http://chat.mage-os.org/&quot;&gt;Discord&lt;/a&gt; at 3 PM CET / 2 PM UTC / 9 AM EST every Tuesday: chat.mage-os.org&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;We’re looking for new features to enhance Mage-OS this year that will help to modernize and excite merchants. This might include AI enhancements, low/no code processes, or more. Talk to Vinai Kopp or #tech if you’re interested!&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;upcoming-events&quot;&gt;&lt;strong&gt;Upcoming Events&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;Stay updated with the latest events and gatherings in the worldwide Magento community:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://meetmagentonyc.com/&quot;&gt;Meet Magento New York&lt;/a&gt; - 10 October 2024, New York&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://nl.meet-magento.com/&quot;&gt;Meet Magento NL&lt;/a&gt; – 31 October 2024, in Amsterdam&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Check out our &lt;a href=&quot;/events&quot;&gt;events page&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Stay tuned for more updates and announcements from Mage-OS!&lt;/p&gt;</content:encoded><category>Updates</category><author>anita-miller</author></item><item><title>Mage-OS Aug Recap</title><link>https://mage-os.org/updates/2024-08-31-mage-os-aug-recap</link><guid isPermaLink="true">https://mage-os.org/updates/2024-08-31-mage-os-aug-recap</guid><description>- Welcome to our newest partners and members!     - Joshua Hughes  - community member          - Greg Caughill  - community member          - Lucas van Staden...</description><pubDate>Sat, 31 Aug 2024 00:00:00 GMT</pubDate><content:encoded>&lt;h2 id=&quot;association-news&quot;&gt;&lt;strong&gt;Association News&lt;/strong&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Welcome to our newest partners and members!&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Joshua Hughes  - community member&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Greg Caughill  - community member&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Lucas van Staden - professional member&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Sean Breeden - professional member&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;You too can become a Mage-OS member and &lt;a href=&quot;/community/partners&quot;&gt;join&lt;/a&gt; our vibrant community, starting from just €10 per year!&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;events&quot;&gt;&lt;strong&gt;Events&lt;/strong&gt; &lt;/h2&gt;
&lt;p&gt;We’re thrilled to announce that &lt;a href=&quot;https://meetmagento.pl/&quot;&gt;Meet Magento Poland&lt;/a&gt; is coming to Poznań, where Mage-OS is proudly registered! This year’s event will be extra special as some of our founding members hail from Poznań. Don’t miss the chance to meet &lt;a href=&quot;https://www.linkedin.com/in/kalkos/&quot;&gt;Maciej Kalkowski&lt;/a&gt;, one of our key figures, in person—&lt;a href=&quot;https://www.linkedin.com/in/kalkos/&quot;&gt;connect with him on LinkedIn&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;At the event, we’ll be hosting an exciting panel talk featuring multiple participants, showcasing the latest developments and insights from the Mage-OS community. It’s going to be an incredible time for networking, learning, and celebrating our vibrant ecosystem.&lt;/p&gt;
&lt;p&gt;We are also excited to share that &lt;strong&gt;Vinai Kopp&lt;/strong&gt; will be speaking at Meet Magento Poland (MM24PL), discussing Mage-OS and what it has become since its first inception at MM12PL. Connect with Vinai on &lt;a href=&quot;https://www.linkedin.com/in/vinai/&quot;&gt;LinkedIn&lt;/a&gt; to learn more!&lt;/p&gt;
&lt;p&gt;As a special benefit for Mage-OS members, use the discount code &lt;strong&gt;MOSmember2024&lt;/strong&gt; to enjoy exclusive savings on your registration. We can’t wait to see you there!&lt;/p&gt;
&lt;h3 id=&quot;join-us-at-meet-magento-new-york&quot;&gt;&lt;strong&gt;Join Us at Meet Magento New York!&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;Get ready for &lt;strong&gt;Meet Magento New York&lt;/strong&gt;, happening soon! This is a prime opportunity to connect with fellow community members, industry leaders, and key Mage-OS contributors who will be there in full force. It’s a fantastic chance to engage, learn, and share insights on all things Magento.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Thien-Lan Weber&lt;/strong&gt; will be moderating an “Ask Me Anything” panel at MM24NYC to dispel misconceptions that prevent merchants from choosing Magento/Adobe. For this, we need the Community to submit their questions! You can submit your questions &lt;a href=&quot;https://meetmagentonyc.com/panel-questions&quot;&gt;here&lt;/a&gt;. Connect with Thien-Lan on &lt;a href=&quot;https://www.linkedin.com/in/thienlan/&quot;&gt;LinkedIn&lt;/a&gt; to stay updated!&lt;/p&gt;
&lt;p&gt;For a limited time, get 20% off your tickets to Meet Magento New York 2024! Use Code - &lt;strong&gt;mageos20&lt;/strong&gt; valid till Sep 30.&lt;/p&gt;
&lt;p&gt;Don’t miss out—grab your tickets now at &lt;a href=&quot;https://meetmagentonyc.com/&quot;&gt;Meet Magento New York&lt;/a&gt; and make sure to join us for an event packed with innovation and collaboration!&lt;/p&gt;
&lt;h2 id=&quot;marketing&quot;&gt;&lt;strong&gt;Marketing&lt;/strong&gt;&lt;/h2&gt;
&lt;h3 id=&quot;social-media-campaigns&quot;&gt;&lt;strong&gt;Social Media Campaigns:&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;**First Round Success!**Our initial social media posts were well-received. Here’s what’s next:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Guidebook&lt;/strong&gt;: We’re creating a guidebook to simplify future posts.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Partner Outreach&lt;/strong&gt;: A thank-you email went out to Mage-OS partners, encouraging them to use our visuals.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Website Update&lt;/strong&gt;: We’ll add a page or blog post with instructions and asset links, and share this on Discord.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Unified Messaging&lt;/strong&gt;: Using the hashtag #openforlife to strengthen our message.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Calendar Finalization&lt;/strong&gt;: We’re finalizing our social media calendar for ongoing campaigns.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;**New Logos &amp;#x26; Assets&lt;br&gt;
**We’ve released new logos and visual assets! There are three design options available; you can find them &lt;a href=&quot;https://drive.google.com/drive/folders/1iuK6DtLYzazH5AceGBM6w48yk5bDF1H9?usp=sharing&quot;&gt;here&lt;/a&gt;. Thanks to Rebecca for her great work!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;LinkedIn Campaign&lt;/strong&gt;&lt;br&gt;
Our first LinkedIn campaign used these assets was launched, check out the posts here:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.linkedin.com/posts/thienlan_magento-opensource-ecommerce-activity-7226564553138966528-Dh9x?utm_source=share&amp;#x26;utm_medium=member_desktop&quot;&gt;Thien-Lan’s post&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.linkedin.com/posts/ryan-copeland-foundation-commerce_ecommerce-magento-freeforlife-activity-7226850438459899904-URwa?utm_source=share&amp;#x26;utm_medium=member_android&quot;&gt;Ryan Copeland’s post&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.linkedin.com/posts/prendergastjohn_magento-magentoopensource-ecommerce-activity-7227677838634561537-TaoF?utm_source=share&amp;#x26;utm_medium=member_android&quot;&gt;John Prendergast’s post&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.linkedin.com/feed/update/urn:li:activity:7226936631088320512/&quot;&gt;Rohan Doshi’s post&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.linkedin.com/posts/lukecollymore_magento-activity-7229026418851000321-Xi_2?utm_source=share&amp;#x26;utm_medium=member_desktop&quot;&gt;Luke Collymore’s post&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.linkedin.com/feed/update/urn:li:activity:7229270228210192384/&quot;&gt;Anita Miller’s post&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.linkedin.com/feed/update/urn:li:activity:7229339006885384192/&quot;&gt;Oliver Jaufmann’s post&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.linkedin.com/posts/foundationcommerce_magento-ecommerce-freeforlife-activity-7231299649792323584-mfw9?utm_source=share&amp;#x26;utm_medium=member_desktop&quot;&gt;Foundation Commerce&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.linkedin.com/feed/update/urn:li:activity:7230149679030640641/?actorCompanyId=81885701&quot;&gt;Develo’s post&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;MageOS Initiatives&lt;/strong&gt;We’re reviewing our current initiatives and planning updates to show our progress. Look out for videos or screenshots highlighting our work, and check for updates on the homepage.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Partner Engagement Strategy&lt;/strong&gt;We’re prepared an email to partners with campaign assets, offering clear guidance on how to share our content effectively.&lt;/p&gt;
&lt;p&gt;**Boosting Social Media Presence&lt;br&gt;
**We’re ramping up our social media activities on Magento Open Source channels. The Magento Association is also looking for volunteers to help run social media to promote the “Magento Open Source” brand, initiatives, and everything happening in the Community. Only 2 to 4 hours per week are needed. Details &lt;a href=&quot;https://www.magentoassociation.org/join-participate/join-the-social-media-team&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Upcoming Content&lt;/strong&gt;A new ‘Join and Participate’ page is being planned, with more posts to raise awareness and direct traffic.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Promoting Success Stories&lt;/strong&gt;We’re discussing ways to promote success stories, like a recent case of a UK agency choosing Magento over Shopify. Let us know if you can write a case study!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Product Positioning&lt;/strong&gt;We’ve been refining our messaging to help merchants understand the best fit between SaaS and Magento Open Source. Our goal is to provide transparency and clarity.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Upcoming Panel Discussion at MMPL&lt;/strong&gt;Preparations are underway for a panel featuring industry experts—including agencies, merchants, and hosting professionals—to explore key topics affecting our community.&lt;/p&gt;
&lt;p&gt;**Myth-Busting SaaS vs. Open Source&lt;br&gt;
**We’re committed to debunking myths surrounding SaaS and Open Source with clear, business-focused facts. Check it out &lt;a href=&quot;https://magento-opensource.com/magento-open-source/magento-open-source-open-source-advantage/&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Community Involvement&lt;/strong&gt;Your voice matters! Join our upcoming meetings and contribute to shaping the future of Mage-OS. We’re aiming for strong community participation after the summer break!&lt;/p&gt;
&lt;h2 id=&quot;development-progress&quot;&gt;&lt;strong&gt;Development Progress&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;New Admin Theme Progress&lt;/strong&gt;Artem is making great strides with the new admin theme— the Customer section is complete, and the Marketing section is next!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Search Enhancements&lt;/strong&gt;Ryan Sun has submitted a merge request to improve search suggestions, which should make a better experience for new merchants. &lt;a href=&quot;https://github.com/mage-os/mageos-magento2/pull/102&quot;&gt;Check out the merge request&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;**Mage-OS 1.0.4 Released!&lt;br&gt;
**The new distribution is out, this release brings parity with #Magento Open Source 2.4.7-p2, with the latest platform security fixes. See the full release notes and install/update instructions &lt;a href=&quot;/releases/2024-08-22-release-mage-os-distribution-1-0-4&quot;&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Nightly Builds Resumed&lt;/strong&gt;Nightly builds are generating again, ensuring we stay on track!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;New ChatGPT Model for Document Generation&lt;/strong&gt;David and Nikola are collaborating on an innovative model for docs generation. Updates are available in the documentation channel.&lt;/p&gt;
&lt;p&gt;If you can help, check out the Taiga board for available tickets: &lt;a href=&quot;https://tree.taiga.io/project/mage-os-mage-os-technical-initiatives/kanban&quot;&gt;Mage-OS Technical Initiatives Kanban.&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&quot;opportunities&quot;&gt;&lt;strong&gt;Opportunities&lt;/strong&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Want to help promote Magento and Mage-OS? Join our weekly marketing meeting, public on &lt;a href=&quot;http://chat.mage-os.org/&quot;&gt;Discord&lt;/a&gt; at 4 PM CET/3 PM UTC / 10 AM EST every Monday: chat.mage-os.org&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Have a contribution idea or interested in the Mage-OS Distribution? Join our weekly tech meetings, public on &lt;a href=&quot;http://chat.mage-os.org/&quot;&gt;Discord&lt;/a&gt; at 3 PM CET / 2 PM UTC / 9 AM EST every Tuesday: chat.mage-os.org&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;We’re looking for new features to enhance Mage-OS this year that will help to modernize and excite merchants. This might include AI enhancements, low/no code processes, or more. Talk to Vinai Kopp or #tech if you’re interested!&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;upcoming-events&quot;&gt;&lt;strong&gt;Upcoming Events&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;Stay updated with the latest events and gatherings in the worldwide Magento community:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.mage-titans.nl/&quot;&gt;Mage Titans Groningen&lt;/a&gt; – 13 September 2024, Groningen&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://meetmagento.pl/&quot;&gt;Meet Magento Poland&lt;/a&gt; - 30 September 2024, Poznan&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://meetmagentonyc.com/&quot;&gt;Meet Magento New York&lt;/a&gt; - 10 October 2024, New York&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.magentiamo.it/&quot;&gt;Magentiamo Day&lt;/a&gt; - 11 October, Milan: the Italian Magentocommunity is celebrating its 10th birthday&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://nl.meet-magento.com/&quot;&gt;Meet Magento NL&lt;/a&gt; – 31 October 2024, in Amsterdam&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Stay tuned for more updates and announcements from Mage-OS!&lt;/p&gt;</content:encoded><category>Updates</category><author>anita-miller</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>Mage-OS July 2024 Recap</title><link>https://mage-os.org/updates/2024-07-31-mage-os-july-2024-recap</link><guid isPermaLink="true">https://mage-os.org/updates/2024-07-31-mage-os-july-2024-recap</guid><description>- Welcome to our newest partners and members!       -...</description><pubDate>Wed, 31 Jul 2024 00:00:00 GMT</pubDate><content:encoded>&lt;h2 id=&quot;association-news&quot;&gt;&lt;strong&gt;Association News&lt;/strong&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Welcome to our newest partners and members!
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;img __ASTRO_IMAGE_=&quot;{&amp;#x22;src&amp;#x22;:&amp;#x22;~/assets/images/blog/2024/AD_4nXdsrUnlfdBECVfmxohpYW4iJ0eizuHwcUwIn1NfdOOQTy5WLoXYytv-bkbybgqEQhKd6_zujW6NbO3edCn5nUcJ4HNcjqfpBGBym1Gn7BdluweQwuXbsVpxuFDKPsMgYOYdC0sEX3pqFGbdUDmSy8uKUsc&amp;#x22;,&amp;#x22;alt&amp;#x22;:&amp;#x22;&amp;#x22;,&amp;#x22;loading&amp;#x22;:&amp;#x22;lazy&amp;#x22;,&amp;#x22;index&amp;#x22;:0}&quot;&gt;&lt;/p&gt;
&lt;p&gt;Develo - Bronze partner&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;em&gt;“At Develo our support for Mage-OS is about embracing the true essence of Magento’s community-driven spirit. We are confident that Mage-OS is going to play a pivotal role in advancing the Magento Open Source platform and ecosystem so we’re very excited to be a part of the journey!&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Over the years, the Magento community has been invaluable to us, and now Mage-OS alongside the Magento Association gives us a new way to offer our support to the community.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;If you can, please consider sponsoring — together we will make a significant impact on the future of Magento.” -Luke Collymore&lt;/em&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Nataliia - Professional member&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Big Pixel - Professional member&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Andrea Saccà - Professional member&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Bob - Community member&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;You too can become a Mage-OS member and &lt;a href=&quot;/community/partners&quot;&gt;join our vibrant community&lt;/a&gt;, starting from just €10 per year!&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;july-events&quot;&gt;&lt;strong&gt;July Events&lt;/strong&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.meetup.com/magento-london/events/302111674/&quot;&gt;&lt;strong&gt;MxLDN London User Group&lt;/strong&gt;&lt;/a&gt;: July 31st. Let’s discuss the Magento brand campaign and connect with the community!&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;development-progress&quot;&gt;&lt;strong&gt;Development Progress&lt;/strong&gt;&lt;/h2&gt;
&lt;h3 id=&quot;new-releases-and-community-updates&quot;&gt;&lt;strong&gt;New Releases and Community Updates&lt;/strong&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;/releases/2024-07-25-release-mage-os-distribution-1-0-3&quot;&gt;&lt;strong&gt;Mage-OS Distribution 1.0.3&lt;/strong&gt;&lt;/a&gt;: The latest release aligns with Magento Open Source 2.4.7-p1, along with improvements in testing suites. Check out the full release notes and join the conversation on LinkedIn.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Crypt Key Rotation:&lt;/strong&gt; Gene Commerce has released a package to help encryption key rotation for the recent security patch. Check it out: &lt;a href=&quot;https://github.com/genecommerce/module-encryption-key-manager&quot;&gt;Gene_EncryptionKeyManager&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;ongoing-projects&quot;&gt;&lt;strong&gt;Ongoing Projects&lt;/strong&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Contribution Back to Magento Open Source&lt;/strong&gt;: We’re looking for contributors to open and follow up on PRs to the magento/magento2 repo. Your involvement can make a difference!&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Admin Theme &amp;#x26; Build Updates:&lt;/strong&gt; Admin theme improvements and build improvements are ongoing. We’re working on resolving GitHub permissions and nightly build issues.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;AI Product Data Generation:&lt;/strong&gt; Our AI product data generation module is nearing a stable status (v0.2.1). Feedback is welcome!&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;content-and-marketing&quot;&gt;&lt;strong&gt;Content and Marketing&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;For the last couple of months, we’ve been focusing on collaborating with the Magento Association to  provide content, launch, promote and enrich the new &lt;a href=&quot;http://magento-opensource.com&quot;&gt;&lt;strong&gt;Magento-opensource.com&lt;/strong&gt;&lt;/a&gt; website.&lt;/p&gt;
&lt;p&gt;This website is targeting merchants and helping agencies support their recommendations to use Magento. &lt;/p&gt;
&lt;p&gt;Our marketing and content meetings (on Mondays 3pm CEST) are bringing together anyone who is interested in increasing the share of voice for the Magento brand in general and here is what we can now offer:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Clear Magento&lt;/strong&gt; &lt;a href=&quot;https://docs.google.com/document/d/1l9MrFTY9E4ZjKWbdEUBEnFe9Y7TRdPsdaxyZCKBwy4I/edit#heading=h.bvtix2q78jrd&quot;&gt;&lt;strong&gt;brand guidelines&lt;/strong&gt;&lt;/a&gt;. Yes, we can now use the Magento logo and share with the world why the platform still works wonder for you and your merchant.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Talking points&lt;/strong&gt; to highlight &lt;a href=&quot;https://magento-opensource.com/magento-open-source/magento-open-source-open-source-advantage/&quot;&gt;the benefits of Open Source vs Saas&lt;/a&gt; when it comes to eCommerce. &lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Social Media support&lt;/strong&gt;: We’ve launched new social accounts for Magento Open Source:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://x.com/magentoOSS&quot;&gt;@magentoOSS&lt;/a&gt; on Twitter&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.linkedin.com/showcase/magento-open-source/about/&quot;&gt;Magento Open Source&lt;/a&gt; on LinkedIn&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;=&gt; We need help to manage these social media accounts. &lt;a href=&quot;https://www.linkedin.com/posts/magentoassociation_empowering-our-magento-open-source-community-activity-7219302333703151616-qEHw?utm_source=share&amp;#x26;utm_medium=member_desktop&quot;&gt;Apply here&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Current projects&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Case Studies &amp;#x26; B2B Features&lt;/strong&gt;: We are working on compiling case studies, while John P. has been focusing on organizing B2B features in a way that tells a compelling story. We’re adding user stories to illustrate each feature’s impact. A dedicated B2B page is coming soon. Contribute your knowledge and ideas: &lt;a href=&quot;https://docs.google.com/document/d/1DqpppLSSWbBGNY-_06Mk8Y8iiEkM92meKg2ifYgffxg/edit?usp=sharing&quot;&gt;B2B Feature List&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Have more content to include into the magento-opensource.com website? Get in touch.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Events in Italy&lt;/strong&gt;: Ruggero and Alessandro are gearing up for Magentiamo Day on October 11th. There’s also a series of webinars lined up, including sessions in Italian, to engage the local developer community.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Coming soon&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Technical projects highlight:&lt;/strong&gt; We want to provide more visibility on all our innovative projects including progress and how more people can contribute. One way is to set specific cards or landing page on Mage-OS.org website&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Magento Brand marketing campaign:&lt;/strong&gt; We are working on a couple of visual that Magento supporters can use to consistently and impactfully bring back positive conversation about our eCommerce platform&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Community contribution&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.magedispatch.com/&quot;&gt;&lt;strong&gt;Mage Dispatch&lt;/strong&gt;&lt;/a&gt;: Community newsletter&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Got more ideas? Join our weekly meetings and we can help you bring it to life!&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;opportunities&quot;&gt;&lt;strong&gt;Opportunities&lt;/strong&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Want to help promote Magento and Mage-OS? Join our weekly marketing meeting, public on &lt;a href=&quot;http://chat.mage-os.org/&quot;&gt;Discord&lt;/a&gt; at 4 PM CET/3 PM UTC / 10 AM EST every Monday: chat.mage-os.org&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Have a contribution idea or interested in the Mage-OS Distribution? Join our weekly tech meetings, public on &lt;a href=&quot;http://chat.mage-os.org/&quot;&gt;Discord&lt;/a&gt; at 3 PM CET / 2 PM UTC / 9 AM EST every Tuesday: chat.mage-os.org&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;We’re looking for new features to enhance Mage-OS this year that will help to modernize and excite merchants. This might include AI enhancements, low/no code processes, or more. Talk to Vinai Kopp or #tech if you’re interested!&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;upcoming-events&quot;&gt;&lt;strong&gt;Upcoming Events&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;Stay updated with the latest events and gatherings in the worldwide Magento community:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.meetup.com/magento-london/events/302111674/&quot;&gt;MxLDN&lt;/a&gt; - 31 July 2024, London&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.meetmagento.asia/&quot;&gt;Meet Magento Malaysia&lt;/a&gt; - 27 August 2024, Kuala Lumpur&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.mage-titans.nl/&quot;&gt;Mage Titans Groningen&lt;/a&gt; – 13 September 2024&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://meetmagento.pl/&quot;&gt;Meet Magento Poland&lt;/a&gt; - 30 September 2024, Poznan&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://meetmagentonyc.com/&quot;&gt;Meet Magento New York&lt;/a&gt; - 10 October 2024, New York &lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.magentiamo.it/&quot;&gt;Magentiamo&lt;/a&gt; &lt;strong&gt;&amp;#x26; Webinars:&lt;/strong&gt; - 11 October 2024, Milan&lt;br&gt;
Don’t miss our Italian-focused webinars on September 10th, October 22nd, and November 20th.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://nl.meet-magento.com/&quot;&gt;Meet Magento NL&lt;/a&gt; – 31 October 2024, in Amsterdam&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.mageunconference.org/&quot;&gt;Mage Unconference&lt;/a&gt; - 1-3 November 2024, Cologne&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://meetcommerce.es/&quot;&gt;Meet Commerce ES&lt;/a&gt; - 12 November 2024, Barcelona&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Get the full list on our &lt;a href=&quot;/events&quot;&gt;Events Calendar&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Stay tuned for more updates and announcements from Mage-OS!&lt;/p&gt;</content:encoded><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>Mage-OS June 2024 Recap</title><link>https://mage-os.org/updates/2024-07-02-mage-os-june-2024-recap</link><guid isPermaLink="true">https://mage-os.org/updates/2024-07-02-mage-os-june-2024-recap</guid><description>- Welcome to our newest partners and members!     - Nikola - community member          - Szymon Niedziela - professional member          - Ryan Sun - community...</description><pubDate>Tue, 02 Jul 2024 00:00:00 GMT</pubDate><content:encoded>&lt;h2 id=&quot;association-news&quot;&gt;&lt;strong&gt;Association News&lt;/strong&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Welcome to our newest partners and members!&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Nikola - community member&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Szymon Niedziela - professional member&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Ryan Sun - community member&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Neo -  professional member&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Lukasz Linczewski - community member&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Mark van der Sanden -  professional member&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;You too can become a Mage-OS member and join our vibrant community, starting from just €10 per year!&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;governance&quot;&gt;&lt;strong&gt;Governance&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;It’s annual meeting time! In June both Mage-OS and Mage-OS NL held their annual general assemblies to review and close out the previous year. In both cases, the members voted to approve all reports and release board members for the 2023 year.&lt;/p&gt;
&lt;h2 id=&quot;mage-os-live-2024&quot;&gt;Mage-OS Live 2024:&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Agenda&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;What we’ve been up to (Vinai Kopp, President)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;2023 financial report (Maciej Kalkowski, Board)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Business Control Committee report (Laura Folco, Business Control Committee)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Open Q&amp;#x26;A&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;2023 closing resolutions and votes&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Free votes and motions&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.linkedin.com/feed/update/urn:li:activity:7209190987850543106/&quot;&gt;Check out Maciej’s recap&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://us06web.zoom.us/rec/share/JsSLr-XDw-9rTfYRDz7KIN0IsTlBUVqPIumLG3n9vcVJMg4N_A39-cxS3WSb34g6.owgew8VpW3oVlVf9%20%20Passcode:%20&amp;#x26;3UB+nz1&quot;&gt;Link to recording&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;mage-os-nederlands-general-assembly&quot;&gt;Mage-OS Nederlands General Assembly:&lt;/h2&gt;
&lt;p&gt;The board meeting at Boerengoed Enspijk was lively and productive! They approved the 2023 financial statements and bid farewell to Michiel Gerritsen, with Jeroen Boersma stepping in as treasurer for the rest of 2024. Exciting events are coming up: Women in eCommerce Texel on July 25, MageTitans Groningen on September 13, and &lt;a href=&quot;https://nl.meet-magento.com/&quot;&gt;Meet Magento NL&lt;/a&gt; on October 31. After the updates, they enjoyed a BBQ in perfect weather, catching up with members. Thanks to Buckaroo, Rens Gerritsen, Evelina Lemmers-Molenaar, and board members Tabitha Karta and Karlijn Löwik for organizing. Join next time for just 10 euros!&lt;/p&gt;
&lt;p&gt;Check out their recap at &lt;a href=&quot;https://www.linkedin.com/posts/mageos-nederland_mmnl24-activity-7212394256282304513-NwxZ?utm_source=share&amp;#x26;utm_medium=member_desktop&quot;&gt;LinkedIn Recap&lt;/a&gt; &lt;/p&gt;
&lt;h2 id=&quot;miscellaneous&quot;&gt;&lt;strong&gt;Miscellaneous&lt;/strong&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Busy times at Mage-OS&lt;/strong&gt;:  We’ve been quite active with numerous projects and improvements.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Magento Association Changes&lt;/strong&gt;:  We are pleased to see positive changes in the &lt;a href=&quot;https://www.magentoassociation.org/home&quot;&gt;Magento Association&lt;/a&gt;, such as the addition of Mathias Schreiber to the community.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Strengthening the Community&lt;/strong&gt;:  Our primary goal is to make the Magento community stronger.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Ongoing Projects&lt;/strong&gt;:  Exciting developments include a new web installer, an improved admin panel, and improving indexer performance.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Kudos from Thien-Lan Weber&lt;/strong&gt;: Special recognition was given to Mage-OS Nederland for their efforts.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;events-recaps&quot;&gt;&lt;strong&gt;Events Recaps&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Meet Magento UK&lt;/strong&gt;:  This year’s &lt;a href=&quot;https://meet-magento.co.uk/&quot;&gt;Meet Magento UK&lt;/a&gt; was the biggest and most successful yet! We successfully participated in Meet Magento UK on June 17-18. The event featured insightful sessions on the latest Magento developments, strategies for optimizing e-commerce performance, and innovative solutions for enhancing customer experiences. Keynote speakers, including industry leaders and Magento experts, highlighted the evolution of Magento and the impact of open-source contributions. It was an inspiring event that underscored the strength and dedication of our MageOS community. &lt;a href=&quot;https://www.linkedin.com/pulse/meet-magento-uk-2024-recap-john-hughes-z5t2e?trk=public_post&quot;&gt;Check out the recap from John&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Meet Magento Brasil&lt;/strong&gt; &lt;a href=&quot;https://meetmagentobrasil.org/&quot;&gt;Meet Magento Brasil&lt;/a&gt; was a fantastic event held on June 24, 2024, in São Paulo. We were thrilled to have Cainan represent Mage-OS with his outstanding &lt;a href=&quot;https://www.linkedin.com/posts/mage-os_magento-brazil-worldwide-activity-7211416226336563201-Sl5b?utm_source=share&amp;#x26;utm_medium=member_desktop&quot;&gt;presentation&lt;/a&gt;. We are grateful for his efforts and dedication in showcasing Mage-OS, and to the Brasil community for their interest in the project.&lt;/p&gt;
&lt;h2 id=&quot;development-progress&quot;&gt;&lt;strong&gt;Development Progress&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;Our development team has been hard at work, making significant strides in various areas:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;New admin theme:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Refactored various sections and backgrounds, enhancing consistency.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Identified discrepancies in sections and naming from different developers and migrations.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Focused on configuring the product edit page, including prices and related products.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;AI Product Data Generation:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Stable release 0.2.1, with documentation to be added.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Plan to gather feedback before marking it as a stable release.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Magento Open Source Website:&lt;/strong&gt; &lt;/p&gt;
&lt;p&gt;Our MVP launch of Magento-opensource.com was a great success, receiving positive feedback and attracting over 115 daily visitors in the first week. The content team is now planning Phase One improvements and a major marketing campaign. Join our Monday meeting if you want to help out.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Analytics &amp;#x26; SEO:&lt;/strong&gt; &lt;/p&gt;
&lt;p&gt;We are implementing detailed analytics and refining our SEO strategy to better understand and attract our audience.&lt;/p&gt;
&lt;h2 id=&quot;opportunities&quot;&gt;&lt;strong&gt;Opportunities&lt;/strong&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Want to help promote Magento and Mage-OS? Join our weekly marketing meeting, public on &lt;a href=&quot;http://chat.mage-os.org/&quot;&gt;Discord&lt;/a&gt; at 4 PM CET/3 PM UTC / 10 AM EST every Monday: chat.mage-os.org&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Have a contribution idea or interested in the Mage-OS Distribution? Join our weekly tech meetings, public on &lt;a href=&quot;http://chat.mage-os.org/&quot;&gt;Discord&lt;/a&gt; at 3 PM CET / 2 PM UTC / 9 AM EST every Tuesday: chat.mage-os.org&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;We’re looking for new features to enhance Mage-OS this year that will help to modernize and excite merchants. This might include AI enhancements, low/no code processes, or more. Talk to Vinai Kopp or #tech if you’re interested!&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;upcoming-events&quot;&gt;&lt;strong&gt;Upcoming Events&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;Stay updated with the latest events and gatherings in the worldwide Magento community:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.mage-titans.nl/&quot;&gt;Mage Titans Groningen&lt;/a&gt; – 13 September 2024&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://nl.meet-magento.com/&quot;&gt;Meet Magento NL&lt;/a&gt; – 31 October 2024, in Amsterdam&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Stay tuned for more updates and announcements from Mage-OS!&lt;/p&gt;</content:encoded><category>Updates</category><author>mage-os-team</author></item><item><title>Mage-OS May 2024 Recap</title><link>https://mage-os.org/updates/2024-06-07-mage-os-may-2024-recap</link><guid isPermaLink="true">https://mage-os.org/updates/2024-06-07-mage-os-may-2024-recap</guid><description>- Welcome and thank you to our newest partners and members:              - ![MDOQ](https://www.mdoq.io/) \- Gold Partner                       “Making the...</description><pubDate>Fri, 07 Jun 2024 00:00:00 GMT</pubDate><content:encoded>&lt;h2 id=&quot;association-news&quot;&gt;Association News&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Welcome and thank you to our newest partners and members:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.mdoq.io/&quot;&gt;&lt;img __ASTRO_IMAGE_=&quot;{&amp;#x22;src&amp;#x22;:&amp;#x22;~/assets/images/blog/2024/AD_4nXeeXBpyvOiAOe1LwJF4g2z0eJjAK7xDPC6gcAWQXLbbleS3TJ-o6t01R4FxsrMgQnRS1-cawh13GLAl4JOpnBCpcD6I4YTVHOsCo-owUA9HPZAeisFx2IUaLfjUo6ZlBtRXyzkjjZEh3j_h7xLJFmZoOlmj&amp;#x22;,&amp;#x22;alt&amp;#x22;:&amp;#x22;&amp;#x22;,&amp;#x22;loading&amp;#x22;:&amp;#x22;lazy&amp;#x22;,&amp;#x22;index&amp;#x22;:0}&quot;&gt;&lt;strong&gt;MDOQ&lt;/strong&gt;&lt;/a&gt; &lt;strong&gt;- Gold Partner&lt;/strong&gt; &lt;/p&gt;
&lt;p&gt;&lt;em&gt;“Making the decision to sponsor Mage-OS and become a gold partner was the easiest decision we’ve made. We are very excited for the future of the Magento platform.” - Aaron Moss&lt;/em&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://wearejh.com/&quot;&gt;&lt;img __ASTRO_IMAGE_=&quot;{&amp;#x22;src&amp;#x22;:&amp;#x22;~/assets/images/blog/2024/AD_4nXe-vVh6lk23DqM5phFYKZeV8_MOf8qPHSycbtSopKigOkv_bHukBuduZKqMsYNBSXWDxiBitmmOSqpJfWcevbn6OFcOaRnYiT3hZ-ZN6RPSyihKt9bYG0Xo1eAafuFzPjnt89g_Y0NGwqDPmHy3XT8XAIVH&amp;#x22;,&amp;#x22;alt&amp;#x22;:&amp;#x22;&amp;#x22;,&amp;#x22;loading&amp;#x22;:&amp;#x22;lazy&amp;#x22;,&amp;#x22;index&amp;#x22;:0}&quot;&gt;&lt;strong&gt;JH&lt;/strong&gt;&lt;/a&gt; &lt;strong&gt;- Bronze Partner&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;“JH consistently embraces innovation and supports open-source projects. Mage-OS exemplifies this by improving often overlooked areas of Magento. We are committed to backing Mage-OS both financially and with our time, recognizing that a strong community, like the one around Mage-OS and the Magento Association, is essential for a great platform.” - Jamie Huskisson&lt;/em&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Joost Wanetie - Professional Member&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Wim De Nocker - Professional Member&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Theunis Boomsma - Community Member&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Artem Kozynets - Community Member&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Krzysztof Ratajczyk - Community Member&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Martino Massalini - Community Member&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Muhammed Can Özdemir - Community Member&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Nils Preuß - Community Member&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;You too can become a Mage-OS member, starting from 10 EUR/year! &lt;a href=&quot;/community/partners&quot;&gt;Join Mage-OS&lt;/a&gt;, and show the world this is something worth supporting.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;The annual Mage-OS member meeting will be June 19th&lt;/strong&gt; from 3:00 to 4:00 p.m. CET via an online meeting. We are excited to host you all soon, fill you in on what we’ve been doing and what we have planned, and hear your thoughts too! This is a members-only event, but we do plan on recording it for any that cannot attend. Meeting invitations will be sent to all members soon.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;marketing-updates&quot;&gt;Marketing Updates&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Focus:&lt;/strong&gt; increase Magento brand awareness, countering competitors and debunking the myth that Magento is dead. We’re launching a new campaign with consistent visuals and taglines to highlight the strength of Magento’s community and ecosystem.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Magento-opensource.com Project Progress:&lt;/strong&gt; &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;The objective of magento-opensource.com is to provide merchants with information about the benefits of choosing Magento Open Source for their eCommerce website.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;It will complement Mage-OS.org, which is more technical and developer focused.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;This initiative is being led by Danny Verkade from the Magento Association, ensuring alignment with community goals to bring the Magento brand back to the market.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The goal is to launch a MVP site by Meet Magento UK (June 18th, 2024) to highlight the platform’s unmatched features, the advantages of open source, and Magento’s community and history.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;LinkedIn Campaign:&lt;/strong&gt; Our goal is to increase Magento’s share of voice. Strong campaign visuals development is being led by David Lambauer and UK agency Vovi studio. The idea is to leverage media assets from the whole community to create cut through and compete with other platforms and their massive marketing budget.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;See our &lt;a href=&quot;https://tree.taiga.io/project/mage-os-mage-os-marketing/kanban&quot;&gt;Marketing project board&lt;/a&gt; or &lt;a href=&quot;https://tree.taiga.io/project/mage-os-mage-os-website/kanban&quot;&gt;Website project board&lt;/a&gt; for more info or to help out.&lt;/p&gt;
&lt;h2 id=&quot;development-progress&quot;&gt;Development Progress&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Admin UI Enhancements:&lt;/strong&gt; Artem Kozynets is working on a new sticky mode and other UI enhancements to admin grids.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Build Issues:&lt;/strong&gt; Vinai Kopp is resolving version conflicts in libraries and Magento functional testing framework compatibility, in preparation for our next Mage-OS Distribution release.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;AI Product Data Generation:&lt;/strong&gt; Ryan Sun has released version 0.2.1 of the AI module, with a new back-off mechanism for API responses. &lt;a href=&quot;https://github.com/mage-os-lab/module-catalog-data-ai&quot;&gt;See, use, or contribute to it on the Mage-OS Lab repository&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;See our &lt;a href=&quot;https://tree.taiga.io/project/mage-os-mage-os-technical-initiatives/timeline&quot;&gt;Technical Initiatives project board&lt;/a&gt; for more info or to help out. We have many tasks available to pick up!&lt;/p&gt;
&lt;h2 id=&quot;community-engagement&quot;&gt;Community Engagement&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Member Contributions:&lt;/strong&gt; We’re always looking for more participation from the community to improve Magento’s functionalities.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Recognition System:&lt;/strong&gt; We’re starting a new badge system to reward active community members and showcase the impact of their contributions. Stay tuned.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Thank you for your continued support and contributions. Together, we’re building a stronger Magento!&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id=&quot;upcoming-events&quot;&gt;Upcoming Events&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://meet-magento.co.uk/&quot;&gt;Meet Magento UK&lt;/a&gt; – 17-18 June 2024, in London – This great event is coming up quickly. Find Vinai Kopp, John Hughes, Thien-Lan Weber, Aaron Moss, John Prendergast, and others to talk about Mage-OS. We hope to see you there!&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://docs.google.com/forms/d/e/1FAIpQLSfJk-aqAenqTf4zqoVstQkIHzSqQwX0D2cs5DC4lGuFTEBoIQ/viewform&quot;&gt;Women in Magento drinks at MM24UK&lt;/a&gt; – 17th June 4pm to 6pm at Patch St Paul London&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://meetmagentobrasil.org/&quot;&gt;Meet Magento Brasil&lt;/a&gt; – 24 June 2024, in São Paulo – Cainan Senra will be talking about Mage-OS and the future of Magento. Don’t miss it!&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Meet Magento Singapore – August 2024, more details to come&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.mage-titans.nl/&quot;&gt;Mage Titans Groningen&lt;/a&gt; – 13 September 2024&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://meetmagento.pl/&quot;&gt;Meet Magento Poland&lt;/a&gt; – 30 September - 1 October 2024, in Poznań&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://meetmagentonyc.com/&quot;&gt;Meet Magento New York&lt;/a&gt; – 10 October 2024, in New York City&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://nl.meet-magento.com/&quot;&gt;Meet Magento Netherlands&lt;/a&gt; – 31 October 2024, in Amsterdam&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Stay connected,&lt;br&gt;
Mage-OS Association&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Join us for the General Assembly:&lt;/strong&gt;&lt;br&gt;
Date: June 19th&lt;br&gt;
Time: 3:00 to 4:00 p.m. (CET)&lt;br&gt;
Not a member yet? Join now for €10/year to participate! &lt;a href=&quot;/community/partners&quot;&gt;Become a member&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Follow us on LinkedIn: &lt;a href=&quot;https://www.linkedin.com/company/mage-os/&quot;&gt;Mage-OS Association&lt;/a&gt;&lt;/p&gt;</content:encoded><category>Updates</category><author>mage-os-team</author></item><item><title>Mage-OS April 2024 Recap</title><link>https://mage-os.org/updates/2024-05-07-mage-os-april-2024-recap</link><guid isPermaLink="true">https://mage-os.org/updates/2024-05-07-mage-os-april-2024-recap</guid><description>- Welcome to our newest members!              - Kliment Ognianov - Community Member          - Cainan Senra - Community Member          - Ryan Grippeling -...</description><pubDate>Tue, 07 May 2024 00:00:00 GMT</pubDate><content:encoded>&lt;h2 id=&quot;association-news&quot;&gt;Association News&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Welcome to our newest members!&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Kliment Ognianov - Community Member&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Cainan Senra - Community Member&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Ryan Grippeling - Community Member&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;You too can become a Mage-OS member, starting from 10 EUR/year! Show your support, and show the world this is something worth supporting.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;We have projects now to help manage efforts! Thanks to Anita for pushing this forward. Please contact Anita to join a project board, or if you are interested in contributing to Mage-OS.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Mage-OS technical initiatives: &lt;a href=&quot;https://tree.taiga.io/project/mage-os-mage-os-technical-initiatives/kanban&quot;&gt;https://tree.taiga.io/project/mage-os-mage-os-technical-initiatives/kanban&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Mage-OS website: &lt;a href=&quot;https://tree.taiga.io/project/mage-os-mage-os-website/kanban&quot;&gt;https://tree.taiga.io/project/mage-os-mage-os-website/kanban&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Mage-OS marketing: &lt;a href=&quot;https://tree.taiga.io/project/mage-os-mage-os-marketing/kanban&quot;&gt;https://tree.taiga.io/project/mage-os-mage-os-marketing/kanban&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Magento-OpenSource.org planning and content creation: &lt;a href=&quot;https://tree.taiga.io/project/mage-os-mage-os-magento-opensourceorg/kanban&quot;&gt;https://tree.taiga.io/project/mage-os-mage-os-magento-opensourceorg/kanban&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;development-progress&quot;&gt;Development Progress&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Artem Kozynets is working on implementing the new admin theme! Progress is going great, the structure is in place, and login and dashboard are already done.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Gowri Sankar is working on enhancements to the async events suite, including adding additional repositories for cloud service event providers.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Ryan Sun is continuing improvements to a catalog data AI generation module, within the Mage-OS Lab. If you’re interested in exploring or helping out, check out &lt;a href=&quot;https://github.com/mage-os-lab/module-catalog-data-ai/issues&quot;&gt;https://github.com/mage-os-lab/module-catalog-data-ai/issues&lt;/a&gt; and get in touch with him!&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Vinai and Christian continue working on updates to the Magento Mirrors and Mage-OS Distribution for the recent Magento updates. They’ve handled issues with a broken upstream release of Magento 2.4.4, as well as incorporating the new closed-source cloud modules from Adobe, and they continue working toward getting it all finalized and published.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;opportunities&quot;&gt;Opportunities&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Have a contribution idea or interested in the Mage-OS Distribution? Join our weekly tech meetings, public on &lt;a href=&quot;http://chat.mage-os.org/&quot;&gt;Discord&lt;/a&gt; at 3 PM CET/2 PM UTC / 9 AM EST every Tuesday: chat.mage-os.org&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Want to help promote Magento and Mage-OS? Join our weekly marketing meeting, public on &lt;a href=&quot;http://chat.mage-os.org/&quot;&gt;Discord&lt;/a&gt; at 4 PM CET/3 PM UTC / 10 AM EST every Monday: chat.mage-os.org&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Magento Association is creating a new content site for magento-opensource.com, and our content committee is working right now to plan and build that out. Talk to John Hughes if you’re interested.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;We’re looking for new features to enhance Mage-OS this year that will help to modernize and excite merchants. This might include AI enhancements, low/no code processes, or more. Talk to Vinai Kopp or #tech if you’re interested!&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;events&quot;&gt;Events&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Meet Magento Romania - Mage-OS Panel&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Board Members Maceij and John formed part of an impromptu panel, to replace Mathias Schreiber’s Magento Association talk, given he was sadly unable to attend. Alongside long-time Mage-OS contributors Ivan Chepurnyi and Jakub Winkler, and hosted by event organizer Vald Stanescu, the panel discussed all things Magento, Adobe, Magento Association, and of course, Mage-OS, including the positivity we see in the community, our joint collaboration efforts (with the MA) and the need to promote the Magento brand/platform.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Here are some upcoming events:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://meet-magento.co.uk/&quot;&gt;Meet Magento UK&lt;/a&gt; - 17-18 June 2024, in London&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://meetmagentobrasil.org/&quot;&gt;Meet Magento Brasil&lt;/a&gt; - 24 June 2024, in São Paulo&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Meet Magento Singapore - August 2024, more details to come&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.mage-titans.nl/&quot;&gt;Mage Titans Groningen&lt;/a&gt; - 13 September 2024&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Meet Magento New York - September/October 2024, more details to come&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://nl.meet-magento.com/&quot;&gt;Meet Magento Netherlands&lt;/a&gt; - 31 October 2024, in Amsterdam&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;</content:encoded><category>Updates</category><author>mage-os-team</author></item><item><title>Mage-OS March 2024 Recap</title><link>https://mage-os.org/updates/2024-04-12-mage-os-march-2024-recap</link><guid isPermaLink="true">https://mage-os.org/updates/2024-04-12-mage-os-march-2024-recap</guid><description>- Welcome to our newest partners and members!              -...</description><pubDate>Fri, 12 Apr 2024 00:00:00 GMT</pubDate><content:encoded>&lt;h2 id=&quot;association-news&quot;&gt;Association News&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Welcome to our newest partners and members!&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;img __ASTRO_IMAGE_=&quot;{&amp;#x22;src&amp;#x22;:&amp;#x22;~/assets/images/blog/2024/WMau8Sbt1rghCI6D9wiV44v1uwIT-VlT_c936pnjrE38Opp96vhXl84tAZ-rI3GhS9uQ8SU-YHxTfRxA2SmhkacOuH6Mj-hgiYZeYQtgrTAJjFDgihR9Mqsrtn_qYSYjP2Mb3KZNpjAqPPorYAfrHMg&amp;#x22;,&amp;#x22;alt&amp;#x22;:&amp;#x22;&amp;#x22;,&amp;#x22;loading&amp;#x22;:&amp;#x22;lazy&amp;#x22;,&amp;#x22;index&amp;#x22;:0}&quot;&gt;&lt;br&gt;
&lt;strong&gt;Interactiv4 - Gold Partner&lt;/strong&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;img __ASTRO_IMAGE_=&quot;{&amp;#x22;src&amp;#x22;:&amp;#x22;~/assets/images/blog/2024/jFilbRRcbgyoa2Yo0Buxh--JRj3flY6xUwrao2-jgbWeISda8460X6L2fGm9iGles_q8R9XlGx5HQjdgj4DmwbvViWYIOCdCRtdSv_4wbaW9VBPQ_CHE3P1bG35chFHf5RUBe02ToUW8qyZV8JhsKrc&amp;#x22;,&amp;#x22;alt&amp;#x22;:&amp;#x22;&amp;#x22;,&amp;#x22;loading&amp;#x22;:&amp;#x22;lazy&amp;#x22;,&amp;#x22;index&amp;#x22;:0}&quot;&gt;&lt;br&gt;
JetRails - Bronze Partner&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;img __ASTRO_IMAGE_=&quot;{&amp;#x22;src&amp;#x22;:&amp;#x22;~/assets/images/blog/2024/zPAAxPJ0HwcBDwIgVWpU4Bc8BqlsXW0dD4XtQE3z3NusE58_I_ilZisgrroa1mA_MO4cGMxo74yAba3HpWAIYkCUbJqZE_ZApMjGXxL93nEhE-QVb4kLpl4eEIq4mjIb-efOnD0zRi4Bw3HsuAYX-uc&amp;#x22;,&amp;#x22;alt&amp;#x22;:&amp;#x22;&amp;#x22;,&amp;#x22;loading&amp;#x22;:&amp;#x22;lazy&amp;#x22;,&amp;#x22;index&amp;#x22;:0}&quot;&gt;&lt;br&gt;
Crisp Chat - Professional Member&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Tihomir Vranješ - Professional Member&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Artur F. - Professional Member&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Rick Daalhuizen - Community Member&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Marcio Maciel - Community Member&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;You too can become a Mage-OS member, starting from 10 EUR/year! Show your support, and show the world this is something worth supporting.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;New Hire!&lt;/strong&gt; Please welcome &lt;a href=&quot;https://www.linkedin.com/in/anita-miller/&quot;&gt;Anita Miller&lt;/a&gt; as our Chief of Staff! Anita will be helping to organize our efforts and take Mage-OS to the next level. Anita has been working with Magento for a long time, both as a developer and as a project manager, and we’re excited at what she’ll help us to accomplish with Mage-OS.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;We received many good quality applications in just one week, and want to sincerely thank everyone who took the time to apply. We hope to see you around on Discord and through our various activities.&lt;/p&gt;
&lt;h2 id=&quot;miscellaneous&quot;&gt;Miscellaneous&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;In case you missed them, see our recent articles!&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;/updates/2024-03-07-mage-os-nederland-member-meeting&quot;&gt;Mage-OS Nederland member meeting recap&lt;/a&gt; - Read about Mage-OS NL’s annual meeting, elections, and lessons learned from their first year in organizing a local community association&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;/updates/2024-03-18-mage-os-async-events-gowris-journey&quot;&gt;Mage-OS Async Events: Gowri’s Journey&lt;/a&gt; - Learn the story behind the async events module contributed by Gowri and Agilent Technologies, and how it works and can help you create reliable and robust integrations with Mage-OS and Magento.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;David Lambauer and Thorben Höhn have started a German-language podcast about Mage-OS and what’s going on around it. In the latest episode, they interview Vinai Kopp, board president and tech lead of Mage-OS. You can find the episodes and subscribe here: &lt;a href=&quot;https://www.youtube.com/playlist?list=PLA28nKbnKeskROMmMqhhxwxPeNaA9N8jf&quot;&gt;https://www.youtube.com/playlist?list=PLA28nKbnKeskROMmMqhhxwxPeNaA9N8jf&lt;/a&gt; &lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;development-progress&quot;&gt;Development Progress&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Artem Kozynets has completed a second round of UAT feedback sessions for his new admin theme concept, and has started developing the new admin theme. Thank you for everyone who participated!&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Vladyslav Podorozhnyi has gotten the unit testing suite working! We are immensely grateful for the work of Vlad and others on these unglamorous but immensely important features for ensuring the stability of the Mage-OS platform.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;opportunities&quot;&gt;Opportunities&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Have a contribution idea or interested in the Mage-OS Distribution? Join our weekly tech meetings, public on &lt;a href=&quot;http://chat.mage-os.org/&quot;&gt;Discord&lt;/a&gt; at 3 PM CET/2 PM UTC / 9 AM EST every Tuesday: chat.mage-os.org&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Want to help promote Magento and Mage-OS? Join our weekly marketing meeting, public on &lt;a href=&quot;http://chat.mage-os.org/&quot;&gt;Discord&lt;/a&gt; at 4 PM CET/3 PM UTC / 10 AM EST every Monday: chat.mage-os.org&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Magento Association is creating a new content site for magento-opensource.com, and our content committee is working right now to plan and build that out. Talk to John Hughes if you’re interested.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;We’re looking for new features to enhance Mage-OS this year that will help to modernize and excite merchants. This might include AI enhancements, low/no code processes, or more. Talk to Vinai Kopp or #tech if you’re interested!&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;events&quot;&gt;Events&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;We have an updated &lt;a href=&quot;/events&quot;&gt;events page&lt;/a&gt;! It’s now easier than ever to find all the events and gatherings in the worldwide Magento community. Please let us know if you have or know of an event that isn’t listed. Huge thanks to Marek Kubacak for making this happen.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;If you weren’t able to attend Adobe Summit, see this recap from our board member John Hughes: &lt;a href=&quot;https://www.linkedin.com/pulse/adobe-summit-2024-commerce-recap-key-takeaways-john-hughes-n5use/&quot;&gt;Adobe Summit 2024: Commerce Recap &amp;#x26; Key Takeaways&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;upcoming-events&quot;&gt;Upcoming Events&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://meetcommerce.pl/&quot;&gt;Meet Commerce Poland&lt;/a&gt; - 15 April 2024, in Warsaw - Mage-OS board members Cezary and Maciej will be in attendance! Find Cezary at our Mage-OS booth at the event. Huge thanks to Meet Commerce and Kuba Zwolinski for giving us this opportunity.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://ro.meet-magento.com/&quot;&gt;Meet Magento Romania&lt;/a&gt; - 22 April 2024, in Cluj-Napoca&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.meetup.com/magento-london/events/300066955/&quot;&gt;April MxLDN: Magento London Meetup&lt;/a&gt; - 24 April 2024, in London&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://meet-magento.co.uk/&quot;&gt;Meet Magento UK&lt;/a&gt; - 17-18 June 2024, in London&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://meetmagentobrasil.org/&quot;&gt;Meet Magento Brazil&lt;/a&gt; - 24 June 2024, in São Paulo&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.mage-titans.nl/&quot;&gt;Mage Titans Groningen&lt;/a&gt; - 13 September 2024&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://nl.meet-magento.com/&quot;&gt;Meet Magento NL&lt;/a&gt; - 31 October 2024, in Amsterdam&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;</content:encoded><category>Updates</category><author>mage-os-team</author></item><item><title>Mage-OS Async Events: Gowri&apos;s Journey</title><link>https://mage-os.org/updates/2024-03-18-mage-os-async-events-gowris-journey</link><guid isPermaLink="true">https://mage-os.org/updates/2024-03-18-mage-os-async-events-gowris-journey</guid><description>Gowri Sankar is a DevOps engineer from down under with a lot of interest in distributed systems and programming and solving problems at scale. Gowri is a...</description><pubDate>Mon, 18 Mar 2024 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Gowri Sankar is a DevOps engineer from down under with a lot of interest in distributed systems and programming and solving problems at scale. Gowri is a frequent attendee and contributor to Mage-OS via the technical working group.&lt;/p&gt;
&lt;h2 id=&quot;introduction&quot;&gt;&lt;strong&gt;Introduction&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;Over the past few months I’ve been helping out Mage-OS with getting asynchronous events over the finish line. A lot has happened since then. I got to visit Amsterdam and its picturesque canals, experience one of the longest direct flights in the world from Perth to London [1], enjoy a lot of Dutch pastries and speak at a conference about building real-time webhooks with Magento.&lt;/p&gt;
&lt;p&gt;In this post, I want to build on our work so far, expanding on what asynchronous events are and its applications, and why they’re useful.&lt;/p&gt;
&lt;h2 id=&quot;event-driven-architecture&quot;&gt;&lt;strong&gt;Event-Driven Architecture&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;If you’ve written a module (or even any framework) before, you’re probably familiar with event observers [2]. They are a way to write code which reacts to a certain event happening within the system. For example, when a new user signs in, you may want to record their login activity. This in a sense, is an application of event-driven architecture.&lt;/p&gt;
&lt;p&gt;In object-oriented programming it can refer to the observer pattern. In distributed systems it could mean different services communicate asynchronously through a message broker.&lt;/p&gt;
&lt;p&gt;There’s a variety of applications, but the underlying idea is the same. Event-driven architecture is a software design pattern that focuses on the production, consumption, and reaction to events in a system.&lt;/p&gt;
&lt;h2 id=&quot;integrations&quot;&gt;&lt;strong&gt;Integrations&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;There’s one area where event-driven architecture can shine in Magento and it is integrations. Currently, there are many different and often bespoke approaches when sending data out of Magento.&lt;/p&gt;
&lt;p&gt;I’ve often seen integrations that are file-based where a simple cron job runs on a schedule and writes to /var. This is far from ideal for many reasons. There’s also network-based integrations that’s akin to a single system or a vendor. For example, a payment provider’s module will likely only be able to send data out to their own services.&lt;/p&gt;
&lt;p&gt;There’s an obvious problem here though. The framework doesn’t provide any standard tooling. A module’s author is responsible for managing how that data is pulled out. It could be file-based, FTP, HTTP or with emails if you’d like to live on the edge.&lt;/p&gt;
&lt;p&gt;Then there’s the murky problem of error handling. Anything that can go wrong will go wrong. The external system could be in a scheduled maintenance window, have an outage or even have network packets lost in transit. It is within the module to decide how failures should be handled. It could take the simple route of simply logging it to a custom log file, to a more sophisticated approach of having a retry job somewhere.&lt;/p&gt;
&lt;p&gt;They also need to be more flexible. If I wanted to send the same event to a second system, a third and a fourth, chances are I’ll have to modify the module each time and deploy the changes. If I want to send a different set of data but to an existing system(s), that’s again another deployment.&lt;/p&gt;
&lt;p&gt;I would also be confident in saying that observability is the one thing that’s nearly impossible to achieve in integrations today. There simply isn’t a way to collect any sort of metrics to later pull up a dashboard and say “Ok, how many individual integrations have failed, where, when and why?” I believe we can do far better than looking through thousands of lines of error log files or emails to an error inbox saying something failed.&lt;/p&gt;
&lt;p&gt;It’s also far from ideal when we’re migrating between systems. For example, if we had customer platform A and we’re migrating to customer platform B, we’d likely have to install platform B’s module alongside platform A. Make them work together for a while, and then at some time in the future, disable and remove platform A’s module.&lt;/p&gt;
&lt;p&gt;That’s already a fair few points that describe the subpar developer, operations and merchant experience.&lt;/p&gt;
&lt;p&gt;We would like our integrations to be&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Fast and scalable, so we can have a high throughput stream of events enabling real-time systems like webhooks.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fault-tolerant. If something fails, it shouldn’t be lost in an ocean of events. We should be able to retry as many times as we want automatically and manually.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Flexible such that modifications don’t need a code change and a deployment.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Observable so that we can add telemetry tools to collect and aggregate metrics.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;figure&gt;
&lt;p&gt;&lt;img alt=&quot;Gowri speaking at Meet Magento NL&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;684&quot; height=&quot;1024&quot; src=&quot;/_astro/gowri-mmnl-talk-684x1024.C0QXEH1F_Z2mgEi6.webp&quot; &gt;&lt;/p&gt;
&lt;figcaption&gt;
&lt;p&gt;Gowri speaking at Meet Magento NL&lt;/p&gt;
&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;h2 id=&quot;streaming-events&quot;&gt;&lt;strong&gt;Streaming Events&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;With the asynchronous events module, it’s possible to build a real-time webhooks delivery system like GitHub, Stripe or Shopify. Webhooks are a perfect candidate to build an event-driven integration system because it is possible to make them real-time, observable and fault-tolerant.&lt;/p&gt;
&lt;p&gt;To provide some more flavour of what I’m talking about, we can look at how a webhook-based integration system addresses the shortcomings we just discussed.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Webhooks powered by asynchronous events run in a dedicated queue consumer process. It’s possible to offload this entirely off of your main web server.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Asynchronous events are fault-tolerant by default. The framework will retry retryable errors (think 50x error codes for HTTP) with exponential backoff.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Asynchronous events are subscription-based, it’s possible to add or disable subscriptions without needing to touch code or do a deployment.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Events are recorded in a log and they are optionally indexed into Elasticsearch, which makes it a breeze to query failures and anomalies with queries.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;At its core, the module provides a framework to define events that can be listened to outside of the main request thread in Magento. When we talk about asynchronous, we’re actually talking about this and not promises or futures found in other languages.&lt;/p&gt;
&lt;p&gt;Defining an asynchronous event is similar to a regular event.&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;&amp;#x3C;?xml version=&quot;1.0&quot;?&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;&amp;#x3C;config&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;    xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;    xsi:noNamespaceSchemaLocation=&quot;urn:magento:module:MageOS_AsyncEvents:etc/async_events.xsd&quot;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;    &amp;#x3C;async_event name=&quot;sales.order.created&quot;&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;        &amp;#x3C;service class=&quot;Magento\Sales\Api\OrderRepositoryInterface&quot; method=&quot;get&quot;/&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;    &amp;#x3C;/async_event&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;&amp;#x3C;/config&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Similar to an event observer, an async event has a name. The service class and method define what the shape of the event’s data should resolve to (Remember that we only dispatch the event with minimal parameters; the data is resolved later, hence asynchronous).&lt;/p&gt;
&lt;p&gt;In my opinion,  this is a great way to declare async events because there’s the huge benefit of reusability. Should the data interface be changed in a future version of Magento, you can be sure that the async event (and your webhook integrations) will automatically receive them too! This is because we’re re-using the same data transfer objects as the web APIs. Not only that, but it works with any plugins added on them too!&lt;/p&gt;
&lt;h2 id=&quot;the-async-runtime&quot;&gt;&lt;strong&gt;The Async Runtime&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;By design, the core module does not define or dispatch any events. A separate package like &lt;a href=&quot;https://github.com/mage-os/mageos-common-async-events&quot;&gt;mageos-common-async-events&lt;/a&gt; covers several standard events and dispatches them at the appropriate places. But dispatching an event is straightforward in itself.&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;public function execute(Observer $observer): void&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;{&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;    /** @var Order $object */&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;    $object = $observer-&gt;getEvent()-&gt;getData(&apos;order&apos;);&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;    // arguments are the inputs required by the service class in the asynchronous&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;    // event definition in async_events.xml&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;    // e.g: Magento\Sales\Api\OrderRepositoryInterface::get&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;    $arguments = [&apos;id&apos; =&gt; $object-&gt;getId()];&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;    $data = [&apos;sales.order.created&apos;, $this-&gt;json-&gt;serialize($arguments)];&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;    $this-&gt;publisher-&gt;publish(&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;        QueueMetadataInterface::EVENT_QUEUE,&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;        $data&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;    );&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;}&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;It is not any different from publishing a message to a topic in Magento. The PublisherInterface takes in the event queue as the topic name and a serialised set of arguments that are needed to resolve the data later.&lt;/p&gt;
&lt;h2 id=&quot;notifying-subscribers&quot;&gt;&lt;strong&gt;Notifying Subscribers&lt;/strong&gt;&lt;/h2&gt;
&lt;figure&gt;
&lt;p&gt;&lt;img alt=&quot;Example event-driven integrations from Mage-OS to various external platforms&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;660&quot; src=&quot;/_astro/async-events-1024x660.DDW4aad-_21G5r5.webp&quot; &gt;&lt;/p&gt;
&lt;figcaption&gt;
&lt;p&gt;Example event-driven integrations from Mage-OS to various external platforms&lt;/p&gt;
&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;Events are delivered to the recipient by a concept called notifiers. They’re a topic for another day, but just remember that a notifier is responsible for sending it somewhere. It could support any protocol or application in theory. For example, HTTP, Amazon EventBridge, AMQP, Kafka, raw TCP or even just stdout if you want to simply stream it.&lt;/p&gt;
&lt;p&gt;A subscription comes in place to tie in the event to the destination. Subscriptions are created via the rest API provided by the module.&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;curl --request POST &apos;https://dev.mageos.internal/rest/V1/async_event&apos; \&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;--header &apos;Authorization: Bearer TOKEN&apos; \&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;--header &apos;Content-Type: application/json&apos; \&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;--data-raw &apos;{&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;    &quot;asyncEvent&quot;: {&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;        &quot;event_name&quot;: &quot;sales.order.created&quot;,&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;        &quot;recipient_url&quot;: &quot;https://example.com/order_created&quot;,&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;        &quot;verification_token&quot;: &quot;sha-signing-secret&quot;,&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;        &quot;metadata&quot;: &quot;http&quot;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;    }&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;}&apos;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;The metadata field is important. Here it describes that this subscription is http-based. Once this subscription is created, all sales.order.created in Magento will be sent to the recipent url specified in the subscription.&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;curl --request POST &apos;https://dev.mageos.internal/rest/V1/async_event&apos;&apos; \&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;--data-raw &apos;{&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;    &quot;asyncEvent&quot;: {&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;        &quot;event_name&quot;: &quot;sales.order.created&quot;,&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;        &quot;recipient_url&quot;: &quot;arn:aws:events:ap-southeast-2:005158166381:rule/Test.EventBridge.Rule&quot;,&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;        &quot;verification_token&quot;: &quot;sha-signing-secret&quot;,&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;        &quot;metadata&quot;: &quot;amazon-eventbrige&quot;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;    }&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;}&apos;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Here’s another example to send the data to Amazon EventBrige. Once this subscription is created, the sales.order.created will flow to the HTTP endpoint and the Amazon Event Bus. Note that we did not have to do a deployment in order to send the data to another platform!&lt;/p&gt;
&lt;p&gt;With that, we would have&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;All &lt;code&gt;sales.order.created&lt;/code&gt; events will be processed asynchronously without having a hiccup on your request thread, meaning it doesn’t affect users directly if one of those destinations is down or needs multiple retries.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Failures and back pressure handling are taken care of by the framework. If one or both destinations are unreachable, the framework will appropriately schedule retries with backoff. If they’re still unreachable, we have an archive of events that we can replay in the future.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;All deliveries are logged and indexed in the admin panel, which we can query using the Lucene Query Syntax [3].&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;These are just the beginnings of what is possible with asynchronous events. The goal is to have wider adoption of async events just like regular events. If extension vendors and developers leverage the tools provided by the framework, it should develop into a very robust ecosystem that is standardised, functional and one that benefits everyone.&lt;/p&gt;
&lt;p&gt;I’m delighted that Async Events is a part of Mage-OS. I’ve enjoyed working on it and it has been fantastic to present it at a conference in Amsterdam and see all the support for it.&lt;/p&gt;
&lt;p&gt;Now of course, I had to put on my tourist hat for the next few days and explore every nook and cranny of this vibrant city, immersing myself in its culture, history, and hidden gems, leaving me with unforgettable memories.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&quot;Amsterdam&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;768&quot; height=&quot;1024&quot; src=&quot;/_astro/amsterdam-768x1024.BAu8nlOU_Zpthlp.webp&quot; &gt;&lt;/p&gt;
&lt;p&gt;Thank you, and see you next time Amsterdam!&lt;/p&gt;
&lt;hr&gt;
&lt;h6 id=&quot;learn-more&quot;&gt;Learn More&lt;/h6&gt;
&lt;p&gt;Find out more about Mage-OS’s Async Events on GitHub:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://github.com/mage-os/mageos-async-events&quot;&gt;Base Module&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-common-async-events&quot;&gt;Common Events&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-async-events-admin-ui&quot;&gt;Admin UI&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h6 id=&quot;get-involved&quot;&gt;Get Involved&lt;/h6&gt;
&lt;p&gt;If you want to help contribute to Asnyc Events or anything else Mage-OS related then join our Discord server and one of our weekly meetings&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://chat.mage-os.org/&quot;&gt;Join Discord&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;/community/contributing&quot;&gt;Get Involved&lt;/a&gt;&lt;/p&gt;
&lt;h6 id=&quot;references&quot;&gt;References&lt;/h6&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Longest_flights#Longest_passenger_flights&quot;&gt;https://en.wikipedia.org/wiki/Longest_flights#Longest_passenger_flights&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://refactoring.guru/design-patterns/observer&quot;&gt;https://refactoring.guru/design-patterns/observer&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://lucene.apache.org/core/2_9_4/queryparsersyntax.html&quot;&gt;https://lucene.apache.org/core/2_9_4/queryparsersyntax.html&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;script src=&quot;https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js&quot;&gt;&lt;/script&gt;
&lt;script&gt;hljs.highlightAll();&lt;/script&gt;</content:encoded><category>Updates</category><author>gowri-sankar</author></item><item><title>We&apos;re Hiring! Project Manager / Chief of Staff Role</title><link>https://mage-os.org/updates/2024-03-13-were-hiring-project-manager-chief-of-staff-role</link><guid isPermaLink="true">https://mage-os.org/updates/2024-03-13-were-hiring-project-manager-chief-of-staff-role</guid><description>Due to the funds raised from our generous partners and members since we opened membership last September, we&apos;re now looking to make our first hire to...</description><pubDate>Wed, 13 Mar 2024 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Due to the funds raised from our generous partners and members since we opened membership last September, we’re now looking to make our first hire to accelerate our growth even further!&lt;/p&gt;
&lt;p&gt;The initial role we’re looking to fill is for a part-time Project Manager / Chief of Staff, and you can see the job description below.&lt;/p&gt;
&lt;p&gt;To apply or for more information please email &lt;a href=&quot;mailto:board@mage-os.org&quot;&gt;board@mage-os.org&lt;/a&gt; by Friday, March 22.&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id=&quot;job-description&quot;&gt;Job Description&lt;/h3&gt;
&lt;h5 id=&quot;role&quot;&gt;Role&lt;/h5&gt;
&lt;p&gt;Project Manager / Chief of Staff (part time)&lt;/p&gt;
&lt;h5 id=&quot;why-we-need-you&quot;&gt;Why we need you&lt;/h5&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;As we grow, we have lots of volunteers among the 1000 members on Discord, with many projects, ideas, and desire to contribute&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;We want to move faster. As people all have day jobs, your mission is to make it easier for more people to contribute (break down tasks, follow up, etc.)&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h5 id=&quot;core-tasks&quot;&gt;Core Tasks&lt;/h5&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Attend all the Mage-OS meetings:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Content Mondays 4pm CET&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Tech Tuesdays 3pm CET&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Board Wednesdays 3pm CET&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Drive the agenda, and determine tasks, owners, next steps, and timelines&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Follow up on tasks and commitments to see things through&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Onboard new people, show them around, and find a place for them&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Help with governance (General Assemblies) with the Secretary&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h5 id=&quot;added-responsibilities-based-on-availability&quot;&gt;Added Responsibilities based on availability&lt;/h5&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Project manage legal work relating to the association&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Help manage the budget for each activity with the Treasurer&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Organize events presence (online and physical) to engage and nurture the community&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Explore and pursue potential opportunities for partnership&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h5 id=&quot;must-have&quot;&gt;Must have&lt;/h5&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Understanding of the Magento community and ecosystem&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Doer, a sense of responsibility, drive for action&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fluent in English&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Work in EU and NA timezones&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Comfortable managing multiple stakeholders&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Influential skills (to encourage contributors who are volunteers)&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h5 id=&quot;nice-to-have&quot;&gt;Nice to have&lt;/h5&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;A good reputation in the Magento community&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Extroverted tendencies&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Polish language is a plus&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;All backgrounds and identities welcome to apply&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h5 id=&quot;what-you-get&quot;&gt;What you get&lt;/h5&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Salary range: up to €12,000 per year based on 8-16 hours per week&lt;br&gt;
Negotiable based on experience and available hours&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Remote work, Flexibility (except for the Committee times)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Leading involvement at the forefront of the Magento ecosystem&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;A strong sense of purpose and belonging&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Great organizational culture and work environment where you will feel rewarded, appreciated, and motivated&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h3 id=&quot;apply-now&quot;&gt;Apply now&lt;/h3&gt;
&lt;p&gt;Email us your CV and why you’re interested to &lt;a href=&quot;mailto:board@mage-os.org&quot;&gt;board@mage-os.org&lt;/a&gt; by March 22.&lt;/p&gt;</content:encoded><category>Updates</category><author>mage-os-team</author></item><item><title>Mage-OS Nederland member meeting</title><link>https://mage-os.org/events/2024-03-07-mage-os-nederland-member-meeting</link><guid isPermaLink="true">https://mage-os.org/events/2024-03-07-mage-os-nederland-member-meeting</guid><description>On February 29th (a leap day), the second member meeting of Mage-OS Nederland took place: Hosted at the beautiful venue of De Rechtbank in the center of...</description><pubDate>Thu, 07 Mar 2024 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;On February 29th (a leap day), the second member meeting of Mage-OS Nederland took place: Hosted at the beautiful venue of De Rechtbank in the center of Utrecht (very close to the famous Dom Tower), a group of about 40 people came together to push the association into a new year. Here is a recap, but also some lessons for other local Mage-OS groups to learn from.&lt;/p&gt;
&lt;h2 id=&quot;we-did-it-an-association&quot;&gt;We did it: An association&lt;/h2&gt;
&lt;p&gt;The association was started by a group of people in 2022, who wanted to revive the Dutch Magento community after COVID and after some people left. Pretty soon, it was decided to revive things under the hood of a non-profit organization. At first, we subscribed as an informal association. However, the fact that all 7 board members were liable and the fact that bank accounts could only be opened with a formal association, moved us towards a notary and in the end, the association of Mage-OS Nederland was founded for real.&lt;/p&gt;
&lt;p&gt;Disclaimer: Mage-OS Nederland its prime objective is to facilitate the Dutch Magento community. This definitely includes organizing Dutch events like Meet Magento Nederland and various other social gatherings. It also includes a proper mapping of the community. Clearing up confusion on the various distributions (Adobe Commerce, Magento Open Source, Mage-OS) could also be part of its activities.&lt;/p&gt;
&lt;p&gt;But Mage-OS Nederland is not part of the open source initiative of Mage-OS. We are part of the same community though. The name Mage-OS Nederland was requested for usage by asking the board of Mage-OS worldwide.&lt;/p&gt;
&lt;p&gt;See also &lt;a href=&quot;https://nl.mage-os.org/&quot;&gt;https://nl.mage-os.org/&lt;/a&gt; (Dutch and English)&lt;/p&gt;
&lt;h2 id=&quot;new-board&quot;&gt;New board&lt;/h2&gt;
&lt;p&gt;In 2022, various Magento community members joined forces - including Jeroen Boersma, Jisse Reitsma, Peter Jaap Blaakmeer, Sander de Graaf, Sanne Bolkenstein and Willem Wigman. In 2023, these people, excluding Peter Jaap and Willem, but with the addition of Core de Reeper, Michiel Gerritsen and Roland Haselager, formed the initial board of Mage-OS NL.&lt;/p&gt;
&lt;p&gt;During the member meeting of February 29th, Core and Roland stepped down. Jeroen, Jisse, Michiel, Sander and Sanne remained their seat. And Karlijn Löwik and Tabitha Karta joined forces.&lt;/p&gt;
&lt;h2 id=&quot;technical-mistakes&quot;&gt;Technical mistakes&lt;/h2&gt;
&lt;p&gt;However, the democratic process of electing the board had some flaws though. Months before the meeting, we started to promote empty board seats. But only one month before, during the WWVD borrel, new candidates were found - that either wanted to be an actual board member or just do something nice for the community. In no time, the amount of candidates went up to 6, which was a bit too much. This led us to say that we only should add 2 board members (a total of 7 or 8) and that all others should be initiated as commissioner of some working group. We didn’t think of such an organization yet properly and because of this, we started to rush things. In the end, during the meeting, the board decided to stay seated and to allow for two more board members, which were strongly recommended by the board. No open elections, less democratic. But very practical to keep the energy.&lt;/p&gt;
&lt;p&gt;Another flaw was that the finances were not presented yet before the meeting and there was no audit committee beforehand either. Because of this, the finances couldn’t be verified by the audit committee and therefore the board could not be granted discharge.&lt;/p&gt;
&lt;p&gt;Because of these flaws and others, we decided to keep the board large this year, but split it up in two parts: One board-board that dives into the technicalities of running an association. And another board of committees to kickstart all of the work that needs to be done under the hood of the association.&lt;/p&gt;
&lt;h2 id=&quot;our-lessons-learned&quot;&gt;Our lessons learned&lt;/h2&gt;
&lt;p&gt;Here are some of the lessons learned so far:&lt;/p&gt;
&lt;p&gt;Make sure you start with the right legal form. In our case, opting for a formal association right away would have saved us a lot of time and frustration.&lt;/p&gt;
&lt;p&gt;Draft a proper organization. Decide upon the size of the board. Form working groups that are accountable to the board for specific tasks - events, promotion, etc. Every working group should have a lead member (commissioner) and the responsibilities of both board and working groups should be clear from the start. We decided to go for a large board, which is at first okayish but will become more difficult to deal with over time.&lt;/p&gt;
&lt;p&gt;Pick a small board (president, secretary, treasurer, possibly a fourth member), but make sure that these roles are easily swapped out. Currently with MOSNL, some things are tied to specific persons in the board (president, treasurer), while ideally this is swapped out. Also make sure to agree upon a maximum period for being a board member.&lt;/p&gt;
&lt;p&gt;Setup a voting process for board members as detailed as possible. Make sure that candidates are found months in advance. As soon as they are found, even if it is just a single person, start promoting that person publicly. This might attract more candidates.&lt;/p&gt;
&lt;p&gt;Because of all of the above, make sure to setup articles of association, which is a legal requirement in most countries. But it also important to have an agreement with all people involved on how this comes to being.&lt;/p&gt;
&lt;p&gt;Without doubt, there are many more lessons here.&lt;/p&gt;
&lt;h2 id=&quot;the-why&quot;&gt;The why&lt;/h2&gt;
&lt;p&gt;Still, all of these struggles are worth it: The Dutch Magento community is currently in the hands of an association, not a commercial company. We are free from the copyright of Magento, which is nowadays a thing. And because we are a non-profit organization, it is straight-forward that anyone who is helping the association is doing this for the community its sake.&lt;/p&gt;
&lt;p&gt;Already we are seeing the signs: Meet Magento NL, MageUnconference NL, MageTitans NL. Lots of volunteers to do things. And a healthy kickstart of an association to make all of this possible.&lt;/p&gt;</content:encoded><category>Events</category><author>mage-os-team</author></item><item><title>Mage-OS February 2024 Recap</title><link>https://mage-os.org/updates/2024-03-06-mage-os-february-2024-recap</link><guid isPermaLink="true">https://mage-os.org/updates/2024-03-06-mage-os-february-2024-recap</guid><description>- Welcome to our newest partners and members!               - Partners              - Silver Partners           ...</description><pubDate>Wed, 06 Mar 2024 00:00:00 GMT</pubDate><content:encoded>&lt;h2 id=&quot;association-news&quot;&gt;Association News&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Welcome to our newest partners and members!&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Partners&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Silver Partners&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img __ASTRO_IMAGE_=&quot;{&amp;#x22;src&amp;#x22;:&amp;#x22;~/assets/images/blog/2024/park6zmDsn3SdGG2ACVhUCMSfDUd67A7pxzEhfKWicRwhgmxxSbMBkDnPfgFrgP4EP3zXSMMM9YHRGomC8nc7XZ8ORR9nnb4h6J9-2s7EKNyQvymr8DoKiRahjq4eydAHLiGS-RLywdlpkX1Gj85tfs&amp;#x22;,&amp;#x22;alt&amp;#x22;:&amp;#x22;&amp;#x22;,&amp;#x22;loading&amp;#x22;:&amp;#x22;lazy&amp;#x22;,&amp;#x22;index&amp;#x22;:0}&quot;&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;https://inchoo.net/&quot;&gt;Inchoo&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;img __ASTRO_IMAGE_=&quot;{&amp;#x22;src&amp;#x22;:&amp;#x22;~/assets/images/blog/2024/-l0ORj_yLRs2pyRNMyDDKAZN3_LgMigF4RpBocrKtwYh_aNDtoL4jNrt2yAHW0XAxW2GCUOhJUoowig6HWZYiGGiz6yASp6PMmIv4XMVnXM-PqawppqgtHkujJufeX864faBNMpVThFop58NkVmaBR0&amp;#x22;,&amp;#x22;alt&amp;#x22;:&amp;#x22;&amp;#x22;,&amp;#x22;loading&amp;#x22;:&amp;#x22;lazy&amp;#x22;,&amp;#x22;index&amp;#x22;:0}&quot;&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;https://www.mollie.com/&quot;&gt;Mollie&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Members&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Professional Members&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Rick Willett&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;Tomislav Bilic&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Community Members&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Vivek&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Alex Teller&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Divyesh Thadani&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Sanjay Chaudhary&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Niels Kolijn&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Andrzej Szylar&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;You too can become a Mage-OS member, for as little as 10 EUR/year! Show your support, and show the world this is something worth supporting. &lt;a href=&quot;/community/partners&quot;&gt;mage-os.org/about/mage-os-membership/&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;local-initiatives&quot;&gt;Local Initiatives&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Mage-OS Nederland had its second annual member meeting on Feb 29th. Look for a detailed update on it soon! Mage-OS NL will be setting up committees (MMNL, events, content) to push different aspects of the community. More information can be found here: &lt;a href=&quot;https://nl.mage-os.org/&quot;&gt;nl.mage-os.org/&lt;br&gt;
&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;David Lambauer and Thorben Höhn have started a German-language podcast about Mage-OS and what’s going on around it. You can find the first episode and subscribe here: &lt;a href=&quot;https://www.youtube.com/playlist?list=PLA28nKbnKeskROMmMqhhxwxPeNaA9N8jf&quot;&gt;https://www.youtube.com/playlist?list=PLA28nKbnKeskROMmMqhhxwxPeNaA9N8jf&lt;/a&gt; &lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;development-progress&quot;&gt;Development Progress&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;The recent Magento security patch 2.4.6-p4 is available from our Magento mirror repository. Look for a new Mage-OS Distribution release soon including these fixes.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Artem Kozynets has completed the first round of UAT feedback sessions for his new admin theme concept, and is starting round 2 soon. Thank you for everyone who put their hands up to participate!&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Vladyslav Podorozhnyi, Ihor Sviziev, and Maksym Novik have been doing great work on fixes to the integration testing suite, so that we can do reliable testing of pull requests in the near future!&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Thijs Feryn and Toon Van Dooren have been working on improvements to the default VCL configurations, to improve the baseline FPC performance of all Magento/Mage-OS sites using Varnish caching.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Ryan Sun has been working on AI content generation, and will be looking for contributor help soon. Stay tuned for more.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;opportunities&quot;&gt;Opportunities&lt;/h2&gt;
&lt;p&gt;&lt;img  loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1600&quot; height=&quot;900&quot; src=&quot;/_astro/image.BB2YeIZR_UTQ7A.webp&quot; &gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;If you want to participate in admin theme UAT testing, please fill out this form by March 8: &lt;a href=&quot;https://forms.gle/wdTi5X2xhZXVtjqc9&quot;&gt;https://forms.gle/wdTi5X2xhZXVtjqc9&lt;br&gt;
&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Have a contribution idea or interested in the Mage-OS Distribution? Join our weekly tech meetings, public on &lt;a href=&quot;http://chat.mage-os.org/&quot;&gt;Discord&lt;/a&gt; at 3 PM CET/2 PM UTC / 9 AM EST every Tuesday: chat.mage-os.org&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Want to help promote Magento and Mage-OS? Join our weekly marketing meeting, public on &lt;a href=&quot;http://chat.mage-os.org/&quot;&gt;Discord&lt;/a&gt; at 4 PM CET/3 PM UTC / 10 AM EST every Monday: chat.mage-os.org&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Magento Association is creating a new content site for magento-opensource.com, and our content committee is working right now to plan and build that out. Talk to John Hughes if you’re interested.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;We’re looking for new features to enhance Mage-OS this year that will help to modernize and excite merchants. This might include AI enhancements, low/no code processes, or more. Talk to Vinai Kopp or #tech if you’re interested!&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;events&quot;&gt;Events&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;We have an updated &lt;a href=&quot;/events&quot;&gt;events page&lt;/a&gt;! It’s now easier than ever to find all the events and gatherings in the worldwide Magento community. Please let us know if you have or know of an event that isn’t listed. Huge thanks to Marek Kubacak for making this happen.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Upcoming events:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://summit.adobe.com/na/&quot;&gt;Adobe Summit&lt;/a&gt; - 26-28 March 2024, in Las Vegas. John (board member and Content lead) will be attending&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://meetcommerce.pl/&quot;&gt;Meet Commerce Poland&lt;/a&gt; - 15 April 2024, in Warsaw&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://ro.meet-magento.com/&quot;&gt;Meet Magento Romania&lt;/a&gt; - 22 April 2024, in Cluj-Napoca&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.meetup.com/magento-london/&quot;&gt;London Meetup&lt;/a&gt; - 24 April 2024&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://meet-magento.co.uk/&quot;&gt;Meet Magento UK&lt;/a&gt; - 17- 18 June 2024, in London. The call for speakers is open. Submit your session ideas by March 8th! &lt;a href=&quot;https://bit.ly/3Ub5Gd8&quot;&gt;https://bit.ly/3Ub5Gd8&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Meet Magento Brazil - 24 June 2024&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.mage-titans.nl/&quot;&gt;Mage Titans Groningen&lt;/a&gt; - 13 September 2024&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://meetmagentonyc.com/&quot;&gt;Meet Magento New York&lt;/a&gt; - September 2024, TBD&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;</content:encoded><category>Updates</category><author>mage-os-team</author></item><item><title>Mage-OS January 2024 Recap</title><link>https://mage-os.org/updates/2024-02-12-mage-os-january-2024-recap</link><guid isPermaLink="true">https://mage-os.org/updates/2024-02-12-mage-os-january-2024-recap</guid><description>With increased collaboration with Magento Association and Adobe, we’ve decided to shift our goals for the coming year. In 2024, our intentions are to: - Make...</description><pubDate>Mon, 12 Feb 2024 00:00:00 GMT</pubDate><content:encoded>&lt;h2 id=&quot;2024-goals&quot;&gt;2024 Goals&lt;/h2&gt;
&lt;p&gt;With increased collaboration with Magento Association and Adobe, we’ve decided to shift our goals for the coming year. In 2024, our intentions are to:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Make Mage-OS a tech incubator and place of innovation for the Magento ecosystem.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Mage-OS is an independent distribution of Magento Open Source.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Mage-OS will be a proving ground for innovation. As this works out, we will encourage Magento Open Source to include those same changes for future releases.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;We need your help developing the features and improvements that will help to keep Magento competitive and set it apart!&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Show that ‘Magento is Alive’, and still a competitive modern ecommerce platform, through:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Helping to create an all new magento-opensource.com marketing website&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Platform comparisons and selling resources (‘battle cards’)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Exposure of the features, enhancements, and community that make Magento special&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;association-news&quot;&gt;Association News&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Join us in a warm welcome to Cezary Kozon as treasurer of Mage-OS Association! He was elected by a special assembly of our members on Jan 17th, to replace our previous treasurer who departed for family reasons.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Welcome to our newest partners and members!&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;img __ASTRO_IMAGE_=&quot;{&amp;#x22;src&amp;#x22;:&amp;#x22;~/assets/images/blog/2024/bmzp9Jikgw8UwTjavHZqKegl9I6NjBW_otnJnsJ9P4o2PdMkG9hdIHONZCbQzipe-K9WO0qzsCSE1nt-BXmu72hyFFAIOg2sMfcQjwBw9oHsqSKPCwrU4GzDeWo-QhiZmgnIjrWFlhRT9roqdf8efsk&amp;#x22;,&amp;#x22;alt&amp;#x22;:&amp;#x22;&amp;#x22;,&amp;#x22;loading&amp;#x22;:&amp;#x22;lazy&amp;#x22;,&amp;#x22;index&amp;#x22;:0}&quot;&gt;&lt;br&gt;
basecom GmbH &amp;#x26; Co. KG - Bronze Partner&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Brian Wade - Professional Member&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Henk Valk - Professional Member&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Oskars Tuns - Professional Member&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Tobias Niebergall - Professional Member&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Vadym - Community Member&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;You too can become a Mage-OS member, for as little as 10 EUR/year! Show your support, and show the world this is something worth supporting.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;We recently hit 1000 members who have joined our &lt;a href=&quot;http://chat.mage-os.org/&quot;&gt;Discord&lt;/a&gt; server!&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;development-progress&quot;&gt;Development Progress&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Artem Kozynets presented a new admin theme concept in a recent Mage-OS tech meeting, and will be doing a small number of feedback sessions with Magento specialists this month. If you’re interested: &lt;a href=&quot;https://forms.gle/ewPX9X6J1XUqneKn6&quot;&gt;https://forms.gle/ewPX9X6J1XUqneKn6&lt;/a&gt; (UPDATE: All slots are full now. Thanks for your interest!)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Vladyslav Podorozhnyi, Ihor Sviziev, and Maksym Novik have been doing great work on fixes to the integration testing suite, so that we can do reliable testing of pull requests in the near future!&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Thijs Feryn and Toon Van Dooren have been working on improvements to the default VCL configurations, to improve the baseline FPC performance of all Magento/Mage-OS sites using Varnish caching.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;If you’re interested in reviewing: &lt;a href=&quot;https://github.com/mage-os/mageos-magento2/pull/62&quot;&gt;https://github.com/mage-os/mageos-magento2/pull/62&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;opportunities&quot;&gt;Opportunities&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Have a contribution idea or interested in the Mage-OS Distribution? Join our weekly tech meetings, public on &lt;a href=&quot;http://chat.mage-os.org/&quot;&gt;Discord&lt;/a&gt; at 3 PM CET/2 PM UTC / 9 AM EST every Tuesday&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Want to help promote Magento and Mage-OS? Join our weekly marketing meeting, public on &lt;a href=&quot;http://chat.mage-os.org/&quot;&gt;Discord&lt;/a&gt; at 4 PM CET/3 PM UTC / 10 AM EST every Monday&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Magento Association is creating a new content site for magento-opensource.com, and our content committee is working right now to plan and build that out. Talk to John Hughes if you’re interested.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Artem Kozynets is working on a modernized admin theme for Mage-OS and Magento, and will be running short sessions for one-on-one feedback soon. If you’re interested: &lt;a href=&quot;https://forms.gle/ewPX9X6J1XUqneKn6&quot;&gt;https://forms.gle/ewPX9X6J1XUqneKn6&lt;/a&gt; (UPDATE: All slots are full now. Thanks for your interest!)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Vladyslav Podorozhnyi is leading work on integration test improvements. Read and help out at &lt;a href=&quot;https://github.com/mage-os/mageos-magento2/pull/61&quot;&gt;https://github.com/mage-os/mageos-magento2/pull/61&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;We’re looking for new features to enhance Mage-OS this year that will help to modernize and excite merchants. This might include AI enhancements, low/no code processes, or more. Talk to Vinai Kopp or #tech if you’re interested!&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;events&quot;&gt;Events&lt;/h2&gt;
&lt;h3 id=&quot;women-in-magento&quot;&gt;Women In Magento&lt;/h3&gt;
&lt;p&gt;The Women in Magento group has gotten off to a roaring start! Woman empowerment benefits us all. Feel the incredible vibes in the recaps of the first events organized across Europe, US, and Asia:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.linkedin.com/feed/update/urn:li:activity:7155534322983141376/&quot;&gt;Netherlands dinner&lt;/a&gt;, organized by Sanne Bolkenstein of Mage-OS Netherlands and sponsored by MageChat, Youwe, Hypernode, Elgentos, Mollie and Integer_net&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.linkedin.com/posts/marsha-naidoo-47769727_amazing-connections-at-our-women-in-ecommerce-activity-7158901716858359808-gY3t?utm_source=share&amp;#x26;utm_medium=member_desktop&quot;&gt;Cocktail Party&lt;/a&gt; at Meet Magento Florida, organized by Marsha Naidoo and sponsored by Rave Digital and Aheadworks with Parul Sinha from Women at Adobe as special guest&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.linkedin.com/feed/update/urn:li:activity:7161953158154313728/&quot;&gt;Women’s dinner&lt;/a&gt; at Meet Magento India, organized by Zeel Patel of Evrig and sponsored by Marsha Naidoo. &lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Want to set up such an event in your area? Ping Thien Lan, Sanne or Marsha on &lt;a href=&quot;http://chat.mage-os.org/&quot;&gt;Discord&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&quot;events-recaps&quot;&gt;Events Recaps&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=dlqu2yHMTms&quot;&gt;Mage-OS NL&lt;/a&gt; drinks at Webwinkel Vakdagen 23rd Jan 2024 (who has pictures to share?)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://meetmagentofl.com/&quot;&gt;Meet Magento Florida&lt;/a&gt; 31st Jan - 1st Feb 2024 confirmed the vitality of Magento and collaboration between Adobe, the Magento Association and Mage-OS. &lt;a href=&quot;https://www.linkedin.com/pulse/meet-magento-florida-2024-celebrating-success-nicole-teriaca-colella-yooue/&quot;&gt;Read the Recap&lt;/a&gt; from Nicole Teriaca Colella. Some &lt;a href=&quot;https://scottzambito.com/projects/meet-magento-florida-2024&quot;&gt;artistic pictures&lt;/a&gt; are also already available.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;upcoming-events&quot;&gt;Upcoming Events&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.meetmagento.in/&quot;&gt;Meet Magento India&lt;/a&gt; - 10 February 2024, in Ahmedabad&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Vinai (board president) will be representing Mage-OS, and looks forward to meeting the huge and vibrant Magento community there.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.mollie.com/events/developer-meetup&quot;&gt;Mollie Magento Developer Meetup&lt;/a&gt; - 22 February 2024, in Amsterdam&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.meetup.com/magento-london/&quot;&gt;MxLDN Meetup&lt;/a&gt; - 28 February 2024, Magento and Adobe Commerce meet up in London&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;John (board member and Content lead) will be attending&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://summit.adobe.com/na/&quot;&gt;Adobe Summit&lt;/a&gt; - 26-28 March 2024, in Las Vegas&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;John (board member and Content lead) will be attending&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://meetcommerce.pl/&quot;&gt;Meet Commerce Poland&lt;/a&gt; - 15 April 2024, in Warsaw&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://ro.meet-magento.com/&quot;&gt;Meet Magento Romania&lt;/a&gt; - 22 April 2024, in Cluj-Napoca&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://meet-magento.co.uk/&quot;&gt;Meet Magento UK&lt;/a&gt; - June 2024, in London&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The call for speakers is open. Submit your session ideas by March 8th! &lt;a href=&quot;https://bit.ly/3Ub5Gd8&quot;&gt;https://bit.ly/3Ub5Gd8&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;That’s all until next time! The Mage-OS team.&lt;/p&gt;</content:encoded><category>Updates</category><author>mage-os-team</author></item><item><title>December 2023 Update</title><link>https://mage-os.org/updates/2024-01-10-december-2023-update</link><guid isPermaLink="true">https://mage-os.org/updates/2024-01-10-december-2023-update</guid><description>Below is our Mage-OS recap for December 2023, but first off a Happy New Year to everyone in the Magento ecosystem from all of us at Mage-OS!...</description><pubDate>Wed, 10 Jan 2024 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Below is our Mage-OS recap for December 2023, but first off a Happy New Year to everyone in the Magento ecosystem from all of us at Mage-OS!&lt;/p&gt;
&lt;h2 id=&quot;welcome-to-our-new-partner&quot;&gt;Welcome to our New Partner&lt;/h2&gt;
&lt;p&gt;&lt;a href=&quot;https://www.integer-net.com/&quot;&gt;&lt;img  loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;225&quot; src=&quot;/_astro/integer_net-1024x225.BK-j9rB3_1dC8HA.webp&quot; &gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Thank you &lt;a href=&quot;https://www.integer-net.com/&quot;&gt;integer_net&lt;/a&gt; for becoming a Bronze sponsor this month!&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Mage-OS stands for everything we believe in: a strong community and creative minds.&lt;/em&gt;&lt;br&gt;
W_e love to work in a cooperative and future-oriented way - that’s why we’ve been active in the Magento community for a long time. The foundation of Mage-OS has shown us once again that we believe in the right platform and that together we will advance the world of e-commerce!_&lt;/p&gt;
&lt;p&gt;Christian Philipp, CEO at integer_net&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;If you, too, want to help us shape the future of the Magento ecosystem, join us!&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;/community/partners&quot;&gt;Join Mage-OS&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&quot;magento-meetup-aachen&quot;&gt;Magento Meetup Aachen&lt;/h2&gt;
&lt;p&gt;&lt;img alt=&quot;Magento Meetup Aachen&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;771&quot; src=&quot;/_astro/aachen-mage-os-MA-1024x771.CyklUs5T_1UigoT.webp&quot; &gt;&lt;/p&gt;
&lt;p&gt;It was great to connect with people in Aachen! Our president, Vinai, attended and gave a talk, and you can read a nice recap of the event from integer_net: &lt;a href=&quot;https://www.integer-net.com/blog_english/magento-meetup-aachen-christmas-mage-os-magento-association-en&quot;&gt;https://www.integer-net.com/blog_english/magento-meetup-aachen-christmas-mage-os-magento-association-en&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&quot;magento-women-initiative&quot;&gt;Magento Women Initiative&lt;/h2&gt;
&lt;p&gt;&lt;img alt=&quot;Women In Tech Facts&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;768&quot; src=&quot;/_astro/20231102_113447-1024x768.OSMlamYB_w0VRL.webp&quot; &gt;&lt;/p&gt;
&lt;p&gt;Recently a talk at Meet Magento Netherlands 2023 called “7 ways to be an ally for Women in Tech” sparked conversation and bonding between women at the event. Women are underrepresented, at only 27% of the workforce in the industry. This inequality intensifies the more you go up in the responsibility levels, with only 1 in 7 of CEOs being women.&lt;/p&gt;
&lt;p&gt;On the other side of the Atlantic, &lt;a href=&quot;https://www.linkedin.com/in/parul-sinha-87965240/&quot;&gt;Parul Sinha&lt;/a&gt; (who is looking after the Open Source Community at Adobe) is the Austin site lead for Women at Adobe. That program is very mature and includes career highlights, sessions on women’s health, as well as a platform to facilitate networking and support on any topic from relationship and parenting advice to soft and hard skills like crafting slides or improving communication.&lt;/p&gt;
&lt;p&gt;For Magento and Mage-OS, where &lt;a href=&quot;/updates/2022-09-20-diversity-and-inclusion&quot;&gt;diversity and inclusion have always been part of our Community culture and values&lt;/a&gt;, the purpose of this initiative is huge as it will help both grow the Magento Community and skill up each business in the ecosystem. Here’s how:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;By attracting more women to the Magento ecosystem, we get a bigger talent pool of more diverse people&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;If every woman in the Magento ecosystem gains confidence, a stronger network, and soft and hard skills with the help of their peers, that will help businesses to flourish, and everybody wins&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;With those objectives in mind, we took a couple a first steps, in cooperation with Parul, Marsha Naidoo, Sanne Bolkenstein, Thien-Lan Weber, Suzanne von Ameronen, and others:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;We already gathered nearly 50 women on the &lt;strong&gt;&lt;a href=&quot;https://www.magechat.club/&quot;&gt;Mage-Chat Slack channel&lt;/a&gt;&lt;/strong&gt; sharing some useful tips and lots of good vibes. &lt;strong&gt;Join us by emailing &lt;a href=&quot;mailto:suzanne@magechat.club&quot;&gt;suzanne@magechat.club&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;We’ve lined up in-person meetings on three continents over the next three months&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt; Save the Dates:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Europe: Dinner in Utrecht (the Netherlands) on January 22nd&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;USA: Get together at &lt;a href=&quot;https://www.eventbrite.com/e/women-in-ecommerce-tickets-783175497997?aff=oddtdtcreator&quot;&gt;Meet Magento Florida&lt;/a&gt; on January 31th from 5.30 to 6.30pm&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Asia: Get together at &lt;a href=&quot;https://www.meetmagento.in/&quot;&gt;Meet Magento India&lt;/a&gt; February 10th&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Join us on Slack for details and to register. Also &lt;a href=&quot;https://www.linkedin.com/company/mage-os&quot;&gt;follow us on LinkedIn&lt;/a&gt; to be notified when event registrations opens.&lt;/p&gt;
&lt;p&gt;Is your organization supporting Women in Tech? To sponsor one of the events or the whole global program, please contact:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;mailto:Sanne@hyva.io&quot;&gt;Sanne@hyva.io&lt;/a&gt; for Europe&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;mailto:Marshaus0@gmail.com&quot;&gt;Marshaus0@gmail.com&lt;/a&gt; for US and Asia&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;where-to-find-mage-os-in-2024&quot;&gt;Where to find Mage-OS in 2024?&lt;/h2&gt;
&lt;h3 id=&quot;webwinkel-vakdagen-drinks&quot;&gt;Webwinkel Vakdagen drinks&lt;/h3&gt;
&lt;p&gt;23 January 2024 | Utrecht, Netherlands&lt;/p&gt;
&lt;h3 id=&quot;&quot;&gt;&lt;img __ASTRO_IMAGE_=&quot;{&amp;#x22;src&amp;#x22;:&amp;#x22;~/assets/images/blog/2024/9KXFfGOg3PfR_eTQr705E0pAaRfWNg9xKEZu30AIyUIYJD8ls47E_65u4tULTBn7PcDOra05PdfQPYDExI9v8tkkKCFXythNRbYMpLTAXp1VFj5CXFDIDocdLhpDQdRTaK0FeCJn3D8NpqZqwMhsEqo&amp;#x22;,&amp;#x22;alt&amp;#x22;:&amp;#x22;&amp;#x22;,&amp;#x22;loading&amp;#x22;:&amp;#x22;lazy&amp;#x22;,&amp;#x22;index&amp;#x22;:0}&quot;&gt;&lt;/h3&gt;
&lt;p&gt;As a tradition, the Dutch Magento Community gathers over drinks during Webwinkel Vakdagen, the biggest eCommerce expo in the Netherlands. In 2024, the event is taking place in Utrecht on January 23 and 24. &lt;/p&gt;
&lt;p&gt;After the first day, &lt;a href=&quot;https://nl.mage-os.org/en/&quot;&gt;Mage-OS Netherlands&lt;/a&gt; is shouting New Year’s drinks for the Magento community, thanks to generous sponsors.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;When: January 23rd, 17:00&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Where: Uncle Jim, Utrecht (&lt;a href=&quot;https://uncle-jim.nl/&quot;&gt;https://uncle-jim.nl/&lt;/a&gt;)&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href=&quot;http://(https://www.eventbrite.com/e/tickets-mage-os-wwvd-borrel-777521025317&quot;&gt;Register Here&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&quot;magento-stammtisch-rhein-main&quot;&gt;Magento Stammtisch Rhein-Main&lt;/h3&gt;
&lt;p&gt;24th January 2024 | Mainz, Germany&lt;/p&gt;
&lt;p&gt;&lt;img __ASTRO_IMAGE_=&quot;{&amp;#x22;src&amp;#x22;:&amp;#x22;~/assets/images/blog/2024/KCZrBjIju7Q47UjU4k3zhbMqZvc_y2M1C8Vxr86PVQHeAtVAWWKrHs8sIOaKcpkyuLQK8s0LmmC0EfIx3MVvPJHufOz5ERosmzV7J5E6v8iG-5boquY9kPm-nJxOL3Y07Lb93A0Rf6gVAGcp41Mx3Fg&amp;#x22;,&amp;#x22;alt&amp;#x22;:&amp;#x22;&amp;#x22;,&amp;#x22;loading&amp;#x22;:&amp;#x22;lazy&amp;#x22;,&amp;#x22;index&amp;#x22;:0}&quot;&gt;&lt;/p&gt;
&lt;p&gt;The 46th edition of this German Magento meetup is taking place at netz98 (Valantic) offices in Mainz &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;From 7pm to 10pm&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Guest speakers include Marco Kahler, PIM-Expert at Valantic and Tobias Niebergall, CTO at e3n&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href=&quot;https://www.meetup.com/de-DE/magento-stammtisch-rhein-main/events/296966164/&quot;&gt;Register Here&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&quot;meet-magento-florida&quot;&gt;Meet Magento Florida&lt;/h3&gt;
&lt;p&gt;31 January &amp;#x26; 1st February 2024 | Hollywood, FL, USA&lt;/p&gt;
&lt;p&gt;&lt;img __ASTRO_IMAGE_=&quot;{&amp;#x22;src&amp;#x22;:&amp;#x22;~/assets/images/blog/2024/bZKUcIAAvI-PWcWlxjqthEfANXBJXuWaQubnp_-QTRhg59IcpvJUa41y37DcdGh1TRC6yxXboZ3t6FM9koI74SYDDYChUXN0wy2vz5vHKxnYY2tTwiOBKrU4HWnvbf0dMjT5k1y47CXAY4JGIDdyF_M&amp;#x22;,&amp;#x22;alt&amp;#x22;:&amp;#x22;&amp;#x22;,&amp;#x22;loading&amp;#x22;:&amp;#x22;lazy&amp;#x22;,&amp;#x22;index&amp;#x22;:0}&quot;&gt;&lt;/p&gt;
&lt;p&gt;This two day event at the iconic Hard Rock Cafe Resort offers plenty of ancillary events and sightseeing tours. Laura Folco, from our Business Control Committee, Thien-Lan, our Vice President, and Sanne Bolkenstein on the board of Mage-OS Netherlands will be there, alongside contributors and friends of Mage-OS including Jakub Winkler, Maier Bianchi, Kuba Zwolinski, and more.&lt;/p&gt;
&lt;p&gt;What’s more, there will be a special treat for Women of Magento, so book your ticket with code &lt;strong&gt;30-MAGE-OS&lt;/strong&gt; for 30% off on conference tickets.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://meetmagentofl.com/&quot;&gt;Visit MM24FL&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&quot;meet-magento-india&quot;&gt;Meet Magento India&lt;/h3&gt;
&lt;p&gt;10th February 2024 | Ahmedabad, India&lt;/p&gt;
&lt;p&gt;&lt;img __ASTRO_IMAGE_=&quot;{&amp;#x22;src&amp;#x22;:&amp;#x22;~/assets/images/blog/2024/ac-WaHfpuqc8EpQSX-PjWxqKqRdfvt8--EmmSJq9VgbZm2NBz4ydJbtU-uktX0ZBIPfYAjUPmiG-Y1gAqBn_7VJ7hplr1HApG1StrV0S1FHZvRG-qzflhV-OXr8_zbL1QOvX1DBygfGdHaubQVRNY1A&amp;#x22;,&amp;#x22;alt&amp;#x22;:&amp;#x22;&amp;#x22;,&amp;#x22;loading&amp;#x22;:&amp;#x22;lazy&amp;#x22;,&amp;#x22;index&amp;#x22;:0}&quot;&gt;&lt;/p&gt;
&lt;p&gt;Vinai, our president, will be representing Mage-OS at Meet Magento India and looks forward to meeting the vibrant and huge Magento community there. &lt;/p&gt;
&lt;p&gt;We are really looking forward to spreading the excitement about the future of Magento and sharing our 2024 plans with the wider Community.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.meetmagento.in/&quot;&gt;Visit MM24IN&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&quot;meet-commerce&quot;&gt;Meet Commerce&lt;/h3&gt;
&lt;p&gt;15th April 2024 | Warsaw, Poland &lt;/p&gt;
&lt;p&gt;&lt;img  loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;536&quot; src=&quot;/_astro/Meet-Commerce-Warsaw-1024x536.Bao0dCCu_h0I34.webp&quot; &gt;&lt;/p&gt;
&lt;p&gt;Warsaw is where the Mage-OS Association was legally founded. It sure is a special place for us. Join us for this multi-platform eCommerce event, and meet the wonderful Polish agencies and community who have been supporting us from the beginning.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.meetcommerce.pl&quot;&gt;Learn more about Meet Commerce Poland&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Don’t want to get FOMO on all the Magento events?&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;/events&quot;&gt;Bookmark our Events Calendar&lt;/a&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;That’s all for this time! The Mage-OS team.&lt;/p&gt;</content:encoded><category>Updates</category><author>mage-os-team</author></item><item><title>November 2023 Update</title><link>https://mage-os.org/updates/2023-12-06-november-2023-update</link><guid isPermaLink="true">https://mage-os.org/updates/2023-12-06-november-2023-update</guid><description>We hope that everyone in the Community had a successful Black Friday and Cyber Monday. In the meantime, while it might already be snowing in your part of the...</description><pubDate>Wed, 06 Dec 2023 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;We hope that everyone in the Community had a successful Black Friday and Cyber Monday. In the meantime, while it might already be snowing in your part of the world, here’s a recap of what has been going on recently–not just dance parties like at Meet Magento Netherlands, but also taking collaboration within the ecosystem to the next step and funding our future.&lt;/p&gt;
&lt;h2 id=&quot;membership-is-open&quot;&gt;Membership is open!&lt;/h2&gt;
&lt;p&gt;&lt;a href=&quot;https://mage-os.org/about/mage-os-membership/&quot;&gt;&lt;img  loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;391&quot; src=&quot;/_astro/Parter-Tiers-1024x391.BEMIj7Pg_Z2lC0PM.webp&quot; &gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You can become a member or partner of Mage-OS now! Companies can back us as partners, and individuals as members.&lt;/p&gt;
&lt;h3 id=&quot;why-support-mage-os&quot;&gt;Why support Mage-OS?&lt;/h3&gt;
&lt;p&gt;For many, it’s about &lt;strong&gt;giving back to the ecosystem&lt;/strong&gt; that has carried your business for almost 15 years and making sure it doesn’t just remain but grows bigger, better, faster. For others, it’s about truly &lt;strong&gt;believing in Open Source&lt;/strong&gt; and all the greatness it can do for the eCommerce industry in terms of choice and possibilities, innovation, agility, and inclusiveness.&lt;/p&gt;
&lt;p&gt;We need your membership and support to demonstrate the seriousness of our mission and community, and to help fund our efforts to take this to the next level.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;/updates/2023-11-29-mage-os-membership-now-open&quot;&gt;Read our Membership announcement&lt;/a&gt; for more details on our purpose, long term and short terms plans and options for joining.&lt;/p&gt;
&lt;h3 id=&quot;mage-os-partners-early-adopters-shout-out&quot;&gt;Mage-OS Partners: Early adopters shout out&lt;/h3&gt;
&lt;p&gt;Sincere thank you to the following businesses for being the first to partner with Mage-OS:&lt;/p&gt;
&lt;h4 id=&quot;platinum-partners&quot;&gt;Platinum Partners&lt;/h4&gt;
&lt;h4 id=&quot;gold-partners&quot;&gt;Gold Partners&lt;/h4&gt;
&lt;h4 id=&quot;silver-partners&quot;&gt;Silver Partners&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://opencollective.com/paradoxlabs&quot; title=&quot;ParadoxLabs&quot;&gt;&lt;img __ASTRO_IMAGE_=&quot;{&amp;#x22;src&amp;#x22;:&amp;#x22;~/assets/images/blog/2023/paradoxlabs.com&amp;#x22;,&amp;#x22;alt&amp;#x22;:&amp;#x22;ParadoxLabs&amp;#x22;,&amp;#x22;loading&amp;#x22;:&amp;#x22;lazy&amp;#x22;,&amp;#x22;index&amp;#x22;:0}&quot;&gt;ParadoxLabs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://opencollective.com/webvisum-gmbh&quot; title=&quot;webvisum GmbH&quot;&gt;&lt;img alt=&quot;webvisum GmbH&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;300&quot; height=&quot;200&quot; src=&quot;/_astro/logoweb450x450.CbPrBlvR_174FIx.webp&quot; &gt;webvisum GmbH&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://opencollective.com/vendic&quot; title=&quot;Vendic&quot;&gt;&lt;img alt=&quot;Vendic&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;2102&quot; height=&quot;2069&quot; src=&quot;/_astro/vendic.Cpkz6A9M_Z278c9u.webp&quot; &gt;Vendic&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://opencollective.com/hyva-themes&quot; title=&quot;Hyvä&quot;&gt;&lt;img __ASTRO_IMAGE_=&quot;{&amp;#x22;src&amp;#x22;:&amp;#x22;~/assets/images/blog/2023/hyva.io&amp;#x22;,&amp;#x22;alt&amp;#x22;:&amp;#x22;Hyvä&amp;#x22;,&amp;#x22;loading&amp;#x22;:&amp;#x22;lazy&amp;#x22;,&amp;#x22;index&amp;#x22;:0}&quot;&gt;Hyvä&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id=&quot;bronze-partners&quot;&gt;Bronze Partners&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://opencollective.com/canary&quot; title=&quot;FindCanary&quot;&gt;&lt;img alt=&quot;FindCanary&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;394&quot; height=&quot;326&quot; src=&quot;/_astro/BIrd%20Copy-BIrd.DMQkwwog_1ItoYh.webp&quot; &gt;FindCanary&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If you want to help us shape the future of the Magento ecosystem, join us!&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;/community/partners&quot;&gt;Join Mage-OS&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&quot;meet-magento-netherlands-2023-recap-the-renaissance&quot;&gt;Meet Magento Netherlands 2023 Recap: the Renaissance&lt;/h2&gt;
&lt;figure&gt;
&lt;p&gt;&lt;img  loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;502&quot; src=&quot;/_astro/Nov-23-update-MM23NL-picture-1024x502.Bb7dQJ-u_ZGlEwI.webp&quot; &gt;&lt;/p&gt;
&lt;figcaption&gt;
&lt;p&gt;Image credits: &lt;a href=&quot;https://berbephotography.pixieset.com/hypernodebasiswegamsterdam/&quot;&gt;https://berbephotography.pixieset.com/hypernodebasiswegamsterdam/&lt;/a&gt;&lt;/p&gt;
&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;On 2nd November 2023, our Dutch Chapter Mage-OS Netherlands organized the fantastic Meet Magento Netherlands event. It was sold out two weeks ahead, with over 300 enthusiasts participating. &lt;a href=&quot;/updates/2023-11-14-meet-magento-nl-2023-recap-the-dutch-are-back&quot;&gt;Read the MM23NL recap&lt;/a&gt; written by Jisse Reitsma, part of the organizing team.&lt;/p&gt;
&lt;p&gt;Despite the weather, the vibe was truly amazing and people within the Community were so happy to connect again. In his LinkedIn article titled “&lt;a href=&quot;https://www.linkedin.com/pulse/time-magento-renaissance-jakub-winkler-ce2xf&quot;&gt;Magento: Time for a Renaissance&lt;/a&gt;”, Jakub Winkler expresses the positive energy that he felt again after many dark years and what he thinks contributed to it.&lt;/p&gt;
&lt;p&gt;Hot off the press, you can now see the professional photos and recap video from the event!&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://berbephotography.pixieset.com/hypernodebasiswegamsterdam/&quot;&gt;See all the pictures&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://nl.meet-magento.com/&quot;&gt;Watch the after movie&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&quot;engaging-in-proactive-collaboration&quot;&gt;Engaging in proactive collaboration &lt;/h2&gt;
&lt;p&gt;&lt;img alt=&quot;Mathias and Vinai&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;768&quot; src=&quot;/_astro/Mathias-and-Vinai-1024x768.BsM6DBBc_1WKVzq.webp&quot; &gt;&lt;/p&gt;
&lt;p&gt;In the last few months, Mage-OS participated in many Meet Magento events and got the opportunity to collect &lt;a href=&quot;/updates/2023-10-27-mm23ny-follow-up-assoc-interview&quot;&gt;feedback and questions&lt;/a&gt;. Many of you have asked for clarity on how we relate to Magento Association, and what it all means for this ecosystem.&lt;/p&gt;
&lt;p&gt;On the Monday after Meet Magento Netherlands, Vinai and Mathias Schreiber met to discuss goals alignment and opportunities for collaboration. &lt;a href=&quot;/updates/2023-11-30-magento-association-mage-os-collaboration&quot;&gt;Here is the recap co-written by Vinai and Mathias&lt;/a&gt; on what came out of this first meeting.&lt;/p&gt;
&lt;p&gt;To strengthen our focus and not dilute the energy of volunteers who contribute actively to our working groups, we felt it was important to look at current roles and responsibilities between Mage-OS and the Magento Association and how we can best collaborate. &lt;/p&gt;
&lt;p&gt;Here are some things that we see are specific to the Magento Association: &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Work with Adobe to strengthen Magento Open Source and grow the understanding of the value of Open Source within the corporate environment&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Grow the community through Meet Magento events organization, support and promotion&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Manage Magento Open Source contributors by building the Community Council&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;We are delighted that the Magento Association has already launched a brand new &lt;strong&gt;meet-magento.com&lt;/strong&gt; website, and are hard at work with the &lt;strong&gt;magento-opensource.com&lt;/strong&gt; website. We’re exploring whether that site could leverage some of the content our content group and others have planned and written over the last two years.&lt;/p&gt;
&lt;p&gt;On the Mage-OS end, we keep focusing on:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Community growth and engagement: we gather more people and bring magic to events, we widen the community’s footprint on social media, carrying our positive, open and inclusive values everywhere we go&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Product enhancement: improve our infrastructure so that&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;the platform is easy and cost effective to maintain&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;it is rewarding for Magento community members to enrich it with creativity, innovation and Magento mastery&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Product long term support: we plan to set up a commercial entity and provide long term support to the Mage-OS eCommerce platform for merchants of all shapes and sizes.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;lets-catch-up-at-the-following-magento-events&quot;&gt;Let’s catch up at the following Magento events!&lt;/h2&gt;
&lt;h3 id=&quot;europe-magento-meetup-in-aachen-germany-11th-december&quot;&gt;Europe: Magento Meetup in Aachen, Germany 11th December&lt;/h3&gt;
&lt;p&gt;Special Christmas Edition!&lt;/p&gt;
&lt;p&gt;&lt;img alt=&quot;Aachen Meetup&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;400&quot; height=&quot;250&quot; src=&quot;/_astro/Magento_Stammtisch_Aachen_weihnachten_1196930_400x250_8ef2008797-1.DhRPPUsv_Z1xeXGf.webp&quot; &gt;&lt;/p&gt;
&lt;p&gt;Both Mathias, from the Magento Association, and Vinai, our President, will be there to continue the conversation with you on how we can, together, strengthen the Magento Ecosystem further.&lt;/p&gt;
&lt;p&gt;As for the Christmas feel, there will be fun activities including an escape room and a visit to the historical Aachen city center and local Christmas market.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.integer-net.com/blog_english/magento-meetup-aachen-mage-os-magento-association&quot;&gt;Sign up to the Meetup&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&quot;europe-magento-meetup-in-poznań-13th-december&quot;&gt;Europe: Magento Meetup in Poznań, 13th December&lt;/h3&gt;
&lt;p&gt;&lt;img alt=&quot;Magento Meetup Poznań&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;560&quot; height=&quot;338&quot; src=&quot;/_astro/poznan-dec-modified.BTkmkfPW_2mV1nI.webp&quot; &gt;&lt;/p&gt;
&lt;p&gt;The long-running Polish Magento Meetup is back in Poznań before the end of the year! Expect lots of great technical content and even better company!&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.meetup.com/magentopoznan/events/297073038/&quot;&gt;Sign up to the meetup&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&quot;europe-webvinkelvagdaag-mage-os-nl-drinks-january-23rd-2024&quot;&gt;Europe: Webvinkelvagdaag Mage OS NL drinks, January 23rd 2024&lt;/h3&gt;
&lt;p&gt;&lt;img  loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;451&quot; src=&quot;/_astro/WWVD-Mage-OS-NL-1024x451.CjomprGz_2eJDtq.webp&quot; &gt;&lt;/p&gt;
&lt;p&gt;In 2024, the Webwinkel Vakdagen (Dutch eCommerce days) takes place in Utrecht on January 23 and 24. After the first day, on January 23rd, 17:00, &lt;a href=&quot;https://nl.mage-os.org/en/&quot;&gt;Mage-OS Netherlands&lt;/a&gt; is organizing New Year’s drinks for the Magento community, together with sponsors at Uncle Jim, Utrecht (&lt;a href=&quot;https://uncle-jim.nl/&quot;&gt;https://uncle-jim.nl/&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;You are welcome to attend and cheer the new year with us!&lt;/p&gt;
&lt;h3 id=&quot;europe-magento-meetup-rhein-main-january-24th-2024&quot;&gt;Europe: Magento Meetup Rhein-Main, January 24th 2024&lt;/h3&gt;
&lt;p&gt;&lt;img  loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;561&quot; height=&quot;337&quot; src=&quot;/_astro/rhein-modified.q537k229_11O4pL.webp&quot; &gt;&lt;/p&gt;
&lt;p&gt;The new year kicks off in Germany with the return of the Magento Meetup Rhein-Main. This new years edition focuses on product data, and in particular PIMs (Product Information Management) systems. Don’t miss it!&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.meetup.com/de-DE/magento-stammtisch-rhein-main/events/296966164/&quot;&gt;Sign up to the Meetup&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&quot;usa-meet-magento-florida-31-jan---1st-feb-2024&quot;&gt;USA: Meet Magento Florida, 31 Jan - 1st Feb 2024&lt;/h3&gt;
&lt;p&gt;&lt;img alt=&quot;Meet Magento Florida&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;563&quot; height=&quot;330&quot; src=&quot;/_astro/Meet-Magento-Florida-img.F1P6sNRt_Z16VyBW.webp&quot; &gt;&lt;/p&gt;
&lt;p&gt;The best weather in the US, in February! We’ll get our dose of Vitamin D with our US based contributors and active members, and Thien-Lan, our Vice President, is flying over from Europe for more fun!&lt;/p&gt;
&lt;p&gt;Use code &lt;strong&gt;30-MAGE-OS&lt;/strong&gt; for 30% off on conference tickets&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://meetmagentofl.com/&quot;&gt;Visit MM24FL&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&quot;asia-meet-magento-india-ahmedabad-10th-february-2024&quot;&gt;Asia: Meet Magento India, Ahmedabad, 10th February 2024 &lt;/h3&gt;
&lt;p&gt;&lt;img alt=&quot;Meet Magento India&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;600&quot; src=&quot;/_astro/MMIN24-1-1024x600.CIhJmnkP_ZjnwBG.webp&quot; &gt;&lt;/p&gt;
&lt;p&gt;The Magento community is huge in India, with over 1,000 attendees to the event and 40 speakers! We hope you can join, as we know the Meet Magento India team and sponsors will put on a great and vibrant event.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.meetmagento.in/&quot;&gt;Visit MM24IN&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Find all about upcoming Magento events in our &lt;a href=&quot;/events&quot;&gt;Events Calendar&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;That’s all for this edition, but we’ll be back in the new year with even more updates! The Mage-OS team.&lt;/p&gt;</content:encoded><category>Updates</category><author>mage-os-team</author></item><item><title>Magento Association &amp;amp; Mage-OS Collaboration</title><link>https://mage-os.org/updates/2023-11-30-magento-association-mage-os-collaboration</link><guid isPermaLink="true">https://mage-os.org/updates/2023-11-30-magento-association-mage-os-collaboration</guid><description>The Mage-OS Association and the Magento Association serve the interests of the broader Magento community. We understand the confusion surrounding the existence...</description><pubDate>Thu, 30 Nov 2023 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;The Mage-OS Association and the Magento Association serve the interests of the broader Magento community. We understand the confusion surrounding the existence of two associations, with questions such as “Why are there two?”, “What are the differences?”, “Which one should I support?” being the most common.&lt;/p&gt;
&lt;p&gt;To clarify, Adobe backs the Magento Association, which owns the right to use the Magento brand. In contrast, Mage-OS is an independent initiative uniting enthusiastic members of the Magento Community who want to contribute to Magento in a different way. Mathias Schreiber (Executive Director of Magento Association) and Vinai Kopp (President of Mage-OS Association) sat together to explore how we can synergize our approaches to better serve the entire Magento Community and Ecosystem.&lt;/p&gt;
&lt;p&gt;We will not cover the history that no one can change but will instead focus on the current situation and future plans that we all can be a part of.&lt;/p&gt;
&lt;h2 id=&quot;merchant-documentation&quot;&gt;Merchant Documentation&lt;/h2&gt;
&lt;p&gt;David Lambauer initiated the &lt;a href=&quot;https://devdocs.mage-os.org&quot;&gt;developer documentation project&lt;/a&gt;, inspiring us to launch a collaborative effort for improved merchant documentation. We aim to facilitate the installation, configuration, and use of Magento 2 stores for merchants.&lt;/p&gt;
&lt;p&gt;Our strategy involves utilizing AI, a field familiar to David, to initiate the content. Subsequently, we will manually revise, enhance, and sustain the documentation. The merchant documentation will reside on a new domain, providing an option to switch between Magento Open Source and Mage-OS for the screenshots.&lt;/p&gt;
&lt;h2 id=&quot;community-council-participation&quot;&gt;Community Council Participation&lt;/h2&gt;
&lt;p&gt;Adobe has tasked the Magento Association with creating a Community Council to enhance the community’s impact on Magento Open Source development. Council members will manage upvoted merge requests and collaborate with community maintainers to incorporate them.&lt;/p&gt;
&lt;p&gt;As Mage-OS integrates all changes into Magento Open Source, this presents a valuable opportunity for Mage-OS to contribute upstream, and vice versa in the future. We actively encourage contributors from the Mage-OS community to participate in the Community Council.&lt;/p&gt;
&lt;p&gt;Addressing a valid point of criticism regarding merges in repositories other than magento/magento2 not being processed, this occurs because Adobe aims to establish and refine the process and workflow in the main repository first before extending it to other repositories. From a corporate perspective, this approach is sensible, considering that altering processes in a large enterprise is challenging and time-consuming.&lt;/p&gt;
&lt;h2 id=&quot;and-more&quot;&gt;And More…&lt;/h2&gt;
&lt;p&gt;We also discussed additional areas of cooperation during our discussion, including joint community polls and memberships, with a focus on mid- to long-term collaboration. We encourage you to share your ideas and reach out to us on Discord or meet with us at upcoming 2024 Magento events.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Join Us:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;On December 11, both Mathias and I will be at the &lt;a href=&quot;https://www.integer-net.com/blog_english/magento-meetup-aachen-mage-os-magento-association&quot;&gt;Christmage Meetup&lt;/a&gt; organized by Integer-net in Aachen, Germany. If you are in the vicinity, please join us in person. If not, send us your questions and comments beforehand to discuss them at the event.To contact us, join the &lt;a href=&quot;http://chat.mage-os.org&quot;&gt;Mage-OS Discord&lt;/a&gt; server or send an email to &lt;a href=&quot;mailto:mathias.schreiber@magentoassociation.org&quot;&gt;Mathias Schreiber&lt;/a&gt;.&lt;/p&gt;</content:encoded><category>Updates</category><author>vinai-kopp</author></item><item><title>Mage-OS Membership Now Open</title><link>https://mage-os.org/updates/2023-11-29-mage-os-membership-now-open</link><guid isPermaLink="true">https://mage-os.org/updates/2023-11-29-mage-os-membership-now-open</guid><description>Hello friends! As you may know, one of the main ways we plan for Mage-OS to be funded is through a membership and partner program. This is a chance to support...</description><pubDate>Wed, 29 Nov 2023 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hello friends!&lt;/p&gt;
&lt;p&gt;As you may know, one of the main ways we plan for Mage-OS to be funded is through a membership and partner program. This is a chance to support the ecosystem that has allowed your business to thrive for all these years and shape its future.&lt;/p&gt;
&lt;p&gt;We’re proud to announce Mage-OS membership is now open!&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;/community/partners&quot;&gt;Join Now&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&quot;why-should-you-back-the-mage-os-association&quot;&gt;Why should you back the Mage-OS Association?&lt;/h2&gt;
&lt;p&gt;Financing Mage-OS is about innovating and sustaining an awesome platform into something we can continue to rely on for the next decade or more. As a company, you can speed up our growth and fund initiatives around two major pillars:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Community:&lt;/strong&gt; Now that we’ve reignited the Magento fire, we need to continue to grow the community, nurture it, and channel all of the great energy and talent around us to achieve even more amazing things.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Product:&lt;/strong&gt; This is all about enhancing the Mage-OS platform capabilities (stability, extensibility, innovation, cost efficiency), with the long-term goal of making it a fully fledged product, backed by a commercial entity which will be owned by our non-profit Association.&lt;/p&gt;
&lt;p&gt;Our shorter term &lt;a href=&quot;https://opencollective.com/redirect?url=https%3A%2F%2Fmage-os.org%2Fdistribution%2Fproduct-vision%2F&quot;&gt;vision for Mage-OS&lt;/a&gt; is to provide a high-quality, dependable, and faster-moving alternative to the Magento Open Source project. We will demonstrate an ability to process contributions quickly and effectively, improve the quality and accessibility of the platform, and release updates on a regular cadence that users can plan around.&lt;/p&gt;
&lt;p&gt;If you join as an individual, in addition to your membership fees going toward the above, you also get a direct say in how Mage-OS works. You can participate in our annual Mage-OS Assembly, elect the board, propose/vote on resolutions, and apply for grant funds.&lt;/p&gt;
&lt;h2 id=&quot;how-will-funds-be-used&quot;&gt;How will funds be used?&lt;/h2&gt;
&lt;p&gt;Your funding contribution helps build up the Mage-OS Association and accelerate the development of the platform. &lt;/p&gt;
&lt;p&gt;Right now the entire Mage-OS operation, including the Board of Directors, is voluntary. Everything you see was created by passionate community members who believe that we can create something special.&lt;/p&gt;
&lt;p&gt;The Mage-OS Association is not profit driven, and will be investing your money carefully to amplify the impact of volunteers to enhance the product. Our goal is to create a stable and sustainable organization from which we can support the platform’s long-term improvement and growth.&lt;/p&gt;
&lt;p&gt;Funds will be spent on:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Hiring staff&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Commissioning feature development&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Driving brand awareness and engagement among existing and potential partners, members, and contributors&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Nurturing the entire community and ecosystem&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;As a legally registered organization, we are bound by &lt;a href=&quot;/about&quot;&gt;our statutes&lt;/a&gt;, which include multiple approvals for all spending; audits by our Business Control Committee; and an annual budget and financials approved by the members (which could mean you).&lt;/p&gt;
&lt;h2 id=&quot;what-are-the-options-for-joining&quot;&gt;What are the options for joining?&lt;/h2&gt;
&lt;p&gt;If you’re an individual, you can become a Community Member from just €10/yr. If you make a living with the platform, we suggest becoming a Professional Member, starting at €100/year.&lt;/p&gt;
&lt;p&gt;Note that “Tips” suggested by the platform go to Open Collective and not to Mage-OS, but there is a separate “custom contribution amount” option that goes directly to Mage-OS.&lt;/p&gt;
&lt;p&gt;For companies of all shapes and sizes, you can become a partner at Bronze, Silver, Gold, or Platinum tier based on your backing power. You will receive a Partner Badge that will both our appreciation, help you sell your services to prospects, and help us increase our footprint within your area and ecosystem. &lt;/p&gt;
&lt;p&gt;Please consider using a bank transfer to minimize fees.&lt;/p&gt;
&lt;p&gt;Contributions are in Euros because that’s where the Mage-OS Association is registered, but we are represented and encourage participation worldwide.&lt;/p&gt;
&lt;p&gt;As Niek Verkolen and Tjitse Efdé co-founder of Dutch agency &lt;a href=&quot;https://www.linkedin.com/company/vendic/&quot;&gt;Vendic&lt;/a&gt; put it:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;“For us, supporting Mage-OS means taking Magento 2 back to its community roots. We believe this organisation will propel the Magento ecosystem forward.&lt;/p&gt;
&lt;p&gt;The Magento community has given us so much over the years, now it’s our turn to contribute. Sponsor if you can. It will help the entire community massively.”&lt;/p&gt;
&lt;p&gt;Vendic, &lt;a href=&quot;https://opencollective.com/vendic&quot;&gt;Silver Partner of Mage-OS since November 2023&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;a href=&quot;/contact&quot;&gt;Contact us&lt;/a&gt; if you’re interested in a bigger contribution or support role. We don’t do pay-for-access, we won’t sell data, but we are open to ideas. This includes the ability to sponsor development of a specific feature or improvement.&lt;/p&gt;
&lt;p&gt;If you are from a low-cost-of-living country, we offer purchasing power parity based on the ‘&lt;a href=&quot;https://opencollective.com/redirect?url=https%3A%2F%2Fwww.economist.com%2Fbig-mac-index&quot;&gt;Big Mac Index&lt;/a&gt;’ for individuals and non-multinational companies. If you would like a discount, join at your chosen level, and then contact us for reimbursement, or contact us to discuss further.&lt;/p&gt;
&lt;p&gt;After you join, let the world know, and you should find your picture on the mage-os.org homepage!&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;/community/partners&quot;&gt;Join Mage-OS&lt;/a&gt;&lt;/p&gt;</content:encoded><category>Updates</category><author>mage-os-team</author></item><item><title>Meet Magento NL 2023 Recap - The Dutch are back</title><link>https://mage-os.org/events/2023-11-14-meet-magento-nl-2023-recap-the-dutch-are-back</link><guid isPermaLink="true">https://mage-os.org/events/2023-11-14-meet-magento-nl-2023-recap-the-dutch-are-back</guid><description>&gt; This post was written and submitted by Jisse Reitsma, Chair of Mage-OS Nederland, in conjunction with our global marketing working group. Thursday, November...</description><pubDate>Tue, 14 Nov 2023 00:00:00 GMT</pubDate><content:encoded>&lt;blockquote&gt;
&lt;p&gt;This post was written and submitted by Jisse Reitsma, Chair of &lt;a href=&quot;https://nl.mage-os.org/https://nl.mage-os.org/&quot;&gt;Mage-OS Nederland&lt;/a&gt;, in conjunction with our global marketing working group.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Thursday, November 2nd 2023, it happened. Again. &lt;a href=&quot;https://nl.meet-magento.com/&quot;&gt;Meet Magento Netherlands (MMNL)&lt;/a&gt; took place. And what a success. Tickets were sold out, everyone was blown away (literally), enthusiasm was great. The Dutch are truly back!&lt;/p&gt;
&lt;h2 id=&quot;quick-overview&quot;&gt;Quick overview&lt;/h2&gt;
&lt;p&gt;Meet Magento NL was organized by a fresh team where the members originated from various agencies, backed by the new Mage-OS Nederland association (keep reading), based entirely on voluntary effort - so: non-profit. &lt;/p&gt;
&lt;p&gt;The event took place in Amsterdam, at the venue of LIEF Amsterdam, which was great on the inside and which would have been great on the outside, if it were not for the southwestern storm that raged across The Netherlands. And as for rage, the entire event was just outrageously fun.&lt;/p&gt;
&lt;h2 id=&quot;a-first-new-meet-magento-nl&quot;&gt;A first (new) Meet Magento NL?&lt;/h2&gt;
&lt;p&gt;The last Meet Magento NL (before this one) was ages ago (about 4 years ago). Nothing happened in between due to a different structure of the ecosystem, COVID and life. For many who attended this year’s MMNL edition, this was actually the first Meet Magento event they ever attended: The ecosystem sees many that come and many that leave, a healthy thing if I could say so. &lt;/p&gt;
&lt;p&gt;And with so many attending a Meet Magento event for the very first time (by show of hands, at least 100 people), it really gives you the feeling that Magento is not dead yet. We are experiencing a *&lt;a href=&quot;https://www.linkedin.com/pulse/time-magento-renaissance-jakub-winkler-ce2xf&quot;&gt;Magento renaissance&lt;/a&gt;* (trademark: Jakub Winkler).&lt;/p&gt;
&lt;p&gt;To others (like myself), it felt like a homecoming. It was great to see so many familiar faces again, to hug friends. But the event also felt very different: Different people that organized the event, new venue, newcomers (as mentioned), an ecosystem that evolved, a different vibe. And everything with a touch of Mage-OS flavor.&lt;/p&gt;
&lt;h2 id=&quot;backed-but-not-organized-by-mage-os-nederland&quot;&gt;Backed, but not organized by Mage-OS Nederland&lt;/h2&gt;
&lt;p&gt;Various sessions were focused on Mage-OS, many were focused on Hyvä. No further introduction needed. However, the event was co-organized by Mage-OS Nederland and this was another way to see that this year’s MMNL was different from earlier editions. No more company-owned communities. Instead, a new Mage-OS Nederland association. &lt;/p&gt;
&lt;p&gt;Earlier in 2023, &lt;a href=&quot;https://nl.mage-os.org/nl/vereniging&quot;&gt;Mage-OS NL was founded&lt;/a&gt; by a group of seven individuals (me included) which are now forming the board. Next, the association organized various community drinks. And it helped create MageUnconference NL, organized by Yireo (me).&lt;/p&gt;
&lt;p&gt;In the same way, MMNL was put together. Not necessarily by Mage-OS Nederland though. The new association’s task is to facilitate the community, to bring together people, to inform people on the state of the ecosystem. However, we decided that it would be better if the association would be more about governing instead of doing the actual thing.&lt;/p&gt;
&lt;p&gt;&lt;img  loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;683&quot; src=&quot;/_astro/team-2-1024x683.Cza-VuVc_Zz9488.webp&quot; &gt;&lt;/p&gt;
&lt;p&gt;With that, two board members - Core and Sanne - stepped up to organize MMNL and the rest of the board mainly took on a supporting role. Core and Sanne assembled a group of ten volunteers and with that the MMNL team became a real thing.&lt;/p&gt;
&lt;p&gt;Big thank you to our ten MM23NL organizers&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.linkedin.com/in/sanne-bolkenstein-12079726/&quot;&gt;Sanne Bolkenstein&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.linkedin.com/in/ACoAABPjuSABZBldyz5mp4bLSODwT8S8p6xoKno&quot;&gt;Core de Reeper&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt; &lt;a href=&quot;https://www.linkedin.com/in/ACoAAAB9QvcBNjD0lYsKQLVTe4jmwjdMaqllu00&quot;&gt;Danny Verkade&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt; &lt;a href=&quot;https://www.linkedin.com/in/ACoAAAd1A7oBal6qYB9RrZxb63DXTfFsecK1V90&quot;&gt;Danny Uranka&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt; &lt;a href=&quot;https://www.linkedin.com/in/ACoAAACjZe0BIlcIAakmgaqmHszLRNEQNZDa1SU&quot;&gt;Dominique de Maa&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt; &lt;a href=&quot;https://www.linkedin.com/in/ACoAABH9oOEBUUxPiDXyW_xcMFWg0EQ39dcD9gg&quot;&gt;Charif Eddini&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt; &lt;a href=&quot;https://www.linkedin.com/in/ACoAAAPD49UBNG1OzCe7CctlVv09miQnyduy9yY&quot;&gt;Henk de Gier&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt; &lt;a href=&quot;https://www.linkedin.com/in/ACoAABB5hRwBs4G3X55ZapZlWJWdK7cGc1DvJps&quot;&gt;Jelle Siderius&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt; &lt;a href=&quot;https://www.linkedin.com/in/ACoAAB_4wOEB6q-Jt_7x36EH3eTcP-CE9YVVUvY&quot;&gt;Jelle van Genderen&lt;/a&gt; &lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.linkedin.com/in/ACoAABlRWw0BZ4rGopCQDSPmJ7MGWR_5yhpLzdI&quot;&gt;Tom Ketels&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;I’m kind of glad that it went this way. The board doesn’t become solely responsible for events in The Netherlands: It only makes sure that people are able to organize events in such a manner that as many people as possible are reached. And on the other hand, *anyone* is able to create an event and have it backed up by Mage-OS Nederland, as long as the event is helping out the Magento / Adobe Commerce / Mage-OS ecosystem.&lt;/p&gt;
&lt;p&gt;All in all, I’m so happy that we actually reached two very important social goals this year: We formed a board. And an event team for Meet Magento organically came to being!&lt;/p&gt;
&lt;h2 id=&quot;carried-by-the-dutch-magento-community&quot;&gt;Carried by the Dutch Magento community&lt;/h2&gt;
&lt;p&gt;&lt;img  loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;811&quot; src=&quot;/_astro/Jisse-1024x811.Bf1IIURy_hhdmG.webp&quot; &gt;&lt;/p&gt;
&lt;p&gt;Oh and we organized a Meet Magento. And not *we* as in a small group of people. But *we* as in a large group of Magento fans: The board of seven. The Meet Magento NL team of ten. But also a large group of sponsors that stood up as one to make sure the event was financially doable (with the association having zero budget to begin with). And a group of speakers. And a group of people listening to speakers. The event really brought everyone together.&lt;/p&gt;
&lt;p&gt;And I would say that the reboot of the Dutch Magento ecosystem is now fully in effect: MageUnconf, hackathon, Meet Magento, Webwinkel Vakdagen drinks, an association. We are back!&lt;/p&gt;
&lt;p&gt;Also a big thank you to our sponsors, huge and strong supporters of Open Source and of our Magento Community:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.mollie.com/&quot;&gt;Mollie&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.tweakwise.com/nl/&quot;&gt;Tweakwise&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.hyva.io/&quot;&gt;Hyvä&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.hypernode.com/nl/&quot;&gt;Hypernode&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.fastly.com/&quot;&gt;Fastly&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.adyen.com/nl_NL&quot;&gt;Adyen&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.ergonode.com/&quot;&gt;Ergonode&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.storeframe.io/&quot;&gt;Storeframe&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.leadinfo.com/nl/&quot;&gt;Leadinfo&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://cream.nl/&quot;&gt;Cream&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.e-tales.nl/&quot;&gt;Etales&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.rumvision.com/&quot;&gt;Rumvision&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://vendic.nl/&quot;&gt;Vendic&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.hypershop.nl/&quot;&gt;HYPR&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.youweagency.nl/&quot;&gt;Youwe&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://sansec.io/&quot;&gt;Sansec&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://enrise.com/&quot;&gt;Enrise&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.emico.nl/&quot;&gt;Emico&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.magmodules.nl/&quot;&gt;Magmodules&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://elgentos.nl/&quot;&gt;Elgentos&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For more fun pictures taken across the Community, use the hashtag #MM23NL on &lt;a href=&quot;https://www.linkedin.com/company/mage-os&quot;&gt;LinkedIn&lt;/a&gt; or &lt;a href=&quot;https://twitter.com/mage_os&quot;&gt;Twitter&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&quot;we-are-magento&quot;&gt;We Are Magento&lt;/h2&gt;
&lt;p&gt;We were delighted to come together as the whole Magento ecosystem. Mathias Schreiber from the Magento Association joined us for the whole day including a speaking session sharing all the latest updates on his end. Thank you to Dewi Wassenaar from Adobe for coming and supporting us as a local. Vinai Kopp also shared updates about Mage-OS, the international organization, in his closing remarks, highlighting how we need to all collaborate with Adobe and the Magento Association. Stay tuned on that one!&lt;/p&gt;
&lt;p&gt;&lt;img  loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;815&quot; src=&quot;/_astro/mv-1024x815.DaHhJEGm_Z1dOvms.webp&quot; &gt;&lt;/p&gt;
&lt;h2 id=&quot;what-is-next&quot;&gt;What is next?&lt;/h2&gt;
&lt;p&gt;The year is almost over and we are making plans already for next year: Meet Magento NL will be repeated on October 31st, 2024 - most likely again in Amsterdam. But earlier that year, there will be plenty of other opportunities to meet up: &lt;/p&gt;
&lt;p&gt;The Webwinkel Vakdagen will take place on 23rd and 24th of January 2024, with most likely at the end of the first day community drinks in Uncle Jim, Utrecht. Somewhere early 2024, the association will organize a new second member meeting. And there might very well be a MageTitans Groningen 2024. We’ll keep you informed.&lt;/p&gt;
&lt;p&gt;Want to meet the &lt;a href=&quot;https://discord.gg/SAeHwfJF&quot;&gt;Dutch Magento community&lt;/a&gt;? You got plenty of opportunities!&lt;/p&gt;
&lt;p&gt;Want to know where you can hang out with Mage-OS globally? Visit our &lt;a href=&quot;/events&quot;&gt;Events Calendar&lt;/a&gt;.&lt;/p&gt;</content:encoded><category>Events</category><author>mage-os-team</author></item><item><title>October 2023 Update</title><link>https://mage-os.org/updates/2023-11-01-october-2023-update</link><guid isPermaLink="true">https://mage-os.org/updates/2023-11-01-october-2023-update</guid><description>Another month in 2023 has passed, and yet again, we’ve got lots of updates to bring you! The big news from October is the initial release of the Mage-OS...</description><pubDate>Wed, 01 Nov 2023 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Another month in 2023 has passed, and yet again, we’ve got lots of updates to bring you! The big news from October is the initial release of the Mage-OS Distribution, but we’ve also got details on our recently launched membership offering as well community updates from recent (and upcoming) events.&lt;/p&gt;
&lt;h2 id=&quot;mage-os-distribution-initial-release&quot;&gt;Mage-OS Distribution Initial Release!&lt;/h2&gt;
&lt;p&gt;A huge milestone was met this month. After more than a year of work with an increasing number of passionate and talented volunteers, our technical team has released the first version of the Mage-OS Distribution. Until now, we’ve offered mirrors of Magento Open Source, including our unique nightly builds, but as the name suggests, these mirrors simply provide an alternative way to install and manage the same Magento Open Source codebase.&lt;/p&gt;
&lt;p&gt;However, with this release, we now have a completely standalone distribution. While this still includes Magento Open Source, we can implement additional modifications, paving the way for us to differentiate our offering with new functionality, along with enhancements and bug fixes.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&quot;Mage-OS Admin Panel Login Screen&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;465&quot; src=&quot;/_astro/270081063-353abb42-ab86-4e4f-810c-ad005148cb48-1024x465.DzbabFsU_Zl62iX.webp&quot; &gt;&lt;/p&gt;
&lt;p&gt;While the initial version only includes a handful of changes, including refreshed admin panel branding, we plan to roll out further (and more impactful) changes over time, as they are contributed from the open source community.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;/community/contributing&quot;&gt;Want To Contribute? Get Involved&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;While we are now forging our own path, we will maintain compatibility with Magento Open Source, ensuring that all your existing extensions and integrations are supported. We also aim to ensure compatibility updates are rolled out as swiftly as possible, which is highlighted by our adding support for the 2.4.6-p3 patch release, which was released within 24 hours of our initial launch, meaning we released 1.0.1 already!&lt;/p&gt;
&lt;p&gt;For more details, read our &lt;a href=&quot;/releases/2023-10-09-introducing-the-mage-os-distribution&quot;&gt;full announcement&lt;/a&gt; article, which includes installation/migration steps.&lt;/p&gt;
&lt;h2 id=&quot;membership&quot;&gt;Membership&lt;/h2&gt;
&lt;p&gt;In &lt;a href=&quot;/updates/2023-09-30-september-2023-update&quot;&gt;last month’s update&lt;/a&gt;, we announced the soft launch of our membership offering, which has already raised over €8,000 in our first month. A big thank you to all our initial backers.&lt;/p&gt;
&lt;p&gt;&lt;img  loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;576&quot; src=&quot;/_astro/Open-Collective-Initial-Backers-1024x576.DmIX1fOn_1jhyup.webp&quot; &gt;&lt;/p&gt;
&lt;p&gt;When we launched, we supported credit/debit card payments only, but we’ve now added bank transfer/direct bank payment offerings to aid larger contributions, plus reduce the fees paid (i.e. ensuring more of your contribution money goes to Mage-OS).&lt;/p&gt;
&lt;p&gt;This initial rollout has given us some insight into the quirks around the platform we use to manage contributions (Open Collective), and as such, we’re working on a detailed guide to help simplify the process of signing up and clarify intricacies, like the tip system that benefits Open Collective (not Mage-OS).&lt;/p&gt;
&lt;p&gt;If you want a reminder on our different membership (individual) and partner (business) tiers, then head over to our &lt;a href=&quot;/community/partners&quot;&gt;Membership&lt;/a&gt; page to find out more.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;/community/partners&quot;&gt;Support Mage-OS&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&quot;community-feedback&quot;&gt;Community Feedback&lt;/h2&gt;
&lt;p&gt;Now that the Magento event season is in full swing, we took the opportunity to get exposure and raise awareness and comprehension of what Mage-OS is, why we exist and why others should consider supporting/joining us.&lt;/p&gt;
&lt;p&gt;Burning questions were asked at &lt;a href=&quot;/updates/2023-10-19-mageunconference-germany-2023-recap&quot;&gt;MageUnconference in Cologne&lt;/a&gt; and Meet Magento New York &lt;a href=&quot;/updates/2023-10-31-meet-magento-nyc-2023-a-gathering-of-the-mage-os-community&quot;&gt;Meet Magento New York&lt;/a&gt; (see recaps below), and this provided a lot of food for thought to our team, especially around how to provide more clarity about our vision and roadmap.&lt;/p&gt;
&lt;p&gt;One key point that we can address straight away is the collaboration between Adobe, the Magento Association and Mage-OS. Although our original movement came from the frustration of feeling less support from Adobe, we are now in a different space.&lt;/p&gt;
&lt;p&gt;We acknowledge all the efforts put in since, with the appointment of Mathias Schreiber on the Magento Association side, as well as Parul Sinha and Ritesh Somani on the Adobe side. We are also very thankful to the whole Meet Magento events team for their continuous effort to allow the Community to all gather in person and nurture our shared passion. We are very grateful that the organizers of various events like Meet Commerce, &lt;a href=&quot;/updates/2023-05-18-mage-titans-2023-the-mage-os-recap&quot;&gt;Mage Titans&lt;/a&gt;, Mage Unconference NL and &lt;a href=&quot;/updates/2023-10-19-mageunconference-germany-2023-recap&quot;&gt;DE&lt;/a&gt;, the &lt;a href=&quot;/updates/2023-09-15-hackathon-mage-os-magic-in-action&quot;&gt;Mage-OS Hackathon&lt;/a&gt; and &lt;a href=&quot;/updates/2023-10-31-meet-magento-nyc-2023-a-gathering-of-the-mage-os-community&quot;&gt;Meet Magento New York&lt;/a&gt; have welcomed Mage-OS with open arms and allowed us to be represented.&lt;/p&gt;
&lt;p&gt;With that in mind, we are now opening up more channels and reaching out more proactively to various stakeholders of the Magento ecosystem to collaborate, ensure our goals are aligned and avoid duplication of work wherever possible. However, in parallel, we will continue to set our own pace as the urgency to maintain and grow the Magento ecosystem and bring reassurance to all stakeholders (e.g. merchants/agencies/vendors) still exists.&lt;/p&gt;
&lt;p&gt;We also pledge to remain open and transparent, and to continue this, we’ve reviewed all the additional (and unanswered) questions we received during the Q&amp;#x26;A session at Meet Magento New York and provided our responses in our &lt;a href=&quot;/updates/2023-10-27-mm23ny-follow-up-assoc-interview&quot;&gt;recent update post&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&quot;events--community&quot;&gt;Events &amp;#x26; Community&lt;/h2&gt;
&lt;h3 id=&quot;mageunconference-de&quot;&gt;MageUnconference DE&lt;/h3&gt;
&lt;p&gt;At the end of September, the legendary MageUnconference returned to Cologne, Germany, and Mage-OS was a hot topic during the weekend, which led to many burning questions (as noted above), plus an influx of new contributors! For more details, see our &lt;a href=&quot;/updates/2023-10-19-mageunconference-germany-2023-recap&quot;&gt;recap article&lt;/a&gt;, contributed by attendee and Mage-OS DevDocs creator, David Lambauer.&lt;/p&gt;
&lt;h3 id=&quot;meet-magento-new-york&quot;&gt;Meet Magento New York&lt;/h3&gt;
&lt;p&gt;Thanks to the many of you who joined us at Meet Magento New York! Mage-OS was front and center throughout the 4 days, starting with the pre-party on Monday, through the 2-day main event and into the final day on Thursday, where we hosted our very first in-person meetup: Mage-OS &amp;#x26; Friends Get Together.&lt;/p&gt;
&lt;p&gt;We were well represented throughout the event, with our own booth, involvement in multiple panels, as well as talk covering our journey to date, achievements and future plans. We’d like to extend our thanks to Marsha Naidoo and the team at Above the Fray for supporting our presence on every level and allow us to make a real splash in the US market.&lt;/p&gt;
&lt;p&gt;If you want to learn more, then see our &lt;a href=&quot;/updates/2023-10-31-meet-magento-nyc-2023-a-gathering-of-the-mage-os-community&quot;&gt;recap article&lt;/a&gt; (another shoutout to David Lambauer for helping pull this article together, too!)&lt;/p&gt;
&lt;h3 id=&quot;magento-events-listing-and-recaps&quot;&gt;Magento Events Listing and Recaps&lt;/h3&gt;
&lt;p&gt;&lt;img  loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1006&quot; height=&quot;870&quot; src=&quot;/_astro/Event-page-Mage-OS.bPf3x1iW_Z20h4SN.webp&quot; &gt;&lt;/p&gt;
&lt;p&gt;Events are an essential part of our community. As such, we feel it is important to provide the go-to place to find all the upcoming Magento events happening around the world. Check out our &lt;a href=&quot;/events&quot;&gt;Magento events calendar page&lt;/a&gt;, which is run manually by Mage-OS volunteers and enriched with recaps after each event. Plus, look out for a refreshed events page/system coming soon!&lt;/p&gt;
&lt;p&gt;Big thank you to John Prendergast, David Lambauer, and others for this effort.&lt;/p&gt;
&lt;h3 id=&quot;meet-magento-netherlands-2023&quot;&gt;Meet Magento Netherlands 2023&lt;/h3&gt;
&lt;p&gt;&lt;img alt=&quot;Meet Magento NL Banner&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;580&quot; height=&quot;416&quot; src=&quot;/_astro/Art-block.D4r6FN6M_Z1bOfA7.webp&quot; &gt;&lt;/p&gt;
&lt;p&gt;Meet Magento Netherlands is back for 2023 after a 4-year hiatus, and takes place in Amsterdam on November 2nd. This is our last big event for 2023, and we couldn’t be more proud of our Dutch local chapter, &lt;a href=&quot;/community&quot;&gt;Mage-OS Nederlands&lt;/a&gt;, for organizing such a successful event before it even takes place! The initial ticket allocation sold out two weeks prior, and further tickets that were made available (thanks to additional sponsors) have now sold out, too. All this means an attendance of over 300 community enthusiasts, which is incredible!&lt;/p&gt;
&lt;p&gt;Not only that, but the &lt;a href=&quot;https://nl.meet-magento.com/programme/&quot;&gt;lineup of speakers&lt;/a&gt; is diverse and features many high-profile merchants and community experts. We’re also very excited about the afterparty, where a live band has been hired to get the dance floor on fire! &lt;/p&gt;
&lt;p&gt;At Mage-OS, we will be well represented, with over half of our board members in attendance - Ignacio, John, Maciej, Thien-Lan, Vinai, and Wouter - plus many more of our valued contributors and working group members. In fact, this may be the biggest gathering of Mage-OS folks to date. So, if you have questions or want to learn more about our plans, this would be an ideal time to ask!&lt;/p&gt;
&lt;p&gt;To round out the day, our president, Vinai, will be taking part in the closing keynote of the event, so don’t miss it!&lt;/p&gt;
&lt;p&gt;A big thank you to &lt;a href=&quot;https://nl.meet-magento.com/&quot;&gt;all the sponsors&lt;/a&gt; for making this event possible.&lt;/p&gt;
&lt;h2 id=&quot;swagshop&quot;&gt;Swagshop&lt;/h2&gt;
&lt;p&gt;Finally, if you’re looking to wear Mage-OS, we have lots of options for you to pick from! You can find the Mage-OS apparel shop at:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;US: &lt;a href=&quot;https://mage-os.myspreadshop.com/&quot;&gt;https://mage-os.myspreadshop.com/&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;CA: &lt;a href=&quot;https://mage-os.myspreadshop.ca/&quot;&gt;https://mage-os.myspreadshop.ca/&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;UK: &lt;a href=&quot;https://mage-os.myspreadshop.co.uk/&quot;&gt;https://mage-os.myspreadshop.co.uk/&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;EU: &lt;a href=&quot;https://mage-os.myspreadshop.net/&quot;&gt;https://mage-os.myspreadshop.net/&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;AU: &lt;a href=&quot;https://mage-os.myspreadshop.com.au/&quot;&gt;https://mage-os.myspreadshop.com.au/&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img  loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;765&quot; src=&quot;/_astro/Mage-OS-Swag-Shop-1024x765.CEFlSEjK_1nDnOI.webp&quot; &gt;&lt;/p&gt;
&lt;p&gt;Until next time! The Mage-OS team.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;/community/partners&quot;&gt;Join Us&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;/community/contributing&quot;&gt;Contribute&lt;/a&gt;&lt;/p&gt;</content:encoded><category>Updates</category><author>mage-os-team</author></item><item><title>Meet Magento NYC 2023: A Gathering of the Mage-OS Community</title><link>https://mage-os.org/events/2023-10-31-meet-magento-nyc-2023-a-gathering-of-the-mage-os-community</link><guid isPermaLink="true">https://mage-os.org/events/2023-10-31-meet-magento-nyc-2023-a-gathering-of-the-mage-os-community</guid><description>October’s cool New York City breeze witnessed the confluence of Magento aficionados. Nestled in the heart of the city, the New World stage off-broadway theater...</description><pubDate>Tue, 31 Oct 2023 00:00:00 GMT</pubDate><content:encoded>&lt;h2 id=&quot;setting-the-stage-in-the-big-apple&quot;&gt;Setting the Stage in The Big Apple&lt;/h2&gt;
&lt;p&gt;October’s cool New York City breeze witnessed the confluence of Magento aficionados. Nestled in the heart of the city, the New World stage off-broadway theater came alive on 10th and 11th October 2023 with the electric vibe of Meet Magento NYC.&lt;/p&gt;
&lt;h2 id=&quot;kickstarting-with-the-pre-party&quot;&gt;Kickstarting with the Pre-Party&lt;/h2&gt;
&lt;p&gt;Before the main event even began, the tone was set with a pre-party on Monday evening, giving everyone a chance to mingle and set the mood for the impending conference. There was a great turnout and this was the first time many of the Mage-OS board and contributors met in person, which was a great moment. A big thank you to ShipperHQ for sponsoring/hosting and crafting such a welcoming and energetic start to our week.&lt;/p&gt;
&lt;h2 id=&quot;mage-os-booth-the-epicenter-of-activity&quot;&gt;Mage-OS Booth: The Epicenter of Activity&lt;/h2&gt;
&lt;p&gt;Tuesday saw the venue buzzing with enthusiasts. The Mage-OS booth emerged as a popular spot, thanks to Ryan Hoerr’s commendable management. It was heartening to see notable Mage-OS stalwarts like David Lambauer, Damien Retzinger, Anton Kril, Jakub Winkler, and John Hughes rally around, amplifying the energy.&lt;/p&gt;
&lt;p&gt;&lt;img  loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;991&quot; src=&quot;/_astro/Mage-OS-Booth-1-1024x991.Dl_0yMaC_Z10cXsw.webp&quot; &gt;&lt;/p&gt;
&lt;h2 id=&quot;innovating-magento-damiens-revelation&quot;&gt;Innovating Magento: Damien’s Revelation&lt;/h2&gt;
&lt;p&gt;The afternoon sessions commenced with one of our longest-serving and most active technical contributors, Damien Ratzinger, who gave an enlightening and in-depth talk on NX. The promise? Making Magento a whopping 1000x faster. An interesting note: this groundbreaking tech is currently the pride of Mage-OS and is regularly discussed in our weekly technical meetings, with contributions ongoing (and more welcome!)&lt;/p&gt;
&lt;p&gt;&lt;img  loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;991&quot; src=&quot;/_astro/Damien-1-1024x991.z-5mEXnP_Z1PMfxB.webp&quot; &gt;&lt;/p&gt;
&lt;h2 id=&quot;ai--devdocs-davids-journey&quot;&gt;AI &amp;#x26; Devdocs: David’s Journey&lt;/h2&gt;
&lt;p&gt;David Lambauer later took center stage, narrating his compelling journey to create the Mage-OS DevDocs. The awe-inspiring aspect? A massive 70,000 words, crafted with a sprinkle of AI magic. But it wasn’t just about quantity. The revamped devdocs are meticulously designed with newcomers in mind, emphasizing developer friendliness. Enhanced with Algolia doc search, finding information has never been more seamless. And the best part? Contributing to the DevDocs is now as effortless as clicking a single button.&lt;/p&gt;
&lt;p&gt;&lt;img  loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;968&quot; src=&quot;/_astro/David-1-1024x968.CgRVVCO7_1H2Ut9.webp&quot; &gt;&lt;/p&gt;
&lt;h2 id=&quot;blazing-fast-catalog-performance-ivans-mission&quot;&gt;Blazing Fast Catalog Performance: Ivan’s Mission&lt;/h2&gt;
&lt;p&gt;Yet another long-term Mage-OS tech contributor and one of the original Magento core developers, Ivan Chepurnyi, also focused on performance. This time in relation to catalog data processing and streaming optimization, showing how his solution can reduce data indexation times from multiple hours to a few seconds!&lt;/p&gt;
&lt;h2 id=&quot;mage-os--magento-association-a-symbiotic-dialogue&quot;&gt;Mage-OS &amp;#x26; Magento Association: A Symbiotic Dialogue&lt;/h2&gt;
&lt;p&gt;The day reached its zenith with a fireside (panel) chat about the current state of the Magento ecosystem and the synergy between Mage-OS and the Magento Association. Kudos to our Board Member Ryan Hoerr for representing Mage-OS. Not to forget, Matthias Schreiber, Executive Director at the Magento Association, who painted a promising picture of the association’s future too.&lt;/p&gt;
&lt;p&gt;There were also many burning (and some controversial) questions submitted from the audience (and farther afield) that weren’t answered on the day due to time constraints. However, we felt these were important to respond to, which is why we spent time collectively reviewing these questions, which culminated in us recently publishing a &lt;a href=&quot;/updates/2023-10-27-mm23ny-follow-up-assoc-interview&quot;&gt;follow up article&lt;/a&gt; to outline our responses.&lt;/p&gt;
&lt;p&gt;&lt;img  loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;768&quot; src=&quot;/_astro/whats-Up-Magento-1-1024x768.nNXfKE3P_n3Mw3.webp&quot; &gt;&lt;/p&gt;
&lt;h2 id=&quot;an-evening-of-camaraderie&quot;&gt;An Evening of Camaraderie&lt;/h2&gt;
&lt;p&gt;While there was no official post-conference celebration on the evening of the first night, the spirit of community was too strong. Attendees formed spontaneous groups, cherishing the NYC culinary scene and forging connections over delightful dinners and engaging debate.&lt;/p&gt;
&lt;h2 id=&quot;the-chronicles-of-mage-os&quot;&gt;The Chronicles of Mage-OS&lt;/h2&gt;
&lt;p&gt;Diving straight into Wednesday, the day was enriched with informative sessions. The standout was undoubtedly our Board Member John Hughes enlightening the audience on the essence of Mage-OS. From its humble beginnings, the current achievements (such as our initial Mage-Os Distribution release and recent membership rollout), to a future shimmering with promise - the narrative was both engaging and insightful.&lt;/p&gt;
&lt;p&gt;&lt;img  loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;767&quot; src=&quot;/_astro/Mage_OS-1-1024x767.MKffwxm1_Z1GWvLd.webp&quot; &gt;&lt;/p&gt;
&lt;h2 id=&quot;bowling--bonding-an-after-party-to-remember&quot;&gt;Bowling &amp;#x26; Bonding: An After-Party to Remember&lt;/h2&gt;
&lt;p&gt;As day turned to evening, the ambiance shifted from formal to fun. Attendees were treated to an after-party with a twist - a bowling alley setting. Not just pins and balls; there was a delectable spread to satiate the foodies. But the night was young, and the energy unyielding.&lt;/p&gt;
&lt;h2 id=&quot;midnight-tales-at-the-perfect-pint&quot;&gt;Midnight Tales at The Perfect Pint&lt;/h2&gt;
&lt;p&gt;Post bowling, many ventured to The Perfect Pint, a charming pub that would be a recurring locale. Here, amidst clinks of glasses and hearty laughter, conversations flowed seamlessly, stretching till 3 am. Tales were exchanged, memories forged, and Magento stories shared under the dim lights of the pub.&lt;/p&gt;
&lt;p&gt;&lt;img  loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;768&quot; src=&quot;/_astro/Perfect-Pint-1-1024x768.Cp44n82P_13Ul6W.webp&quot; &gt;&lt;/p&gt;
&lt;p&gt;&lt;img  loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;689&quot; height=&quot;1024&quot; src=&quot;/_astro/Perfect-Pint-2-2-1-689x1024.Bb7wcQFL_20hCJ8.webp&quot; &gt;&lt;/p&gt;
&lt;h2 id=&quot;mage-os-meetup-concluding-with-a-bang&quot;&gt;Mage-OS Meetup: Concluding with a Bang&lt;/h2&gt;
&lt;p&gt;Thursday, though signaling the end, was far from a winding down. The Perfect Pint once again played host, this time to the Mage-OS &amp;#x26; Friends Get Together. The week might have been packed, but the enthusiasm was undiminished. A substantial crowd turned up, proving that when it comes to Mage-OS, the community’s spirit is indefatigable.&lt;/p&gt;
&lt;p&gt;&lt;img  loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;549&quot; src=&quot;/_astro/Concluding-1-1024x549.Dki_yMI4_Z9FNg5.webp&quot; &gt;&lt;/p&gt;
&lt;h2 id=&quot;takeaways-many-thanks--food-for-thought&quot;&gt;Takeaways: Many Thanks &amp;#x26; Food For Thought&lt;/h2&gt;
&lt;p&gt;Firstly, a big thank you to Marsha Naidoo and the team at Above the Fray, not just for being incredible event hosts and organizers, but for supporting our presence on every level and allowing us to make a real splash in the US market. The event was an undeniable success for all involved and everyone deserves recognition, from the talented speakers, the sponsors who make these events possible, the organizers who made it a reality, to each and every one of the attendees - as there would not be events without you!&lt;/p&gt;
&lt;p&gt;Secondly, the event was incredibly insightful for us and we had many stimulating, and even at times some heated (but all good-natured), debates that have helped us learn and reflect on our mission and goals and we’ve come away with a renewed purpose and a focus on positivity and better collaboration within the ecosystem (such as with the Magento Association and Adobe), while not inhibiting our desire for rapid change and improvement with our recently released &lt;a href=&quot;/releases/2023-10-09-introducing-the-mage-os-distribution&quot;&gt;Mage-OS Distribution&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Until the next event! The Mage-OS team&lt;/p&gt;</content:encoded><category>Events</category><author>mage-os-team</author></item><item><title>MM23NY Follow Up: Q+A</title><link>https://mage-os.org/events/2023-10-27-mm23ny-follow-up-assoc-interview</link><guid isPermaLink="true">https://mage-os.org/events/2023-10-27-mm23ny-follow-up-assoc-interview</guid><description>Thank you to all that turned out to Meet Magento 2023 in New York! It was great to connect with so many of you and share in your hopes and dreams. We got a lot...</description><pubDate>Fri, 27 Oct 2023 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Thank you to all that turned out to Meet Magento 2023 in New York! It was great to connect with so many of you and share in your hopes and dreams.&lt;/p&gt;
&lt;p&gt;We got a lot of questions from people during the conference, and maybe you’ve thought them too. Here are our answers, if so!&lt;/p&gt;
&lt;p&gt;Have more questions? Check out our &lt;a href=&quot;/faq&quot;&gt;FAQ&lt;/a&gt;, or ask away at &lt;a href=&quot;http://chat.mage-os.org&quot;&gt;chat.mage-os.org&lt;/a&gt;! We’re an open book.&lt;/p&gt;
&lt;p&gt;Why should I recommend Mage-OS over Magento?&lt;/p&gt;
&lt;p&gt;The Mage-OS Distribution is still just getting started, and so right now there are not a lot of differences between it and Magento Open Source. The first release of Mage-OS already includes a number of improvements, so merchants who like using the bleeding edge are welcome to build on Mage-OS.&lt;/p&gt;
&lt;p&gt;At Mage-OS we’re focusing on platform improvements, enhancements, and rapid progress that builds on top of the long-term stability that Magento provides. Both platforms give you full access to the complete ecosystem of Magento providers, extensions, and integrations.&lt;/p&gt;
&lt;p&gt;At this time, using Magento Open Source is a great option for most merchants. It’s a great platform for merchants, and more stable and secure than it’s ever been. Should the requirements change, it will always be possible to migrate to Mage-OS at a later time.&lt;/p&gt;
&lt;p&gt;Will Mage-OS have a very different code base than Magento? How will that impact developers and extensions?&lt;/p&gt;
&lt;p&gt;Our mission has always been to support the whole Magento ecosystem and allow it to thrive. As such we will always take into account the interests of merchants, agencies, extension vendors, and other service providers that need an easy integration path to the platform.&lt;/p&gt;
&lt;p&gt;Our intention is to keep the Mage-OS Distribution as compatible as possible with Magento extensions and solutions, for as long as possible. There will be differences as fixes and improvements are made to Mage-OS, but those should be of limited scope and won’t involve major changes to the nature of how Magento works.&lt;/p&gt;
&lt;p&gt;Any solutions that work for Magento should also work for Mage-OS with little or no changes, and anyone that learns Magento or Mage-OS programming will be able to work with the other too.&lt;/p&gt;
&lt;p&gt;We are also working with some extension vendors, like Amasty. By testing their extensions on Mage-OS we gather valuable insight in compatibility. We welcome any extension vendors and integrators to join the effort and do the same.&lt;/p&gt;
&lt;p&gt;With Adobe not marketing Magento, who’s going to take that on?&lt;/p&gt;
&lt;p&gt;Good question! This is right up the alley of Magento Association, and they’re jumping right into that with the creation of a new magento-opensource.com website for the purpose. If you’re interested in getting involved with that, get in touch with the MA Content Committee.&lt;/p&gt;
&lt;p&gt;We are focusing mostly on the technical and business sides of the ecosystem. Marketing, outreach, and sales can be expensive. Between wanting to put our resources to the best use, and not having access to the Magento brand, we believe our efforts are best spent strengthening the platform and ecosystem.&lt;/p&gt;
&lt;p&gt;How will Mage-OS not distract from the progress of Magento Association?&lt;/p&gt;
&lt;p&gt;We’re focusing on different things. Our aim is to collaboratively cover all the activities that will help strengthen the Magento ecosystem.&lt;/p&gt;
&lt;p&gt;The Magento Association, which has an agreement with Adobe to use the Magento brand, is focused primarily on the ownership of that brand and everything that goes along with that – marketing, events, content, and outreach. All of those things are massively important! And the MA, Meet Magento, and people involved with them have done a great job with them.&lt;/p&gt;
&lt;p&gt;Mage-OS is focused primarily on enhancement, longevity, and innovation of the Magento platform. That includes bug fixes, performance improvements, modernization, and more. It also means elevating and empowering others in the ecosystem to reach further and work better. We’ll do that through exposure, development tools and workflows, easier setup processes and environments, documentation, and more.&lt;/p&gt;
&lt;p&gt;We are totally open to collaborating with Magento Association where possible, and we are actively discussing with them where and how we can do so.&lt;/p&gt;
&lt;p&gt;If Magento Association is successful, does Mage-OS become redundant?&lt;/p&gt;
&lt;p&gt;The Magento Association’s focus and goals are currently different and distinct from those of Mage-OS (as discussed above). If the Magento Association comes to fulfill all the purposes of Mage-OS, then that’s great! We would love to be redundant. But for now, we expect that the associations will continue in generally the same direction they are now and have very supportive roles.&lt;/p&gt;
&lt;p&gt;If all goes well, success on the part of Magento Association in increasing Magento brand awareness would likely increase adoption of the Mage-OS Distribution in the process, and vice versa.&lt;/p&gt;
&lt;p&gt;Could Magento Association start funding Mage-OS as a technology maintainer and incubator?&lt;/p&gt;
&lt;p&gt;That’s not our decision to make, but we’re open to all arrangements that benefit the Magento community.&lt;/p&gt;
&lt;p&gt;What are three things Mage-OS has learned or will do differently from MA?&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Communication is essential.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Empowerment is essential.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Owning your own destiny is essential.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Isn’t Mage-OS competing with its agency ecosystem by offering paid services?&lt;/p&gt;
&lt;p&gt;Mage-OS is run by the community and the agencies and vendors within it. We will not be competing with any integrator or service provider in the ecosystem, to the best of our ability. Our goal is to uplift and support the ecosystem, not cannibalize it, and agencies are a critical part of that. Since Mage-OS is run by the community, the members can ensure any services do not endanger their business.&lt;/p&gt;
&lt;p&gt;By offering service level agreements and extended long-term support for the core platform, our goal is to enable agencies to sell their services to merchants that require vendor support.&lt;/p&gt;
&lt;p&gt;The Mage-OS support company will allow a merchant to pay for a guarantee of support and fixes to the Mage-OS core. It will not extend to any extensions, customizations, integrations, consulting, or development services – all of which would be referred back to the merchant’s agency/developer or to the Mage-OS partners list if they don’t have one.&lt;/p&gt;
&lt;p&gt;Our intention is to supplement agency offerings, and enhance the appeal of the Mage-OS/Magento platform to an agency’s merchants and prospects by offloading support responsibility of the core platform. This would function in many ways like Adobe Commerce Support, which every Commerce partner already interacts with.&lt;/p&gt;
&lt;p&gt;This is a major part of our plan for Mage-OS, on several counts:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Any profit from the support services company will feed back to the Mage-OS Association to put toward development of Mage-OS itself, through development grants and community empowerment.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Any bug fixes completed in the course of support services will become part of Mage-OS, and available to everyone.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Software support and reliance can be a major consideration for merchants when deciding on a platform. This is something not directly available to SMB merchants right now, except through Adobe Commerce licensing.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;What’s stopping Mage-OS from getting bought out in the future?&lt;/p&gt;
&lt;p&gt;The Mage-OS Distribution and brand are fully owned by the non-profit Mage-OS Association, and the association is owned and run entirely by its members.&lt;/p&gt;
&lt;p&gt;This was a major consideration of ours when forming Mage-OS, based on the learned experiences of other open source projects. We believe in open source, and believe in Mage-OS staying truly open source. The Mage-OS Association is bound by the operating rules of its legal statutes, and those include member approval for any sale, transfer, or merging of assets or Mage-OS as a whole (per articles 27 and 30 of the &lt;a href=&quot;https://mage-os.org/statutes/&quot;&gt;Mage-OS Association statutes&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;Any person can become a member of the Mage-OS Association, for as little as 10 EUR a year.&lt;/p&gt;
&lt;p&gt;Do we need a new technical roadmap, or do we need organization and marketing around work already underway?&lt;/p&gt;
&lt;p&gt;We believe we need both, and we are working on it from every angle. Please join us! You can help or follow along with everything we’re doing at &lt;a href=&quot;http://chat.mage-os.org&quot;&gt;chat.mage-os.org&lt;/a&gt; .&lt;/p&gt;
&lt;p&gt;Do you think Adobe should relinquish the Magento brand?&lt;/p&gt;
&lt;p&gt;We would love for Adobe to release the Magento brand and trademarks in full to the Magento Association. That being said, it is a valuable asset that Adobe purchased and owns, so we have to be realistic that it’s not likely to happen.&lt;/p&gt;
&lt;p&gt;What is the most impactful problem that Mage-OS will solve in the next year?&lt;/p&gt;
&lt;p&gt;Overall, Mage-OS is working on guaranteeing the longevity of the Magento ecosystem, not on specific individual features.&lt;/p&gt;
&lt;p&gt;There are a number of technical projects we expect to see meaningful progress on within the next year, including reducing technical debt by cleaning up the module dependency graph, a better onboarding experience for new developers, revamping the indexer system, and other performance improvements.&lt;/p&gt;
&lt;p&gt;We believe these improvements will lead to a reduced total cost of ownership for merchants, which in turn will make the ecosystem more competitive for agencies to offer and work with.&lt;/p&gt;
&lt;p&gt;What about the increased community engagement by Parul Sinha and team?&lt;/p&gt;
&lt;p&gt;We appreciate all the work Parul and the Community Engineering team is doing! Because all changes to Magento Open Source are merged into Mage-OS, every improvement to the platform works to the benefit of all. By all means, people should continue submitting code to Magento and help with processing of pull requests!&lt;/p&gt;
&lt;p&gt;That being said, there are limits to what Adobe will allow to change in Magento Open Source because it’s the foundation of their Adobe Commerce product suite. Essentially, these limitations mean no new meaningful features are likely to come in the core codebase. In the past there have been issues with speed of the contribution cycle and with developer trust, of no fault of Parul or the current Community Engineering team. On both counts, we can help by providing an outlet and processes for developers to fulfill their dreams.&lt;/p&gt;
&lt;p&gt;We are optimistic about collaborating with Magento and the Community Engineering team. Our goal is to ensure that contributions made within Mage-OS are effective and tested in real-world scenarios, so they could be seamlessly integrated into Magento.&lt;/p&gt;
&lt;p&gt;Want to learn more or join in?&lt;/p&gt;</content:encoded><category>Events</category><author>mage-os-team</author></item><item><title>MageUnConference 2023: A Deep Dive into Mage-OS&apos;s Momentum</title><link>https://mage-os.org/events/2023-10-19-mageunconference-germany-2023-recap</link><guid isPermaLink="true">https://mage-os.org/events/2023-10-19-mageunconference-germany-2023-recap</guid><description>Hello Mage-OS community! Last month marked another successful MageUnConference in Cologne, Germany, organized by FireGento e.V., and the energy surrounding...</description><pubDate>Thu, 19 Oct 2023 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;&lt;strong&gt;Hello Mage-OS community!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Last month marked another successful MageUnConference in Cologne, Germany, organized by &lt;a href=&quot;https://firegento.com/&quot;&gt;FireGento e.V.,&lt;/a&gt; and the energy surrounding Mage-OS was truly remarkable. The feedback, the questions, and the ever-growing interest reinforced the importance and potential of this open-source platform.&lt;/p&gt;
&lt;h2 id=&quot;a-torrent-of-positive-feedback&quot;&gt;A Torrent of Positive Feedback&lt;/h2&gt;
&lt;p&gt;It’s heartwarming to witness how much Mage-OS is resonating within our community. The feedback we’ve garnered has been overwhelmingly positive, touching on its usability, potential for growth, and the sense of community it fosters. This feedback is more than just words; it’s the fuel that propels us forward, igniting our passion and determination to continue refining and enhancing Mage-OS for all of you.&lt;/p&gt;
&lt;h2 id=&quot;an-influx-of-new-contributors&quot;&gt;An Influx of New Contributors&lt;/h2&gt;
&lt;p&gt;One of the most exhilarating outcomes of the MageUnConference was the surge of new contributors who’ve joined our Discord channel. With fresh perspectives and a shared drive to innovate, their inclusion is set to make a significant impact on the growth trajectory of Mage-OS. To our new recruits, we extend a warm welcome! We are eagerly anticipating the fresh perspectives and innovative ideas you’ll bring to the table.&lt;/p&gt;
&lt;h2 id=&quot;mage-os-centric-sessions-galore&quot;&gt;Mage-OS-centric Sessions Galore!&lt;/h2&gt;
&lt;p&gt;Mage-OS was the star of several dedicated sessions, shedding light on various facets of the platform. Notably:&lt;/p&gt;
&lt;h4 id=&quot;davids-session-on-contribution&quot;&gt;David’s Session on Contribution&lt;/h4&gt;
&lt;p&gt;An insightful deep dive into the intricacies of contributing to Mage-OS. For both veterans and newcomers, David’s presentation was a treasure trove of information, offering clarity on how one can actively participate and shape the future of Mage-OS.&lt;/p&gt;
&lt;h4 id=&quot;jo-baker-on-commercialization&quot;&gt;Jo Baker on Commercialization&lt;/h4&gt;
&lt;p&gt;The intriguing session by Jo Baker explored the commercial aspect of Mage-OS. As we bridge the gap between open-source ethos and commercial viability, Jo’s insights were invaluable, sparking stimulating discussions and opening doors to new possibilities.&lt;/p&gt;
&lt;h2 id=&quot;funding-and-roadmap-queries&quot;&gt;Funding and Roadmap Queries&lt;/h2&gt;
&lt;p&gt;Given the rising interest and momentum around Mage-OS, it was only natural that questions about our funding and roadmap surfaced. We recognize and appreciate the community’s keen interest in understanding the future trajectory of Mage-OS.&lt;br&gt;
Rest assured, we are committed to maintaining transparency and will be sharing detailed insights on our funding sources, allocation, and a clearer roadmap in the coming weeks.&lt;/p&gt;
&lt;h2 id=&quot;huge-thanks-to-firegento-ev&quot;&gt;Huge Thanks to FireGento e.V.&lt;/h2&gt;
&lt;p&gt;A huge thanks to &lt;a href=&quot;https://firegento.com/&quot;&gt;FireGento e.V&lt;/a&gt;. for hosting this Magento UnConference. Community events like this are the heart of this ecosystem, and we hope to see many more.&lt;/p&gt;
&lt;h2 id=&quot;supporting-mage-os-empower-the-movement&quot;&gt;Supporting Mage-OS: Empower the Movement&lt;/h2&gt;
&lt;p&gt;In our journey to cultivate and grow Mage-OS, memebrships and partnerships are pivotal. We understand that every individual and organization has different capacities, and in that spirit, we’re excited to introduce varied supporter tiers tailored to different preferences and capabilities.&lt;/p&gt;
&lt;p&gt;Please head to our membership page to get more information:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;/community/partners&quot;&gt;Support Mage-OS&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Company partnerships are not just welcome, but are an integral part of the Mage-OS ecosystem. Your support amplifies our efforts, fuels innovation, and fosters a collaborative environment.&lt;/p&gt;
&lt;h2 id=&quot;mage-os-swag-shop-wear-your-support&quot;&gt;Mage-OS Swag Shop: Wear Your Support!&lt;/h2&gt;
&lt;p&gt;For those who’ve been eager to flaunt their Mage-OS pride, we have exciting news! Our official Mage-OS Swag Shop is now live on Spreadshirt. From trendy tees and hoodies to accessories that make a statement, there’s something for every Mage-OS enthusiast.&lt;/p&gt;
&lt;p&gt;Get your Mage-OS Swag here:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;US: &lt;a href=&quot;https://mage-os.myspreadshop.com/&quot;&gt;https://mage-os.myspreadshop.com/&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;UK: &lt;a href=&quot;https://mage-os.myspreadshop.co.uk/&quot;&gt;https://mage-os.myspreadshop.co.uk/&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;EU: &lt;a href=&quot;https://mage-os.myspreadshop.net/&quot;&gt;https://mage-os.myspreadshop.net/&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;CA: &lt;a href=&quot;https://mage-os.myspreadshop.ca/&quot;&gt;https://mage-os.myspreadshop.ca/&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;AU: &lt;a href=&quot;https://mage-os.myspreadshop.com.au/&quot;&gt;https://mage-os.myspreadshop.com.au/&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Whether you’re gearing up for the next UnConference, looking to surprise a fellow Mage-OS admirer, or just want to sport some cool gear, our Swag Shop has got you covered.&lt;/p&gt;
&lt;h2 id=&quot;in-conclusion&quot;&gt;In Conclusion&lt;/h2&gt;
&lt;p&gt;The MageUnConference 2023 was more than just an event; it was a testament to the growth, relevance, and potential of Mage-OS. As we move forward, these gatherings play a pivotal role in shaping our direction and ensuring Mage-OS remains a platform built by the community, for the community.&lt;/p&gt;
&lt;p&gt;To every participant, speaker, and enthusiast who joined us, either in-person or in spirit, thank you. Here’s to a brighter, collaborative future for Mage-OS!&lt;/p&gt;
&lt;p&gt;Stay connected, stay inspired, and let’s keep building together!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The Mage-OS Team&lt;/strong&gt;&lt;/p&gt;</content:encoded><category>Events</category><author>mage-os-team</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>September 2023 Update</title><link>https://mage-os.org/updates/2023-09-30-september-2023-update</link><guid isPermaLink="true">https://mage-os.org/updates/2023-09-30-september-2023-update</guid><description>A big step was made thanks to our first-ever Mage-OS Hackathon! Huge thanks to David Lambauer and the Run As Root team for putting that on, and for everyone...</description><pubDate>Sat, 30 Sep 2023 00:00:00 GMT</pubDate><content:encoded>&lt;h2 id=&quot;product&quot;&gt;Product&lt;/h2&gt;
&lt;h3 id=&quot;mage-os-distribution&quot;&gt;Mage-OS Distribution&lt;/h3&gt;
&lt;p&gt;A big step was made thanks to our first-ever &lt;a href=&quot;/updates/2023-09-15-hackathon-mage-os-magic-in-action&quot;&gt;Mage-OS Hackathon&lt;/a&gt;! Huge thanks to David Lambauer and the Run As Root team for putting that on, and for everyone that participated!&lt;/p&gt;
&lt;p&gt;We are in the final stages of preparing for a release of our very own Mage-OS Distribution! Recently that includes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Changes to the &lt;a href=&quot;/updates/2023-09-12-mirror-package-checksum-changes&quot;&gt;package generation process&lt;/a&gt;;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Finalizing a GitHub Action for baseline coding standards testing of pull requests;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Preparing a release process, including changing package names and versions in a way that’s intercompatible with Magento;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Admin branding changes;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;GitHub Actions maintenance;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;And more&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;We are looking forward to sharing big news here soon!&lt;/p&gt;
&lt;h3 id=&quot;dev-docs&quot;&gt;Dev Docs&lt;/h3&gt;
&lt;p&gt;&lt;a href=&quot;https://devdocs.mage-os.org/&quot;&gt;Mage-OS developer documentation&lt;/a&gt; is coming together well!&lt;/p&gt;
&lt;p&gt;Here is where we need more help:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Provide Feedback: Let us know your thoughts on the existing documentation. Are there areas that could be clearer? Is there information that’s missing or could be expanded upon?&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Suggest Topics: Are there specific topics or areas in Magento 2 development that you feel need more detailed documentation? Share your suggestions, and we’ll work on incorporating them!&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Contribute Content: If you have expertise in a particular area of Magento 2 and are willing to share your knowledge, we’d love for you to contribute content to the DevDocs.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Report Issues: If you come across any inaccuracies, ambiguities, or bugs in the documentation, please report them so we can address them promptly.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Spread the Word: Help us reach more Magento 2 developers by sharing Mage-OS DevDocs within your networks and on social media. The more contributors we have, the richer and more comprehensive our documentation will be!&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href=&quot;http://chat.mage-os.org/&quot;&gt;Join Discord&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Join our tech calls on Tuesdays 9 a.m. EST/ 3 p.m. CET&lt;/p&gt;
&lt;h2 id=&quot;memberships&quot;&gt;Memberships&lt;/h2&gt;
&lt;p&gt;We’ve lined all but one duck in the row. In the last months we’ve arranged our bank account, accounting company, settled legal matters, and set up a Stripe account so that we can now accept membership contributions on our &lt;a href=&quot;https://opencollective.com/mage-os&quot;&gt;Open Collective page&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;We have not shouted about it yet because we would like a lower-fee option before collecting large amounts. As such we are working hard to accept bank transfers, and getting close. We’re also working on lowering the credit card fees, so that as much of the money as possible goes toward building the Mage-OS platform.&lt;/p&gt;
&lt;p&gt;That being said, if you want to be among the first to join Mage-OS and add your pretty face to our homepage, you can do so now!&lt;/p&gt;
&lt;p&gt;Please be aware:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;When Open Collective asks for a “Tip”, that goes to their platform, not to Mage-OS&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;swag-store&quot;&gt;Swag store&lt;/h2&gt;
&lt;p&gt;&lt;a href=&quot;https://mage-os.myspreadshop.com/&quot;&gt;The Mage-OS Swag store is here&lt;/a&gt;! &lt;/p&gt;
&lt;p&gt;Thanks to the diligent benchmark and vetting process run by Ryan Hoerr, we now have a Mage-OS Swag Store that offers:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Quality and eco-friendly products&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;A wide range of apparel, accessories, and stickers, in a variety of colors&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Shipping from various parts of the globe for less CO2 emission and less tax duty and shipping costs&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Good value – Mage-OS is not taking any profit from the sales, which means the prices are as low as possible for you&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In our testing, it takes about a week to receive your order in most of the US and EU (but that depends on the specific products and the size of your order).&lt;/p&gt;
&lt;p&gt;Make sure to shop in your local currency for the best shipping costs and time. You can choose your location in the shop footer.&lt;/p&gt;
&lt;p&gt;Want to show off? Use the hashtag &lt;strong&gt;#MAGEOSWAG&lt;/strong&gt; on Twitter or LinkedIn to show off!&lt;/p&gt;
&lt;h2 id=&quot;marketing&quot;&gt;Marketing&lt;/h2&gt;
&lt;p&gt;Now that the Mage-OS Distribution eCommerce platform is almost ready, marketing and outreach are becoming a big part of discussions.&lt;/p&gt;
&lt;p&gt;Originally, the Content Committee was mainly focused on gathering and writing about the Magento platform’s features and possibilities. Recently this has started to evolve. The meeting time is unchanged, but we now spend the first half hour on Marketing topics, and the second half on our Mage-OS website functionalities and content.&lt;/p&gt;
&lt;p&gt;Here are more details about what we are trying to achieve. If you have ideas, resources, energy or just want to tag along, please join us and lend a hand!&lt;/p&gt;
&lt;h3 id=&quot;marketing-committee&quot;&gt;Marketing Committee&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Build awareness, comprehension of Mage-OS&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Build adoption of the soon-to-launch distribution&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Grow our community of members, partners, and contributors&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;website-committee&quot;&gt;Website Committee&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;How do we drive comprehension of the Association and the Distribution&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;How do we keep the community engaged and rewarded (Contributors Page, Events module, Updates…)&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href=&quot;http://chat.mage-os.org/&quot;&gt;Join Discord&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Join our Monday meetings 10 a.m. EST/ 4 p.m. CET for half an hour each&lt;/p&gt;
&lt;h2 id=&quot;community&quot;&gt;Community&lt;/h2&gt;
&lt;h3 id=&quot;events&quot;&gt;Events&lt;/h3&gt;
&lt;h4 id=&quot;meet-magento-new-york-2023---oct-9th-to-12th&quot;&gt;Meet Magento New York 2023 - Oct 9th to 12th&lt;/h4&gt;
&lt;p&gt;&lt;a href=&quot;https://meetmagentonyc.com/&quot;&gt;Meet Magento New York&lt;/a&gt; is in less than two weeks. This is going to be big! Some have started calling it the “Spiritual successor of Magento Imagine”. In fact, this will be the biggest event for Mage-OS so far as we’ll have an official booth, and several talks across the Technical Track and Business Tracks, including a massive interview with Mage-OS and Magento Association, and some great minds on Open Source!&lt;/p&gt;
&lt;p&gt;We would like to extend a huge thank you to Above The Fray for their generosity and hospitality in this event, and to Marsha Naidoo and team specifically for organizing!&lt;/p&gt;
&lt;p&gt;We are also organizing a morning-after Get Together for anyone that wants to hang out with us and chat Mage-OS!&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;/updates/2023-09-19-meet-us-in-new-york&quot;&gt;Read about everything Mage-OS has going on at MM23NYC&lt;/a&gt;&lt;/p&gt;
&lt;h4 id=&quot;meet-magento-netherlands-2023---nov-2nd&quot;&gt;Meet Magento Netherlands 2023 - Nov 2nd&lt;/h4&gt;
&lt;p&gt;This event is the first one organized by a local chapter: &lt;a href=&quot;https://nl.meet-magento.com/&quot;&gt;Mage-OS Nederlands&lt;/a&gt;! The &lt;a href=&quot;https://nl.meet-magento.com/&quot;&gt;MM23NL website&lt;/a&gt; is absolutely beautiful and gives justice to the rich cultural history of the Netherlands, which is also one of the strongest markets for Magento. You can still become a sponsor, get your ticket and perhaps submit a talk.&lt;/p&gt;
&lt;p&gt;Trust us to be there in large numbers, with our Mage-OS swag on, and wear anything orange as the Dutch would do.&lt;/p&gt;
&lt;h3 id=&quot;mage-os-local-chapters&quot;&gt;Mage-OS Local Chapters&lt;/h3&gt;
&lt;p&gt;The British are coming, and they’ve &lt;a href=&quot;https://discord.gg/UTjDmsTD&quot;&gt;set up their own channel on Discord&lt;/a&gt; with the Irish. There’s a lot of excitement brewing in the community, and we can’t wait to see what’s in store!&lt;/p&gt;
&lt;p&gt;Check our &lt;a href=&quot;/community&quot;&gt;Local Chapters page&lt;/a&gt; to join your regional group. There are currently groups open for France, India, Italy, Netherlands, Germany, Poland, Ukraine, UK and Ireland, and USA. Connect with people from your area, speak ecommerce at them, and maybe talk them into arranging a meetup!&lt;/p&gt;
&lt;p&gt;Want to start organizing your own local Magento community? Let us know, get your local ecommerce friends and coworkers to join you, and run with it.&lt;/p&gt;
&lt;p&gt;Thanks, until next time!&lt;/p&gt;</content:encoded><category>Updates</category><author>john-hughes</author></item><item><title>Meet us in New York</title><link>https://mage-os.org/events/2023-09-19-meet-us-in-new-york</link><guid isPermaLink="true">https://mage-os.org/events/2023-09-19-meet-us-in-new-york</guid><description>In case you missed the news, Meet Magento New York 2023 is coming up! If you can make your way to New York City on October 10th and 11th, you should. Mage-OS...</description><pubDate>Tue, 19 Sep 2023 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;In case you missed the news, &lt;a href=&quot;https://meetmagentonyc.com/&quot;&gt;Meet Magento New York 2023&lt;/a&gt; is coming up! If you can make your way to New York City on October 10th and 11th, you should.&lt;/p&gt;
&lt;p&gt;Mage-OS will be at the conference in force, including multiple sessions and a booth.&lt;/p&gt;
&lt;h3 id=&quot;look-out-for-these-sessions-related-to-mage-os&quot;&gt;Look out for these sessions related to Mage-OS:&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Making Magento 1000x Faster to Build, aka The Power of the Directed Acyclic Graph&lt;/strong&gt;&lt;br&gt;
&lt;a href=&quot;https://www.linkedin.com/in/damien-retzinger-7615ba91/&quot;&gt;Damien Retzinger&lt;/a&gt;&lt;br&gt;
Founder, Software Engineer&lt;br&gt;
Graycore, LLC&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Vibing the Mage-OS DevDocs&lt;/strong&gt;&lt;br&gt;
&lt;a href=&quot;https://www.linkedin.com/in/david-lambauer/&quot;&gt;David Lambauer&lt;/a&gt;&lt;br&gt;
CEO&lt;br&gt;
run_as_root GmbH&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Mage-OS - Fork It, Own It, Grow It, Better!&lt;/strong&gt;&lt;br&gt;
&lt;a href=&quot;https://www.linkedin.com/in/johnhughes1984/&quot;&gt;John Hughes&lt;/a&gt;&lt;br&gt;
Board Member (&amp;#x26; Content Committee Lead)&lt;br&gt;
Mage-OS&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Edit the Core (Open Source Panel)&lt;/strong&gt;&lt;br&gt;
&lt;a href=&quot;https://www.linkedin.com/in/rhoerr/&quot;&gt;Ryan Hoerr&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;https://www.linkedin.com/in/antonkril/&quot;&gt;Anton Kril&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;https://www.linkedin.com/in/damien-retzinger-7615ba91/&quot;&gt;Damien Retzinger&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;https://www.linkedin.com/in/willem-wigman/&quot;&gt;Willem Wigman&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Fireside Chat: What’s Up Magento? Let’s cut to the Crunch. A Conversation With the Magento Association and Mage-OS Addressing Community-Curated Inquiries&lt;/strong&gt;&lt;br&gt;
&lt;a href=&quot;https://www.linkedin.com/in/saas-boss/&quot;&gt;Jo Baker&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;https://www.linkedin.com/in/mathias-schreiber/&quot;&gt;Mathias Schreiber&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;https://www.linkedin.com/in/rhoerr/&quot;&gt;Ryan Hoerr&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;And look for these friends of Mage-OS on stage or at the event!:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.linkedin.com/in/arronmoss/&quot;&gt;Arron Moss&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.linkedin.com/in/brentwpeterson/&quot;&gt;Brent Peterson&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.linkedin.com/in/ignacioriesco/&quot;&gt;Ignacio Riesco&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.linkedin.com/in/ivanchepurnyi/&quot;&gt;Ivan Chepurnyi&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.linkedin.com/in/jhuskisson/&quot;&gt;Jamie Huskisson&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.linkedin.com/in/snowdog/&quot;&gt;Kuba Zwolinski&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.linkedin.com/in/laurafolco/&quot;&gt;Laura Folco&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.linkedin.com/in/marsha-naidoo-47769727/&quot;&gt;Marsha Naidoo&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.linkedin.com/in/noahokenberg/&quot;&gt;Noah Oken-Berg&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.linkedin.com/in/peterjaap/&quot;&gt;Peter Jaap Blaakmeer&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.linkedin.com/in/sanne-bolkenstein-12079726/&quot;&gt;Sanne Bolkenstein&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.linkedin.com/in/talesh/&quot;&gt;Talesh Seeparsan&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.linkedin.com/in/thienlan/&quot;&gt;Thien-Lan W&lt;/a&gt;&lt;a href=&quot;https://www.linkedin.com/in/thienlan/&quot;&gt;eber&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;We’re super excited about everything going on with Mage-OS lately, and we’d love to talk with you about it!&lt;/p&gt;
&lt;p&gt;If you haven’t yet booked your trip, make sure to reserve your spot soon! &lt;a href=&quot;https://meetmagentonyc.com/&quot;&gt;meetmagentonyc.com/&lt;/a&gt; Space is limited, and the event is going to be jam-packed with great content and conversation. If you’re a merchant, get in touch with us for a 50% discount.&lt;/p&gt;
&lt;p&gt;We’d like to extend a &lt;strong&gt;huge&lt;/strong&gt; thank you to Marsha and the whole team at Above The Fray, for their hospitality and generosity in hosting this event and allowing Mage-OS a presence at it. This wouldn’t be happening without them.&lt;/p&gt;
&lt;p&gt;ALSO, we will be having an informal Mage-OS get-together the day after the event! Come out, have a meal or drink, and chat with us about the future of ecommerce! &lt;a href=&quot;https://www.linkedin.com/events/mage-osgettogetherlunch7105578503462412288/comments/&quot;&gt;More Details&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Finally, don’t miss our recently opened Swag Store if you want to show your Mage-OS support at the event: &lt;a href=&quot;https://mage-os.myspreadshop.com/&quot;&gt;https://mage-os.myspreadshop.com/&lt;/a&gt;.&lt;br&gt;
&lt;strong&gt;Note&lt;/strong&gt;: Choose you location in the Footer for fastest delivery options and local currency.&lt;/p&gt;
&lt;p&gt;We hope to see you there!&lt;/p&gt;</content:encoded><category>Events</category><author>ryan-hoerr</author></item><item><title>Mage-OS Magic in Action</title><link>https://mage-os.org/events/2023-09-15-hackathon-mage-os-magic-in-action</link><guid isPermaLink="true">https://mage-os.org/events/2023-09-15-hackathon-mage-os-magic-in-action</guid><description>Hallo everyone! I have much excitement to share about our latest adventure in the world of coding and camaraderie. Our team came together for a hackathon that...</description><pubDate>Fri, 15 Sep 2023 00:00:00 GMT</pubDate><content:encoded>&lt;h3 id=&quot;recapping-the-mage-os-hackathon-weekend-in-würzburg&quot;&gt;Recapping the Mage-OS Hackathon Weekend in Würzburg&lt;/h3&gt;
&lt;p&gt;Hallo everyone! I have much excitement to share about our latest adventure in the world of coding and camaraderie. Our team came together for a hackathon that was, how do we say… einfach fantastisch!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;When and Where?&lt;/strong&gt;&lt;br&gt;
So, this great gathering? It was happening on Thursday 7th and Friday 8th September. And the place? The run_as_root office in the wonderful Würzburg city.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Our Purpose? Mage-OS!&lt;/strong&gt;&lt;br&gt;
Mage-OS was our shining star. With 14 of us, all buzzing with ideas, it was quite the atmosphere. Vinai, he shared many thoughts on Mage-OS. And I (David) gave some rules for the house. Then, ah, the brainstorming! Ideas were like rivers, flowing non-stop.&lt;/p&gt;
&lt;h3 id=&quot;projects-oh-so-many&quot;&gt;&lt;strong&gt;Projects? Oh, So Many!&lt;/strong&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Thorben, Manuel, Cristiano from faraway Brazil, and yours truly, we played with TypeSense. It’s like Algolia, but open-source. Thanks to time zones, we worked like a relay race. Non-stop!&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Andreas, he went deep into the world of Async Events. Imagine connecting any webhook to Magento Events. Toll, right?&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Vinai, Fabian, Vlad - these three musketeers made the Mage-OS Release Process even cooler, creating custom distributions.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Maryna and Rico? Ah, artists! They gave a new face to Mage-OS DevDocs, and shared knowledge on contributor workflows.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Tjitje, he was a busy bee with PHP Codestyle GitHub Action, making things faster with a Baseline.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Matthias, our hero, made Elasticsearch optional. A big, big move!&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Laura, she was our sunshine. Taking photos, making everyone smile. Ein wunderbar person!&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Much Work, Much Results!&lt;/strong&gt;&lt;br&gt;
In such short time, can you believe, we merged about 35 PRs across 8 repositories? It’s like magic!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;And Fun Times? Of course!&lt;/strong&gt;&lt;br&gt;
We had lovely dinner in a Würzburg biergarten. Laughs, food, and good memories.&lt;/p&gt;
&lt;figure&gt;
&lt;figure&gt;
&lt;p&gt;&lt;img  loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;768&quot; src=&quot;/_astro/team-1-1024x768.BFIJax8C_Z1Kg3eT.webp&quot; &gt;&lt;/p&gt;
&lt;figcaption&gt;
&lt;p&gt;Go Team&lt;/p&gt;
&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;figure&gt;
&lt;p&gt;&lt;img  loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;768&quot; src=&quot;/_astro/Bonding-1-1024x768.CwGwcrms_Z1VUFzr.webp&quot; &gt;&lt;/p&gt;
&lt;figcaption&gt;
&lt;p&gt;Mage-OS bonding&lt;/p&gt;
&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;figure&gt;
&lt;p&gt;&lt;img  loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;768&quot; src=&quot;/_astro/Hackathon-1-1-1024x768.B9u3uJg0_9OeTN.webp&quot; &gt;&lt;/p&gt;
&lt;figcaption&gt;
&lt;p&gt;Ready for action&lt;/p&gt;
&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;figure&gt;
&lt;p&gt;&lt;img  loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;768&quot; src=&quot;/_astro/Coffee-tutorial-1-1024x768.CQ9Huj8F_Z1kVHFi.webp&quot; &gt;&lt;/p&gt;
&lt;figcaption&gt;
&lt;p&gt;Coffee Tutorial&lt;/p&gt;
&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;/figure&gt;
&lt;p&gt;&lt;strong&gt;An Unforgettable Friday Afternoon&lt;/strong&gt;&lt;br&gt;
Now, a special memory from Friday afternoon. I wanted to say some closing words, but I saw something beautiful. The whole office, everyone, was in a deep focus tunnel. No sound, just passion and work. It was like watching a silent orchestra. Very impressive and heartwarming.&lt;/p&gt;
&lt;p&gt;To finish, this hackathon was not only about coding. It was about friendship, learning, and much joy. Here’s to many more such events and the bright future of Mage-OS! Prost! :tada::tada::tada:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Links:&lt;/strong&gt;&lt;br&gt;
Typesense: &lt;a href=&quot;https://github.com/torhoehn/module-typesense-mageos&quot;&gt;https://github.com/torhoehn/module-typesense-mageos&lt;/a&gt;DevDocs: &lt;a href=&quot;https://github.com/mage-os/devdocs&quot;&gt;https://github.com/mage-os/devdocs&lt;/a&gt;DevDocs Website: &lt;a href=&quot;https://github.com/mage-os/devdocs-website&quot;&gt;https://github.com/mage-os/devdocs-website&lt;/a&gt;MageOS: &lt;a href=&quot;https://github.com/mage-os/mageos-magento2&quot;&gt;https://github.com/mage-os/mageos-magento2&lt;/a&gt;Mirror Script: &lt;a href=&quot;https://github.com/mage-os/generate-mirror-repo-js&quot;&gt;https://github.com/mage-os/generate-mirror-repo-js&lt;/a&gt;GitHub Actions: &lt;a href=&quot;https://github.com/mage-os/github-actions&quot;&gt;https://github.com/mage-os/github-actions&lt;/a&gt;Async Events Admin: &lt;a href=&quot;https://github.com/mage-os/mageos-async-events-admin-ui&quot;&gt;https://github.com/mage-os/mageos-async-events-admin-ui&lt;/a&gt;Async Events Lib: &lt;a href=&quot;https://github.com/mage-os/mageos-async-events&quot;&gt;https://github.com/mage-os/mageos-async-events&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&quot;get-involved&quot;&gt;Get Involved&lt;/h2&gt;
&lt;p&gt;Want to get involved with learning more and contributing to our package and distribution process? Join our &lt;a href=&quot;/community/contributing&quot;&gt;weekly tech calls&lt;/a&gt; to find out more.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;/community/contributing&quot;&gt;Get Involved&lt;/a&gt;&lt;/p&gt;</content:encoded><category>Events</category><author>david-lambauer</author></item><item><title>Mirror Package Checksum Changes</title><link>https://mage-os.org/updates/2023-09-12-mirror-package-checksum-changes</link><guid isPermaLink="true">https://mage-os.org/updates/2023-09-12-mirror-package-checksum-changes</guid><description>On Saturday, the 16. September 2023, the checksum of several of the composer packages on mirror.mage-os.org will change. This will likely lead to warnings...</description><pubDate>Tue, 12 Sep 2023 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;On Saturday, the 16. September 2023, the checksum of several of the composer packages on &lt;a href=&quot;https://mirror.mage-os.org/&quot;&gt;mirror.mage-os.org&lt;/a&gt; will change. This will likely lead to warnings during subsequent composer operations on projects utilizing the mirror.&lt;/p&gt;
&lt;p&gt;There is no reason for alarm - there is a technical reason for the update.&lt;/p&gt;
&lt;p&gt;We recently discovered a flaw in the integrity check used to confirm that Mage-OS mirror packages are identical to Magento Open Source packages. We have fixed the flaw, and have ensured all Mage-OS mirror packages are identical to their Magento Open Source counterparts.&lt;/p&gt;
&lt;p&gt;We do not expect to have to change the checksums of released packages again.&lt;/p&gt;
&lt;p&gt;If you are interested in details, please read on.&lt;/p&gt;
&lt;h2 id=&quot;why-are-the-checksums-changing&quot;&gt;Why are the checksums changing?&lt;/h2&gt;
&lt;p&gt;Ever since we started publishing self-built packages on &lt;a href=&quot;https://mirror.mage-os.org/&quot;&gt;mirror.mage-os.org&lt;/a&gt; we have been using GitHub actions to ensure our packages are a drop-in replacement for the packages from repo.magento.com.&lt;/p&gt;
&lt;h3 id=&quot;the-old-package-integrity-check-process&quot;&gt;&lt;a href=&quot;https://gist.github.com/Vinai/71de90b17b3f44fb7fa25169114c2a87#the-old-package-integrity-check-process&quot;&gt;&lt;/a&gt;The old package integrity check process&lt;/h3&gt;
&lt;p&gt;After the packages for a given Magento Open Source Mirror release were generated, that release was installed twice:&lt;br&gt;
once using the Mage-OS composer repository, and once using the Magento composer repository.&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=&quot;https://mirror.mage-os.org&quot; magento/project-community-edition:$VERSION ./mageos&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;composer create-project --repository-url=&quot;https://repo.magento.com&quot; magento/project-community-edition:$VERSION ./magento&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Then the check compared the versions of all installed packages using &lt;code&gt;composer show&lt;/code&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;diff &amp;#x3C;(composer show -d ./magento | sort) &amp;#x3C;(composer show -d ./mageos | sort)&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;If there were no differences, the same package versions were used in both installations, meaning the requirements of all &lt;code&gt;composer.json&lt;/code&gt; files were resolved to the same package versions.&lt;/p&gt;
&lt;p&gt;Finally, the check compared all files, excluding composer and caching files.&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;diff -rq -x &quot;*composer*&quot; -x &quot;*autoload*&quot; -x &quot;*mage---*&quot; ./magento ./mageos&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;If any differences were found, the mirror release failed. If all versions and files were the same, the check succeeded.&lt;/p&gt;
&lt;h3 id=&quot;the-problem&quot;&gt;&lt;a href=&quot;https://gist.github.com/Vinai/71de90b17b3f44fb7fa25169114c2a87#the-problem&quot;&gt;&lt;/a&gt;The problem&lt;/h3&gt;
&lt;p&gt;The old integrity check only checked the installed versions were identical at the point in time the two installations were made.&lt;/p&gt;
&lt;p&gt;It turned out that in some &lt;code&gt;composer.json&lt;/code&gt; files of Magento Open Source, wildcard constraints were used, while Mage-OS used exact version constraints.&lt;/p&gt;
&lt;p&gt;For example, version 1.3.0 of the package &lt;code&gt;magento/module-adobe-stock-image&lt;/code&gt; requires (among others) the package &lt;code&gt;magento/module-adobe-stock-client-api&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Magento Open Source uses the version constraint &lt;code&gt;2.1.*&lt;/code&gt;, while Mage-OS used to use &lt;code&gt;2.1.0&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Now, when Adobe releases a new package that matches such a wildcard constraint, the new version would be installed on Magento Open Source installations, but not on Mage-OS installations.&lt;br&gt;
Consequently, the integrity check for a release that previously passed would no longer succeed, because the Mage-OS installation would not change.&lt;/p&gt;
&lt;p&gt;Regardless of which approach to package version constraints is “better”, since the goal of the Mage-OS mirror is to provide drop-in replacement packages, the Mage-OS packages had to be updated to also use the same wildcard constraints as Magento Open Source.&lt;/p&gt;
&lt;p&gt;For more information, please refer to the &lt;a href=&quot;https://github.com/mage-os/generate-mirror-repo-js/issues/75&quot;&gt;GitHub issue&lt;/a&gt;, where Damien Retzinger describes the problem in depth.&lt;/p&gt;
&lt;h3 id=&quot;the-new-package-integrity-check-process&quot;&gt;&lt;a href=&quot;https://gist.github.com/Vinai/71de90b17b3f44fb7fa25169114c2a87#the-new-package-integrity-check-process&quot;&gt;&lt;/a&gt;The new package integrity check process&lt;/h3&gt;
&lt;p&gt;To fix the problem, the integrity check now no longer compares only the version of installed packages, but instead compares the &lt;code&gt;require&lt;/code&gt;, &lt;code&gt;require-dev&lt;/code&gt;, and &lt;code&gt;suggests&lt;/code&gt; sections of all Mage-OS packages with their corresponding Magento Open Source counterpart directly.&lt;/p&gt;
&lt;p&gt;This allowed us to identify all packages that might have caused installations to diverge over time.&lt;/p&gt;
&lt;p&gt;The &lt;a href=&quot;https://github.com/mage-os/generate-mirror-repo-js/blob/develop/.github/workflows/integrity-check.yml&quot;&gt;new integrity check&lt;/a&gt; was written by Vladyslav Podorozhnyi during the Mage-OS Hackathon in Würzburg a few days ago. Thank you very much!&lt;/p&gt;
&lt;h2 id=&quot;get-involved&quot;&gt;Get Involved&lt;/h2&gt;
&lt;p&gt;Want to get involved with learning more and contributing to our package and distribution process? Join our &lt;a href=&quot;/community/contributing&quot;&gt;weekly tech calls&lt;/a&gt; to find out more.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;/community/contributing&quot;&gt;Get Involved&lt;/a&gt;&lt;/p&gt;</content:encoded><category>Updates</category><author>mage-os-team</author></item><item><title>August 2023 Update</title><link>https://mage-os.org/updates/2023-08-30-august-2023-update</link><guid isPermaLink="true">https://mage-os.org/updates/2023-08-30-august-2023-update</guid><description>Welcome to our August progress update! Here’s what’s been happening recently around Mage-OS: We published a page covering frontend options available for...</description><pubDate>Wed, 30 Aug 2023 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Welcome to our August progress update! Here’s what’s been happening recently around Mage-OS:&lt;/p&gt;
&lt;h2 id=&quot;content&quot;&gt;Content&lt;/h2&gt;
&lt;h3 id=&quot;frontend-options-page&quot;&gt;Frontend Options Page&lt;/h3&gt;
&lt;p&gt;We published a page covering frontend options available for Magento! This includes the built-in theme and variations; major alternatives; headless; and more.&lt;/p&gt;
&lt;p&gt;Check it out: &lt;a href=&quot;/product/features&quot;&gt;https://mage-os.org/why-magento/features/front-end-options/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://mage-os.org/why-magento/features/front-end-options/&quot;&gt;&lt;img alt=&quot;Frontend Options Page Screenshot&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;641&quot; src=&quot;/_astro/Mage-OS-Frontend-Options-1024x641.BU6igU2q_EPV38.webp&quot; &gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The community response has been great! Several more vendors have reached out about the list, and we are more than keen to include them and show the breadth and depth of the ecosystem. If you have another frontend system you’d like to include, let us know through the &lt;a href=&quot;/contact&quot;&gt;contact form&lt;/a&gt; or on &lt;a href=&quot;http://chat.mage-os.org/&quot;&gt;Discord&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&quot;magento-developer-documentation-devdocsmage-osorg&quot;&gt;Magento Developer Documentation (devdocs.mage-os.org)&lt;/h3&gt;
&lt;p&gt;Check out our developer documentation, if you haven’t already! &lt;a href=&quot;https://devdocs.mage-os.org&quot;&gt;devdocs.mage-os.org&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://devdocs.mage-os.org/docs/&quot;&gt;&lt;img alt=&quot;Mage-OS Dev Docs Search Screenshot&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;641&quot; src=&quot;/_astro/Mage-OS-Dev-Docs-Screenshot-1024x641.xoY4T_RJ_ZvCGfQ.webp&quot; &gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Since last month, contributors have added and reviewed 80,000 words with the help of AI! It also has a powerful and quick search, powered by Algolia for Open Source.&lt;/p&gt;
&lt;p&gt;Huge thanks to David Lambauer for leading and pushing the documentation forward.&lt;/p&gt;
&lt;p&gt;The new documentation is getting indexed by search engines, so be on the lookout for Mage-OS devdocs results on your next searches!&lt;/p&gt;
&lt;p&gt;It’s &lt;a href=&quot;https://github.com/mage-os/devdocs&quot;&gt;super easy to edit and submit changes on Github&lt;/a&gt;, so if you have some time, maybe add your expertise to the docs as well!&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://devdocs.mage-os.org/docs/&quot;&gt;Go to DevDocs&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&quot;technical&quot;&gt;Technical&lt;/h2&gt;
&lt;p&gt;&lt;a href=&quot;https://helpx.adobe.com/uk/security/products/magento/apsb23-42.html&quot;&gt;Magento&lt;/a&gt; security updates were released earlier this month, and are also available on 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;p&gt;The new versions are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;2.4.6-p2&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;2.4.5-p4&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;2.4.4-p5&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The technical contribution team is focused on finalizing the details and process for our very own Mage-OS Distribution, as well as a number of special features for inclusion. More to come!&lt;/p&gt;
&lt;h2 id=&quot;membership&quot;&gt;Membership&lt;/h2&gt;
&lt;p&gt;We are in the process of finalizing arrangements with an accounting firm. Because we are an international not-for-profit organization, strict identification and tax rules apply and have to be diligently followed. The unusual nature of our association and international membership have proven tricky for navigating legal and financial arrangements, but we hope to get this all worked out very soon.&lt;/p&gt;
&lt;p&gt;If you want to start budgeting for next year, here are the &lt;a href=&quot;https://opencollective.com/mage-os&quot;&gt;Sponsorship Tiers&lt;/a&gt; we are looking at.&lt;/p&gt;
&lt;p&gt;As soon as we are ready to collect funds, we’ll let you know via Discord, our &lt;a href=&quot;/community&quot;&gt;newsletter&lt;/a&gt;, and on &lt;a href=&quot;https://linkedin.com/company/mage-os&quot;&gt;social media&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&quot;events&quot;&gt;Events&lt;/h2&gt;
&lt;h3 id=&quot;first-ever-mage-os-hackathon&quot;&gt;First ever Mage-OS Hackathon!&lt;/h3&gt;
&lt;p&gt;Würzburg, Germany, 7-8th September&lt;/p&gt;
&lt;p&gt;15 or so experienced and talented developers are participating in the upcoming Mage-OS Hackathon, including people from Basecom, Integer_Net, and Hyvä. Huge thanks to &lt;a href=&quot;https://run-as-root.sh/&quot;&gt;run_as_root&lt;/a&gt; for organizing and hosting this at their headquarter offices.&lt;/p&gt;
&lt;p&gt;If you’re interested, there is still time to join! Make history in allowing the Mage-OS Distribution to reach a new milestone before general availability.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://run-as-root.sh/posts/first-mage-os-hackathon.html&quot;&gt;Mage-OS Hackathon&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&quot;mageunconference-germany&quot;&gt;MageUnconference Germany&lt;/h3&gt;
&lt;p&gt;Cologne, Germany, 29th September – 1st October&lt;/p&gt;
&lt;p&gt;If you enjoyed &lt;a href=&quot;https://yireo.com/blog/2023-07-19-mage-unconference-aftermath&quot;&gt;Mage Unconference Netherlands&lt;/a&gt; back in July, or were sad to miss it, consider joining for Magento Unconference (MageUC), the first of its kind in Germany!&lt;/p&gt;
&lt;p&gt;Unconferences are a laid back and informal alternative to conferences, where none of the talks are selected in advance, and the conversations and breaks are the focus.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.mageunconference.org/&quot;&gt;MageUnconference DE&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&quot;meet-magento-new-york&quot;&gt;Meet Magento New York&lt;/h3&gt;
&lt;p&gt;New York, USA, 10-11th October&lt;/p&gt;
&lt;p&gt;Coming up soon is the premiere event for the northeast, Meet Magento New York! Many of our US-based representatives will be there, including Ryan Hoerr, Laura Folco, Damien Retzinger, and many more.&lt;/p&gt;
&lt;p&gt;The event will span two full days this year, packed with sessions, panels, and conversation. We’ll be there to share our vision for the future of Magento, and we hope you’ll be there to chip in.&lt;/p&gt;
&lt;p&gt;If you’re a merchant interested in attending, you can contact us for a 50% discount code. The event is also still open for sponsorships. Don’t wait to reserve your spot!&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://meetmagentonyc.com/&quot;&gt;Meet Magento New York&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&quot;meet-magento-netherlands&quot;&gt;&lt;strong&gt;Meet Magento Netherlands&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;Amsterdam, the Netherlands, 2nd November&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://nl.mage-os.org/lid-worden&quot;&gt;Mage-OS Nederlands&lt;/a&gt;, our tall and proud Dutch chapter is bringing back Meet Magento Netherlands!&lt;/p&gt;
&lt;p&gt;Want to submit a talk? &lt;a href=&quot;https://docs.google.com/forms/d/e/1FAIpQLSeRCTXcQbCRcsgEfvmVtcBexndHKUkTgP8vm5IIOB7TYGxDZQ/viewform&quot;&gt;Fill out this form&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Want to sponsor? Email: &lt;a href=&quot;mailto:bestuur@nl.mage-os.org&quot;&gt;bestuur@nl.mage-os.org&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://nl.meet-magento.com/&quot;&gt;Meet Magento Netherlands&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&quot;get-involved&quot;&gt;Get Involved&lt;/h2&gt;
&lt;p&gt;Remember, you can find us every week here:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Content Meeting:&lt;/strong&gt; Mondays 4pm CEST/ 10am EDT&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Technical Meeting:&lt;/strong&gt; Tuesdays 3pm CEST/ 9am EDT&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href=&quot;/community/contributing&quot;&gt;Get Involved&lt;/a&gt;&lt;/p&gt;</content:encoded><category>Updates</category><author>thien-lan-weber</author></item><item><title>Pedal to the Metal: Acceleration of Titan Rig’s Magento Store by Amasty</title><link>https://mage-os.org/case-studies/2023-08-21-pedal-to-the-metal-acceleration-of-titan-rigs-magento-store-by-amasty</link><guid isPermaLink="true">https://mage-os.org/case-studies/2023-08-21-pedal-to-the-metal-acceleration-of-titan-rigs-magento-store-by-amasty</guid><description>![](images/Screen-2-1024x768.png) A popular US-based provider of PC cooling components, Titan Rig, helps thousands of customers keep their technical equipment...</description><pubDate>Mon, 21 Aug 2023 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;&lt;img  loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;768&quot; src=&quot;/_astro/Screen-2-1024x768.C4Ez4yxD_ZsxTg3.webp&quot; &gt;&lt;/p&gt;
&lt;p&gt;A popular US-based provider of PC cooling components, Titan Rig, helps thousands of customers keep their technical equipment at maximum performance with minimum risks via their Magento Open Source store. However, due to poor implementation they were facing multiple technical and performance related challenges. &lt;/p&gt;
&lt;p&gt;To accelerate the big rig hauling their entire business forward and help them smoothly deal with any traffic, the company turned to &lt;a href=&quot;https://amasty.com/&quot;&gt;Amasty&lt;/a&gt;’s “repair shop” with a request to realize Magento’s full potential.&lt;/p&gt;
&lt;h2 id=&quot;drop-off&quot;&gt;Drop-Off&lt;/h2&gt;
&lt;p&gt;After contacting Amasty, who developed over &lt;strong&gt;80%&lt;/strong&gt; of the extensions used on the cooling components store, Titan Rig explained that the maintenance of their Magento-powered website was being outsourced. However, the results of their cooperation so far had been underwhelming. &lt;/p&gt;
&lt;p&gt;Many store pages took from &lt;strong&gt;12&lt;/strong&gt; to whopping &lt;strong&gt;25 seconds&lt;/strong&gt; to load and search results appeared in no less than &lt;strong&gt;16 seconds&lt;/strong&gt;. Waiting times got even longer in the evenings, when the traffic was at its peak. Worse than that, the website would regularly crash and stay down for around 10 minutes – on a lucky day, that is.  &lt;/p&gt;
&lt;p&gt;No doubt, all of this had a very negative effect on organic traffic, customer satisfaction, conversions, and online sales. But Titan Rig was not looking to move e-commerce systems. They appreciated Magento’s flexible, omnichannel, and open-source nature and simply wanted to have their store optimized.  &lt;/p&gt;
&lt;h2 id=&quot;inspections--diagnosis&quot;&gt;Inspections &amp;#x26; Diagnosis&lt;/h2&gt;
&lt;p&gt;A performance audit of Titan Rig’s store unveiled a clear imbalance in server resources; they were overpowered for the slow morning traffic yet too weak to handle peak times in the evenings.&lt;/p&gt;
&lt;p&gt;Testing also helped to detect a number of code errors and Magento best practices violations, which caused loading speed decline. Some of the key issues were:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;ObjectManager&lt;/strong&gt; direct call in template files&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;ObjectManager&lt;/strong&gt; in module logic&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Too much logic in &lt;strong&gt;PHTML&lt;/strong&gt; templates&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Block objects&lt;/strong&gt; created in template files&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Plugins with &lt;strong&gt;around()&lt;/strong&gt; instead of &lt;strong&gt;before()&lt;/strong&gt; and &lt;strong&gt;after()&lt;/strong&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;cacheable=“false”&lt;/strong&gt; in layout handles&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;repair-works&quot;&gt;Repair Works&lt;/h2&gt;
&lt;p&gt;To balance out server resources, Amasty’s “mechanics” decided to enable &lt;strong&gt;auto-scaling.&lt;/strong&gt; Thanks to Magento’s flexible hosting, the team easily activated additional server nodes and further customized hosting services to match the website’s traffic patterns. All these efforts helped to ensure that the website would smoothly tackle even peak loads.&lt;/p&gt;
&lt;p&gt;Fixing all the uncovered coding issues and implementing Magento best practices was all it took to significantly increase the website speed. With pages loading in just &lt;strong&gt;2-4 seconds&lt;/strong&gt; and Time to First Byte (TTFB) equalling &lt;strong&gt;150-180 milliseconds&lt;/strong&gt;, Titan Rig’s store officially entered the green &lt;em&gt;‘Good’&lt;/em&gt; speed zone. &lt;/p&gt;
&lt;h2 id=&quot;engine-tuning&quot;&gt;Engine Tuning&lt;/h2&gt;
&lt;p&gt;The results were already excellent but Amasty knew that Magento could go even faster. The team offered to replace the existing MySQL-powered search engine with &lt;a href=&quot;https://amasty.com/algolia-search-for-magento-2.html&quot;&gt;&lt;strong&gt;Algolia&lt;/strong&gt;&lt;/a&gt; –a lightning-fast search technology that fit both the Magento environment and Titan Rig’s business needs like a glove. Implementing Algolia on the store helped to achieve more relevant search results that fully loaded in under &lt;strong&gt;2-3 seconds&lt;/strong&gt; instead of the crazy 16.  &lt;/p&gt;
&lt;h2 id=&quot;test-drive&quot;&gt;Test Drive&lt;/h2&gt;
&lt;p&gt;With the page load speed raised from 15-25 seconds to 2-4 and Algolia search showing results in just 2-3 seconds, Titan Rig’s desktop Magento store got a definite &lt;strong&gt;‘Passed’&lt;/strong&gt; in Core Web Vitals Assessment by Google’s PageSpeed Insights.&lt;/p&gt;
&lt;p&gt;&lt;img  loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;768&quot; src=&quot;/_astro/Screen-1-1024x768.Dr6gvcla_ckwEs.webp&quot; &gt;&lt;/p&gt;
&lt;p&gt;Kevin Keating, Vice President of Marketing and Sales at Titan Rig, provided more details on the results of the collaboration:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;“We’ve seen a significant improvement in our overall traffic, and the website has been better equipped to handle it. We’ve had better visibility in Google because we don’t have any more errors on our page. We have A+ ratings on other testing websites, and even our customers have seen a noticeable improvement in the website’s performance.”&lt;/em&gt;&lt;/p&gt;
&lt;h2 id=&quot;customization&quot;&gt;Customization&lt;/h2&gt;
&lt;p&gt;Convinced of Magento’s potential and Amasty’s competence, Titan Rig decided to re-launch one of the projects they had unsuccessfully attempted with the freelancers: the implementation of &lt;strong&gt;a real-time PC cable configurator&lt;/strong&gt;. The solution was aimed at helping customers personalize their cables on the website by choosing different plugs and combining as many as 40 different cable colors.&lt;/p&gt;
&lt;p&gt;Because of Magento’s extensive capabilities for customization and integration, the Amasty team successfully developed the product configurator and integrated it with Titan Rig’s entire e-commerce system. Now, whenever a client creates a unique cable right on the website, the order specifications are automatically transferred via &lt;strong&gt;Linnworks and APIs&lt;/strong&gt; to the warehouse. There, the magic of creating one-of-a-kind cables happens.&lt;/p&gt;
&lt;h2 id=&quot;back-on-the-road-again&quot;&gt;Back on The Road Again&lt;/h2&gt;
&lt;p&gt;Refined and upgraded, Titan Rig’s store hit the road – now faster, more stable, and ready to handle any traffic. The enhanced Magento performance helped the company to boost customer satisfaction, conversions, and sales. The cable configurator, a brand-new website feature, successfully attracts new clients and makes the company stand out among competitors. &lt;/p&gt;
&lt;p&gt;Pleased with the revitalized Magento store, Titan Rig now entrust Amasty with the full ongoing maintenance of their website.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;“It’s the professionalism that’s most impressive. They’re honest. I’ve never worked with a company that’s so responsive, even when dealing with other third-party software applications. They don’t just let things sit around. I feel I can trust them with our website.” — Kevin Keating, VP of Marketing and Sales at Titan Rig.&lt;/em&gt;&lt;/p&gt;</content:encoded><category>Case Studies</category><author>sergej-derzap</author></item><item><title>July 2023 Update</title><link>https://mage-os.org/updates/2023-07-12-july-2023-update</link><guid isPermaLink="true">https://mage-os.org/updates/2023-07-12-july-2023-update</guid><description>We know many of you have been impatient to learn more about how Mage-OS is progressing, both from the organization side with our association and also from the...</description><pubDate>Wed, 12 Jul 2023 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;We know many of you have been impatient to learn more about how Mage-OS is progressing, both from the organization side with our association and also from the product side with the Mage-OS distribution, so here’s a roundup of everything that we’ve been working on over the past couple of months.&lt;/p&gt;
&lt;h2 id=&quot;mage-os-membership&quot;&gt;Mage-OS Membership&lt;/h2&gt;
&lt;p&gt;In full transparency, getting to a point to start welcoming members to our association has taken us much longer than expected, and we have encountered many hurdles we didn’t anticipate. This has mainly been around setting up a global not-for-profit organization and all the paperwork required to make sure we do things right, such as accepting funds for legal and legitimate activities along with the appropriate accounting and tax considerations.&lt;/p&gt;
&lt;p&gt;This has included the need for our President, Vinai, to travel in person to Poland (where our association has been legally founded) to set up and finalize bank details with fellow board member Maciej, who has been instrumental in forming the association.&lt;/p&gt;
&lt;p&gt;Following this visit, we can now proudly announce that we have a bank account, and as soon as we have an accounting firm and some minor details finalized (which will hopefully only take a few more weeks), we can open membership and sponsorships to help finance our next growth stage.&lt;/p&gt;
&lt;p&gt;If you want to be notified when our membership scheme opens, &lt;a href=&quot;/community&quot;&gt;sign up to our newsletter&lt;/a&gt;!&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;/community&quot;&gt;Sign Up&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&quot;tech--product&quot;&gt;Tech / Product&lt;/h2&gt;
&lt;h3 id=&quot;mage-os-distribution&quot;&gt;Mage-OS Distribution&lt;/h3&gt;
&lt;p&gt;Things are progressing well, and we’re keeping this update brief, so focus can be kept on finalising our own Distribution. We’ve now been able to build a working Mage-OS install (where packages are installed under the &lt;code&gt;mage-os&lt;/code&gt;, not &lt;code&gt;magento&lt;/code&gt; composer vendor namespace). The final steps are to perform some code cleanup and finalise the CI (Continuous Integration) process. Keep an eye out for more updates soon!&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;/get-started/installation&quot;&gt;About the Mage-OS Distribution&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&quot;246-p1-update&quot;&gt;2.4.6-p1 update&lt;/h3&gt;
&lt;p&gt;In case you missed it, Magento Open Source 2.4.6-p1 was released last month, and that’s available on our mirror as well: &lt;a href=&quot;https://mirror.mage-os.org&quot;&gt;mirror.mage-os.org&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&quot;sonassi-mirror&quot;&gt;Sonassi Mirror&lt;/h3&gt;
&lt;p&gt;We are delighted to announce support from Sonassi, a leading hosting company in the UK. Here is the link to their dedicated Mage-OS mirror: &lt;a href=&quot;https://mirror.sonassi.com/&quot;&gt;mirror.sonassi.com&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&quot;content&quot;&gt;Content&lt;/h2&gt;
&lt;h3 id=&quot;mage-os-website&quot;&gt;Mage-OS Website&lt;/h3&gt;
&lt;p&gt;Since the new Mage-OS website launch earlier this year, the content team has been diligently working to continue enhancing the site. This includes richer content, and much improved design.&lt;/p&gt;
&lt;p&gt;In particular, we are very proud of our new &lt;a href=&quot;/community/contributing&quot;&gt;Get Involved page&lt;/a&gt; and &lt;a href=&quot;/community/contributing&quot;&gt;Magento Developers Resource page&lt;/a&gt;. &lt;/p&gt;
&lt;p&gt;A big shout out to everyone on the Content Committee for spending their spare time volunteering to help make these impactful improvements. In particular we’d like to thank Sergej Derzap and his team at &lt;a href=&quot;https://amasty.com/&quot;&gt;Amasty&lt;/a&gt; for the consistently excellent design output, and Indraneil Khedekar at &lt;a href=&quot;https://www.contentscribers.com/&quot;&gt;Content Scribers&lt;/a&gt; for bringing those designs to reality.&lt;/p&gt;
&lt;h3 id=&quot;developer-documentation&quot;&gt;Developer Documentation&lt;/h3&gt;
&lt;p&gt;One of our next areas of focus is developer documentation. While there has always been substantial documentation for developers since the launch of Magento 2, the docs have become less friendly with the recent move to Adobe’s Experience League. In addition, the devdocs have never provided a great or welcoming introductory section for newcomers and junior developers.&lt;/p&gt;
&lt;p&gt;Work has already started on our own simplified and user-friendly version of the docs, initially focused on introductory content. A huge shout-out to David Lambauer from &lt;a href=&quot;https://run-as-root.sh/&quot;&gt;run_as_root&lt;/a&gt; for his time spent kicking this off. You can see the early results here: &lt;a href=&quot;https://devdocs.mage-os.org/docs&quot;&gt;https://devdocs.mage-os.org&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Want to join the fun and contribute? Join our &lt;a href=&quot;https://discord.gg/4q4nGk6e&quot;&gt;Discord server&lt;/a&gt;, and get hands-on with the content and code on &lt;a href=&quot;https://github.com/mage-os/devdocs&quot;&gt;GitHub&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://devdocs.mage-os.org/docs&quot;&gt;DevDocs&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://discord.gg/4q4nGk6e&quot;&gt;Discord&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://github.com/mage-os/devdocs&quot;&gt;GitHub&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&quot;meet-magento-uk-recap-article&quot;&gt;Meet Magento UK Recap Article&lt;/h3&gt;
&lt;p&gt;It might be strange to talk about a recap for an event that hasn’t happened yet! However, we’re planning ahead to make sure we get the best content from one of the biggest Magento specific events in Europe to share with the wider community on our blog.&lt;/p&gt;
&lt;p&gt;If you’re attending the event in London on Tuesday 18th July, and would like to share your feedback on any of the talks or your overall experiences from the day, please get in touch with us so we can include it in our article (with full credit of course!)&lt;/p&gt;
&lt;p&gt;A big thanks to John Prendergast from &lt;a href=&quot;https://aonach.com/&quot;&gt;Aonach&lt;/a&gt;, one of our regular committee members, for putting together &lt;a href=&quot;https://docs.google.com/spreadsheets/d/1Xmo1Ld55w4cUYTPwP8tu96wEiQStpvUL1LdrOsQily8/edit#gid=0&quot;&gt;this sheet&lt;/a&gt; that details the full agenda of the day so we can plan out who would like to cover which topics. Also thanks to Brent Peterson and his team at &lt;a href=&quot;https://www.contentbasis.io/&quot;&gt;Content Basis&lt;/a&gt; who have offered to help pull the final article(s) together once we have all the contributions.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;/community/contributing&quot;&gt;Get Involved&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&quot;and-thats-not-all&quot;&gt;And That’s Not All…&lt;/h3&gt;
&lt;p&gt;We’re also working on multiple other areas, such as finalizing membership content for when that opens (which will include business directory listings); looking into an unbiased overview of all the storefront options available for Mage-OS / Magento Open Source; better guidelines and submission process for those that would like to contribute blog articles or case studies; and exploring improvements to our events page.&lt;/p&gt;
&lt;p&gt;If any of the above sounds like something you’d be interested to help with, then please join us on our weekly content meetings on Mondays at 4 pm CEST / 10am EDT.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;/community/contributing&quot;&gt;Get Involved&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In addition, we’re always after more merchant case studies and insights/best practice articles for the site if you have something you’d like to contribute!&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;/contact&quot;&gt;Contact Us&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&quot;events&quot;&gt;Events&lt;/h2&gt;
&lt;p&gt;July is filled with hot events, especially in Europe, where you’ll be able to catch up with many Mage-OS board members, supporters and contributors. We’ll be bringing our much sought-after Mage-OS stickers to these events too, so don’t miss out!&lt;/p&gt;
&lt;h3 id=&quot;mageunconference-netherlands&quot;&gt;MageUnconference Netherlands&lt;/h3&gt;
&lt;p&gt;Utrecht, 12-14th July&lt;/p&gt;
&lt;p&gt;This is an unconference: Be prepared for plenty of fun and sharing. There is no program, there are no official speakers, there is just a group of developers chatting about all kinds of topics. Thank you to Jisse Reistma from Yireo and &lt;a href=&quot;https://nl.mage-os.org/&quot;&gt;Mage-OS Nederland&lt;/a&gt; for putting this together!&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://mageunconference.nl/&quot;&gt;MageUnconference NL&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&quot;meet-magento-uk&quot;&gt;Meet Magento UK&lt;/h3&gt;
&lt;p&gt;London, 18th July&lt;/p&gt;
&lt;p&gt;One of the largest Magento focused conferences in Europe is back for another year of great talks and a chance to meet up with so many folks from across the Magento ecosystem. Multiple folks from our board and committees will be there; be on the lookout!&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://meet-magento.co.uk/&quot;&gt;Meet Magento UK&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&quot;meet-magento-singapore&quot;&gt;Meet Magento Singapore&lt;/h3&gt;
&lt;p&gt;Marina Bay Sands, 17th August&lt;/p&gt;
&lt;p&gt;Meet Magento Singapore is back for its 6th edition for another year of great Magento-focused topics and networking in the stunning setting of Marina Bay Sands. You don’t want to miss out on one of the premier Magento events in Asia!&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://meetmagento.sg/&quot;&gt;Meet Magento Singapore&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&quot;first-ever-mage-os-hackathon&quot;&gt;First ever Mage-OS Hackathon!&lt;/h3&gt;
&lt;p&gt;Würzburg, Germany, 7-8th September&lt;/p&gt;
&lt;p&gt;Join us as we’ll have the very first Mage-OS Hackathon in the &lt;a href=&quot;https://run-as-root.sh/&quot;&gt;run_as_root&lt;/a&gt; headquarter offices. They’‘ll bring pizza and drinks, a nice party, and the location. You’ll bring your ideas, sunny mood, and fast fingers!&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://run-as-root.sh/posts/first-mage-os-hackathon.html&quot;&gt;Mage-OS Hackathon&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&quot;mageunconference-germany&quot;&gt;MageUnconference Germany&lt;/h3&gt;
&lt;p&gt;Cologne, 29th September - 1st October&lt;/p&gt;
&lt;p&gt;This Magento Unconference (MageUC) will be the first of its kind in Germany. It’s similar to a regular conference, which means experts and specialists attend the event, presenting and listening to various talks, networking and gaining experience. In contrast to a regular conference, the event’s focus is on conversations and open topics. Talks and speakers are collected and elected during the event. Every participant has a chance to get involved.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.mageunconference.org/&quot;&gt;MageUnconference DE&lt;/a&gt;&lt;/p&gt;</content:encoded><category>Updates</category><author>john-hughes</author></item><item><title>Embracing Innovation: My Journey to Join Mage-OS</title><link>https://mage-os.org/updates/2023-06-02-embracing-innovation-my-journey-to-join-mage-os</link><guid isPermaLink="true">https://mage-os.org/updates/2023-06-02-embracing-innovation-my-journey-to-join-mage-os</guid><description>Once upon a time, I found myself seeking a new adventure in the world of e-commerce. Having worked extensively with Magento, I was drawn to its flexibility and...</description><pubDate>Fri, 02 Jun 2023 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Once upon a time, I found myself seeking a new adventure in the world of e-commerce. Having worked extensively with Magento, I was drawn to its flexibility and robust features. However, I yearned for something more, a chance to be part of an innovative movement that pushes the boundaries of what is possible.&lt;/p&gt;
&lt;p&gt;That’s when I discovered Mage-OS, an independent fork of Magento Open Source. I was captivated by the idea of joining a community dedicated to enhancing the Magento platform and driving it forward. Mage-OS represented a new frontier, a realm where creativity and ingenuity knew no bounds.&lt;/p&gt;
&lt;p&gt;What intrigued me most about &lt;a href=&quot;https://mage-os.org/distribution/product-vision/&quot;&gt;Mage-OS was its vision&lt;/a&gt;. It aimed to offer a leaner, more modular codebase that would improve performance and provide greater flexibility and customisation options. This commitment to empowering developers resonated deeply with me, as I craved an environment that encouraged exploration and creativity.&lt;/p&gt;
&lt;p&gt;As I delved deeper into the Mage-OS ecosystem, I was impressed by the passion and dedication of the community. The collaborative spirit was infectious, with like-minded individuals coming together to share ideas, solve problems, and shape the future of e-commerce. The support and camaraderie I experienced were unlike anything I had encountered before.&lt;/p&gt;
&lt;p&gt;Moreover, joining Mage-OS meant being part of a movement that sought to create its own solution that would challenge traditional norms and drive innovation. This was an opportunity to be at the forefront of a groundbreaking initiative where I could contribute to the development of a modern, performant, and user-centric e-commerce experience.&lt;/p&gt;
&lt;p&gt;I was not just joining a platform; I was joining a community united by a shared purpose. Together, we aimed to revolutionise the e-commerce landscape, to push boundaries and redefine what it means to build exceptional online stores. The spirit of Mage-OS aligned perfectly with my own aspirations, and I knew I had found my place.&lt;/p&gt;
&lt;p&gt;So here I stand today, proud to be a member of the &lt;a href=&quot;https://mage-os.org/about/&quot;&gt;Mage-OS community&lt;/a&gt;. The journey has been nothing short of incredible, filled with continuous learning, collaboration, and growth. Being part of Mage-OS has allowed me to expand my skill set, engage with forward-thinking professionals, and contribute to a project that is reshaping the future of e-commerce.&lt;/p&gt;
&lt;p&gt;Suppose you, too, seek an adventure, a chance to be part of a movement that embraces innovation and pushes the boundaries of what is possible. In that case, &lt;a href=&quot;https://mage-os.org/about/get-involved/&quot;&gt;I invite you to join me&lt;/a&gt; on this extraordinary journey with Mage-OS. Together, let us shape the future of e-commerce and make our mark on the industry.&lt;/p&gt;
&lt;p&gt;Marek Kubačák&lt;/p&gt;
&lt;hr&gt;
&lt;h5 id=&quot;join-us&quot;&gt;Join Us!&lt;/h5&gt;
&lt;p&gt;Inspired by Marek’s story and want to find out more? We’d love to hear from you. Marek currently attends our weekly content committee calls on Mondays, but there are multiple ways you can get involved, such as by joining the discussions on our Discord server or our technical meetings on Tuesdays.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://mage-os.org/about/get-involved/&quot;&gt;Get Involved&lt;/a&gt;&lt;/p&gt;
&lt;h5 id=&quot;about-marek&quot;&gt;About Marek&lt;/h5&gt;
&lt;p&gt;An ‘orange’ brain from the Czech Republic is now flourishing in Manchester’s Digital North West. For over a decade, Marek, always distinguishable by his signature hat, has been a dynamic catalyst, revolutionising the Magento landscape. As a creative eCommerce Evangelist, Public Speaker, and Agile Wrangler, his unique approach challenges businesses to prioritise effectively. Since 2009, he’s been contributing his eCommerce, digital transformation, and ergonomics expertise on the client side later in time agency, always seeking new challenges, personal growth, and thrilling business opportunities.&lt;/p&gt;
&lt;p&gt;You can follow and connect with Marek on LinkedIn: &lt;a href=&quot;https://www.linkedin.com/in/markkubacak/&quot;&gt;https://www.linkedin.com/in/markkubacak/&lt;/a&gt;&lt;/p&gt;</content:encoded><category>Updates</category><author>marek-kubacak</author></item><item><title>Mage Titans 2023 - The Mage-OS Recap</title><link>https://mage-os.org/events/2023-05-18-mage-titans-2023-the-mage-os-recap</link><guid isPermaLink="true">https://mage-os.org/events/2023-05-18-mage-titans-2023-the-mage-os-recap</guid><description>Mage Titans returned to Manchester, UK, on April 22nd 2023, for the first time in nearly 4 and half years, and what a comeback it was! Over 150 passionate...</description><pubDate>Thu, 18 May 2023 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Mage Titans returned to Manchester, UK, on April 22nd 2023, for the first time in nearly 4 and half years, and what a comeback it was!&lt;/p&gt;
&lt;p&gt;Over 150 passionate community members attended the event, and while the main focus of any Mage Titans event is aimed at developers, there were also many others from different backgrounds involved. The day itself was an incredible success, with many great speakers, including long-time community members and newcomers to the stage, giving talks on a wide range of topics, from in-depth technical talks to productivity, mental health and well-being.&lt;/p&gt;
&lt;p&gt;&lt;img  loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;576&quot; src=&quot;/_astro/MageTitans.lR38lmf2_Z21ejB0.webp&quot; &gt;&lt;/p&gt;
&lt;p&gt;There was a strong turnout from Mage-OS, including our President, Vinai, Vice President, Thien-Lan, Board Members Alessandro, Peter-Jaap and myself (John), plus many of our incredible contributors from both our technical and content committees, as well as board members from our first local community initiative group: Mage-OS Nederland.&lt;/p&gt;
&lt;p&gt;Mage-OS was a hot topic all weekend, starting out on Friday night at the Dev Exchange pre-event meetup, through to talks during the main event and even late into the after-party!&lt;/p&gt;
&lt;h2 id=&quot;dev-exchange-debate&quot;&gt;Dev Exchange debate&lt;/h2&gt;
&lt;figure&gt;
&lt;p&gt;&lt;img  loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;576&quot; src=&quot;/_astro/Dev-Exchange-MT23-1024x576.CxQUGeSd_ZfJgCE.webp&quot; &gt;&lt;/p&gt;
&lt;figcaption&gt;
&lt;p&gt;Mage Titans Dev Exchange&lt;/p&gt;
&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;On the Friday evening before the event, around 30 community members gathered together for a small event to catch up and discuss topics suggested by the attendees. Given this was the return of Mage Titans after such a long time, the majority of the event ended up being people catching up with old acquaintances over a beer, but one topic hit a nerve and provided engaging discussion for over an hour. You guessed it… Mage-OS!&lt;/p&gt;
&lt;p&gt;The chat ranged from &lt;a href=&quot;/about&quot;&gt;what Mage-OS has achieved so far&lt;/a&gt;, why certain things have taken longer than planned (in some people’s opinion), what Mage-OS should focus on next, what developers and agencies want and need from Mage-OS, and what would help Mage-OS move faster (spoiler alert: more contributors and funds!).&lt;/p&gt;
&lt;p&gt;While the debate and opinions did get a little heated at times, everyone involved was on board with the overall mission that Mage-OS has set out to achieve - to ensure a successful future for the Magento platform. Furthermore, it highlighted the passion that remains in the Magento ecosystem, along with the desire to nurture and grow this community we all love.&lt;/p&gt;
&lt;h2 id=&quot;the-main-event&quot;&gt;The main event&lt;/h2&gt;
&lt;figure&gt;
&lt;p&gt;&lt;img  loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;469&quot; src=&quot;/_astro/The-Dome-MT23-1024x469.-ROtHub0_Vlclb.webp&quot; &gt;&lt;/p&gt;
&lt;figcaption&gt;
&lt;p&gt;Rob and Gareth from Space 48 kick off proceedings in the dome&lt;/p&gt;
&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;The main day itself took place on a surprisingly sunny Manchester day, and in a new location, after the closure of the much loved Comedy Store. The new venue didn’t disappoint, however, the ‘dome’ being a stunning setting for a day of talks.&lt;/p&gt;
&lt;h2 id=&quot;building-mage-os&quot;&gt;Building Mage-OS&lt;/h2&gt;
&lt;p&gt;After a handful of engaging talks in the morning, it was time for our President, Vinai, to take the stage. Vinai’s clearly no stranger to the stage at Magento events and has talked about Mage-OS on multiple occasions, but this was the first time anyone had given a technical talk on the platform.&lt;/p&gt;
&lt;figure&gt;
&lt;p&gt;&lt;img  loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;576&quot; src=&quot;/_astro/Vinai-on-Stage-MT23-1024x576.D3gbl157_Z2iBfk0.webp&quot; &gt;&lt;/p&gt;
&lt;figcaption&gt;
&lt;p&gt;Mage-OS President Vinai presenting on stage&lt;/p&gt;
&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;Vinai’s talk outlined the process, complexity and challenges of our journey towards building our own distribution. It highlighted the many parts of the Magento release and package management that people often take for granted and the fact that Magento’s (Adobe’s) own process is not actually open source.&lt;/p&gt;
&lt;p&gt;Taking the main Magento 2 mono-repo and splitting it up into the many packages that are eventually installed when creating a new project via composer was the main challenge, but Vinai also explained the many other quirks uncovered along the way. This included how Adobe’s own released packages contain many inconsistencies (which we had to replicate), how bundled extensions are not built from publicly accessible repos and the different types of additional packages that needed handling (such as the inventory and page builder repos).&lt;/p&gt;
&lt;p&gt;The talk was definitely an eye-opener for many folks, especially those not so close to the technical side of the project. While it certainly outlined the complexity of the challenge and the time it needed for us to reach a point where we could offer our mirror and nightly builds, it also highlighted that when passionate and talented folks get together, we can achieve great things!&lt;/p&gt;
&lt;figure&gt;
&lt;p&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=HBchGPck%5C_d4&quot;&gt;https://www.youtube.com/watch?v=HBchGPck\_d4&lt;/a&gt;&lt;/p&gt;
&lt;figcaption&gt;
&lt;p&gt;Vinai Kopp - Mage-Os: The Journey&lt;/p&gt;
&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;h2 id=&quot;the-future-of-magento&quot;&gt;The Future of Magento&lt;/h2&gt;
&lt;p&gt;After further stimulating talks in the morning and a lunch break, we returned for the afternoon session, which kicked off with a panel discussing the ‘small’ matter of the future of Magento.&lt;/p&gt;
&lt;p&gt;The panel was hosted by longtime Magento community advocate Rebecca Brocton and included the inventor of Hyvä, Willem Wigman, Space 48 and Mage Titans founder, Jon Woodall, recently appointed Executive Director of the Magento Association, Mathias Schreiber, and last but not least, our very own Thien-Lan Weber, Vice President of Mage-OS.&lt;/p&gt;
&lt;figure&gt;
&lt;p&gt;&lt;img  loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;576&quot; src=&quot;/_astro/Future-of-Magento-Panel-MT23-1024x576.C8fc0dpy_Z1UdNTe.webp&quot; &gt;&lt;/p&gt;
&lt;figcaption&gt;
&lt;p&gt;The Future of Magento Panel&lt;/p&gt;
&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;The panel were presented with a variety of questions that were proposed by community members and event attendees before and during the panel, which included questions around the future of the frontend of the default frontend of Magento (Luma), what the community needs most from Adobe (to listen/transparency), what’s happening with the Magento Association, and of course, the future plans for Mage-OS!&lt;/p&gt;
&lt;p&gt;As a quick aside, our plans at Mage-OS remain consistent for the time being: continue building out our tooling so we can get to a point where we can offer &lt;a href=&quot;/get-started/installation&quot;&gt;our own standalone distribution&lt;/a&gt; and accept code contributions from the community and begin innovating on new features, improve the content on Magento Open Source and Mage-OS on this site, and finalise the founding of our association so we can open up membership and begin to take funds to accelerate the above further, along with trying to recruit more contributors to help our cause!&lt;/p&gt;
&lt;p&gt;The most poignant takeaway from the panel, however, came when the topic of current community engagement was raised (via a &lt;a href=&quot;https://app.sli.do/event/9b9UFa5mJPGMzh2qtgUsmN/live/polls&quot;&gt;poll about whether people felt more, less or the same amount of engagement with the community than in the past, or are newcomers to the ecosystem&lt;/a&gt;). This led the discussion to move on to how we get new generations to join the ecosystem and become excited and engaged with the platform, which prompted Willem to issue a rallying cry to existing community members, especially those in prominent positions, to stop posting negative content (even if partly in jest) and focus on promoting a positive image that accurately portrays the joy and passion we all have for the community and platform.&lt;/p&gt;
&lt;figure&gt;
&lt;p&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=4f7t10F39cI&quot;&gt;https://www.youtube.com/watch?v=4f7t10F39cI&lt;/a&gt;&lt;/p&gt;
&lt;figcaption&gt;
&lt;p&gt;The Future of Magento Panel&lt;/p&gt;
&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;h2 id=&quot;more-talks-more-chat-good-times&quot;&gt;More talks, more chat, good times!&lt;/h2&gt;
&lt;p&gt;There were further talks through the afternoon, and Mage Titans legend Tadhg Bowe rounded off the day with his trademark comedy/self-care/productivity routine! Following this, it was time for the after party, where the chat and buzz remained late on into the evening, including some questionable photos!&lt;/p&gt;
&lt;figure&gt;
&lt;p&gt;&lt;img  loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;768&quot; height=&quot;1024&quot; src=&quot;/_astro/Mage-OS-Friends-MT23-768x1024.CDSelILD_2qhhYB.webp&quot; &gt;&lt;/p&gt;
&lt;figcaption&gt;
&lt;p&gt;Mage-OS &amp;#x26; Friends at the photo booth!&lt;/p&gt;
&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;h2 id=&quot;recap-and-takeaways&quot;&gt;Recap and Takeaways&lt;/h2&gt;
&lt;p&gt;The entire event was an overwhelming success and felt like a real reunion for the Magento developer community, but equally, it was great to plenty of new faces enter the ecosystem. We’ve come away re-energized, enthused and it reaffirms our belief that pushing forward with Mage-OS will play a important role in re-invigorating the community and helping the Magento ecosystem to grow and innovate.&lt;/p&gt;
&lt;p&gt;Our key takeaways from the event are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;The Magento community is still as passionate and driven as it ever has been - we just need more events like these and working groups/initiatives to push things forward&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Like Rome, Mage-OS wasn’t built in a day, and it’s important we take stock of what we’ve achieved so far from unpaid community contributions alone to get to a point where we can begin to start building out our own distribution and start taking on members (and funds) to expedite our growth&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;If we want to encourage newcomers into the space, positivity is key; we need to ensure we portray the Magento community and ecosystem externally as the welcoming and encouraging space that it is&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;We need to continue promoting our openness and desire for collaboration; we recruited a few new folks to our weekly tech and content meetings off the back of the event, and we hope to continue to grow these committees moving forward&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;On that note, if you’d like to get more involved, whether by simply joining the discussion on our Discord Server or by joining one of our committees, please visit our &lt;a href=&quot;/community/contributing&quot;&gt;Get Involved page&lt;/a&gt;. And, if you want to feel the passion of the community first-hand, then check out our &lt;a href=&quot;https://mage-os.org/community/events/&quot;&gt;events page&lt;/a&gt; for what is upcoming next.&lt;/p&gt;
&lt;p&gt;Finally, we’d like to express our thanks to Gareth, Rob, Molly, Jon and the rest of the Space 48 team for bringing back Mage Titans and putting on an incredible event. We look forward to the next edition!&lt;/p&gt;</content:encoded><category>Events</category><author>john-hughes</author></item><item><title>The first Mage-OS meetup in Italy</title><link>https://mage-os.org/updates/2023-04-24-the-first-mage-os-meetup-in-italy</link><guid isPermaLink="true">https://mage-os.org/updates/2023-04-24-the-first-mage-os-meetup-in-italy</guid><description>Hello from Italy! This is Alessandro Ronchi, on behalf of the Mage-OS Association. On April 4th, 2023, I participated as a speaker in the first Mage-OS meetup...</description><pubDate>Mon, 24 Apr 2023 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hello from Italy! This is Alessandro Ronchi, on behalf of the Mage-OS Association.&lt;/p&gt;
&lt;p&gt;On April 4th, 2023, I participated as a speaker in &lt;strong&gt;the first Mage-OS meetup in Italy&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;The event was organized by &lt;a href=&quot;https://www.linkedin.com/company/pug-romagna/&quot;&gt;PHP User Group Romagna&lt;/a&gt; and hosted by &lt;a href=&quot;https://www.linkedin.com/company/extera-srl/&quot;&gt;Extera&lt;/a&gt;, and it took place &lt;strong&gt;both online and in person&lt;/strong&gt;. About a dozen people were present at Extera’s offices, while around thirty more joined online.&lt;/p&gt;
&lt;p&gt;I presented &lt;strong&gt;the Mage-OS project&lt;/strong&gt; using the slides Vinai Kopp had prepared and presented at previous events. I talked about Mage-OS, &lt;strong&gt;how&lt;/strong&gt; and &lt;strong&gt;why&lt;/strong&gt; it was created, &lt;strong&gt;who&lt;/strong&gt; is involved, and &lt;strong&gt;what&lt;/strong&gt; goals we want to achieve.&lt;/p&gt;
&lt;p&gt;I also took the opportunity to share &lt;strong&gt;some updates&lt;/strong&gt;, such as that the Mage-OS Association is now &lt;strong&gt;legally established&lt;/strong&gt;.&lt;/p&gt;
&lt;figure&gt;
&lt;p&gt;&lt;img alt=&quot;Alessandro Ronchi speaking at a PHP User Group Romagna meetup to present Mage-OS&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1280&quot; height=&quot;853&quot; src=&quot;/_astro/1680778466362-edited.uzC3Udyx_1MxNyj.webp&quot; &gt;&lt;/p&gt;
&lt;figcaption&gt;
&lt;p&gt;Alessandro speaking about Mage-OS vision&lt;/p&gt;
&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;At the end of the presentation, I was pleased that people showed interest in the project and asked several questions.&lt;/p&gt;
&lt;p&gt;The main requests concerned:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Whether we plan to develop &lt;strong&gt;B2B functionalities&lt;/strong&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Whether &lt;strong&gt;education&lt;/strong&gt; and &lt;strong&gt;certification&lt;/strong&gt; paths are planned&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;What Mage-OS’s position is on the &lt;strong&gt;front-end&lt;/strong&gt;, and whether a technology will be chosen as the default.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The kind of &lt;strong&gt;support&lt;/strong&gt; that Mage-OS will offer to enterprise companies.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Regarding &lt;strong&gt;B2B&lt;/strong&gt; functionalities, one of the reasons we created Mage-OS is to foster the Magento ecosystem. Many vendors develop extensions to offer such functionalities. Therefore, it is not in Mage-OS’s interest to think about developing functionalities the ecosystem can provide with a wide range of options.&lt;/p&gt;
&lt;p&gt;We still need to make plans for &lt;strong&gt;education&lt;/strong&gt; and &lt;strong&gt;certifications&lt;/strong&gt;. It is an interesting topic and certainly in line with our mission of ensuring &lt;strong&gt;longevity and prosperity&lt;/strong&gt; for the Magento platform. So be prepared to read some news on this topic in the future.&lt;/p&gt;
&lt;p&gt;The request regarding our position on the &lt;strong&gt;front-end&lt;/strong&gt; arises when Magento’s front-end technology is at a standstill. On the one hand, the integrated theme (Luma) is still officially the default technology, the only frontend that is functionally complete and supported by all third-party vendors. On the other hand, it has long seemed that the decoupled theme based on &lt;strong&gt;PWA Studio&lt;/strong&gt; (Venia) should replace the integrated theme; since, after some time, it still doesn’t achieve the required functional completeness, it gives the impression of an abandoned project (but I’m happy to be proven wrong).&lt;/p&gt;
&lt;p&gt;In between, free and commercial new technologies have emerged that are winning over developers, making it unclear what the de facto standard is in the Magento world. Stimulated by this request, we are working to provide a &lt;strong&gt;complete picture&lt;/strong&gt; to merchants and agencies to facilitate their choice. Check out our website regularly for content updates on the topic.&lt;/p&gt;
&lt;p&gt;Finally, regarding the type of support Mage-OS will offer, we plan to create a company owned by the association solely responsible for providing &lt;strong&gt;technical support&lt;/strong&gt;. The company will not compete with the ecosystem but rather &lt;strong&gt;fill the gap&lt;/strong&gt; between merchants and agencies: it will ensure full support for the core platform. To achieve this project, we will need funds, so the first step will be to launch the &lt;strong&gt;membership program&lt;/strong&gt;, the goal of the current quarter.&lt;/p&gt;
&lt;figure&gt;
&lt;p&gt;&lt;img alt=&quot;Meetup refreshments, provided by Extera&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1280&quot; height=&quot;960&quot; src=&quot;/_astro/1680778468539-edited.CEJIMh9x_aNJQo.webp&quot; &gt;&lt;/p&gt;
&lt;figcaption&gt;
&lt;p&gt;Sandwiches&lt;/p&gt;
&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;I want to thank PUG Romagna and Extera for the opportunity (and the buffet) and all those who participated. I invite everyone who believes in our project to join us: you can find all the useful references on the &lt;a href=&quot;https://mage-os.org/about/get-involved/&quot;&gt;Get Involved page.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Alessandro Ronchi&lt;br&gt;
Board Member - Mage-OS Association&lt;/p&gt;</content:encoded><category>Updates</category><author>alessandro-ronchi</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>New Mage-OS Website</title><link>https://mage-os.org/updates/2023-03-16-new-mage-os-website</link><guid isPermaLink="true">https://mage-os.org/updates/2023-03-16-new-mage-os-website</guid><description>We&apos;re excited to announce the launch of the brand new Mage-OS website, which brings a fresh new design, more content on Mage-OS itself, and, even more...</description><pubDate>Thu, 16 Mar 2023 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;We’re excited to announce the launch of the brand new Mage-OS website, which brings a fresh new design, more content on Mage-OS itself, and, even more importantly, dedicated merchant-focused content on Magento Open Source and the Magento community and ecosystem. And this is just the start, as our new site provides the base to add even more content and functionality in future.&lt;/p&gt;
&lt;h2 id=&quot;what-does-our-new-site-offer&quot;&gt;What does our new site offer?&lt;/h2&gt;
&lt;p&gt;Like the previous Mage-OS site, our new site contains key information about our association: who we are and what our goals are, details about the Mage-OS distribution, and regular updates on our activities and progress. However, we’ve now expanded this further to include even more content.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://mage-os.org/about/&quot;&gt;About Mage-OS&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://mage-os.org/about/leadership-team/&quot;&gt;Leadership Team&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://mage-os.org/distribution/&quot;&gt;Mage-OS Distribution&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://mage-os.org/category/updates/&quot;&gt;Updates&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&quot;merchant-focused-content&quot;&gt;Merchant Focused Content&lt;/h3&gt;
&lt;p&gt;We feel there has been a lack of quality Magento Open Source for merchants for many years, but especially since Adobe removed most of the information about the platform from their site, focusing almost exclusively on Adobe Commerce and retiring the magento.com domain.&lt;/p&gt;
&lt;p&gt;Our new site provides useful content on the key strengths and features of the Magento Open Source platform, and we’ll soon be following this up with content focused on use cases and common solutions Magento Open Source can provide. In addition, we’ve collated a list of useful resources for merchants and written a piece explaining the differences between the different editions of Magento.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://mage-os.org/why-magento/features/&quot;&gt;Magento Open Source Features&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://mage-os.org/why-magento/resources/&quot;&gt;Merchant Resources&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://mage-os.org/why-magento/magento-vs-adobe-vs-mage-os/&quot;&gt;Magento vs Adobe vs Mage-OS&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;We’ve also introduced three new sections that we’ll be looking to populate further through community contributions going forward:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;eCommerce Insights - our blog that outlines best practices, opinion, and useful guides for merchants&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Case Studies - in-depth articles that describe merchant success stories&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Brands - a directory listing where merchants (and agencies) can list their sites&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href=&quot;https://mage-os.org/category/ecommerce-insights/&quot;&gt;eCommerce Insights&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://mage-os.org/category/case-studies/&quot;&gt;Case Studies&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://mage-os.org/why-magento/brands/&quot;&gt;Brands&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&quot;community-resources&quot;&gt;Community Resources&lt;/h3&gt;
&lt;p&gt;Our community is the greatest asset of the Magento ecosystem, so we’ve got an entire section dedicated just to it.&lt;/p&gt;
&lt;p&gt;We’re starting out with an overview page outlining what it means to us and so many others, an events page that outlines all the upcoming conferences and meetups and more resources, this time focused on developers, agencies and other professionals who work with Magento.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://mage-os.org/community/&quot;&gt;About Our Community&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://mage-os.org/community/events/&quot;&gt;Events&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://mage-os.org/community/resources/&quot;&gt;Technical Resources&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Also, given many local communities are starting to come together under the Mage-OS name, such as the recently formed Mage-OS Nederland, we’ve started a section where they can provide details on their local initiatives.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://mage-os.org/community/local-mage-os-communities/&quot;&gt;Local Mage-OS Communities&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&quot;what-benefits-does-it-bring&quot;&gt;What benefits does it bring?&lt;/h2&gt;
&lt;h3 id=&quot;non-developer-friendly&quot;&gt;Non-developer friendly&lt;/h3&gt;
&lt;p&gt;While our previous site was built on the great, lightweight Astro framework, it wasn’t very friendly for non-technical people who wanted to contribute content. Our new site is built using WordPress, which means that anyone can now help write, review and publish content.&lt;/p&gt;
&lt;h3 id=&quot;content-seo--marketing-tools&quot;&gt;Content, SEO &amp;#x26; marketing tools&lt;/h3&gt;
&lt;p&gt;WordPress provides us with almost unlimited options when it comes to content authoring and workflows, better SEO tools and more advanced marketing options so we can ensure that the content we write can be easily promoted and discovered.&lt;/p&gt;
&lt;h3 id=&quot;quicker-feature-delivery&quot;&gt;Quicker feature delivery&lt;/h3&gt;
&lt;p&gt;Again, given the vast array of plugins available for WordPress, we can much more easily enhance the site with new functionality going forward without needing to spend time custom developing features. We can focus this development resource on the &lt;a href=&quot;https://mage-os.org/distribution/&quot;&gt;Mage-OS Distribution&lt;/a&gt; instead!&lt;/p&gt;
&lt;h2 id=&quot;whats-next&quot;&gt;What’s next?&lt;/h2&gt;
&lt;p&gt;Our new site is just the start, and we have plenty more content and functionality we plan to roll out over the coming months, including:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;More Magento Open Source content - in addition to the planned solutions content, we’re also looking to add comparisons with other eCommerce platforms, including Adobe Commerce&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Community Directory - a directory of listings for merchants, agencies, technology, storefront and hosting providers&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Mage-OS Membership Details - once our association has been legally founded, we’ll begin to offer membership for individuals and companies&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Mage-OS Product Roadmap - a page to outline the upcoming additions and changes to the Mage-OS Distribution&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;thanks-to-our-contributors&quot;&gt;Thanks to our contributors&lt;/h2&gt;
&lt;p&gt;Our new site and its content could not have been made possible without the time, effort and contributions of our dedicated content committee. Please check out our contributors’ page to see the many talented people that made this possible.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://mage-os.org/about/contributors/&quot;&gt;Contributors&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&quot;get-involved&quot;&gt;Get involved&lt;/h2&gt;
&lt;p&gt;If our new site, values or mission have inspired you to join our cause and ensure a brighter future for the Magento Open Source ecosystem, then please get involved in one of our committees or get in touch!&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://mage-os.org/about/get-involved/&quot;&gt;Get Involved&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://mage-os.org/contact-us/&quot;&gt;Get In Touch&lt;/a&gt;&lt;/p&gt;</content:encoded><category>Updates</category><author>john-hughes</author></item><item><title>Happily ever after - Online Spy Shop and Magento 2</title><link>https://mage-os.org/case-studies/2023-03-12-happily-ever-after-online-spy-shop-and-magento-2</link><guid isPermaLink="true">https://mage-os.org/case-studies/2023-03-12-happily-ever-after-online-spy-shop-and-magento-2</guid><description>Hollywood love stories usually start with some ups and downs in a relationship and then a big showdown – preferably with a great sunset as a backdrop. True...</description><pubDate>Sun, 12 Mar 2023 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hollywood love stories usually start with some ups and downs in a relationship and then a big showdown – preferably with a great sunset as a backdrop. True love stories are often much simpler: You find the perfect match and stay together. In the case of Magento 2 and &lt;a href=&quot;https://www.onlinespyshop.co.uk/&quot;&gt;Online Spy Shop&lt;/a&gt;, a UK-based company offering surveillance equipment for companies, governments and individuals, one can certainly speak of true love.&lt;/p&gt;
&lt;p&gt;&lt;img  loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;576&quot; src=&quot;/_astro/OnlineSpyShop.Mfs2vKt4_qpGQt.webp&quot; &gt;&lt;/p&gt;
&lt;h2 id=&quot;how-it-began&quot;&gt;How it began&lt;/h2&gt;
&lt;p&gt;Already in 2018, Steve Roberts, proprietor of OSS Technology Ltd - Online Spy Shop, decided for Magento 2 to take his existing online store to the next level. Steve explains: “We were looking for four elements in a new platform: We wanted it future-proof, we wanted security, ease-of-use and a platform that allowed us to grow.” Although Magento 2 was still in its infancy at that time, Steve and his team believed in the strength and solidity of it and its possibilities for exceptional growth. Steve: “It was a great choice we made, and we are still happy with this choice”.&lt;/p&gt;
&lt;h2 id=&quot;top-5-functionalities-to-fall-in-love&quot;&gt;Top 5 functionalities to fall in love&lt;/h2&gt;
&lt;p&gt;Back in 2018 – and still valid today – Online Spy Shop’s USP was very simple: transparency.&lt;/p&gt;
&lt;p&gt;“For us, transparency means that we provide a good service and offer good products AND treat all clients the same regardless of status – which implies that we always uphold integrity”, Steve explains the company values.&lt;/p&gt;
&lt;p&gt;To back this, the online store has, from the beginning, certain functions considered mandatory:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Customer reviews: These show real examples of customer satisfaction to generate trust. (Do you want to implement such a powerful feature? &lt;a href=&quot;https://mage-os.org/why-magento/features/marketing-seo/&quot;&gt;Read more here&lt;/a&gt;.)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Site search: Helps the customer to find his product as quickly as possible without any distraction – if not wanted.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Content: Shows that the company has expert knowledge and is, therefore, trustworthy.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Live Chat: To offer superior customer service by answering in real time.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Address Validation verification service: Suggests validated addresses for fast and correct delivery.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;They also set a focus on a streamlined and user-friendly yet comprehensive checkout. Including the acceptance of all payments that they needed and being compatible with PCA Predict, they met their expectations to provide their customers with the possibility of placing an order with minimum friction. &lt;/p&gt;
&lt;h2 id=&quot;make-an-effort-to-grow-the-love&quot;&gt;Make an effort to grow the love&lt;/h2&gt;
&lt;p&gt;Surveillance equipment is used by most people these days, whether that be a non-technical individuals using home CCTV to businesses, large corporations, private sectors, public sectors and law enforcement. In short, surveillance equipment can be used as a positive aid to gather important video / audio evidence in sometimes difficult and sensitive situations.&lt;/p&gt;
&lt;p&gt;It is, therefore, not surprising that a provider of such equipment should also make sure that the user experience in the store is as positive as possible. Having this in mind, Online Spy Shop implemented plenty of improvements and optimizations over time to ensure a great customer experience.&lt;/p&gt;
&lt;p&gt;The first thing customer will notice (and fall in love with) is the significantly improved top navigation bar. Not only did Online Spy Shop include a variety of trust elements such as the delivery time, positive reviews and an easily accessible phone support, but also a focus on “Made in UK”-products and UK-based support.&lt;/p&gt;
&lt;p&gt;And to help find the customer’s love interest more easily, Online Spy Shop highlights its bestseller products and offers a mega menu, including a ton of important information. Once you decided on a product, you’ll find more specifications on the according product page. But if you want to win over the customer, you’ll need to offer more – and that’s what Online Spy Shop is doing: On the dedicated product page, not only find the exact delivery date and the possibility of social sharing (and who doesn’t want to share one’s new love with the world) together with express payment options. &lt;/p&gt;
&lt;p&gt;The check-out page – provided by &lt;a href=&quot;https://www.onestepcheckout.com/&quot;&gt;OneStepCheckout&lt;/a&gt; for Magento 2 – lifts the purchasing process and, therefore, the user experience to another level. &lt;/p&gt;
&lt;h2 id=&quot;the-love-for-performance&quot;&gt;The love for performance&lt;/h2&gt;
&lt;p&gt;In 2021, Online Spy Shop wanted to boost the website’s findability and increase the browsing experience even more. They did this by launching a new version of the website using &lt;a href=&quot;https://www.hyva.io/&quot;&gt;Hyvä&lt;/a&gt; - a frontend theme for Magento. Steve explains the reason: “The whole point of using Hyvä Themes is the improvement of the Core Web Vitals, which leads to more visibility by ranking higher in Search Engine Result Pages (SERP). And actually, it allows a better, safer and faster browsing experience for any visitor landing on our website.”&lt;/p&gt;
&lt;p&gt;Online Spy Shop didn’t stop just there but put extra effort in to become as trustworthy as they need to be for customers of such a business. Steve: “We did that by cramming as much information as we could in that rectangle above the fold. Why? Consumers’ attention span is reducing to just a few seconds, and we wanted to make sure that they’ll get all the important and useful information as quickly as possible.”&lt;/p&gt;
&lt;p&gt;To differentiate from the competition, they provided additional transparency by highlighting customer reviews, dispatch time and delivery fees, which is reiterated on the product pages too. By showing the width and breadth of their product assortment – not only showing the range in a mega menu but also highlighting and providing quick links to best-selling products – they also stand out from the competition.&lt;/p&gt;
&lt;h2 id=&quot;check-out-with-your-love-interest&quot;&gt;Check-out with your love-interest&lt;/h2&gt;
&lt;p&gt;Once the customer has found the perfect piece, Online Spy Shop offers an easy-to-use checkout.&lt;/p&gt;
&lt;p&gt;For those who don’t want any strings attached, even without a registration or a required login. Email, address and phone number validation is self-evident, but the check-out also offers additional features such as address lookup and autofill.&lt;/p&gt;
&lt;p&gt;“We implemented OneStepCheckout in the beginning and are still more than happy with that decision”, says Steve. “What we can clearly see in the various iterations of the checkout design is that the business made sure customers are focused on completing checkout and not tempted to click away from this page.” The iterations include the removal of navigation bars and various icons, but also the replacement of Sage Pay with Stripe so that the customers can stay on the same page to pay.  &lt;/p&gt;
&lt;p&gt;Although these efforts are certainly made to maximize the checkout conversion, it adds to the flawless user experience on the site. Store owners who want an equally good user experience can find &lt;a href=&quot;/product/features&quot;&gt;more information here&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&quot;bright-future&quot;&gt;Bright future&lt;/h2&gt;
&lt;p&gt;In every relationship, you’ll need to make an effort to keep the fire burning. Online Spy Shop has found its perfect match with Magento and was – and is – able to meet customer requirements through ongoing improvements and optimizations. &lt;/p&gt;
&lt;p&gt;He also found a great agency - &lt;a href=&quot;https://foundationcommerce.co.uk/&quot;&gt;Foundation Commerce&lt;/a&gt; - to support him in his next growth phase using new innovative technologies like Hyvä. As Steve Robert puts it:&lt;/p&gt;
&lt;p&gt; &lt;em&gt;“Ryan’s credentials and skillset are a rare find and bringing Foundation Commerce agency onboard was the best decision we’ve made&lt;/em&gt;_.”_ &lt;/p&gt;
&lt;p&gt;Perfect match with technology and people leads to the customer’s trust, which is the base of a longtime relationship and the “happily ever after”.&lt;/p&gt;
&lt;p&gt;For those who need a bit of support finding the way to the customers’ heart, please, check out the &lt;a href=&quot;/product/features&quot;&gt;various features Magento offers&lt;/a&gt; you.&lt;/p&gt;</content:encoded><category>Case Studies</category><author>mage-os-team</author></item><item><title>Dependency Graphs, Website, and more</title><link>https://mage-os.org/updates/2023-02-28-dependency-graphs-website-and-more</link><guid isPermaLink="true">https://mage-os.org/updates/2023-02-28-dependency-graphs-website-and-more</guid><description>See Adam Crossland’s NX demo for a sneak peek of where Mage-OS tech is headed. Adam Crossland and Damien Retzinger have been working on using a tool called NX...</description><pubDate>Tue, 28 Feb 2023 00:00:00 GMT</pubDate><content:encoded>&lt;h2 id=&quot;product-update&quot;&gt;Product Update&lt;/h2&gt;
&lt;p&gt;See &lt;a href=&quot;https://www.linkedin.com/in/ACoAABVdXVwBWm0JxapAOsPq629nbfblC5TKxhM&quot;&gt;Adam Crossland&lt;/a&gt;’s NX demo for a sneak peek of where Mage-OS tech is headed.&lt;/p&gt;
&lt;p&gt;Adam Crossland and Damien Retzinger have been working on using a tool called NX to build a dependency graph of all code in Mage-OS. This graph lets us use code or commands to trace the files and modules that each bit of code depends on.&lt;/p&gt;
&lt;p&gt;Using this, we can identify the exact modules that are affected by each contribution to Mage-OS. That means we can run only the code tests that are relevant to a pull request, which will make for a much faster contribution and testing cycle! The full testing suite takes many hours to complete, so being able to run only part of them will be a huge improvement for everyone.&lt;/p&gt;
&lt;p&gt;In the short term, we are creating GitHub Actions that use the graph to run fast unit and integration tests of all changes.&lt;/p&gt;
&lt;p&gt;Long-term, we intend to use this work to simplify the dependency graph by decreasing the dependencies between different modules in Mage-OS. That will have all sorts of benefits, especially for being able to only install the modules you need for a specific site.&lt;/p&gt;
&lt;p&gt;This is a big step toward enhancing Mage-OS for composable commerce.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=seMz0iCs5Jo&quot;&gt;Watch the Mage-OS NX graph demo&lt;/a&gt;&lt;/p&gt;
&lt;figure&gt;
&lt;p&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=seMz0iCs5Jo&quot;&gt;https://www.youtube.com/watch?v=seMz0iCs5Jo&lt;/a&gt;&lt;/p&gt;
&lt;figcaption&gt;
&lt;p&gt;Mage-OS NX graph demo&lt;/p&gt;
&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;h2 id=&quot;new-website&quot;&gt;New Website&lt;/h2&gt;
&lt;p&gt;We’re making significant progress on the new website for &lt;a href=&quot;https://www.linkedin.com/company/mage-os/&quot;&gt;Mage-OS&lt;/a&gt; which includes essential information about Magento Open Source. This content has been sorely missing for many years, especially since &lt;a href=&quot;http://magento.com/&quot;&gt;magento.com&lt;/a&gt; was discontinued.&lt;/p&gt;
&lt;p&gt;This wouldn’t have been possible without the help of so many great people in our community 🙌&lt;/p&gt;
&lt;p&gt;Thanks to the many who have contributed over the past few months to help get to a point where we are nearly ready to launch!&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.linkedin.com/in/arronmoss&quot;&gt;Arron Moss&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.linkedin.com/in/indraneil&quot;&gt;Indraneil Khedekar&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.linkedin.com/in/johnhughes1984/&quot;&gt;John Hughes&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.linkedin.com/in/prendergastjohn&quot;&gt;John Prendergast&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.linkedin.com/in/nicole-mentzen&quot;&gt;Nicole Mentzen&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.linkedin.com/in/reuben-southall-1b95b5162&quot;&gt;Reuben Southall&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.linkedin.com/in/rolandhaselager&quot;&gt;Roland Haselager&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.linkedin.com/in/rhoerr&quot;&gt;Ryan Hoerr&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.linkedin.com/in/derzap/&quot;&gt;Sergej Derzap&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.linkedin.com/in/thienlan&quot;&gt;Thien-Lan Weber&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;We plan to launch the new site before the end of March.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&quot;A preview of the new Mage-OS website&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1191&quot; height=&quot;928&quot; src=&quot;/_astro/2023-02-28-new-website-preview.BZboMKvh_1P6lfk.webp&quot; &gt;&lt;/p&gt;
&lt;p&gt;If you want to help out before it launches, head over and say hello on the content channel on our Discord server. 👋&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://chat.mage-os.org/&quot;&gt;http://chat.mage-os.org/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;We’d highly value additional case studies, community stories, and pictures, so that the website represents us all!&lt;/p&gt;
&lt;h2 id=&quot;association-status&quot;&gt;Association Status&lt;/h2&gt;
&lt;p&gt;As a follow-up from last month: our lawyers made the appeal, gathered signatures from all founding members in Poland, and resubmitted our case to the court. We hope to have great news to share next month.&lt;/p&gt;
&lt;p&gt;Again thank you everyone for your support in the various work streams and on social media. We’ve exceeded 1,000 followers on &lt;a href=&quot;https://www.linkedin.com/company/81885701&quot;&gt;LinkedIn&lt;/a&gt;, and 700 members on the &lt;a href=&quot;http://chat.mage-os.org/&quot;&gt;Mage-OS Discord&lt;/a&gt;. Join us if you haven’t already!&lt;/p&gt;
&lt;p&gt;That’s all for now. Thanks for reading! 🙌🏻&lt;/p&gt;
&lt;p&gt;The Mage-OS folks&lt;/p&gt;</content:encoded><category>Updates</category><author>mage-os-team</author></item><item><title>Calling All Merchants - Purchase Your Own Extensions</title><link>https://mage-os.org/ecommerce-insights/2023-02-25-calling-all-merchants-purchase-your-own-extensions</link><guid isPermaLink="true">https://mage-os.org/ecommerce-insights/2023-02-25-calling-all-merchants-purchase-your-own-extensions</guid><description>Simple ways to streamline operations and reduce costs In almost 15 years of working with Magento we have taken on many projects from other agencies large and...</description><pubDate>Sat, 25 Feb 2023 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;&lt;em&gt;Simple ways to streamline operations and reduce costs&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;In almost 15 years of working with Magento we have taken on many projects from other agencies large and small. One distinguishing factor which governs our appreciation for peer agencies, is whether they help merchants manage their own extensions. There are few things worse than taking on a project when their licensing and extensions are masked with confusion over who purchased what. This not only makes it more difficult to work with composer but it also adds legal risk of ownership and adds time and cost to future upgrades.&lt;/p&gt;
&lt;p&gt;If as a merchant, you own all the accounts and therefore the contact methods, licenses, accounts and composer keys, then you are in control and can become agnostic and even work with multiple development agencies or teams simultaneously. &lt;/p&gt;
&lt;h2 id=&quot;monogency-mono-agency&quot;&gt;Monogency (mono agency)&lt;/h2&gt;
&lt;p&gt;Yes it’s a made up word! - or Mono Agency. We refer to agencies with a culture aimed not at providing the best service, but protecting their own commercial interests i.e tying the merchant in as much as possible.&lt;/p&gt;
&lt;p&gt;Some agencies insist on being the single SI to a Magento merchant, often citing SLA’s as their reasons. This might be the only way they are prepared to work. That’s not to say this is not still normal, however as merchants are now developing more mature dev ops processes, we are seeing merchants choose to work with multiple agencies or development teams at a time. This year alone we have experience of working with 2 very large UK retailers who have both internal development teams and also are working with multiple SI’s at the same time. This requires standardization in operational processes and ultimately ownership of said processes by the merchant. &lt;/p&gt;
&lt;h2 id=&quot;the-future-is-polygency-poly-agency&quot;&gt;The future is Polygency (poly agency)&lt;/h2&gt;
&lt;p&gt;Again not a word! &lt;/p&gt;
&lt;p&gt;For us, merchants whom can be agency-agnostic means they can refrain from agency tie-ins, which is ultimately risk-reducing if done properly. In 15 years of Magento development, the costs we have charged to take over projects and help merchants become more independent, has often outweighed the development costs. This should not be part of the modern TCO (total cost of ownership), otherwise the platform and the merchant both suffer.&lt;/p&gt;
&lt;p&gt;If you are working with an agency or developer who insists on purchasing your extensions and not helping you manage your own vendor accounts, it’s likely you will become more constrained to their processes, culture, costs, skill-sets. Ultimately this is a risk to your business. &lt;/p&gt;
&lt;p&gt;Tips when looking to purchase Magento extensions:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Never leave it to an external supplier, partner or contract developer&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Always purchase and manage your extension subscriptions in-house&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Keep a record of your extension vendors/accounts/keys&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Always try and ensure all contributing parties use Composer when managing vendor extensions&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;</content:encoded><category>eCommerce Insights</category><author>arron-moss</author></item><item><title>Achieving Zero-Downtime deployments with Magento Open Source</title><link>https://mage-os.org/ecommerce-insights/2023-02-25-achieving-zero-downtime-deployments-with-magento-open-source</link><guid isPermaLink="true">https://mage-os.org/ecommerce-insights/2023-02-25-achieving-zero-downtime-deployments-with-magento-open-source</guid><description>Introducing Zero-Downtime deployments facilitates faster, more frequent deployments As an agency working with Magento since 2009, we are always excited at the...</description><pubDate>Sat, 25 Feb 2023 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;&lt;em&gt;Introducing Zero-Downtime deployments facilitates faster, more frequent deployments&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;As an agency working with Magento since 2009, we are always excited at the prospect of moving faster with developments for our clients. Achieving &lt;a href=&quot;https://en.wikipedia.org/wiki/CI/CD&quot;&gt;CI/CD&lt;/a&gt; for customers on a &lt;strong&gt;budget&lt;/strong&gt; is no easy task. In this article we discuss the pain points and share some of our processes in achieving regular zero-downtime deployments for merchants using Magento Open Source or Adobe Commerce.&lt;/p&gt;
&lt;h2 id=&quot;why-is-it-so-difficult-with-magento-2&quot;&gt;Why is it so difficult with Magento 2?&lt;/h2&gt;
&lt;p&gt;A standard deployment on Magento 2 usually involves certain commands/processes being ran in the event of certain changes. Here we explain the key deployment types.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;bin/Magento setup:static-content: deploy&lt;/strong&gt; - If you have frontend changes which involved typically Javascript or CSS, then you will need to run this. This can be achieved in *zero-downtime.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;bin/Magento setup: upgrade&lt;/strong&gt; - If you have upgrades to Magento or modules or are installing a new module, these require setup:upgrade to be ran and during this phase, the site should be in maintenance mode.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Custom code changes or patches&lt;/strong&gt; - Either of these in most cases can be achieved with *zero-downtime &lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;* Zero-downtime deployments can only be achieved if you have some way of executing the deployment commands away from the production site. If you do not have a non-production server or managed deployment pipeline such as MGT Code Deploy, MDOQ or Magento Commerce Cloud, then usually you have to put your website into maintenance mode whilst this runs. You want to avoid this. Without a solid deployment process, the TCO will be significantly more. &lt;/p&gt;
&lt;h3 id=&quot;how-does-this-benefit-the-merchant&quot;&gt;&lt;strong&gt;How does this benefit the merchant?&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;As an agency this is the question we always ask.&lt;/p&gt;
&lt;p&gt;In summary, most of the work we carry out typically falls into one of the above 3 types. In 2 of these cases, with the correct deployment pipeline (building all your static content away from production), you can achieve these with zero-downtime, therefore, delivering fast, iterative changes (CI/CD). Due to costs, CI/CD is not typically common practice with smaller merchants however, with automation it is more cost-effective. So the up-shot is, if you have a deployment process where you can deploy your static content away from production, then for all your front-end development work, you could deploy many times a day. This is really where the Magento product outshines other platforms, since very few platforms allow such control over code and development processes. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Dare we comment on Adobe Commerce Cloud?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In a word yes. It’s fair to say this product has yet to yield real success of it’s own making. Since launch it has flown on the coat-tails of the Magento reputation and been hampered with many issues. Key issues remain. There is no facilitation of development instances or the use of RDE technology, which means however quick a non-production instance can be rolled up on Commerce Cloud, the developer is still ultimately responsible for themselves before they can become a productive ‘coder’. Secondly, the short-sightedness and complete lack of consideration for the Open Source product around dev ops standardisation, continues to yield project/platform failures and ultimately remains a weakness in the future of Magento Open Source for SME’s. Good agencies work very hard in developing their operational processes to best manage this risk, but ultimately, different agencies have their own intellectual property and this makes it more difficult for merchants to feel in control and potentially work with multiple agencies. This needs to evolve! Since it is clear that Adobe have no interest in Open Source, then now is the time they should relinquish the platform to an independent organisation.&lt;/p&gt;
&lt;h3 id=&quot;how-to-achieve-zero-downtime-deployments&quot;&gt;&lt;strong&gt;How to achieve zero-downtime deployments&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;I’m almost certainly going to miss options here however this content is here to be revised and updated accordingly. &lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Magento Commerce Cloud: Reading their documentation, it does not actually sound like true zero-downtime is achieved, however if there are no database changes or module upgrades then we assume that deployments could take place with minimal front-end customer impact. Ie the site does always go into maintenance mode however the amount of time could be very small. I’ve noted this here more for perspective, but since this article is focussed on supporting concepts with Magento Open Source, it’s an irrelevant option.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;MGT Code Deploy: Looks powerful, but since it’s only for AWS and carries a monthly fee of 99 Euros, it might not suit the smaller merchants. That said I would recommend any small business on Magento consider something like this to improve stability and therefore frequency of your deployment process. If you only deploy once every 6 months you should be asking yourself the question, did I pick the right platform?&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;MDOQ offers intelligent deployments and is compatible with AWS and any other production hosting, however with integrated production hosting, MDOQ slashes development costs even when deployment multiple times per day. &lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;If you have any recommendations on solid deployment tools for Magento, please feel free to suggest them for inclusion here. We intend for this article to be live and up-to-date&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;</content:encoded><category>eCommerce Insights</category><author>arron-moss</author></item><item><title>January 2023 Updates</title><link>https://mage-os.org/updates/2023-01-27-january-2023-updates</link><guid isPermaLink="true">https://mage-os.org/updates/2023-01-27-january-2023-updates</guid><description>Happy New Year, dear friends! Over the holidays we took some time to rest and reflect on all that we’ve achieved last year. We hope you found as much energy as...</description><pubDate>Fri, 27 Jan 2023 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Happy New Year, dear friends!&lt;/p&gt;
&lt;p&gt;Over the holidays we took some time to rest and reflect on all that we’ve achieved last year. We hope you found as much energy as we did to help reach your 2023 goals.&lt;/p&gt;
&lt;p&gt;While it was quiet on the outside, we still got a lot done, thanks to your contributions.&lt;/p&gt;
&lt;h2 id=&quot;founding-the-mage-os-association&quot;&gt;Founding the Mage-OS Association&lt;/h2&gt;
&lt;p&gt;In full transparency, we are still waiting for the Mage-OS Association foundation to be finalized. Our first application and appeal were returned by the court of Warsaw for statutory changes. We’ve been working with our lawyers and the court to resolve the situation. The latest word is the court and our lawyers are treating our case as a top priority, and we hope to have good news soon.&lt;/p&gt;
&lt;p&gt;This delay has prevented us from opening a bank account or conducting any business that requires a registered entity. Until then, we aren’t able to open our membership program, or collect or disburse funds to speed up the pace of our activities.&lt;/p&gt;
&lt;p&gt;The silver lining is that this has given us more time to prepare the membership program, budget, and plans for the coming year. Here’s a sneak preview of the Mage-OS supporter program badges:&lt;/p&gt;
&lt;p&gt;&lt;img alt=&quot;A preview of the Mage-OS Association&amp;amp;#x27;s upcoming membership badges, courtesy of Amasty&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1281&quot; height=&quot;283&quot; src=&quot;/_astro/2023-01-27-mageos-badge-preview.EC7F9oMw_Z2az9E2.webp&quot; &gt;&lt;/p&gt;
&lt;p&gt;A massive thank you to Sergej Derzap and the Amasty graphic team for their work designing these badges!&lt;/p&gt;
&lt;h2 id=&quot;technical-update&quot;&gt;Technical Update&lt;/h2&gt;
&lt;p&gt;We have discovered that the nightly-mirror builds are an excellent way to be aware of what is happening inside Magento Open Source.&lt;/p&gt;
&lt;p&gt;Recently, an issue in the Magento Open Source repository caused the Mage-OS nightly builds to fail. Adobe implemented a workaround in the 2.4.6 beta builds (outside of the Magento repository), which we have also applied to the nightly builds until a proper and permanent solution is applied.&lt;/p&gt;
&lt;p&gt;In brief: A new &lt;a href=&quot;https://github.com/mage-os/mirror-magento2/tree/2.4-develop/app/code/Magento/Elasticsearch8&quot;&gt;Magento_Elasticsearch8&lt;/a&gt; module is added to Magento Open Source 2.4.6, and requires &lt;code&gt;elasticsearch/elasticsearch&lt;/code&gt; library version 8. That directly conflicts with the existing &lt;code&gt;Magento_Elasticsearch7&lt;/code&gt; module, which requires version 7 of the same library. Only one can be installed at a time, so this causes an unresolvable dependency failure and a broken build.&lt;/p&gt;
&lt;p&gt;In 2.4.6-beta1, Adobe resolved this by removing the requirement from &lt;code&gt;Magento_Elasticsearch8&lt;/code&gt;. However, that makes the &lt;code&gt;Elasticsearch8&lt;/code&gt; module non-functional, because composer will always install &lt;code&gt;elasticsearch/elasticsearch&lt;/code&gt; version 7. Damien Retzinger opened &lt;a href=&quot;https://github.com/magento/magento2/issues/36687&quot;&gt;an issue&lt;/a&gt; on the Magento Open Source repository to track and discuss this problem.&lt;/p&gt;
&lt;p&gt;These kinds of issues can go undetected for a long time between releases, and this is another reason we are happy to have the nightly builds in place as an early warning system.&lt;/p&gt;
&lt;p&gt;During the holiday season most of us involved in the technical development of Mage-OS took a break, though some continued to power on (shout out to Adam Crossland!). Since the new year, momentum has picked up again. Work is progressing on the continuous integration pipeline, which is critical to us accepting contributions to the Mage-OS Distribution.&lt;/p&gt;
&lt;p&gt;There is also discussion ongoing about the first new feature we will add to the upcoming Mage-OS Distribution.&lt;/p&gt;
&lt;p&gt;We invite you to join our technical meetings every week on Tuesdays at 3 PM CET (9 AM EST) 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;content-update&quot;&gt;Content Update&lt;/h2&gt;
&lt;p&gt;Things have been moving along nicely on the new Mage-OS website. The new website will give vital information about Mage-OS and Magento Open Source to merchants and professionals, since such content no longer has a home at Magento.com.&lt;/p&gt;
&lt;p&gt;Since the last update, the content team has migrated all content from the existing Mage-OS site, decided on all the additional content we need for launch, added many content pages, and updated the navigation menu following a strategic review.&lt;/p&gt;
&lt;p&gt;We’re now working on the final content and design for our initial content site launch. We are hopeful to meet (if not exceed) our target of launching the new site by April.&lt;/p&gt;
&lt;p&gt;This has all been achieved thanks to our team of regular contributors. Special thanks to Sergej Derzap (and the Amasty team), Roland Haselager, Indraneil Khedekar, Aaron Moss, and John Prendergast for their recent contributions. We would not have gotten this far without them.&lt;/p&gt;
&lt;p&gt;If you want to get involved, please reach out in the #content room or join our weekly meetings on Mondays at 4 PM CET (10 AM EST) at &lt;a href=&quot;http://chat.mage-os.org/&quot;&gt;chat.mage-os.org&lt;/a&gt;. Right now we’re looking for help with:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Technical content writing about Magento Open Source as a platform/product, and platform comparisons&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Non-technical content writing about the Magento community&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Collating and populating useful resources for merchants, developers, and other Magento professionals&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Creating/adding images, screenshots, and videos to pages to make them visually more appealing&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Some small frontend development tasks to tidy up the theme and improve performance&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;301 Redirects from the old site&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If there is something else you feel you can contribute with, please let us know!&lt;/p&gt;
&lt;h2 id=&quot;community-update&quot;&gt;Community Update&lt;/h2&gt;
&lt;p&gt;As of today, over 600 of you have joined our &lt;a href=&quot;http://chat.mage-os.org/&quot;&gt;Discord community&lt;/a&gt;, and nearly 900 are following us on &lt;a href=&quot;https://www.linkedin.com/company/mage-os/&quot;&gt;LinkedIn&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;A number of localized channels have been created in Discord for the following communities: Netherlands, Ukraine, Poland, France, India, and Italy. If you have a local ecommerce community you’re interested in giving a home in Mage-OS, let us know!&lt;/p&gt;
&lt;p&gt;The Dutch community has gone a step further, by founding a new Dutch Magento community organization under the name of Mage-OS: &lt;a href=&quot;https://nl.mage-os.org/&quot;&gt;Mage-OS Nederland&lt;/a&gt;. This organization was formally created in December 2022. During the general meeting of Mage-OS Netherlands on January 19th 2023, its new board was installed and consists of Jisse Reitsma, Sanne Bolkestein, Sander de Graaf, Jeroen Boersma, Roland Haselager, Core de Reeper, and Michiel Gerritsen. We hope that the success of Mage-OS NL can serve as a blueprint for other regional groups going forward.&lt;/p&gt;
&lt;h2 id=&quot;mage-os-in-the-world&quot;&gt;Mage-OS in the World&lt;/h2&gt;
&lt;p&gt;Community events and outreach have stepped up in a big way recently, and we thank you all for your interest!&lt;/p&gt;
&lt;p&gt;We were delighted to meet many of you at recent events, and thank you for all the great chats and feedback you’ve given us. Here are some happenings you may have missed:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://drive.google.com/file/d/10m_Ni5gA6RyotI-5E1afJIPlGJ5q1vBe/view?usp=share_link&quot;&gt;Meet Commerce Spain&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;JetRails podcast: &lt;a href=&quot;https://youtu.be/3b2wb9gioiE&quot;&gt;Mage-OS - A New Magento Non-Profit For a New Era&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;CenturiaLive: &lt;a href=&quot;https://www.linkedin.com/posts/centuria-s-a_centurialive-activity-7005823254049239040-9R8t&quot;&gt;A new way to connect with Magento Community: Mage-OS&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.linkedin.com/posts/mage-os_mageos-magento-community-activity-7020451880921112576-_WhX/&quot;&gt;Magento Meetup Mainz&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.linkedin.com/events/magentopozna-meetup7014236022452457472/comments/&quot;&gt;Magento Meetup Poznan&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The first ever &lt;a href=&quot;https://www.linkedin.com/feed/update/urn:li:activity:7020745173651341313/&quot;&gt;Mage-OS Meetup, India&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The foundation of &lt;a href=&quot;https://www.yireo.com/blog/2023-01-14-quickly-choose-magento-association-or-mage-os&quot;&gt;Mage-OS Nederland&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id=&quot;where-will-we-be-next&quot;&gt;Where will we be next?&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;3rd February 2023: &lt;a href=&quot;https://meetmagento.in/&quot;&gt;Meet Magento India&lt;/a&gt; – Vinai will give a remote talk about Mage-OS&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;8th February 2023: &lt;a href=&quot;https://www.phoenix-media.eu/de/magento-stammtisch-stuttgart.html&quot;&gt;Magento Meetup Stuttgart, Germany&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;1st April 2023: &lt;a href=&quot;https://uk.magetitans.com/&quot;&gt;MageTitans UK 2023, Manchester, UK&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;That’s all for now. Thanks for reading! 🙌🏻&lt;/p&gt;
&lt;p&gt;The Mage-OS folks&lt;/p&gt;</content:encoded><category>Updates</category><author>mage-os-team</author></item><item><title>Meet you soon in Madrid!</title><link>https://mage-os.org/events/2022-12-02-meet-you-soon-in-madrid</link><guid isPermaLink="true">https://mage-os.org/events/2022-12-02-meet-you-soon-in-madrid</guid><description>Meet Commerce Spain is taking place on Tuesday 13th December, in Madrid, Spain. For a couple of months, the team at Mage-OS has been preparing for this event with much enthusiasm and excitement.</description><pubDate>Fri, 02 Dec 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;&lt;img  loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;628&quot; src=&quot;/_astro/2022-12-02-meetcommerce-mage-os-talk-bannner-1024x628.BNXGXF5G_Z1YrEAG.webp&quot; &gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://meetcommerce.es/&quot;&gt;Meet Commerce Spain&lt;/a&gt; is taking place on Tuesday 13th December, in Madrid, Spain.&lt;/p&gt;
&lt;p&gt;For a couple of months, the team at Mage-OS has been preparing for this event with much enthusiasm and excitement.&lt;/p&gt;
&lt;p&gt;Why? Because it felt so good to catch up in person at Meet Magento New York 2022, we wanted to do it again. Also, this event is strongly connected with Mage-OS as Ignacio Riesco is CEO of the organizing agency Interactiv4, and also sits on the board of Mage-OS.&lt;/p&gt;
&lt;h2 id=&quot;mage-os-at-meet-commerce&quot;&gt;Mage-OS at Meet Commerce&lt;/h2&gt;
&lt;h3 id=&quot;mage-os-presentation&quot;&gt;Mage-OS Presentation&lt;/h3&gt;
&lt;p&gt;Vinai Kopp, Board President and founding member of Mage-OS, will be presenting at Meet Commerce Spain: &lt;a href=&quot;https://www.linkedin.com/feed/update/urn:li:activity:6996423767186923520&quot;&gt;“Mage-OS: Fork it, Own it, Grow it, Better”&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;This talk is inspired by all the conversations we’ve had with you, people and friends from the Magento Community, who have been expressing support, giving constructive feedback, and asking questions (&lt;a href=&quot;https://mage-os.org/frequently-asked-questions&quot;&gt;lots of questions&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;The talk will cover Mage-OS’s vision and goals, purpose, plans and progress. You won’t want to miss it!&lt;/p&gt;
&lt;p&gt;Fun fact: Even the presentation title came up from Discord casual conversation with our community!&lt;/p&gt;
&lt;h3 id=&quot;mage-os-booth&quot;&gt;Mage-OS Booth&lt;/h3&gt;
&lt;p&gt;As a Silver Sponsor, we’ll have a nice booth at the conference. Come find us to chat Mage-OS, hang out, and get your Mage-OS button badge!&lt;/p&gt;
&lt;p&gt;Here is a list of Mage-OS board members and contributors who are confirmed at this stage. Some also have talks in their own fields of expertise (see the agenda).&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;Ignacio Riesco&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;John Hughes&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Maciej Kalkowski&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Peter Jaap Blaakmeer&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Willem Wigman&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;As a nice thank-you gift, Interactiv4 has offered free tickets to individuals who are contributing to Mage-OS efforts, whether on the technical, content, or organizational side. If this is you and you’re interested in attending, let us know!&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://discord.gg/9xHBTTpa&quot;&gt;Join our Mage-OS Discord&lt;/a&gt; to find and connect with other attendees!&lt;/p&gt;
&lt;p&gt;&lt;img  loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;765&quot; src=&quot;/_astro/2022-12-02-meetcommerce-mageos-2-1024x765.Jle4PCMD_2wqFrW.webp&quot; &gt;&lt;/p&gt;
&lt;h2 id=&quot;meet-commerce-spain-what-else-is-different&quot;&gt;Meet Commerce Spain: what else is different?&lt;/h2&gt;
&lt;p&gt;This event is brand new and filling a gap. This conference is open to all eCommerce Platforms, not just Magento and Adobe Commerce, but also:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Shopware&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Salesforce&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;BigCommerce&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Shopify&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For merchants (who can attend for free), it’s a unique opportunity to get multiple perspectives on ecommerce. They will be able to compare Open Source and SaaS, different offerings and technologies, and see what platform works better for their life stages, size, organizational structure, industry verticals, and markets.&lt;/p&gt;
&lt;p&gt;Unlike massive multi-platform shows such as NRF, IRCE, eCommerce Berlin, or Paris Retail Week, this event will have a friendly feel with hundreds of participants, not thousands, and you will get quality time to catch up with old friends. We expect people from the Magento community to attend from all over Europe and the world, and we look forward to seeing you there.&lt;/p&gt;
&lt;p&gt;The weather should be nice and sunny, which might be a good change if you live in other parts of the Northern Hemisphere.&lt;/p&gt;
&lt;p&gt;We can’t wait to see you. Try and arrive on Monday for the PreParty!&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://meetcommerce.es/&quot;&gt;Get your tickets for Meet Commerce Spain here&lt;/a&gt;&lt;/p&gt;</content:encoded><category>Events</category><author>mage-os-team</author></item><item><title>Merchant Focused Content</title><link>https://mage-os.org/updates/2022-11-23-merchant-focused-content</link><guid isPermaLink="true">https://mage-os.org/updates/2022-11-23-merchant-focused-content</guid><description>While a lot of the focus of Mage-OS to date has been on forming our organization and moving things forward technically, there has also been work ongoing around...</description><pubDate>Wed, 23 Nov 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;While a lot of the focus of Mage-OS to date has been on forming our organization and moving things forward technically, there has also been work ongoing around content for Magento Open Source. In this update we want to share what we’ve been up to, why, what we’re planning next, and finally, how you can get involved!&lt;/p&gt;
&lt;h2 id=&quot;why-does-mage-os-care-about-magento-content&quot;&gt;Why does Mage-OS care about Magento content?&lt;/h2&gt;
&lt;p&gt;Since acquiring Magento, Adobe has stopped publishing the magento.com domain, and now forwards that to information about their paid Adobe Commerce product, with no mention of Magento Open Source at all. In the process, they removed valuable information about Magento Open Source and made it difficult to learn about the platform or start using it. Our aim is to create a replacement site where merchants, developers, and other professionals can find out key information about the platform in one central location.&lt;/p&gt;
&lt;p&gt;Furthermore, with the inaccurate ‘Magento is Now Adobe Commerce’ marketing still being used by Adobe, we feel it’s more important than ever that information about Magento Open Source is made publicly available.&lt;/p&gt;
&lt;h2 id=&quot;what-is-mage-os-vision-for-a-magento-content-site&quot;&gt;What is Mage-OS’ vision for a Magento content site?&lt;/h2&gt;
&lt;p&gt;In addition to creating a replacement for content from the old magento.com site, we want to make it a proper community portal. We want this content site to be a gateway and repository to everything you could want to know about Magento as a platform, product, and community. The website should allow you to discover the entire ecosystem.&lt;/p&gt;
&lt;p&gt;These are the areas we want this site to contain:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;A strong landing page that explains what Magento Open Source is and helps direct visitors to the right place to learn more based on their needs (e.g. merchants, developers, etc.)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Multiple product pages with technical (but merchant friendly) details about the different features Magento Open Source offers, e.g. multistore, CMS/Page Builder, catalog and search, checkout, SEO, marketing, etc.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Platform comparison pages, e.g. how Magento Open Source compares against other eCommerce platforms, including an unbiased comparison with Adobe Commerce (the paid version of Magento that Adobe offers)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Multiple links for developers, merchants (such as documentation sites) and community resources (such as the various forums and chat groups)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;A community directory where agencies, technology providers, and merchants can list their businesses, sites, and services&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;News and event listings&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;A blog with merchant case studies and industry best practice articles&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Note: we’re also open to further suggestions!&lt;/p&gt;
&lt;h2 id=&quot;our-journey-so-far&quot;&gt;Our Journey So Far&lt;/h2&gt;
&lt;p&gt;There’s obviously a lot we want to achieve. So far we’ve focused on getting a development site set up that we can add content to, and have made progress in the following areas:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;The main landing page&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;An initial draft of the site navigation, including many external resources&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;A number of product/functional pages&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The community directory&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;We certainly won’t launch with all the above listed areas, and we will be taking an MVP (Minimum Viable Product) approach to ensure we can launch something useful, given the harm caused to the ecosystem by not having an informative magento.com site.&lt;/p&gt;
&lt;h3 id=&quot;on-adobe-the-magento-association-the-magento-branding-and-the-magentocom-domain&quot;&gt;On Adobe, the Magento Association, the Magento branding, and the magento.com domain&lt;/h3&gt;
&lt;p&gt;Our initial intention was to create a non-Mage-OS-specific site that could replace magento.com, ideally on the same domain or a similar one such as magento.org, and utilize the Magento branding (e.g., the Magento logo) on that informational site. Additionally, we offered to hand over control of that site to the Magento Association (MA) or even Adobe, should they wish to maintain it.&lt;/p&gt;
&lt;p&gt;Many discussions were held during the Magento Association Task Force and Content Committee meetings over the past year, with Adobe representatives present on multiple occasions. However, after almost a year of attempting to make this happen, and due to the lack of movement, interest, and willingness (from Adobe, not the MA), we’ve unfortunately accepted this will probably never happen. As a result, we are putting the site fully under the Mage-OS brand rather than Magento (though references to Magento Open Source as a product will still remain).&lt;/p&gt;
&lt;h2 id=&quot;next-steps&quot;&gt;Next Steps&lt;/h2&gt;
&lt;p&gt;Up until the past few weeks, we’ve only had a handful of people involved, focused on getting a site up and running and adding content. However, recently we’ve had additional help offered that should improve and accelerate our progression going forward.&lt;/p&gt;
&lt;p&gt;First, maxcluster (a Germany-based hosting company) have kindly offered their support. They are currently undertaking a strategic review of what we’ve done to date and how we can better move forward in terms of architecture, content, audience, and messaging. We hope to have the results of this in the coming weeks.&lt;/p&gt;
&lt;p&gt;Second, we’ve had assistance offered by Amasty to help organize and manage the content effort better! They’ve set up a Trello board and planned all the current tasks we have to work through, so we can better see progress and meet deadlines.&lt;/p&gt;
&lt;p&gt;After the strategic review, we’ll further update the tasks and deadlines and have a much clearer roadmap to launch.&lt;/p&gt;
&lt;h2 id=&quot;how-can-you-get-involved&quot;&gt;How Can You Get Involved?&lt;/h2&gt;
&lt;p&gt;If you want to help us create this Mage-OS/Magento ecosystem content site, there are many ways you can be involved, listed below. But first off, you’ll need to join the &lt;a href=&quot;http://chat.mage-os.org/&quot;&gt;Mage-OS’ Discord server&lt;/a&gt; (as this is used as our main communication method) and be in agreement with our &lt;a href=&quot;https://docs.google.com/document/d/1vUYJ7gPut-uefaSmOA8SzgoYh9fYBaFmSzKq9XTfujc/edit#&quot;&gt;contribution guidelines&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Here’s how you can contribute:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Join the conversation and discussion on the #content channel on our Discord server&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Share your views and input on our weekly meetings&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;These take place on Mondays at 15:00 UTC (07:00 PST, 10:00 EST, 15:00 GMT, 16:00 CET, 17:00 EET, 20:30 IST) on our Discord server&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Help write or review content for pages on the site&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Create/provide assets we can utilize on the site (e.g. screenshots, imagery, diagrams, and videos)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Contribute to the overall site structure and content required&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Help with organizing and planning content and other tasks&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Aid with the overall strategy and vision of the site&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Undertake frontend development (theming) to help improve the look and feel of the site&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Add your organization, site, or service offering to the community directory section of the site&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Alternatively, if you just want to keep up to date with the ongoing progress, then please ensure you are subscribed to the &lt;a href=&quot;https://mage-os.org/newsletter&quot;&gt;Mage-OS newsletter&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&quot;thanks&quot;&gt;Thanks&lt;/h2&gt;
&lt;p&gt;Finally, we wouldn’t have gotten this far without the help of many folks in the community. So, a big thank you to Arron Moss, Barbaros Selim Büyükelçi, Benno Lippert, Bernard Robbins, Brent Peterson, Damien Retzinger, Dominik Rammert, Nicole Mentzen, Sergej Derzap, Willem Wigman and many others (plus, of course, all the &lt;a href=&quot;https://mage-os.org/organization/about&quot;&gt;Mage-OS Board&lt;/a&gt; members who’ve been involved).&lt;/p&gt;
&lt;p&gt;Once again, we’ll have more to share soon. Thanks for reading! 🙌🏻&lt;/p&gt;
&lt;p&gt;The Mage-OS folks&lt;/p&gt;</content:encoded><category>Updates</category><author>mage-os-team</author></item><item><title>Going beyond the Mirror - Mage-OS Nightlies</title><link>https://mage-os.org/updates/2022-11-02-going-beyond-the-mirror-mage-os-nightlies</link><guid isPermaLink="true">https://mage-os.org/updates/2022-11-02-going-beyond-the-mirror-mage-os-nightlies</guid><description>As we all are busy bees, a lot has been happening! New faces are joining the meetings and more and more people are eager to contribute. Very exciting! Please...</description><pubDate>Wed, 02 Nov 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;As we all are busy bees, a lot has been happening!&lt;/p&gt;
&lt;h2 id=&quot;the-mage-os-community-is-growing&quot;&gt;The Mage-OS community is growing!&lt;/h2&gt;
&lt;p&gt;New faces are joining the meetings and more and more people are eager to contribute. Very exciting!&lt;/p&gt;
&lt;p&gt;Please join the fun and chime in on &lt;a href=&quot;http://chat.mage-os.org/&quot;&gt;Discord&lt;/a&gt;. The volume of messages still is very manageable.&lt;/p&gt;
&lt;h2 id=&quot;mage-os-distribution-repositories&quot;&gt;Mage-OS Distribution Repositories&lt;/h2&gt;
&lt;p&gt;The GitHub repositories forming the foundation of the independent Mage-OS distribution have been set up.&lt;/p&gt;
&lt;p&gt;GitHub workflows automatically merge upstream changes. In case of a merge conflict, notifications are sent out and the automatic merge process is paused until the conflict is resolved by a human.&lt;/p&gt;
&lt;p&gt;Special thanks to &lt;a href=&quot;https://github.com/mage-os/mageos-magento2/pull/1&quot;&gt;Daniel Sloof&lt;/a&gt; for creating the workflow, and &lt;a href=&quot;https://github.com/damienwebdev&quot;&gt;Damien Retzinger&lt;/a&gt; as well as &lt;a href=&quot;https://github.com/vinai&quot;&gt;Vinai Kopp&lt;/a&gt; for helping to set them up for all the repos!&lt;/p&gt;
&lt;h2 id=&quot;github-permissions&quot;&gt;GitHub Permissions&lt;/h2&gt;
&lt;p&gt;Mage-OS GitHub access permissions and PR review rules are now &lt;a href=&quot;https://github.com/mage-os/terraform&quot;&gt;enforced by Terraform&lt;/a&gt;. This automation helps avoid human error and eases the overall maintenance burden on contributors.&lt;/p&gt;
&lt;p&gt;Thank you to &lt;a href=&quot;https://github.com/sprankhub&quot;&gt;Simon Sprankel&lt;/a&gt; for leading the effort, and also (in no particular order) &lt;a href=&quot;https://github.com/Jakski&quot;&gt;Jakub Pieńkowski&lt;/a&gt;, &lt;a href=&quot;https://github.com/vitaliy-golomoziy&quot;&gt;Vitaliy Golomoziy&lt;/a&gt;, &lt;a href=&quot;https://twitter.com/mautz_et_tong&quot;&gt;Andreas Mautz&lt;/a&gt;, and &lt;a href=&quot;https://twitter.com/keen_code&quot;&gt;Alexander Buch&lt;/a&gt; (&lt;a href=&quot;https://www.cartware.de/&quot;&gt;cartware.de&lt;/a&gt;) for contributing!&lt;/p&gt;
&lt;h2 id=&quot;roadmap&quot;&gt;Roadmap&lt;/h2&gt;
&lt;p&gt;The immediate next step is to finalize CI for the nightly builds for the distribution repositories, and to set up testing.&lt;/p&gt;
&lt;p&gt;We then are looking forward to starting accepting pull requests by the end of December 2022! Figuring out the best way to handle them will take time, so please be patient with us!&lt;/p&gt;
&lt;p&gt;If you are interested in helping with our work in setting up the Mage-OS Distribution, please review the &lt;a href=&quot;https://github.com/orgs/mage-os/projects/3&quot;&gt;Path to PRs project&lt;/a&gt;, and join us in the &lt;a href=&quot;https://discord.com/channels/893449664093904936/950670671145467924&quot;&gt;#tech channel on Discord&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;(Much) more soon, thanks for reading! 🙌🏻&lt;/p&gt;
&lt;p&gt;The Mage-OS folks&lt;/p&gt;</content:encoded><category>Updates</category><author>mage-os-team</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>Diversity and Inclusion!</title><link>https://mage-os.org/updates/2022-09-20-diversity-and-inclusion</link><guid isPermaLink="true">https://mage-os.org/updates/2022-09-20-diversity-and-inclusion</guid><description>Diversity and Inclusion is an important and complex topic that is close to our heart. We strongly believe that a wide array of perspectives are a key factor in...</description><pubDate>Tue, 20 Sep 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Diversity and Inclusion is an important and complex topic that is close to our heart. We strongly believe that a wide array of perspectives are a key factor in the success of any business, and can only bring richer insights and fairer decisions.&lt;/p&gt;
&lt;p&gt;Today we want to share our thoughts and address early feedback we received, in particular regarding the lack of geographical diversity in the governance of Mage-OS Association.&lt;/p&gt;
&lt;p&gt;Today, our board is made up of seven males and one female who serves as the Vice President with responsibilities to make decisions on behalf of the President.&lt;/p&gt;
&lt;p&gt;Our Business Control Committee has gender parity with one male and one female.&lt;/p&gt;
&lt;p&gt;The ten individuals are spread between seven countries in Europe and North America. It is not yet the role model for diversity and inclusion that we are aiming for. We need your help to get there.&lt;/p&gt;
&lt;h3 id=&quot;how-did-we-get-to-this-situation&quot;&gt;How did we get to this situation?&lt;/h3&gt;
&lt;p&gt;When we decided to take an active role in the Magento Open Source ecosystem, the conversations happened to be between friends and business partners clustered in Europe.&lt;/p&gt;
&lt;p&gt;We felt an urgent need to move fast, and in order to do that we kept the group small and agile.&lt;/p&gt;
&lt;p&gt;We, the Mage-OS Association, do not believe we represent the whole ‘Magento Community’. We are just one part of it. But we also believe we can grow that part.&lt;/p&gt;
&lt;h3 id=&quot;where-to-now&quot;&gt;Where to now?&lt;/h3&gt;
&lt;p&gt;The strategy of keeping the steering group small enabled us to move fast and create results. However, now that we have a solid foundation, we want to grow to represent more of the Magento Community, while continuing our momentum.&lt;/p&gt;
&lt;p&gt;The Mage-OS Association is founded, but still very young. We have technical processes and infrastructure, but they are far from complete. We have &lt;a href=&quot;http://chat.mage-os.org/&quot;&gt;Discord&lt;/a&gt; as a community hub, but it is still small.&lt;/p&gt;
&lt;p&gt;These foundational key stones will enable us to grow and evolve, and include everyone in the Magento Community that agrees with our core values and our purpose.&lt;/p&gt;
&lt;h3 id=&quot;leadership--board-membership&quot;&gt;Leadership &amp;#x26; Board Membership&lt;/h3&gt;
&lt;p&gt;Several times already we’ve heard that the Mage-OS Board should have representation from other geographic regions. And we agree, this would be ideal.&lt;/p&gt;
&lt;p&gt;However, it is not practical to have a board position only to represent.&lt;/p&gt;
&lt;p&gt;Being on the board right now means doing whatever work is required for Mage-OS, without compensation, in addition to a regular job. This commitment enables Mage-OS to achieve its goals.&lt;/p&gt;
&lt;p&gt;Anybody who takes it on themselves to do that work will naturally become influential within Mage-OS as it continues to take form.&lt;/p&gt;
&lt;p&gt;Even without a position on the board, the direction of Mage-OS can be influenced significantly by engaged individuals who take responsibility and put in the hours.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Aside:&lt;/strong&gt; &lt;em&gt;Board members are elected by the general assembly, which consists of all Mage-OS Association members. Half of the board member positions will be up for election in two years, the other half in three. After this initial cycle the term of office for all board members is two years.&lt;/em&gt;&lt;/p&gt;
&lt;h3 id=&quot;overcoming-privilege&quot;&gt;Overcoming Privilege&lt;/h3&gt;
&lt;p&gt;Putting in many hours into open source work for free is only possible when being in a privileged position. Creating a diverse and inclusive board with global representation, while also requiring work for free, is a dilemma. We believe it can be resolved over time through constant care and attention.&lt;/p&gt;
&lt;p&gt;In the ideal scenario, the Mage-OS Association is able to pay members from less privileged situations to work on Mage-OS, and allow them to gain influence and take on official roles. This will allow real diversity, and has been part of the vision for Mage-OS from the beginning.&lt;/p&gt;
&lt;p&gt;Right now we don’t have funds to distribute for that purpose. Acquiring funds is the next step for the Mage-OS Association. Because one of the key values of Mage-OS is independence, the majority of funds will come through membership fees. (Join the discussion in &lt;a href=&quot;https://discord.com/channels/893449664093904936/1008574430563270697&quot;&gt;#membership&lt;/a&gt;.)&lt;/p&gt;
&lt;p&gt;Soon we will be able to hire a Chief Operating Officer, who will work full time on running the association and grow it further. After that we can start funding members to work on Mage-OS. There is still a way to go, but by taking one step at a time, we will get there.&lt;/p&gt;
&lt;p&gt;We are aware that Diversity is not just about geography and culture, and we are eager to also hear your thoughts and ideas on how we can be improved further in other areas such as Gender Equality.&lt;/p&gt;
&lt;p&gt;We look forward to working with you on creating the future of Mage-OS!&lt;/p&gt;
&lt;h3 id=&quot;local-representation&quot;&gt;Local Representation&lt;/h3&gt;
&lt;p&gt;The Magento family is a global network made up of business and friendship.&lt;/p&gt;
&lt;p&gt;The Mage-OS Association Board can’t travel to all events. Constant travel is unsustainable for individuals and for the environment. Even so, we feel local and physical representation of Mage-OS within the Magento Community is super important.&lt;/p&gt;
&lt;p&gt;This is why we need local Mage-OS representatives!&lt;/p&gt;
&lt;p&gt;Representatives would be people that attend Magento and eCommerce events in their region to give Mage-OS visibility, answer questions, and gather ideas and feedback from their local community (merchants, developers, agencies, and service providers). Then they share this information in the Mage-OS &lt;a href=&quot;http://chat.mage-os.org/&quot;&gt;Discord&lt;/a&gt; to raise awareness of their local situation.&lt;/p&gt;
&lt;p&gt;If time allows and if interested, representatives could also organize Magento meetups or give presentations about Mage-OS at events.&lt;/p&gt;
&lt;p&gt;Representatives from different regions can support each other by sharing slides, processes, and experiences.&lt;/p&gt;
&lt;p&gt;We invite you to become a Mage-OS representative for your local community!&lt;/p&gt;
&lt;h3 id=&quot;what-you-can-do-today&quot;&gt;What you can do today&lt;/h3&gt;
&lt;p&gt;Please help us:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Develop the Mage-OS local representation and global community by letting us know you are interested in &lt;a href=&quot;http://chat.mage-os.org/&quot;&gt;Discord&lt;/a&gt;!&lt;/li&gt;
&lt;li&gt;Share best practices for tech companies and organizations to be more inclusive and diverse by highlighting the resources you’ve found useful, via &lt;a href=&quot;http://chat.mage-os.org/&quot;&gt;Discord&lt;/a&gt; or email: &lt;a href=&quot;mailto:info@mage-os.org&quot;&gt;info@mage-os.org&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;</content:encoded><category>Updates</category><author>mage-os-team</author></item><item><title>The Mage-OS Association has been founded!</title><link>https://mage-os.org/updates/2022-09-02-the-mage-os-association-has-been-founded</link><guid isPermaLink="true">https://mage-os.org/updates/2022-09-02-the-mage-os-association-has-been-founded</guid><description>It finally happened! We have founded Mage-OS as an official association registered in Poland. Huge thanks to Maciej Kalkowski, who took care of the legal...</description><pubDate>Fri, 02 Sep 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;It finally happened!&lt;/p&gt;
&lt;p&gt;We have founded Mage-OS as an official association registered in Poland. Huge thanks to Maciej Kalkowski, who took care of the legal matters with the lawyers and organized everything, and also thank you to everyone who gathered in Warsaw as the initial signing members. Now Mage-OS can register a bank account, get members, and employ people. This is an important step toward much bigger things for this Magento-based open source project.&lt;/p&gt;
&lt;p&gt;&lt;img  loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;768&quot; src=&quot;/_astro/2022-07-21-founding-meeting-warsaw.DgYpU0rC_ZsIfxB.webp&quot; &gt;&lt;/p&gt;
&lt;p&gt;Our goal is to strengthen the Magento ecosystem, and see it thrive for years to come!&lt;/p&gt;
&lt;p&gt;We intend to do that by giving everyone in the community the opportunity to get involved and make a difference.&lt;/p&gt;
&lt;p&gt;We believe that by providing the opportunity and resources for people to get started easily, we can revitalize the platform. We want to introduce a whole new generation of merchants and developers to their own journey with ecommerce’s most powerful open source platform.&lt;/p&gt;
&lt;p&gt;Mage-OS is an independent, community-driven initiative, but we look forward to collaborating with Adobe and the Magento Association wherever possible to make this dream a reality.&lt;/p&gt;
&lt;p&gt;We look forward to getting to know you, too! Individuals like you getting involved is the most important of all. If you are interested, look at the &lt;a href=&quot;/community#get-involved&quot;&gt;Get Involved&lt;/a&gt; page to learn more.&lt;/p&gt;
&lt;p&gt;The founding board of Mage-OS consists of:&lt;/p&gt;
&lt;h3 id=&quot;board-of-directors&quot;&gt;Board of Directors&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.linkedin.com/in/vinai/&quot;&gt;Vinai Kopp&lt;/a&gt; (DE) - President&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.linkedin.com/in/thienlan/&quot;&gt;Thien-Lan Weber&lt;/a&gt; (FR) - Vice President&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.linkedin.com/in/alessandroronchi/&quot;&gt;Alessandro Ronchi&lt;/a&gt; (IT) - Treasurer&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.linkedin.com/in/rhoerr/&quot;&gt;Ryan Hoerr&lt;/a&gt; (US) - Actuary&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.linkedin.com/in/ignacioriesco/&quot;&gt;Ignacio Riesco&lt;/a&gt; (ES)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.linkedin.com/in/johnhughes1984/&quot;&gt;John Hughes&lt;/a&gt; (UK)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.linkedin.com/in/kalkos/&quot;&gt;Maciej Kalkowski&lt;/a&gt; (PL)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.linkedin.com/in/peterjaap/&quot;&gt;Peter Jaap Blaakmeer&lt;/a&gt; (NL)&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;business-control-committee&quot;&gt;Business Control Committee&lt;/h3&gt;
&lt;p&gt;&lt;em&gt;Ensures accountability and transparency in Association operations.&lt;/em&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.linkedin.com/in/laurafolco/&quot;&gt;Laura Folco&lt;/a&gt; (US)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.linkedin.com/in/simonsprankel/&quot;&gt;Simon Sprankel&lt;/a&gt; (DE)&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;founding-members&quot;&gt;Founding Members&lt;/h3&gt;
&lt;p&gt;Many thanks to all individuals and companies present in person during the founding ceremony:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://twitter.com/BorysSkraba&quot;&gt;Borys Skraba&lt;/a&gt; (&lt;a href=&quot;https://www.linkedin.com/company/strixcommerce/&quot;&gt;Strix&lt;/a&gt;), &lt;a href=&quot;https://twitter.com/GadomskiRafal&quot;&gt;Rafał Gadomski&lt;/a&gt; (&lt;a href=&quot;https://www.linkedin.com/company/advox-s.c/&quot;&gt;Advox&lt;/a&gt;), &lt;a href=&quot;https://twitter.com/zakreta&quot;&gt;Bartosz Zakręta&lt;/a&gt; (&lt;a href=&quot;https://www.linkedin.com/company/hatimeria/&quot;&gt;Hatimeria&lt;/a&gt;), &lt;a href=&quot;https://twitter.com/mareksyrek&quot;&gt;Marek Syrek&lt;/a&gt; (&lt;a href=&quot;https://www.linkedin.com/company/virtuacodelab/&quot;&gt;Virtua&lt;/a&gt;), &lt;a href=&quot;https://twitter.com/Grzemski&quot;&gt;Tomasz Grzemski&lt;/a&gt; (&lt;a href=&quot;https://www.linkedin.com/company/macopedia-sp-z-o-o-/&quot;&gt;Macopedia&lt;/a&gt;), &lt;a href=&quot;https://twitter.com/86rataj&quot;&gt;Krzysztof Ratajczyk&lt;/a&gt; (&lt;a href=&quot;https://www.linkedin.com/company/pandagroupdev/&quot;&gt;Panda Group&lt;/a&gt;), &lt;a href=&quot;https://twitter.com/RadosawToczek&quot;&gt;Radosław Toczek&lt;/a&gt; (&lt;a href=&quot;https://www.linkedin.com/company/clawrock/&quot;&gt;ClawRock&lt;/a&gt;), &lt;a href=&quot;https://twitter.com/chris_abraham1&quot;&gt;Krzysztof Abram&lt;/a&gt; (&lt;a href=&quot;https://www.linkedin.com/company/gate-software/&quot;&gt;Gate software&lt;/a&gt;), &lt;a href=&quot;https://twitter.com/Cezary59949712&quot;&gt;Cezary Kożon&lt;/a&gt; (&lt;a href=&quot;https://www.linkedin.com/company/spyrosoft/&quot;&gt;Spyro soft&lt;/a&gt;), &lt;a href=&quot;https://twitter.com/llinczewski&quot;&gt;Łukasz Linczewski&lt;/a&gt; (&lt;a href=&quot;https://www.linkedin.com/company/alekseon-sp.-z-o.o./&quot;&gt;Alekseon&lt;/a&gt;), &lt;a href=&quot;https://twitter.com/matogonowski&quot;&gt;Mateusz Ogonowski&lt;/a&gt; (&lt;a href=&quot;https://www.linkedin.com/company/growcode/&quot;&gt;Growcode&lt;/a&gt;), &lt;a href=&quot;https://twitter.com/TomaszFox&quot;&gt;Tomasz Piotr Lis&lt;/a&gt; and &lt;a href=&quot;https://twitter.com/PiotrSiejczuk&quot;&gt;Piotr Siejczuk&lt;/a&gt;!&lt;/p&gt;
&lt;p&gt;For more info, see &lt;a href=&quot;https://mage-os.org/organization/about&quot;&gt;About the Mage-OS Association&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&quot;more-about-mage-os&quot;&gt;More about Mage-OS&lt;/h2&gt;
&lt;p&gt;We have not been standing still. In recent months we’ve:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Replicated Magento release packages with an independent build process from the source repositories;&lt;/li&gt;
&lt;li&gt;Published a public Magento mirror composer repository using that independent process;&lt;/li&gt;
&lt;li&gt;Released the first Magento updates since establishing the mirror (2.4.5 and related patches);&lt;/li&gt;
&lt;li&gt;Had our first third-party mirror published by the same process;&lt;/li&gt;
&lt;li&gt;Added validation and integrity checks to the mirror builds (thanks to Damien, Daniel, Anton, and others);&lt;/li&gt;
&lt;li&gt;Created a nightly repository of Magento development builds, automatically generated each day from the latest Magento repositories;&lt;/li&gt;
&lt;li&gt;Finalized the Mage-OS Code of Conduct and Association Statutes;&lt;/li&gt;
&lt;li&gt;And more&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;We have much more planned for the future! Our next technical focus will be on establishing the Mage-OS Distribution itself, to allow direct community contributions and releases of Mage-OS.&lt;/p&gt;
&lt;p&gt;You can already start using our Magento mirror repository or nightly repository today! Find more details and instructions at: &lt;a href=&quot;https://mage-os.org/distribution#magento-mirrors&quot;&gt;mage-os.org/distribution&lt;/a&gt;&lt;/p&gt;</content:encoded><category>Updates</category><author>mage-os-team</author></item><item><title>Nightly repository now available; Mirror improvements; and more</title><link>https://mage-os.org/updates/2022-08-29-nightly-repository-now-available-mirror-improvements-and-more</link><guid isPermaLink="true">https://mage-os.org/updates/2022-08-29-nightly-repository-now-available-mirror-improvements-and-more</guid><description>We are moving at a quick pace — buckle up for a fresh batch of Mage-OS updates! We reached two milestones during the last week! 🎉🎉 The first step towards an...</description><pubDate>Mon, 29 Aug 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;We are moving at a quick pace — buckle up for a fresh batch of Mage-OS updates!&lt;/p&gt;
&lt;h2 id=&quot;milestones&quot;&gt;Milestones&lt;/h2&gt;
&lt;p&gt;We reached two milestones during the last week! 🎉🎉&lt;/p&gt;
&lt;h3 id=&quot;-the-mage-os-magento-mirror-repository&quot;&gt;✅ The Mage-OS Magento® Mirror Repository&lt;/h3&gt;
&lt;p&gt;The first step towards an independent Magento Open Source distribution was the creation of an independently built mirror repository.&lt;/p&gt;
&lt;p&gt;We did this to learn what it takes to create an automated packaging system, and to provide an open alternative to the Adobe-managed &lt;code&gt;repo.magento.com&lt;/code&gt; composer package repository. Even though we do not consider it a likely scenario, if something were to happen to the &lt;code&gt;repo.magento.com&lt;/code&gt; composer repository, this ensures Magento Open Source will always be available to the public.&lt;/p&gt;
&lt;p&gt;Thanks to the QA tools created by &lt;a href=&quot;https://github.com/damienwebdev&quot;&gt;Damien Retzinger&lt;/a&gt; and &lt;a href=&quot;https://github.com/danslo&quot;&gt;Daniel Sloof&lt;/a&gt;, which verify file parity and ability to install successfully, we are confident that our mirror packages are a drop-in replacement for the official Magento Open Source releases. At this time, the mirror includes all packages for Magento versions 2.3.7-p3 through 2.4.5.&lt;/p&gt;
&lt;p&gt;To install Magento Open Source from the mirror, change &lt;code&gt;repo.magento.com&lt;/code&gt; to &lt;code&gt;mirror.mage-os.org&lt;/code&gt; in the &lt;code&gt;composer create-project&lt;/code&gt; command or your &lt;code&gt;composer.json&lt;/code&gt; file.&lt;br&gt;
No composer authentication is required. For example:&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://mirror.mage-os.org \&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;    magento/project-community-edition install-dir&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;You can also create your own mirror repository using the Mage-OS tooling. This might be useful for hosters who want to provide a mirror for their customers, or offer their own open-access mirror to the public. For more information, please refer to the &lt;a href=&quot;https://github.com/mage-os/generate-mirror-repo-js#usage&quot;&gt;readme of the repo-generator&lt;/a&gt; project on github.&lt;/p&gt;
&lt;p&gt;We have a list of mirror composer repositories we are aware of at&lt;br&gt;
&lt;a href=&quot;https://mage-os.org/distribution#magento-mirrors&quot;&gt;mage-os.org/distribution#magento-mirrors&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you have any questions or would like us to add your mirror, please join and ask in the #tech channel of our &lt;a href=&quot;http://chat.mage-os.org/&quot;&gt;Discord&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&quot;-the-mage-os-magento-nightly-upstream-repository&quot;&gt;✅ The Mage-OS Magento® Nightly Upstream Repository&lt;/h3&gt;
&lt;p&gt;In addition to recreating previous upstream releases of Magento Open Source, we have also started to publish a nightly release based on the current development branches of Magento Open Source.&lt;/p&gt;
&lt;p&gt;For the first time ever it is now possible to install a version close to the next upstream release with composer, matching the latest development code, without having to wait for an official beta release.&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 --stability alpha \&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;    --repository-url=https://upstream-nightly.mage-os.org \&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;    magento/project-community-edition install-dir&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Keep in mind that the nightly release might be broken sometimes, depending on the state of the code in the upstream Magento git repositories.&lt;/p&gt;
&lt;p&gt;We hope this will be useful for vendors and extension providers to track compatibility of their products with upcoming releases.&lt;/p&gt;
&lt;p&gt;It also was a great learning opportunity for us to figure out how to determine package dependencies and package versioning.&lt;/p&gt;
&lt;p&gt;The nightly builds are available now. We will be publishing a status page to show if the current upstream version is broken or not, soon.&lt;br&gt;
We will also continue to tweak the versioning and generation process as we learn more.&lt;/p&gt;
&lt;p&gt;Please join our &lt;a href=&quot;http://chat.mage-os-org/&quot;&gt;Discord&lt;/a&gt; if you have feedback or if you are interested in the release process.&lt;/p&gt;
&lt;h3 id=&quot;next-steps&quot;&gt;Next Steps&lt;/h3&gt;
&lt;p&gt;Now these two milestones are completed, we are focusing on the next steps towards a Mage-OS distribution that we can improve on while keeping compatibility intact. This will include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Forking our mirror repositories&lt;/li&gt;
&lt;li&gt;Automatically merging upstream changes&lt;/li&gt;
&lt;li&gt;Exploring ways to handle merge conflicts as efficiently as possible&lt;/li&gt;
&lt;li&gt;Running tests in a GitHub CI pipeline&lt;/li&gt;
&lt;li&gt;Exploring ways to reduce the runtime for tests&lt;/li&gt;
&lt;li&gt;Cleaning up the module dependency graph&lt;/li&gt;
&lt;li&gt;Automating the permission setup on GitHub&lt;/li&gt;
&lt;li&gt;Setting up a nightly build repository for the Mage-OS distribution&lt;/li&gt;
&lt;li&gt;Choosing unmerged upstream PRs we want to introduce into Mage-OS&lt;/li&gt;
&lt;li&gt;Figuring out how to make independent releases and consolidating them with upstream releases&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;We look forward to working through these topics and many more over the next weeks and months.&lt;br&gt;
If you are interested in helping, please join the Mage-OS &lt;a href=&quot;http://chat.mage-os.org/&quot;&gt;Discord&lt;/a&gt; and start chatting! We welcome any help!&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;We will probably be using &lt;a href=&quot;https://opencollective.com/&quot;&gt;Open Collective&lt;/a&gt; as a platform to manage paid memberships for the Mage-OS Association. This is an important step to accomplish many of our goals for Mage-OS and the community as a whole. We expect the money raised through membership and donations to go to infrastructure and services, to hiring people to oversee and drive Mage-OS forward, and to directly funding development of the Mage-OS distribution through grants and other programs.&lt;/p&gt;
&lt;p&gt;The membership levels are currently being discussed in the #membership channel on &lt;a href=&quot;http://chat.mage-os.org/&quot;&gt;Discord&lt;/a&gt;. Please join and let us know your thoughts if this is of interest to you!&lt;/p&gt;
&lt;p&gt;As always, stay safe, and keep an eye on our blog. More news is coming soon!&lt;/p&gt;
&lt;p&gt;Best,&lt;/p&gt;
&lt;p&gt;The Mage-OS folks!&lt;/p&gt;</content:encoded><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><item><title>New Website, Mirror Distribution, Nightly Builds, Content and Community Updates (Week 30)</title><link>https://mage-os.org/updates/2022-07-26-new-website-mirror-distribution-nightly-builds-content-and-community-updates-week-30</link><guid isPermaLink="true">https://mage-os.org/updates/2022-07-26-new-website-mirror-distribution-nightly-builds-content-and-community-updates-week-30</guid><description>Lots is happening, folks! You can find a lot of content beyond the blog now by visiting https://mage-os.org! Many thanks to Ryan Hoerr who spent a lot of time...</description><pubDate>Tue, 26 Jul 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Lots is happening, folks!&lt;/p&gt;
&lt;h2 id=&quot;milestones&quot;&gt;Milestones&lt;/h2&gt;
&lt;h3 id=&quot;new-website&quot;&gt;New website!&lt;/h3&gt;
&lt;p&gt;You can find a lot of content beyond the blog now by visiting &lt;a href=&quot;https://mage-os.org/&quot;&gt;https://mage-os.org&lt;/a&gt;!&lt;/p&gt;
&lt;p&gt;Many thanks to Ryan Hoerr who spent a lot of time massaging the previous blog into this shape. Content will continue to be updated.&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;Quite some work went into stabilizing older releases of the mirror distribution. All supported releases install cleanly and quickly now.&lt;/p&gt;
&lt;p&gt;Also, we added release 2.3.7-p3 to the list of supported releases because it is still being used in some CI pipelines to test modules against it. Now all relevant versions can be installed from the &lt;a href=&quot;https://mirror.mage-os.org/&quot;&gt;https://mirror.mage-os.org&lt;/a&gt; composer repository.&lt;/p&gt;
&lt;p&gt;Thank you to Daniel Sloof, Daniel Fahlke, and Damien Retzinger for helping to debug some of the issues! Your input was invaluable.&lt;/p&gt;
&lt;p&gt;Please join our &lt;a href=&quot;http://chat.mage-os.org/&quot;&gt;Discord&lt;/a&gt;, say hi in the #tech channel, and join the conversation!&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;So far we haven’t really made the nightly release repository public, and for good reason. Until now every package in a nightly release was given a new version built from the git branch prefix and the current date (YYYYMMDD) as a alpha package number, for example &lt;code&gt;2.4-a20220721&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;This worked and resulted in an installable release, however, it breaks most composer version constraints of packages built for Magento. The primary use case for nightly builds is testing, and this is very cumbersome with this naming scheme.&lt;/p&gt;
&lt;p&gt;So we decided to change this, and instead use the last release version of a package, followed by a fourth part .1 version, followed by the date. For example, the last release for the &lt;code&gt;magento/framework&lt;/code&gt; package is &lt;code&gt;103.0.4&lt;/code&gt;. The nightly builds of this package will in future have the version &lt;code&gt;103.0.4.1-a20220721&lt;/code&gt;. This satisfies commonly used composer version constraints like &lt;code&gt;^103.0.4&lt;/code&gt;, and any package under test can simply be installed without any hassle.&lt;/p&gt;
&lt;p&gt;Thanks to Anton, Willem, Simon, Daniel F., and Daniel S. (and others whom we might have forgotten) for providing input on this topic. So far most of the implementation has been done by our own Vinai, but we’re very open to helping hands. If you’re interested in joining the effort, please don’t hesitate to reach out!&lt;/p&gt;
&lt;p&gt;Once this change is implemented we will post details on how to install a build nightly release, and also how to build nightly releases yourself.&lt;/p&gt;
&lt;h2 id=&quot;organizational-topics&quot;&gt;Organizational topics&lt;/h2&gt;
&lt;h3 id=&quot;magento-open-source-content&quot;&gt;Magento Open Source Content&lt;/h3&gt;
&lt;p&gt;The content team continues to work on creating content for a Magento Open Source focused website. More content creators are very welcome! Every Monday at 4pm CET we meet to coordinate. Please join our &lt;a href=&quot;http://chat.mage-os.org/&quot;&gt;Discord&lt;/a&gt; and visit the #content channel to participate.&lt;/p&gt;
&lt;h3 id=&quot;community&quot;&gt;Community&lt;/h3&gt;
&lt;p&gt;The &lt;a href=&quot;http://chat.mage-os.org/&quot;&gt;Mage-OS Discord&lt;/a&gt; is becoming more lively, which is lovely. Please join and introduce yourself, it is great to see people are interested in an independent Magento Open Source.&lt;/p&gt;
&lt;p&gt;Also, we want to have online meetups or town hall hangouts, soon. These will be a great place to get to know each other, ask questions, and hear about what is happening.&lt;/p&gt;
&lt;p&gt;Finally, we are using Discord’s audio and video channels to stream longer dev sessions about once a week. This usually is rather spontaneous, usually during the weekend. Keep an eye out for Vinai or others hanging out in the Watercooler chats, if you are interested to discuss technicalities, pair program, or just watch.&lt;/p&gt;
&lt;p&gt;That’s all for today! Enjoy the week, and keep an eye on this blog - more news coming soon,&lt;/p&gt;
&lt;p&gt;The Mage-OS folks&lt;/p&gt;</content:encoded><category>Updates</category><author>mage-os-team</author></item><item><title>Week 20 - 25 of 2022</title><link>https://mage-os.org/updates/2022-06-26-week-20-25-of-2022</link><guid isPermaLink="true">https://mage-os.org/updates/2022-06-26-week-20-25-of-2022</guid><description>We see a bright future for Magento Open Source. We’ve been working on establishing nightly builds from the public Magento source repositories. This is an...</description><pubDate>Sun, 26 Jun 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;We see a bright future for Magento Open Source.&lt;/p&gt;
&lt;h2 id=&quot;technical-topics&quot;&gt;Technical Topics&lt;/h2&gt;
&lt;p&gt;We’ve been working on establishing nightly builds from the public Magento source repositories. This is an important stepping stone toward increased testability and community involvement.&lt;/p&gt;
&lt;p&gt;There are still details and parts of the process to be finalized. Ultimately you will be able to use the Mage-OS nightly repository to install Magento’s latest published development progress for a given day, such as:&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 --stability alpha magento/product-community-edition:2.4-a20220624&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;More to come. Please join us on Discord in &lt;a href=&quot;https://discord.com/channels/893449664093904936/950670671145467924&quot;&gt;#tech&lt;/a&gt; if you’d like to get involved.&lt;/p&gt;
&lt;h2 id=&quot;organizational-topics&quot;&gt;Organizational Topics&lt;/h2&gt;
&lt;h3 id=&quot;the-mage-os-association&quot;&gt;The Mage-OS Association&lt;/h3&gt;
&lt;p&gt;Our by-laws and founding process have all been finalized, and we are on track to form the Association in the next month or so.&lt;/p&gt;
&lt;p&gt;As mentioned in our &lt;a href=&quot;https://mage-os.org/blog/mage-os-update-2022-week-19&quot;&gt;previous post&lt;/a&gt;, we nominated members of the Board of Directors and well as the Control Committee.&lt;/p&gt;
&lt;p&gt;Meet Magento UK gave many of us an opportunity to meet in real life, sign a couple of legal documents, and celebrate.&lt;/p&gt;
&lt;p&gt;&lt;img  loading=&quot;lazy&quot; decoding=&quot;async&quot; fetchpriority=&quot;auto&quot; width=&quot;1024&quot; height=&quot;768&quot; src=&quot;/_astro/mage-os-founding-1024x768.3FRd1t-k_1qBn70.webp&quot; &gt;&lt;/p&gt;
&lt;h3 id=&quot;mage-os-brand-identity&quot;&gt;Mage-OS Brand Identity&lt;/h3&gt;
&lt;p&gt;We confirmed our name, Mage-OS, that both stands for our Association and our distribution system, and brought it to life with a logo (see header above) that captures the vibrant spirit of the Magento Community, and, through the blocks emphasizes how everyone can rise, connect and contribute to building this bright future for Magento Open Source.&lt;/p&gt;
&lt;h2 id=&quot;community-topics&quot;&gt;Community Topics&lt;/h2&gt;
&lt;h3 id=&quot;getting-the-pulse-of-the-magento-community&quot;&gt;Getting the Pulse of the Magento Community&lt;/h3&gt;
&lt;p&gt;The recent Meet Magento UK event allowed us to gather in London and reconnect in person with the Community. We shared ideas and discussed point of views with all parts of the Magento Community including Adobe staff, the UK Community, and people who flew from as far as Argentina or Canada to get those Magento hugs again.&lt;/p&gt;
&lt;p&gt;As we knew all along, Magento is alive and well, and there are many more merchants and agencies still using the platform and rooting for it than one may think. This lack of visibility is one challenge we hope to tackle. If you’re interested in helping, whatever you can contribute, please join us on &lt;a href=&quot;https://discord.gg/nvZDVA2NdC&quot;&gt;Discord&lt;/a&gt;!&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://twitter.com/wsakaren/status/1539918577272328198&quot;&gt;https://twitter.com/wsakaren/status/1539918577272328198&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&quot;social-media-channels&quot;&gt;Social Media Channels&lt;/h2&gt;
&lt;p&gt;You can connect with us, share ideas, or follow our progress on…&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Twitter: &lt;a href=&quot;https://twitter.com/mage_os&quot;&gt;@mage_os&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;LinkedIn: &lt;a href=&quot;https://www.linkedin.com/company/mage-os/&quot;&gt;Company page&lt;/a&gt; and handle to tag us: @mage-os&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://discord.gg/nvZDVA2NdC&quot;&gt;Discord&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;That’s all for today! Stay safe and prosper,&lt;/p&gt;
&lt;p&gt;The Mage-OS folks&lt;/p&gt;</content:encoded><category>Updates</category><author>mage-os-team</author></item><item><title>Week 15 - 19 of 2022</title><link>https://mage-os.org/updates/2022-05-19-week-15-19-of-2022</link><guid isPermaLink="true">https://mage-os.org/updates/2022-05-19-week-15-19-of-2022</guid><description>We see a bright future for Magento Open Source. Work was on hold a bit while some of the group were busy with HyväCmp, but expect news on this front soon! In...</description><pubDate>Thu, 19 May 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;We see a bright future for Magento Open Source.&lt;/p&gt;
&lt;h2 id=&quot;technical-topics&quot;&gt;Technical topics&lt;/h2&gt;
&lt;p&gt;Work was on hold a bit while some of the group were busy with HyväCmp, but expect news on this front soon!&lt;/p&gt;
&lt;h2 id=&quot;organizational-topics&quot;&gt;Organizational topics&lt;/h2&gt;
&lt;h3 id=&quot;the-mage-os-association&quot;&gt;The Mage-OS Association&lt;/h3&gt;
&lt;p&gt;In the last few days, we’ve been busy defining the final details to found the Mage-OS Association.&lt;br&gt;
It will collect and distribute the resources to make our vision come true.&lt;/p&gt;
&lt;p&gt;As mentioned in our &lt;a href=&quot;https://mage-os.org/blog/mage-os-update-2022-week-14&quot;&gt;previous post&lt;/a&gt;, we defined the initial Board of Directors.&lt;br&gt;
It will include seven people (president, vice-president, treasurer, actuary, and three more members).&lt;/p&gt;
&lt;p&gt;A Business Control Committee of two more people will review the work of the Board of Directors.&lt;/p&gt;
&lt;p&gt;In addition, we already have committees set up and running such as:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Mage-OS Technical committee&lt;/li&gt;
&lt;li&gt;Magento Content Resource committee&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Some more forming committees will also contribute to other necessary areas, like branding, marketing, and strategy. Planning, work, and discussion on those tasks are already taking place in our Discord chat.&lt;/p&gt;
&lt;p&gt;To set the initial board and committees, we chose people that devoted their time to the cause from the beginning. The following is an alphabetically-ordered list; we will disclose the assigned roles soon:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Peter Jaap Blaakmeer (NL)&lt;/li&gt;
&lt;li&gt;Ryan Hoerr (US)&lt;/li&gt;
&lt;li&gt;John Hughes (UK)&lt;/li&gt;
&lt;li&gt;Maciej Kalkowski (PL)&lt;/li&gt;
&lt;li&gt;Vinai Kopp (DE)&lt;/li&gt;
&lt;li&gt;Ignacio Riesco (ES)&lt;/li&gt;
&lt;li&gt;Alessandro Ronchi (IT)&lt;/li&gt;
&lt;li&gt;Simon Sprankel (DE)&lt;/li&gt;
&lt;li&gt;Wouter Steenmeijer (NL)&lt;/li&gt;
&lt;li&gt;Thien-Lan Weber (FR)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Anyone who wants to contribute can join us on Discord (&lt;a href=&quot;https://discord.gg/nvZDVA2NdC&quot;&gt;https://discord.gg/nvZDVA2NdC&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;That’s all for today! Stay safe and prosper,&lt;/p&gt;
&lt;p&gt;The Mage-OS folks&lt;/p&gt;</content:encoded><category>Updates</category><author>mage-os-team</author></item><item><title>Week 12 - 14 of 2022</title><link>https://mage-os.org/updates/2022-04-09-week-12-14-of-2022</link><guid isPermaLink="true">https://mage-os.org/updates/2022-04-09-week-12-14-of-2022</guid><description>Seeing the horror of the slaughter of Bucha in Ukraine took its toll on productivity.   Keeping up the motivation despite everything going on was tough for...</description><pubDate>Sat, 09 Apr 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Seeing the horror of the slaughter of Bucha in Ukraine took its toll on productivity.&lt;br&gt;
Keeping up the motivation despite everything going on was tough for some of us.&lt;br&gt;
At the same time, it feels very uplifting to be able to provide support to our friends and family in Ukraine. It also is wonderful to see others selflessly provide shelter, money, material and time to help those who managed to flee, and to those who stayed to fight.&lt;/p&gt;
&lt;p&gt;Here are the updates relating to Mage-OS we made over the last couple of weeks.&lt;/p&gt;
&lt;h2 id=&quot;technical-topics&quot;&gt;Technical topics&lt;/h2&gt;
&lt;h3 id=&quot;mage-os-magento-mirror-repository&quot;&gt;Mage-OS Magento® Mirror Repository&lt;/h3&gt;
&lt;p&gt;Hypernode created the first Mage-OS mirror using the mirror-repo-generator image and &lt;a href=&quot;https://www.hypernode.com/blog/weve-created-the-worlds-first-mage-os-mirror/&quot;&gt;wrote about it&lt;/a&gt;! To our surprise they are already using their mirror to provision client instances, which means Mage-OS is already being used in the wild!&lt;/p&gt;
&lt;p&gt;Other hosting companies have also started to experiment with the mirror repo generator and plan on publishing their findings soon. Also, we have received some first PRs, which is wonderful.&lt;/p&gt;
&lt;p&gt;As soon as 2.4.4 will be released next Tuesday it should be possible to make it available in mirrors, too, by running the mirror generator again.&lt;/p&gt;
&lt;p&gt;If you have questions or ideas, please join our &lt;a href=&quot;https://discord.gg/nvZDVA2NdC&quot;&gt;discord&lt;/a&gt; and say hi in the #tech channel.&lt;/p&gt;
&lt;h3 id=&quot;mage-os-distributions&quot;&gt;Mage-OS Distributions&lt;/h3&gt;
&lt;p&gt;Creating a mirror repository is not our main objective. That’s only the first step towards creating our own distribution. Now that the mirror repository is fully functional, we move our focus to the first steps in creating our first custom distribution.&lt;/p&gt;
&lt;p&gt;The first step for this is to figure out the automatic generation of the base package dependencies. First experiments have been done to get that information using static code analysis without the need for a full Magento installation.&lt;/p&gt;
&lt;p&gt;Figuring out this puzzle will allow the creation of nightly builds based on the current develop branch, which in turn will give us an opportunity to set up continuous integration.&lt;/p&gt;
&lt;h3 id=&quot;github-permissions&quot;&gt;GitHub permissions&lt;/h3&gt;
&lt;p&gt;We have now collected all the knowledge to implement Terraform to manage GitHub permissions for the Mage-OS organization repositories. We expect to complete this step soon.&lt;/p&gt;
&lt;h2 id=&quot;organizational-topics&quot;&gt;Organizational topics&lt;/h2&gt;
&lt;h3 id=&quot;the-mage-os-association&quot;&gt;The Mage-OS Association&lt;/h3&gt;
&lt;p&gt;The founding of the Mage-OS association is moving along swiftly.&lt;br&gt;
The initial board has been decided on and the last details of the bylaws are being cleared by lawyers. As soon as the association is founded, we will publish all details.&lt;/p&gt;
&lt;p&gt;Here is a sneak peek into part of the bylaws:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Art. 3 - Purpose&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The purpose of the Mage-OS Association is to enable the long-term success of the Magento ecosystem by empowering the community to maintain and develop the Mage-OS platform (based on Magento Open Source) through communication, coordination, and funding.&lt;/p&gt;
&lt;p&gt;In particular, the Mage-OS Association has the following goals:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Increase the number of people involved&lt;/li&gt;
&lt;li&gt;Nurture good vibes and values&lt;/li&gt;
&lt;li&gt;Increase the market share&lt;/li&gt;
&lt;li&gt;Increase confidence in the Magento ecosystem&lt;/li&gt;
&lt;li&gt;Sustain Magento Open Source position as a leading platform for custom e-commerce development&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Art. 4 - Tasks&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;In particular, the Mage-OS Association has the following tasks:&lt;/li&gt;
&lt;li&gt;Coordinating and funding the Mage-OS development and long-term support&lt;/li&gt;
&lt;li&gt;Creating quality content that supports the long-term livelihood of the platform&lt;/li&gt;
&lt;li&gt;Providing documentation and education/certification paths&lt;/li&gt;
&lt;li&gt;Supporting organizations empowering the Magento Open Source ecosystem (both regional, like OpenGento and global, like the Magento Association)&lt;/li&gt;
&lt;li&gt;Provide insights, research, and materials to support those outcomes&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;We look forward to seeing you soon, hopefully even at an in-person event!&lt;/p&gt;
&lt;p&gt;That’s all for today! Stay safe and prosper,&lt;/p&gt;
&lt;p&gt;The Mage-OS folks&lt;/p&gt;</content:encoded><category>Updates</category><author>mage-os-team</author></item><item><title>Week 10 and 11 of 2022</title><link>https://mage-os.org/updates/2022-03-18-week-10-and-11-of-2022</link><guid isPermaLink="true">https://mage-os.org/updates/2022-03-18-week-10-and-11-of-2022</guid><description>The ongoing horrific war in Ukraine means we continue to prioritize supporting our friends, family members and coworkers there. We nevertheless have managed to...</description><pubDate>Fri, 18 Mar 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;The ongoing horrific war in Ukraine means we continue to prioritize supporting our friends, family members and coworkers there. We nevertheless have managed to make progress with Mage-OS, too.&lt;/p&gt;
&lt;h2 id=&quot;technical-topics&quot;&gt;Technical topics&lt;/h2&gt;
&lt;h3 id=&quot;mirror-distribution&quot;&gt;Mirror distribution&lt;/h3&gt;
&lt;p&gt;The mirror distribution available at &lt;a href=&quot;https://mirror.mage-os.org/&quot;&gt;mirror.mage-os.org&lt;/a&gt; is now fully functional. It can be used to install Magento Open Source versions 2.4.0 up to 2.4.3-p1 using independently built composer packages.&lt;/p&gt;
&lt;p&gt;Try it:&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;mkdir mage-os-243p1&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;composer create-project --repository-url=https://mirror.mage-os.org/ magento/project-community-edition mage-os-243p1 2.4.3-p1&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Build your own mirror:&lt;/p&gt;
&lt;p&gt;It is easy to host your very own mirror with self-built packages using the mirror repository generator found at &lt;a href=&quot;https://github.com/mage-os/generate-mirror-repo-js&quot;&gt;github.com/mage-os/generate-mirror-repo-js&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The generation from scratch takes about 1.5 hours on a low-end server (2G RAM, no swap). We are actively improving the tool to make it faster and more usable, however, alternative implementations will be the primary tools in the future. The current JavaScript based implementation was started as a research project.&lt;/p&gt;
&lt;p&gt;If you have questions of ideas, please join our discord at &lt;a href=&quot;https://discord.gg/nvZDVA2NdC&quot;&gt;discord.gg/nvZDVA2NdC&lt;/a&gt; and say hi in the #tech channel.&lt;/p&gt;
&lt;h3 id=&quot;github-permissions&quot;&gt;GitHub permissions&lt;/h3&gt;
&lt;p&gt;No progress has been made on this topic because of real life matters. Work will continue in the coming week.&lt;/p&gt;
&lt;h2 id=&quot;organizational-topics&quot;&gt;Organizational topics&lt;/h2&gt;
&lt;h3 id=&quot;operations-management&quot;&gt;Operations management&lt;/h3&gt;
&lt;p&gt;We discussed two ways to bootstrap the organization behind Mage-OS:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Find a person to act as the COO, who’s first task will be to create the organization and their own role. This would be a lot quicker, but it also would require someone who is able to work full time without immediately requiring compensation.&lt;/li&gt;
&lt;li&gt;Found the organization ourselves, which then allows us to collect funds. Then hire a COO.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;We will take this second option as this allows us to make faster progress and deal with filling COO and other roles in near future. So far we have drafted by-laws which are being verified independently by two lawyers.&lt;/p&gt;
&lt;p&gt;We are very excited about the prospect that soon there will be an organization to provide a solid foundation for Mage-OS!&lt;/p&gt;
&lt;h3 id=&quot;magento-association&quot;&gt;Magento Association&lt;/h3&gt;
&lt;p&gt;We do not see the supporting organization around Mage-OS in conflict with the Magento Association.&lt;br&gt;
Each is distinct. The Mage-OS organization moves quicker and brings a much-needed external point of view to the table, while the Association is able to work with Adobe through established channels and can rely on the support provided by a big company.&lt;/p&gt;
&lt;p&gt;Mage-OS future-proofs Magento Open Source by providing an independent distribution. We envision Mage-OS, the Magento Association STS and Adobe LTS/Commerce distributions collaborating closely.&lt;/p&gt;
&lt;p&gt;Should at one time in the future Mage-OS become obsolete because of the Magento Association STS distribution, they can be merged.&lt;/p&gt;
&lt;p&gt;We continue to believe speed is of an essence, so we will continue to move forward without being held back by established processes.&lt;/p&gt;
&lt;p&gt;That’s all for today! Stay safe and prosper,&lt;/p&gt;
&lt;p&gt;The Mage-OS folks&lt;/p&gt;</content:encoded><category>Updates</category><author>mage-os-team</author></item><item><title>Week 8 and 9 of 2022</title><link>https://mage-os.org/updates/2022-03-04-week-8-and-9-of-2022</link><guid isPermaLink="true">https://mage-os.org/updates/2022-03-04-week-8-and-9-of-2022</guid><description>Because of the shock of Russia invading Ukraine there was no progress during week 8. Many friends, co-workers and employees and their families in the Ukraine...</description><pubDate>Fri, 04 Mar 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Because of the shock of Russia invading Ukraine there was no progress during week 8. Many friends, co-workers and employees and their families in the Ukraine are affected. It seems nothing we are doing matters compared to our dear ones fighting for their life and country.&lt;/p&gt;
&lt;p&gt;However, we have to continue to function, despite the crisis. Like a good friend said: “it’s business as usual, but we also have to do more, we have to help”.&lt;/p&gt;
&lt;h2 id=&quot;technical-topics&quot;&gt;Technical topics&lt;/h2&gt;
&lt;h3 id=&quot;mirror-distribution&quot;&gt;Mirror distribution&lt;/h3&gt;
&lt;p&gt;The purpose of the mirror distribution is to provide an independent installation source for Magento Open Source, and to facilitate learning about building a Magento composer repository. The mirror repository can be used to install Magento Open Source independently of the Adobe owned repositories.&lt;br&gt;
Each new Magento Open Source release will be added when it becomes available.&lt;/p&gt;
&lt;p&gt;We are able to create a Magento Open Source composer package repository from our forked repositories at &lt;a href=&quot;https://github.com/mage-os&quot;&gt;github.com/mage-os&lt;/a&gt;.&lt;br&gt;
All the forked repositories used to build the composer repository start with the name &lt;a href=&quot;https://github.com/mage-os?q=mirror-&amp;#x26;type=all&quot;&gt;mirror-*&lt;/a&gt; (for example &lt;code&gt;mirror-magento2&lt;/code&gt;).&lt;br&gt;
It is generated by a &lt;a href=&quot;https://hub.docker.com/r/magece/mirror-repo-js/tags&quot;&gt;docker image&lt;/a&gt;, so everybody can create and host their own mirror repository if they want.&lt;br&gt;
We hope over time, hosters will use this to provide local mirrors to their customers.&lt;/p&gt;
&lt;p&gt;There are still two issues to solve, but in general an installation of 2.4.3-p1 is now possible if the &lt;code&gt;magento/composer-dependency-version-audit-plugin&lt;/code&gt; is disabled (answer no when asked during the installation).&lt;br&gt;
These remaining issues should be fixed soon, too.&lt;/p&gt;
&lt;p&gt;The composer repository for our Mage-OS mirror distribution can be found at &lt;a href=&quot;https://mirror.mage-os.org/&quot;&gt;mirror.mage-os.org&lt;/a&gt;.&lt;br&gt;
At a later time we will be providing additional packages that go beyond Magento Open Source at &lt;a href=&quot;https://repo.mage-os.org/&quot;&gt;repo.mage-os.org&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Please note: currently they still are to be considered experimental. We will post an update here when they can be considered stable.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;More details on how the composer repository is generated and how to install Magento Open Source from such a mirror repo can be found at &lt;a href=&quot;https://github.com/mage-os/generate-mirror-repo-js&quot;&gt;github.com/mage-os/generate-mirror-repo-js&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;A big thank you to &lt;a href=&quot;https://twitter.com/kassner&quot;&gt;Raffael Kassner&lt;/a&gt;! The research he provided at &lt;a href=&quot;https://github.com/magefm/repository-generator&quot;&gt;github.com/magefm/repository-generator&lt;/a&gt; has been very helpful!&lt;/p&gt;
&lt;h3 id=&quot;github-permissions&quot;&gt;GitHub permissions&lt;/h3&gt;
&lt;p&gt;We have set up a plan and are in the process of learning how to use terraform to apply the desired set of permissions to all repositories at &lt;a href=&quot;https://github.com/mage-os&quot;&gt;github.com/mage-os&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&quot;discord&quot;&gt;Discord&lt;/h3&gt;
&lt;p&gt;New members are now required to register with a verified email address and agree to the code of conduct hosted at &lt;a href=&quot;https://mage-os.org/code-of-conduct&quot;&gt;mage-os.org/code-of-conduct&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;We now welcome anybody interested in our discord at &lt;a href=&quot;https://discord.gg/nvZDVA2NdC&quot;&gt;discord.gg/nvZDVA2NdC&lt;/a&gt;.&lt;br&gt;
This is probably the best place to go if you are interested in helping to set up Mage-OS.&lt;/p&gt;
&lt;h2 id=&quot;organizational-topics&quot;&gt;Organizational topics&lt;/h2&gt;
&lt;h3 id=&quot;operations-management&quot;&gt;Operations management&lt;/h3&gt;
&lt;p&gt;We agreed we need to invest into the organization behind Mage-OS in order to be able to make this a sustainable long term project. For this, we developed the profile for a full time chief operating officer.&lt;/p&gt;
&lt;h3 id=&quot;organizing-documents&quot;&gt;Organizing documents&lt;/h3&gt;
&lt;p&gt;The amount of both technical and organizational documents are growing, and we need to organize things.&lt;br&gt;
We decided to share Google Drive folders with everyone in the organization. Some of those folders will become public, so documents like for example the &lt;a href=&quot;https://docs.google.com/document/d/1dF60bw54ivdcH7IpEeWPCPXAW3Cx0ky_mKzv3v93uRc/edit?usp=sharing&quot;&gt;product vision&lt;/a&gt; can be easily linked to and discovered.&lt;/p&gt;</content:encoded><category>Updates</category><author>mage-os-team</author></item><item><title>Week 7 of 2022</title><link>https://mage-os.org/updates/2022-02-20-week-7-of-2022</link><guid isPermaLink="true">https://mage-os.org/updates/2022-02-20-week-7-of-2022</guid><description>Welcome to an update fresh out of the Mage-OS kitchen. We are able to run a full local installation based on self-generated packages, but it doesn’t work...</description><pubDate>Sun, 20 Feb 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Welcome to an update fresh out of the Mage-OS kitchen.&lt;/p&gt;
&lt;h2 id=&quot;technical-topics&quot;&gt;Technical topics&lt;/h2&gt;
&lt;h3 id=&quot;mirror-distribution&quot;&gt;Mirror distribution&lt;/h3&gt;
&lt;p&gt;We are able to run a full local installation based on self-generated packages, but it doesn’t work remotely yet, because the package URLs in the packages.json file generated by satis still need to be prefixed with the repository URL. This should be fixed over the coming weekend.&lt;/p&gt;
&lt;p&gt;The JavaScript based build tool is bundled as a docker image which will be used to create a Mage-OS mirror repository on any server with docker (or podman).&lt;br&gt;
This will allow us to change the underlying implementation of the tool creating the packages without impacting the mirror provider - they only need to pull the latest version of the image.&lt;/p&gt;
&lt;p&gt;We agreed to host the initial mirror distribution on a server rented by us, because we don’t want to favor a specific hosting provider.&lt;br&gt;
We hope many hosting providers will use the opportunity to provide fast local package mirrors to their customers.&lt;/p&gt;
&lt;h3 id=&quot;opening-up-to-the-wider-community&quot;&gt;Opening up to the wider community&lt;/h3&gt;
&lt;p&gt;We want to open up our Discord and the mage-os GitHub organization once we have a fully functioning self built package mirror running. We are looking forward to collaborating with many developers from all over the world in building up the Mage-OS distributions. Before we open things up, we decided to publish a Code of Conduct on our website and ask everyone to agree with our shared base values before joining. We also need to set up team based access rights in the GitHub organization.&lt;/p&gt;
&lt;h2 id=&quot;organizational-topics&quot;&gt;Organizational topics&lt;/h2&gt;
&lt;h3 id=&quot;magento-association&quot;&gt;Magento Association&lt;/h3&gt;
&lt;p&gt;We discussed our individual relationship with the Magento Association and agreed there is no conflict of interest if members of our group also fulfill tasks in the MA. We also agreed that by continuing to work independently of the MA as part of the Mage-OS community alliance, we also serve the community by helping move the status quo.&lt;/p&gt;
&lt;h3 id=&quot;magento-sts-vs-lts&quot;&gt;Magento STS vs LTS&lt;/h3&gt;
&lt;p&gt;We discussed how STS and LTS security updates might be handled, and who might be able to provide vendor based support.&lt;br&gt;
Since Adobe wants to hand ownership of Magento STS to the community, they might not be able to provide security patches.&lt;br&gt;
We are convinced there is a shared interest in collaboration on this topic, and that a way to coordinate the release of security related patches can be found.&lt;br&gt;
This will be a topic for further discussion in the Magento Open Source Task Force.&lt;/p&gt;
&lt;h3 id=&quot;magento-open-source-content&quot;&gt;Magento Open Source Content&lt;/h3&gt;
&lt;p&gt;We assembled a content plan for the promotional, informational and branding related content for merchants about Magento Open Source. Several members of the community have agreed to help create this content. As soon as we have at least ten meaningful articles we will publish them on the to be created mage-os.org website. Should Adobe or the Magento Association also decide to provide such content, we will be happy to move content there.&lt;/p&gt;
&lt;h3 id=&quot;magento-and-adobe-commerce-support&quot;&gt;Magento and Adobe Commerce Support&lt;/h3&gt;
&lt;p&gt;During the last Magento Open Source Task Force meeting we discussed the lack of publicly available long term support information for both Adobe Commerce and Magento Open Source. Adobe members of the task force agreed that should be made available and stated they would look into it.&lt;/p&gt;
&lt;h3 id=&quot;docker-hub-username&quot;&gt;Docker Hub Username&lt;/h3&gt;
&lt;p&gt;Sadly “mageos” is not available. Only characters and numbers are allowed, which means “mage-os” is not valid there. The next best free username we found on docker hub is “magece”.&lt;/p&gt;
&lt;p&gt;That’s all for this week. More coming soon,&lt;/p&gt;
&lt;p&gt;&lt;em&gt;The whole Mage-OS team&lt;/em&gt;&lt;/p&gt;</content:encoded><category>Updates</category><author>mage-os-team</author></item><item><title>Week 5 and 6 of 2022</title><link>https://mage-os.org/updates/2022-02-11-week-5-and-6-of-2022</link><guid isPermaLink="true">https://mage-os.org/updates/2022-02-11-week-5-and-6-of-2022</guid><description>Every Tuesday we have a meeting to discuss technical topics, and every Wednesday we have a meeting regarding organizational topics. This is the first post of...</description><pubDate>Fri, 11 Feb 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Every Tuesday we have a meeting to discuss technical topics, and every Wednesday we have a meeting regarding organizational topics.&lt;/p&gt;
&lt;p&gt;This is the first post of the new bi-weekly status updates we will be publishing to be more transparent regarding the work we are doing. Please expect these updates will be less polished but more frequent than our prior posts.&lt;/p&gt;
&lt;h2 id=&quot;technical-topics&quot;&gt;Technical topics&lt;/h2&gt;
&lt;h3 id=&quot;package-generation&quot;&gt;Package generation&lt;/h3&gt;
&lt;p&gt;We are continuing to work on the package splitting functionality. A reference implementation regarding the general package generation is complete. We are building multiple implementations using different languages in order to increase the bus-factor. Noteworthy is that all mage-os composer packages will have stable checksums. We are close to being able to create a mirror distribution, but are still missing:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;The composer.json file for the magento/magento2-base package. The question of how to get a base package composer.json is solved, but not yet implemented. More information on why that isn’t straight forward and what is required can be found in a &lt;a href=&quot;https://docs.google.com/document/d/1VFFL7JbsUV0MUVZE_1ojCPRI9F4ZZtema1_cOgreNDo/edit?usp=sharing&quot;&gt;google doc&lt;/a&gt;.&lt;br&gt;
A public repository with all relevant composer.json files can be found at&lt;br&gt;
&lt;a href=&quot;https://github.com/mage-os/magento2-base-composer-json&quot;&gt;github.com/mage-os/magento2-base-composer-json&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;The meta-package and project-package generation.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;We expect the meta- and project-package composer.json generation to be simpler than the base-package composer.json and intend to complete these tasks until the next meeting, at least with the JavaScript package splitter implementation.&lt;/p&gt;
&lt;h3 id=&quot;preparing-the-github-organization-for-being-open-to-the-public&quot;&gt;Preparing the GitHub organization for being open to the public&lt;/h3&gt;
&lt;p&gt;We discussed how to handle write privileges to the repositories and who will implement the necessary configuration.&lt;/p&gt;
&lt;h2 id=&quot;organizational-topics&quot;&gt;Organizational topics&lt;/h2&gt;
&lt;h3 id=&quot;magento-open-source-marketing-content-creation&quot;&gt;Magento Open Source Marketing Content Creation&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Since Adobe has effectively removed next to all content on the brand Magento and shut down the magento.com domain, we feel it is super urgent to provide an alternative portal where merchants can inform themselves about Magento Open Source.&lt;/li&gt;
&lt;li&gt;Until that exists, a lot of companies who have built their business around Magento Open Source are suffering from Adobe’s decision to redirect magento.com to their Adobe commerce landing page.&lt;/li&gt;
&lt;li&gt;We decided to reach out to individuals in the community asking for help in creating content. Feature descriptions, key value propositions and case studies are the most important.&lt;/li&gt;
&lt;li&gt;Once we have a reasonable amount of content compiled, we will set up a website.&lt;/li&gt;
&lt;li&gt;We want to do this independently of the Magento Association and Adobe since they probably will take a lot more time to get it done. And we think time is of essence.&lt;/li&gt;
&lt;li&gt;If a better website is set up later under a better domain, we will be happy to share or hand over any Magento Open Source marketing content that is relevant to merchants. We are very willing to collaborate, but do not want to wait idle.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;magento-open-source-sts&quot;&gt;Magento Open Source STS&lt;/h3&gt;
&lt;p&gt;The biggest topic was news shared by Adobe at the Open Source Task Force meeting that they intend to create a Magento Open Source Short Term Support (STS) distribution, which would run in parallel with a LTS version.&lt;/p&gt;
&lt;p&gt;This is amazing good news if it is realized. Adobe offered to share their build processes and tools as part of this.&lt;/p&gt;
&lt;p&gt;We welcome this wholeheartedly, but at the same time feel it is very important to continue on our path to create independent distributions, since we all have experienced the time it takes for things in big companies to happen. We want to move faster.&lt;/p&gt;
&lt;p&gt;Once the STS release exists, all the work we will have done can benefit it.&lt;/p&gt;
&lt;p&gt;Right now, the STS version of Magento is a proposal, and many things are still unclear or not yet decided on. It is a very positive outlook, but we’re cautious to celebrate too early.&lt;/p&gt;
&lt;p&gt;Thank you,&lt;/p&gt;
&lt;p&gt;&lt;em&gt;The whole Mage-OS team&lt;/em&gt;&lt;/p&gt;</content:encoded><category>Updates</category><author>mage-os-team</author></item><item><title>Mage-OS update January 2022</title><link>https://mage-os.org/updates/2022-02-02-mage-os-update-january-2022</link><guid isPermaLink="true">https://mage-os.org/updates/2022-02-02-mage-os-update-january-2022</guid><description>Dear Magento community members, It has been a while since you last heard from us. Apart from updates on social media and conferences/discussion panels we...</description><pubDate>Wed, 02 Feb 2022 00:00:00 GMT</pubDate><content:encoded>&lt;h2 id=&quot;mage-os-update-january-2022&quot;&gt;Mage-OS update January 2022&lt;/h2&gt;
&lt;p&gt;Dear Magento community members,&lt;/p&gt;
&lt;p&gt;It has been a while since you last heard from us. Apart from updates on social media and conferences/discussion panels we haven’t communicated much publicly.&lt;/p&gt;
&lt;p&gt;This will finally change today. You may expect regular updates from us, in short or long form. Even if there is little to report on, we will let you know what is being worked on.&lt;/p&gt;
&lt;p&gt;There are a couple of things we would like to update you on, and tell you what happened over the course of the past four months.&lt;/p&gt;
&lt;h3 id=&quot;there-was-a-lot-of-talking&quot;&gt;There was a lot of talking&lt;/h3&gt;
&lt;p&gt;When we wrote our letter, it came from concerns around the future of Magento Open Source. There was no clear direction on the Open Source product, especially compared to the amount of communication and marketing around Adobe Commerce.&lt;/p&gt;
&lt;p&gt;The community seemed to be slipping away, vanishing into the dark. We believe, in retrospect, that this is the result of two things:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Leadership at Adobe changed and core members with strategic positions left. There was no replacement for these figures and a lack of business case for further investment into Open Source.&lt;/li&gt;
&lt;li&gt;A growing disconnect between Adobe and the Community has risen, as a result of dissatisfaction around the Open Source contribution model, a lack of communication and a lack of a clear roadmap&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;We very much believe these two factors played into each other and created a downward spiral.&lt;/p&gt;
&lt;p&gt;It seems the open letter broke that spiral. Adobe noticed the community still cared and had a real need for an open strategy around open source and a commitment to the long-term support of Magento Open Source.&lt;/p&gt;
&lt;p&gt;As a result, the Open Source Task Force was created by the Magento Association, where the community and Adobe get together to voice these concerns, discuss the future of Magento and find common ground on important issues, to make sure the community can get back on their feet and close the gap between Adobe and the Community.&lt;/p&gt;
&lt;p&gt;During a one hour meeting every second week, several topics are being discussed, with mixed results. So far eight calls have taken place, usually joined by about 10 people, of which almost half are Adobe employees. The rest consists of community members (those that are able to join) under which three of our Mage-OS members; Bartek Igielski, Vinai Kopp and Willem Wigman.&lt;/p&gt;
&lt;p&gt;Even though there is little publicly visible output coming from these efforts, we believe it has been extremely valuable just to get an alignment on what the community needs from Adobe, and what Adobe is willing to provide.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Commitment has been made by Adobe to keep investing into Magento Open Source, and ensure us there is no plan for deprecation of the monolith&lt;/li&gt;
&lt;li&gt;The community engineering team will get more resources in the near future&lt;/li&gt;
&lt;li&gt;Adobe has proposed a Community maintained “Short Term Support” (STS) version of Magento Open Source. The plans are still at a very early stage, but they look quite promising. This is a clear signal that awareness of the Community and the importance of Magento Open Source is growing inside Adobe, and - if followed through - would demonstrate Adobe’s long term commitment to Open Source. There are many open questions which are being discussed in the task force.&lt;/li&gt;
&lt;li&gt;Luma will be deprecated, but not on short term&lt;/li&gt;
&lt;li&gt;Discussions are ongoing around the possibility of slimming down the core of the Magento Framework to allow multiple distributions in the future.&lt;/li&gt;
&lt;li&gt;Adobe will not provide any marketing around Magento Open Source towards merchants from either magento.com, or the adobe.com website. The magento.com domain now redirects to a landing page at adobe.com with resources around Magento.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;It is much clearer now what Adobe’s strategy is regarding Open Source, and that is a big win.&lt;/p&gt;
&lt;p&gt;We now feel a lot more confident that Adobe will take care of the basic needs to be able to keep using Magento Open Source for the next couple of years. We can expect full vendor support for critical bugs, stability upgrades and security support.&lt;/p&gt;
&lt;p&gt;When Adobe follows through with their suggestion of a Community owned STS version of Magento Open Source, the power of the community and the backing of a large enterprise will enable innovation and growth of the Magento eco-system for many years into the future.&lt;/p&gt;
&lt;p&gt;This is all of great value, and an investment from Adobe we should not oversee or underestimate. We are thankful for this support.&lt;/p&gt;
&lt;p&gt;It is also now very clear that, even though Adobe takes care of the platform’s basic needs, it will not invest heavily in any innovation or feature development on it. The focus is very much on Adobe Commerce and it’s position in the Adobe ecosystem, building out integrations with other Adobe products and microservices, rather than building new features using Magento (PHP) extensions.&lt;/p&gt;
&lt;p&gt;If we want the platform and community to flourish and grow, it will have to come from the community.&lt;/p&gt;
&lt;p&gt;So now we know what we are planning for.&lt;/p&gt;
&lt;h3 id=&quot;the-fork&quot;&gt;The Fork&lt;/h3&gt;
&lt;p&gt;A fork was indeed created. Which is not a big thing in itself, since many developers fork Magento on a daily basis. It is even a requirement to be able to contribute to the platform.&lt;/p&gt;
&lt;p&gt;What is special about this fork, is that it is tracking changes on the official Magento repositories and automatically updates, then creates meta-packages from the repository and puts these into a distributed repository that can be used with Composer.&lt;/p&gt;
&lt;p&gt;Figuring out how to split out the mono-repo from Magento’s repositories and creating packages out of those, mirroring exactly the same output as Magento’s official repository took some time to reverse engineer. And to find the most performant and efficient way to get this done.&lt;/p&gt;
&lt;p&gt;We will publish both the fork, the build scripts and all documentation on the process we went through publicly soon. Even though we’ve worked on this in the background, our goal is to be as transparent as possible about what we did and why.&lt;/p&gt;
&lt;p&gt;These processes will be up for discussion as soon as we’ve published it and invited anyone interested into our Discord (see “The Community” below).&lt;/p&gt;
&lt;p&gt;The Fork is just a contingency fallback for when the day comes when large deprecations might happen on the official Magento repository or when those would go away all at once. You might remember when Magento 1 was deprecated, not only the repository was gone, but also the merchant documentation.&lt;/p&gt;
&lt;p&gt;We want to be prepared for any scenario in the future, and have complete ownership over a copy of the product and have the knowledge to maintain such an infrastructure.&lt;/p&gt;
&lt;p&gt;This also includes the merchant documentation.&lt;/p&gt;
&lt;h3 id=&quot;the-distribution&quot;&gt;The Distribution&lt;/h3&gt;
&lt;p&gt;The interesting part will be the work on our own distribution. We imagine building a version of Magento that allows us a lot more flexibility to evolve.&lt;/p&gt;
&lt;p&gt;This would include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Removing optional functionalities in core, such as a choice between MySQL search or Elasticsearch, or removing MSI (Multi Stock Inventory) by default&lt;/li&gt;
&lt;li&gt;Implement bug fixes faster&lt;/li&gt;
&lt;li&gt;Implement performance improvements faster&lt;/li&gt;
&lt;li&gt;Include new features&lt;/li&gt;
&lt;li&gt;Repackage Luma into an LTS version, removing Luma from core by default&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;And many other things we can’t even think of at this stage. It should allow us to do experiments again, and bring back innovation to the platform.&lt;/p&gt;
&lt;p&gt;Since the proposed Magento Open Source STS version is not yet realized, we believe we need to move forward with Mage-OS. Any work we do will be able to flow back into Magento STS when it exists and is in the hands of the community.&lt;/p&gt;
&lt;p&gt;The community needs an initiative to keep the dialog with Adobe alive and growing.&lt;/p&gt;
&lt;h3 id=&quot;the-community&quot;&gt;The Community&lt;/h3&gt;
&lt;p&gt;The community needs a big shift. We’ve gotten caught up in negativity and got tired of the push back we got from those that got burned by the release of Magento 2.&lt;/p&gt;
&lt;p&gt;Yes, we can safely state that the initial release of Magento 2 was premature and caused damage to many members of our community. Merchants, agencies and developers all alike.&lt;/p&gt;
&lt;p&gt;Many of those that were hurt during that period are no longer part of our community, based on their experiences from that moment in time, which is understandable.&lt;/p&gt;
&lt;p&gt;Today however, Magento 2 is in fantastic shape, thanks to a lot of effort put in by both Adobe and the community. The platform has never been more flexible and stable, filling all merchants’ needs.&lt;/p&gt;
&lt;p&gt;So what our community needs is a new sound that resonates with today’s state. And leave the past behind us.&lt;/p&gt;
&lt;p&gt;We have a vibrant community with businesses, people and families that are building their livelihoods on Magento offering Integrations, Extensions, Hosting, Payments, Marketing services and so much more.&lt;/p&gt;
&lt;p&gt;We have everything we need, right in front of us. Positivity in our ecosystem will go a long way. New merchants are offered the choice for a platform every day, new students become professionals and new agencies grow out of those students every day.&lt;/p&gt;
&lt;p&gt;The eCommerce industry keeps growing, and every platform keeps growing. The only thing we need to do is to get together and start moving.&lt;/p&gt;
&lt;p&gt;We need Magento events to make a comeback, educate and welcome newcomers, celebrate our victories and help each other out, sharing solutions to our common problems as we’ve done for over a decade.&lt;/p&gt;
&lt;p&gt;Mage-OS will open up to the public using Discord.com as a communication platform, where we would like to welcome you and exchange ideas on how to start defining the future of Magento.&lt;/p&gt;
&lt;p&gt;We will publish the access information to this environment on our website and newsletter as soon as we’ve made it available.&lt;/p&gt;
&lt;h3 id=&quot;the-magento-brand&quot;&gt;The Magento Brand&lt;/h3&gt;
&lt;p&gt;Adobe owns the rights to the Magento brand. They also decided not to market the Magento brand any longer. The Magento Association owns the rights to a subset of the Magento brand, for a limited amount of time. This means that we have very limited control over the brand.&lt;/p&gt;
&lt;p&gt;And that is okay. We will make our best effort to provide the branding around the product and make it clear it is the same product without violating intellectual property.&lt;/p&gt;
&lt;p&gt;Mage-OS will be the name of our initiative, and the distribution we will build. Additionally, we’ve started working on a branding and content strategy.&lt;/p&gt;
&lt;p&gt;We will make sure merchants have a place to go to and learn about the Magento platform and its capabilities.&lt;/p&gt;
&lt;h3 id=&quot;the-mage-os-entity&quot;&gt;The Mage-OS entity&lt;/h3&gt;
&lt;p&gt;We’ve also set up a working group to focus on an official entity for Mage-OS. This will include the organization structure, strategy, funding, partnerships and all that comes with that.&lt;/p&gt;
&lt;p&gt;There are currently two weekly meetings: one technical meeting and one organizational. The form in which these meetings are being held is temporary until we’ve set up the basics and feel we have the capacity to expand more globally. When we open Discord up to everybody, we welcome new members to participate in these meetings, too.&lt;/p&gt;
&lt;p&gt;We are very much aware of the closed nature of our current organizational structure, which is absolutely not meant for the long term. It merely exists in this form because we tried to stay small and regional to be able to move fast and plan meetings in the same time zone. We’re implementing a code of conduct and will focus on diverse representation in the organization as soon as possible.&lt;/p&gt;
&lt;h3 id=&quot;next-steps&quot;&gt;Next steps&lt;/h3&gt;
&lt;p&gt;We’re planning to start bringing out regular updates on progress. Please make sure you are on &lt;a href=&quot;https://mage-os.org/blog/mage-os-update-january-2022#newsletter&quot;&gt;our mailing list&lt;/a&gt; if you want to be updated on our next steps, which will include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Open access to Mage-OS Discord&lt;/li&gt;
&lt;li&gt;Public access to the Mage-OS fork&lt;/li&gt;
&lt;li&gt;A new website to replace the current mage-os.org site with background information, a blog and merchant information about Magento&lt;/li&gt;
&lt;li&gt;Progress updates on the Mage-OS distribution&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href=&quot;https://mage-os.org/blog/mage-os-update-january-2022#newsletter&quot;&gt;Sign up to our mailing list below&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Thank you,&lt;/p&gt;
&lt;p&gt;The Mage-OS team,&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Willem Wigman, Hyvä Themes B.V.&lt;/li&gt;
&lt;li&gt;Vinai Kopp, Hyvä Themes B.V.&lt;/li&gt;
&lt;li&gt;Andreas von Studnitz, integer_net GmbH&lt;/li&gt;
&lt;li&gt;Fabian Schmengler, integer_net GmbH&lt;/li&gt;
&lt;li&gt;Ignacio Riesco, Interactiv4 S.L.&lt;/li&gt;
&lt;li&gt;Óscar Recio, Interactiv4 S.L.&lt;/li&gt;
&lt;li&gt;Peter Jaap Blaakmeer, elgentos&lt;/li&gt;
&lt;li&gt;Wouter Steenmeijer, elgentos&lt;/li&gt;
&lt;li&gt;Jeroen Boersma, elgentos&lt;/li&gt;
&lt;li&gt;Kuba Zwolinski, snow.dog&lt;/li&gt;
&lt;li&gt;Kamil Balwierz, snow.dog&lt;/li&gt;
&lt;li&gt;Bartek Igielski, snow.dog&lt;/li&gt;
&lt;li&gt;Simon Sprankel, CustomGento GmbH&lt;/li&gt;
&lt;li&gt;Ryan Hoerr, ParadoxLabs, Inc&lt;/li&gt;
&lt;li&gt;Thien-Lan Weber, OneStepCheckout&lt;/li&gt;
&lt;li&gt;Alessandro Ronchi, Magento Community Maintainer&lt;/li&gt;
&lt;li&gt;John Hughes, Fisheye Media Ltd.&lt;/li&gt;
&lt;li&gt;Tomas Gerulaitis&lt;/li&gt;
&lt;li&gt;Ivan Chepurnyi, EcomDev B.V.&lt;/li&gt;
&lt;li&gt;Maciej Kalkowski, Centuria sp. z o.o.&lt;/li&gt;
&lt;/ul&gt;</content:encoded><category>Updates</category><author>mage-os-team</author></item><item><title>Status Update 2021-09-28</title><link>https://mage-os.org/updates/2021-09-28-status-update-2021-09-28</link><guid isPermaLink="true">https://mage-os.org/updates/2021-09-28-status-update-2021-09-28</guid><description>Since we posted the initial open letter on September 14th a lot has happened. Thank you First, we would like to thank all the people who added their names to...</description><pubDate>Tue, 28 Sep 2021 00:00:00 GMT</pubDate><content:encoded>&lt;h2 id=&quot;the-future-of-magento-open-source---status-update&quot;&gt;The Future of Magento Open Source - Status Update&lt;/h2&gt;
&lt;p&gt;Since we posted the &lt;a href=&quot;/blog/the-future-of-magento&quot;&gt;initial open letter&lt;/a&gt; on September 14th a lot has happened.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Thank you&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;First, we would like to thank all the people who added their names to support the initiative and who have reached out personally to encourage.&lt;/p&gt;
&lt;p&gt;Thank you also to everyone who spent time with us at Meet Magento Poland. We came with the intention to listen, you came with the open-mindedness to share your point of view and many productive discussions came out of it!&lt;/p&gt;
&lt;p&gt;Because technically already thousands of forks exist for the Magento 2 project on GitHub, we decided to name our thing a “distribution”.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Introducing the Mage-OS distribution&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Mage-OS will be an upstream compatible, lightweight, composition of Magento Open Source packages. Some of those packages will contain changes, and some will be entirely new. It will be compatible with all existing Magento 2 extensions and integrations.&lt;/p&gt;
&lt;p&gt;What differentiates Mage-OS from Magento Open Source and Adobe Commerce?&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;It will be more accessible to developers&lt;/li&gt;
&lt;li&gt;It will be composed of a default lightweight package selection&lt;/li&gt;
&lt;li&gt;It will allow faster integration of PRs&lt;/li&gt;
&lt;li&gt;It will allow simple migration to Magento Open Source and Adobe Commerce&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Our Value Proposition&lt;/strong&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;If the cake gets bigger, the whole ecosystem wins.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;We see the following value propositions for the five key pillars of our Magento ecosystem:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Mage-OS for Merchants&lt;/em&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Faster time to market: our technology is simpler and more accessible to a majority of developers.&lt;/li&gt;
&lt;li&gt;Provides a growth path from the small beginning up to Adobe Commerce and Experience Manager&lt;/li&gt;
&lt;li&gt;Reduced hosting costs due to simpler environmental requirements&lt;/li&gt;
&lt;li&gt;Access to the big pool of Integrations and Extensions for Magento and Adobe Commerce&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;em&gt;Mage-OS for Agencies / Service Integrators&lt;/em&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Reduced build time and less complexity to optimize your project costs&lt;/li&gt;
&lt;li&gt;Easier to onboard new talent thanks to a more accessible codebase&lt;/li&gt;
&lt;li&gt;Ability to target the lower SMB market with attractive margins thanks to lower project cost&lt;/li&gt;
&lt;li&gt;Developers happiness: less frustration, more wins to motivate your teams and boost your talent retention&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;em&gt;Mage-OS for Technology Partners (Extension Vendors, Hosting, SaaS providers)&lt;/em&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Business growth as the Magento market share increases&lt;/li&gt;
&lt;li&gt;Access to the lower end SMB market section of merchants and agencies&lt;/li&gt;
&lt;li&gt;Bigger return on investment for existing products due to a longer Magento lifespan&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;em&gt;Mage-OS for Developers&lt;/em&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Improved sense of ownership&lt;/li&gt;
&lt;li&gt;Faster moving distribution&lt;/li&gt;
&lt;li&gt;Easier to contribute&lt;/li&gt;
&lt;li&gt;Simpler to set up a development environment&lt;/li&gt;
&lt;li&gt;Good entry point for a developer career in the Magento / Adobe Commerce ecosystem&lt;/li&gt;
&lt;li&gt;Bigger return on investment for acquired Magento development knowledge due to a longer Magento lifespan&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;em&gt;Mage-OS for Adobe&lt;/em&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Reduced pressure on the Magento Open Source GitHub PR/Issue list.&lt;/li&gt;
&lt;li&gt;Breeding ground for innovations: create a protective buffer between community contributions and Adobe Commerce to safeguard stability. Community contributions can be evaluated in production environments without the risk of introducing instability to Magento Open Source or, by extension, Adobe Commerce.&lt;/li&gt;
&lt;li&gt;Create a funnel for merchants exhibiting the biggest growth from Mage-OS into Adobe Commerce and Adobe Experience Manager.&lt;/li&gt;
&lt;li&gt;Protect and grow the lower-end Magento SMB market market share.&lt;/li&gt;
&lt;li&gt;Competitive advantage vs other eCommerce platforms due to a vibrant and active community.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;The next steps&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The Magento Association is moving to take a larger role representing the whole community. We are hopeful that in time it will become the organization to take ownership of the Mage-OS distribution. As such, the next couple of weeks will be spent running conversations with the right people in the Association and within Adobe.&lt;/p&gt;
&lt;p&gt;In the meantime, we are engaged in the design and setup of the infrastructure and processes to make Mage-OS a sustainable long-term project. When we are satisfied with it, we will open it up to the public.&lt;/p&gt;
&lt;p&gt;As soon as there are further newsworthy developments, we will communicate them timely.&lt;/p&gt;
&lt;p&gt;Thank you, The Mage Open Source Community Alliance (MOSCA)&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;em&gt;Willem Wigman, Hyvä Themes B.V.&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Vinai Kopp, Hyvä Themes B.V.&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Andreas von Studnitz, integer_net GmbH&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Fabian Schmengler, integer_net GmbH&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Ignacio Riesco, Interactiv4 S.L.&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Óscar Recio, Interactiv4 S.L.&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Peter Jaap Blaakmeer, elgentos&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Wouter Steenmeijer, elgentos&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Jeroen Boersma, elgentos&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Kuba Zwolinski, snow.dog&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Kamil Balwierz, snow.dog&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Bartek Igielski, snow.dog&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Simon Sprankel, CustomGento GmbH&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Ryan Hoerr, ParadoxLabs, Inc&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Thien-Lan Weber, OneStepCheckout&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Alessandro Ronchi, Magento Community Maintainer&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;John Hughes, Fisheye Media Ltd.&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Tomas Gerulaitis&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Ivan Chepurnyi, EcomDev B.V.&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Maciej Kalkowski, Centuria sp. z o.o.&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;</content:encoded><category>Updates</category><author>mage-os-team</author></item><item><title>The Future of Magento</title><link>https://mage-os.org/updates/2021-09-14-the-future-of-magento</link><guid isPermaLink="true">https://mage-os.org/updates/2021-09-14-the-future-of-magento</guid><description>Dear Magento community, With this open announcement we are letting you know that there will be a community organization driven fork of Magento. The purpose is...</description><pubDate>Tue, 14 Sep 2021 00:00:00 GMT</pubDate><content:encoded>&lt;h2 id=&quot;open-letter-to-the-magento-community&quot;&gt;Open letter to the Magento Community&lt;/h2&gt;
&lt;p&gt;Dear Magento community,&lt;/p&gt;
&lt;p&gt;With this open announcement we are letting you know that there will be a community organization driven fork of Magento. The purpose is to secure Magento’s long term viability for all the businesses depending on it.&lt;/p&gt;
&lt;p&gt;Why do we believe this is the right step?&lt;/p&gt;
&lt;p&gt;The Magento ecosystem is big. It’s been the dominant platform for eCommerce for a decade. It has driven innovation in eCommerce and empowered businesses of all sizes. Full of novel ideas born through a vibrant community, it is still unparalleled by any other eCommerce ecosystem out there.&lt;/p&gt;
&lt;p&gt;The eCommerce landscape has changed over the years, now offering a wealth of SaaS, PaaS, and other off-premise solutions. Magento under Adobe has determined to do the same. The community is still there, but the enterprise product - now called Adobe Commerce - is moving towards composable microservices hosted in the cloud, only suitable for the largest merchants.&lt;/p&gt;
&lt;p&gt;There has been talk about decomposition of the PHP Monolith by Adobe’s technical architects, meaning all parts of the PHP platform will be replaced by (Adobe) microservices. Ultimately, the entire Magento platform as we know it will be replaced.&lt;br&gt;
For reference, this was presented at &lt;a href=&quot;https://business.adobe.com/summit/2021/sessions/extending-magento-commerce-with-adobe-io-s604.html&quot;&gt;Adobe Summit 2021 in the talk “Extending Magento Commerce with Adobe I/O”&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;This makes for a lot of unknown variables. There is no public roadmap for Magento Open Source, and this has left a lot of the community (who believe the monolith is a very valid approach in many cases) feeling uneasy about the future of Magento.&lt;/p&gt;
&lt;p&gt;So, we want to move forward. We believe we, the community, can maintain and evolve a fork in a way that will carry us into the future.&lt;/p&gt;
&lt;p&gt;We intend for this to be a collaborative effort, ideally together with the Magento Association, and (through them) with Adobe. We have already reached out to the Magento Association to work with them, but it will take time to build a common understanding of how to move forward.&lt;/p&gt;
&lt;p&gt;The fork will be upstream-compatible with Magento Open Source as long as it is supported by Adobe. That means, when the monolith is ultimately deprecated, all companies who want to remain on the monolith platform will be able to do so.&lt;/p&gt;
&lt;p&gt;We want to earn the trust of the Magento ecosystem. We truly believe we can not only keep Magento alive, we can give it a bright future by putting the focus on merchants, big AND small.&lt;/p&gt;
&lt;p&gt;This is only the beginning. Magento has a bright future ahead. We invite you to join us.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;This initiative has been started by the companies and individuals signed below. If you want to publicly show your endorsement and be informed on future updates, please sign this open letter using the form below.&lt;/em&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;em&gt;Willem Wigman, Hyvä Themes B.V.&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Vinai Kopp, Hyvä Themes B.V.&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Andreas von Studnitz, integer_net GmbH&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Fabian Schmengler, integer_net GmbH&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Ignacio Riesco, Interactiv4 S.L.&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Óscar Recio, Interactiv4 S.L.&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Peter Jaap Blaakmeer, elgentos&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Wouter Steenmeijer, elgentos&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Jeroen Boersma, elgentos&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Kuba Zwolinski, snow.dog&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Kamil Balwierz, snow.dog&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Bartek Igielski, snow.dog&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Simon Sprankel, CustomGento GmbH&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Ryan Hoerr, ParadoxLabs, Inc&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Thien-Lan Weber, OneStepCheckout&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Alessandro Ronchi, Magento Community Maintainer&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;John Hughes, Fisheye Media Ltd.&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Tomas Gerulaitis&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;1641-companies--individuals-signed-this-letter&quot;&gt;1641 Companies &amp;#x26; individuals signed this letter&lt;/h2&gt;
&lt;p&gt;This list is now closed, but you can subscribe to our newsletter&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Vinai Kopp @ Hyvä-Themes B.V.&lt;/li&gt;
&lt;li&gt;Julian Nuß @ integer_net GmbH&lt;/li&gt;
&lt;li&gt;Barry Vd. Heuvel @ Fruitcake&lt;/li&gt;
&lt;li&gt;Petar Borisovski @ CustomGento GmbH&lt;/li&gt;
&lt;li&gt;Björn Meyer @ Flagbit GmbH &amp;#x26; Co. KG&lt;/li&gt;
&lt;li&gt;Jonathan Ribas @ Caudalie&lt;/li&gt;
&lt;li&gt;David Jones&lt;/li&gt;
&lt;li&gt;Anton S&lt;/li&gt;
&lt;li&gt;Dan Carlyon @ Space48&lt;/li&gt;
&lt;li&gt;Cristian Lodor&lt;/li&gt;
&lt;li&gt;Shankar konar&lt;/li&gt;
&lt;li&gt;Mike Sheward @ Develo Design LTD&lt;/li&gt;
&lt;li&gt;Arron Moss @ ZERO-1 Ltd&lt;/li&gt;
&lt;li&gt;Richie McFarlane @ None&lt;/li&gt;
&lt;li&gt;Stephan Hochdörfer @ bitExpert AG&lt;/li&gt;
&lt;li&gt;Paul Grigoruta @ Padaviva&lt;/li&gt;
&lt;li&gt;Marius Strajeru&lt;/li&gt;
&lt;li&gt;Ivan Chepurnyi @ EcomDev B.V.&lt;/li&gt;
&lt;li&gt;Andra Lungu&lt;/li&gt;
&lt;li&gt;Dashrath&lt;/li&gt;
&lt;li&gt;Dan Garner @ On Tap&lt;/li&gt;
&lt;li&gt;Siarhey Uchukhlebau @ Mageworx&lt;/li&gt;
&lt;li&gt;Rizwan Khan&lt;/li&gt;
&lt;li&gt;Ole Schäfer @ CustomGento GmbH&lt;/li&gt;
&lt;li&gt;Henk Valk @ Falcon Media&lt;/li&gt;
&lt;li&gt;Florian Bender @ Mollie B.V.&lt;/li&gt;
&lt;li&gt;James Cowie&lt;/li&gt;
&lt;li&gt;Ramesh Bhudia @ 2simplify&lt;/li&gt;
&lt;li&gt;Wahid Nory&lt;/li&gt;
&lt;li&gt;Dragan Atanasov @ Macopedia&lt;/li&gt;
&lt;li&gt;Lucas van Staden @ ProxiBlue&lt;/li&gt;
&lt;li&gt;Ruggero Landolina&lt;/li&gt;
&lt;li&gt;Maciej Buchert @ Ringier Axel Springer Tech&lt;/li&gt;
&lt;li&gt;Pedro García Navarro&lt;/li&gt;
&lt;li&gt;Joan Massey @ Bmitz&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Anonymous&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Boris Lindgren @ Mollie&lt;/li&gt;
&lt;li&gt;Paweł Cieślik @ Macopedia&lt;/li&gt;
&lt;li&gt;Andreas Mautz @ webvisum GmbH&lt;/li&gt;
&lt;li&gt;Dima Janzen @ cobby&lt;/li&gt;
&lt;li&gt;Thomas Klein @ Opengento&lt;/li&gt;
&lt;li&gt;Luca&lt;/li&gt;
&lt;li&gt;Thomas Udalrik&lt;/li&gt;
&lt;li&gt;Thomas Udalrik&lt;/li&gt;
&lt;li&gt;Callan Zimmermann&lt;/li&gt;
&lt;li&gt;Ryan Copeland @ Foundation Commerce&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Anonymous&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Paul Hachmang @ Reach Digital&lt;/li&gt;
&lt;li&gt;Kasper @ Salecto&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Anonymous&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Jacob @ Limitless Digital Group&lt;/li&gt;
&lt;li&gt;Morten Birkelund @ Salecto ApS&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Anonymous&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Christoph Massmann @ vianetz&lt;/li&gt;
&lt;li&gt;Danilo Argentiero @ Ghost Unicorns&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Anonymous&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Roy Duineveld @ Rapidez&lt;/li&gt;
&lt;li&gt;Ángel Campos @ Adyen&lt;/li&gt;
&lt;li&gt;Riccardo Ugolini @ Ghost Unicorns&lt;/li&gt;
&lt;li&gt;Ángel González @ Interactiv4 S.L.&lt;/li&gt;
&lt;li&gt;Ajay Jose&lt;/li&gt;
&lt;li&gt;Jan Brinkmann @ JBCommerce&lt;/li&gt;
&lt;li&gt;Jesse de Boer @ Elgentos&lt;/li&gt;
&lt;li&gt;Sivabupathy V R&lt;/li&gt;
&lt;li&gt;Tymoteusz Motylewski @ Macopedia.com&lt;/li&gt;
&lt;li&gt;Daniel @ Made by Mouses&lt;/li&gt;
&lt;li&gt;Julien ANQUETIL&lt;/li&gt;
&lt;li&gt;Myroslav Dobra @ TranSoftGroup&lt;/li&gt;
&lt;li&gt;Andy Jones @ Aware digital&lt;/li&gt;
&lt;li&gt;Ronald Meeuwissen&lt;/li&gt;
&lt;li&gt;Alistair Fletcher @ eCommerceIT&lt;/li&gt;
&lt;li&gt;Willem Poortman @ Hyvä Themes B.V&lt;/li&gt;
&lt;li&gt;Artem @ BlueAcorn iCi&lt;/li&gt;
&lt;li&gt;Gareth James&lt;/li&gt;
&lt;li&gt;Attique Rehman @ Invent Digital&lt;/li&gt;
&lt;li&gt;Quinten Buis @ Rapidez&lt;/li&gt;
&lt;li&gt;iacopop&lt;/li&gt;
&lt;li&gt;Gordon Lesti&lt;/li&gt;
&lt;li&gt;Daniel Sousa&lt;/li&gt;
&lt;li&gt;Rich Jones @ Aware Digital&lt;/li&gt;
&lt;li&gt;Simon Frost @ ProcessEight&lt;/li&gt;
&lt;li&gt;Dries&lt;/li&gt;
&lt;li&gt;Rohan Doshi @ Navigate Commerce&lt;/li&gt;
&lt;li&gt;Arjus Dashi&lt;/li&gt;
&lt;li&gt;Sarvagya Pandey&lt;/li&gt;
&lt;li&gt;Juraj Nagy&lt;/li&gt;
&lt;li&gt;Jamie Huskisson @ JH&lt;/li&gt;
&lt;li&gt;Luke Rodgers&lt;/li&gt;
&lt;li&gt;Michael Bouvy @ Click &amp;#x26; Mortar&lt;/li&gt;
&lt;li&gt;Maciej Sławik @ JH&lt;/li&gt;
&lt;li&gt;José Vicente Ribera @ Way2 Ecommerce&lt;/li&gt;
&lt;li&gt;Bilal Usean&lt;/li&gt;
&lt;li&gt;Rudi k&lt;/li&gt;
&lt;li&gt;Mitchel van Kleef @ Made by Mouses&lt;/li&gt;
&lt;li&gt;Paul&lt;/li&gt;
&lt;li&gt;Jason Sylvester&lt;/li&gt;
&lt;li&gt;Emanuele Gian @ snow.dog&lt;/li&gt;
&lt;li&gt;Muhammed Aydogan @ FRMWRK&lt;/li&gt;
&lt;li&gt;Ruud van Zuidam @ siteation&lt;/li&gt;
&lt;li&gt;Sean van Zuidam&lt;/li&gt;
&lt;li&gt;Matt @ Mash Commerce&lt;/li&gt;
&lt;li&gt;Joost @ Trinos&lt;/li&gt;
&lt;li&gt;Fúlvio Carvalhido&lt;/li&gt;
&lt;li&gt;Antonio Alonso @ Flat101&lt;/li&gt;
&lt;li&gt;Phumlani Nyati&lt;/li&gt;
&lt;li&gt;Radek Waberski @ snow.dog&lt;/li&gt;
&lt;li&gt;Cristian Sanclemente @ Interactiv4&lt;/li&gt;
&lt;li&gt;Marcel Hauri&lt;/li&gt;
&lt;li&gt;Jakub Winkler @ Q-Solutions Studio&lt;/li&gt;
&lt;li&gt;Óscar Álvarez @ I4&lt;/li&gt;
&lt;li&gt;Christian Münch&lt;/li&gt;
&lt;li&gt;Anna Karon @ snow.dog&lt;/li&gt;
&lt;li&gt;Fabrizio Balliano&lt;/li&gt;
&lt;li&gt;Max Uroda @ maxuroda.pro&lt;/li&gt;
&lt;li&gt;Adam Johnson&lt;/li&gt;
&lt;li&gt;Jorge Romeo @ Flat 101&lt;/li&gt;
&lt;li&gt;Yurii Dmytrunets @ Space48&lt;/li&gt;
&lt;li&gt;Angelo Maragna @ Interjar&lt;/li&gt;
&lt;li&gt;Anshu Mishra&lt;/li&gt;
&lt;li&gt;steven.de.jong @ Guapa E-commerce&lt;/li&gt;
&lt;li&gt;Dave Farthing&lt;/li&gt;
&lt;li&gt;Indy Koning @ JustBetter&lt;/li&gt;
&lt;li&gt;Sebastien Bracquemont&lt;/li&gt;
&lt;li&gt;Manuel Recio @ Interactiv4&lt;/li&gt;
&lt;li&gt;Raphael GEYER @ AMEOS&lt;/li&gt;
&lt;li&gt;Frank Soeters @ Hyvä Themes B.V.&lt;/li&gt;
&lt;li&gt;Kevin Blank @ Cyberday GmbH&lt;/li&gt;
&lt;li&gt;Kenny James @ Zone-Connect&lt;/li&gt;
&lt;li&gt;Tomek Różewicz @ snow.dog&lt;/li&gt;
&lt;li&gt;Prince Antil @ SwiftOtter&lt;/li&gt;
&lt;li&gt;Jakub Bokszanski @ togets.com&lt;/li&gt;
&lt;li&gt;David Velilla&lt;/li&gt;
&lt;li&gt;Prince @ RedMonks&lt;/li&gt;
&lt;li&gt;Thomas Schmickler @ mageCloud GmbH &amp;#x26; Co. KG&lt;/li&gt;
&lt;li&gt;Michał Unolt @ snow.dog&lt;/li&gt;
&lt;li&gt;Ravinder @ RedChamps&lt;/li&gt;
&lt;li&gt;Markus&lt;/li&gt;
&lt;li&gt;@ Evrig&lt;/li&gt;
&lt;li&gt;Marcin Krzyżanowski @ SNOW.DOG&lt;/li&gt;
&lt;li&gt;Ansoumane Camara&lt;/li&gt;
&lt;li&gt;Krzysztof @ Panda Group&lt;/li&gt;
&lt;li&gt;Mobeen Sarwar @ TEKHQS&lt;/li&gt;
&lt;li&gt;Mufaddal kapadiya&lt;/li&gt;
&lt;li&gt;Paul Casey @ Space 48&lt;/li&gt;
&lt;li&gt;Lee Bolding @ London Magento Users Group&lt;/li&gt;
&lt;li&gt;zamoroka @ Vaimo&lt;/li&gt;
&lt;li&gt;Pau Iranzo&lt;/li&gt;
&lt;li&gt;Daniel Sloof @ JH&lt;/li&gt;
&lt;li&gt;Rafa Vargas @ VARGASIA, S.L.U.&lt;/li&gt;
&lt;li&gt;Antoine Kociuba @ Artifakt&lt;/li&gt;
&lt;li&gt;Bolaji Olubajo&lt;/li&gt;
&lt;li&gt;Matthew Muscat @ Mamis&lt;/li&gt;
&lt;li&gt;Szymon @ Panda Group&lt;/li&gt;
&lt;li&gt;Dan Andrei Rotariu @ MTC&lt;/li&gt;
&lt;li&gt;Lyubov Panchenko @ WebMeridian LLC&lt;/li&gt;
&lt;li&gt;Xavier Besson @ Kiboko&lt;/li&gt;
&lt;li&gt;Vijendra Parashar&lt;/li&gt;
&lt;li&gt;rshadab25&lt;/li&gt;
&lt;li&gt;Andrea&lt;/li&gt;
&lt;li&gt;Ashmal ur Rehman @ Cloudways&lt;/li&gt;
&lt;li&gt;Amjad M&lt;/li&gt;
&lt;li&gt;Adam Paterson&lt;/li&gt;
&lt;li&gt;AbdurRahman @ Cloudways&lt;/li&gt;
&lt;li&gt;Thomas Goletz&lt;/li&gt;
&lt;li&gt;Pierre Basile @ Web200&lt;/li&gt;
&lt;li&gt;Michiel Gerritsen @ Control Alt Delete&lt;/li&gt;
&lt;li&gt;Matias Orlando @ Mercuriel&lt;/li&gt;
&lt;li&gt;Girish Tiwari&lt;/li&gt;
&lt;li&gt;Mirko Cesaro&lt;/li&gt;
&lt;li&gt;Kacper Ziuzia @ Panda Group&lt;/li&gt;
&lt;li&gt;Tomasz Kowalski @ Panda Group&lt;/li&gt;
&lt;li&gt;Paweł Micnas @ Panda Group&lt;/li&gt;
&lt;li&gt;MB @ Bemeir LLC&lt;/li&gt;
&lt;li&gt;Pierre Laran @ XTAND&lt;/li&gt;
&lt;li&gt;Loai Taha @ 4Homes FZCO&lt;/li&gt;
&lt;li&gt;Pascal Brouwers&lt;/li&gt;
&lt;li&gt;Evelien D. @ Proserve&lt;/li&gt;
&lt;li&gt;Girish Hosamani @ Friday Media Group&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Anonymous&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Anonymous&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Sławomir Szymkowicz @ PandaGroup.co&lt;/li&gt;
&lt;li&gt;Patrick Steenks @ Keytoe&lt;/li&gt;
&lt;li&gt;Sylvain Rayé @ Diglin GmbH&lt;/li&gt;
&lt;li&gt;Barbaros Selim Büyükelçi @ Tavolashop.com&lt;/li&gt;
&lt;li&gt;Karol Osuchowski @ snow.dog&lt;/li&gt;
&lt;li&gt;LW @ PandaGroup&lt;/li&gt;
&lt;li&gt;Damian Fiałkiewicz @ snow.dog&lt;/li&gt;
&lt;li&gt;James Brooks @ Alt Three Services Ltd&lt;/li&gt;
&lt;li&gt;Carsten Stech @ Splendid Internet GmbH&lt;/li&gt;
&lt;li&gt;Hidayet Ok @ Grinet&lt;/li&gt;
&lt;li&gt;Daniel van der Mierden @ HTIA&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Anonymous&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Gautier Masdupuy @ Diglin GmbH&lt;/li&gt;
&lt;li&gt;Denis @ MAGENX&lt;/li&gt;
&lt;li&gt;Esther Pantoja @ Interactiv4&lt;/li&gt;
&lt;li&gt;Naveed Abbas @ DX&lt;/li&gt;
&lt;li&gt;Bartosz Zakreta @ Hatimeria&lt;/li&gt;
&lt;li&gt;Jelle @ Singto&lt;/li&gt;
&lt;li&gt;Sanne Bolkenstein @ Hypernode&lt;/li&gt;
&lt;li&gt;Michał Romaszkin @ snow.dog&lt;/li&gt;
&lt;li&gt;Witold Janusik @ Hatimeria&lt;/li&gt;
&lt;li&gt;Michael Beyer @ Alfa&lt;/li&gt;
&lt;li&gt;Michał Zabielski @ ENDORA&lt;/li&gt;
&lt;li&gt;Tim Baltissen @ Trinos&lt;/li&gt;
&lt;li&gt;Mau Alonso @ Interactiv4 SL&lt;/li&gt;
&lt;li&gt;Pablo&lt;/li&gt;
&lt;li&gt;keremhan eke @ dvs&lt;/li&gt;
&lt;li&gt;Thuần Lưu Quang @ Landofcoder&lt;/li&gt;
&lt;li&gt;Richard Jesudason&lt;/li&gt;
&lt;li&gt;Mykola Orlenko @ integer_net GmbH&lt;/li&gt;
&lt;li&gt;Bartosz Fluks @ Endora&lt;/li&gt;
&lt;li&gt;Umit Tengiz @ umit.dev&lt;/li&gt;
&lt;li&gt;Alan Dolina @ Endora&lt;/li&gt;
&lt;li&gt;Alex Lyzun @ comwrap&lt;/li&gt;
&lt;li&gt;Kuba @ Panda Group&lt;/li&gt;
&lt;li&gt;Emrah Sami Uyanik @ Softaware&lt;/li&gt;
&lt;li&gt;Marcin Krupa @ ENDORA&lt;/li&gt;
&lt;li&gt;Tung Ha @ Love Bonito&lt;/li&gt;
&lt;li&gt;Rob Gilchrist @ Deedy Technology Ltd&lt;/li&gt;
&lt;li&gt;Michał Osak @ e-Hadron&lt;/li&gt;
&lt;li&gt;Giuseppe Morelli @ Freelance&lt;/li&gt;
&lt;li&gt;Oguzhan BULUT @ eKurumsal LLC&lt;/li&gt;
&lt;li&gt;Guido van de Camp @ Elgentos&lt;/li&gt;
&lt;li&gt;Willem de Groot @ Sansec BV&lt;/li&gt;
&lt;li&gt;Ben @ Space48&lt;/li&gt;
&lt;li&gt;Mario Rader @ Studio Mitte Digital Media GmbH&lt;/li&gt;
&lt;li&gt;Tom Meijnaerts @ Happy Geeks&lt;/li&gt;
&lt;li&gt;Elio&lt;/li&gt;
&lt;li&gt;Wim De Nocker @ Ekomurz&lt;/li&gt;
&lt;li&gt;Graham Wharton&lt;/li&gt;
&lt;li&gt;Frédéric MARTINEZ @ PH2M&lt;/li&gt;
&lt;li&gt;Renato&lt;/li&gt;
&lt;li&gt;Sven Jaufmann @ JaJuMa GmbH&lt;/li&gt;
&lt;li&gt;Mark van der Sanden @ Ecomni&lt;/li&gt;
&lt;li&gt;Vincent Marmiesse @ PH2M&lt;/li&gt;
&lt;li&gt;Daniel Delgaso @ Hiberus&lt;/li&gt;
&lt;li&gt;Vetrivel P&lt;/li&gt;
&lt;li&gt;Arne Kellmann @ Bitcaster GmbH&lt;/li&gt;
&lt;li&gt;Henrique Kieckbusch&lt;/li&gt;
&lt;li&gt;Grégory Planchat @ Opengento&lt;/li&gt;
&lt;li&gt;Rowan Burgess @ Burgess Commerce&lt;/li&gt;
&lt;li&gt;Marc Buurke @ AndCode&lt;/li&gt;
&lt;li&gt;Keval patel&lt;/li&gt;
&lt;li&gt;Taede Sibma @ IT Interactive&lt;/li&gt;
&lt;li&gt;Łukasz Bajsarowicz @ M2.coach&lt;/li&gt;
&lt;li&gt;Wouter den Otter @ SupportDesk&lt;/li&gt;
&lt;li&gt;Guus Portegies @ Cees &amp;#x26; Co&lt;/li&gt;
&lt;li&gt;Namrata Sangani @ seepossible&lt;/li&gt;
&lt;li&gt;Kiel @ Fisheye&lt;/li&gt;
&lt;li&gt;Serhii Mutaf&lt;/li&gt;
&lt;li&gt;Marcin Kwiatkowski&lt;/li&gt;
&lt;li&gt;Fernando Gómez López @ Redegal&lt;/li&gt;
&lt;li&gt;Josh Carter&lt;/li&gt;
&lt;li&gt;Paweł Kasprzycki&lt;/li&gt;
&lt;li&gt;Anthony @ Blackbird&lt;/li&gt;
&lt;li&gt;Jamelle Gordon @ JH&lt;/li&gt;
&lt;li&gt;Anton Sannikov&lt;/li&gt;
&lt;li&gt;Raul Sanchez&lt;/li&gt;
&lt;li&gt;Timon de Groot @ Mooore Digital&lt;/li&gt;
&lt;li&gt;Mike Vaneker @ Exxtra&lt;/li&gt;
&lt;li&gt;Niraj Patel&lt;/li&gt;
&lt;li&gt;Marc Bernabeu Moreno @ Onestic&lt;/li&gt;
&lt;li&gt;Aesha Patel&lt;/li&gt;
&lt;li&gt;Mikkel Siggaard @ Salecto&lt;/li&gt;
&lt;li&gt;Tim Hofman @ Reach Digital&lt;/li&gt;
&lt;li&gt;Carl Simpson @ Xigen&lt;/li&gt;
&lt;li&gt;Dierk Landmann @ AND Media&lt;/li&gt;
&lt;li&gt;Brain_Out @ Opengento&lt;/li&gt;
&lt;li&gt;Jens Berg @ BergMedia&lt;/li&gt;
&lt;li&gt;Dierk Landmann @ IC Music and Apparel - impericon.com&lt;/li&gt;
&lt;li&gt;Kamlesh Luhana&lt;/li&gt;
&lt;li&gt;Gabriel Mulero @ CSengine&lt;/li&gt;
&lt;li&gt;Osvaldo Spadano @ Akoova&lt;/li&gt;
&lt;li&gt;Ryan Hissey @ Aware Digital&lt;/li&gt;
&lt;li&gt;Thomas Schott @ nal von minden GmbH&lt;/li&gt;
&lt;li&gt;Venkateshwaran P&lt;/li&gt;
&lt;li&gt;Milind Singh @ H&amp;#x26;M&lt;/li&gt;
&lt;li&gt;@ JaJuMa GmbH&lt;/li&gt;
&lt;li&gt;Raj KB @ MagePsycho&lt;/li&gt;
&lt;li&gt;Patryk @ Snowdog&lt;/li&gt;
&lt;li&gt;Denis Colli Spalenza @ Imagination Media&lt;/li&gt;
&lt;li&gt;Ryan Thorp @ Xigen&lt;/li&gt;
&lt;li&gt;Roman Hutterer @ CopeX GmbH&lt;/li&gt;
&lt;li&gt;Manav Padhariya&lt;/li&gt;
&lt;li&gt;Paul @ Wyomind&lt;/li&gt;
&lt;li&gt;Hugo&lt;/li&gt;
&lt;li&gt;Jean-Paul @ Wyomind&lt;/li&gt;
&lt;li&gt;Pierre @ Wyomind&lt;/li&gt;
&lt;li&gt;Marcio Maciel&lt;/li&gt;
&lt;li&gt;Bruno Gemelli&lt;/li&gt;
&lt;li&gt;Jakob Lehner @ CopeX.io&lt;/li&gt;
&lt;li&gt;Murali&lt;/li&gt;
&lt;li&gt;aleksandar grbavac @ Copex&lt;/li&gt;
&lt;li&gt;Faraz Jafri @ SFD&lt;/li&gt;
&lt;li&gt;Ivan Cuk&lt;/li&gt;
&lt;li&gt;Preston Choate @ Trellis&lt;/li&gt;
&lt;li&gt;Japhet Perez @ Sides IT&lt;/li&gt;
&lt;li&gt;Genivaldo Silva&lt;/li&gt;
&lt;li&gt;Matheus Gontijo&lt;/li&gt;
&lt;li&gt;Luis Tineo&lt;/li&gt;
&lt;li&gt;Giuseppe Filice&lt;/li&gt;
&lt;li&gt;Marko Martinović @ DevGenii d.o.o.&lt;/li&gt;
&lt;li&gt;Contardi&lt;/li&gt;
&lt;li&gt;Damian Luszczymak @ icyapp&lt;/li&gt;
&lt;li&gt;Adam Mellen&lt;/li&gt;
&lt;li&gt;mitchvdl&lt;/li&gt;
&lt;li&gt;Sergi Arbona @ CSengine&lt;/li&gt;
&lt;li&gt;Yahyaoui Faouzi @ Ideas2d&lt;/li&gt;
&lt;li&gt;Dave C @ Absolute Design&lt;/li&gt;
&lt;li&gt;TJitse Efdé @ Vendic&lt;/li&gt;
&lt;li&gt;Enrico Tessari&lt;/li&gt;
&lt;li&gt;Kalp S.&lt;/li&gt;
&lt;li&gt;Adrián Martínez @ vdSHOP&lt;/li&gt;
&lt;li&gt;Matthieu Vion @ Magentix&lt;/li&gt;
&lt;li&gt;Santhosh P @ Ceymox&lt;/li&gt;
&lt;li&gt;Oscar reales @ Medioglobal&lt;/li&gt;
&lt;li&gt;Mark Shust @ M.academy&lt;/li&gt;
&lt;li&gt;Mathieu Fernandez @ Agence Dn\‘D&lt;/li&gt;
&lt;li&gt;Rafael&lt;/li&gt;
&lt;li&gt;Coulibaly Mamadou @ MAD Information Technology&lt;/li&gt;
&lt;li&gt;Florian Fauvel&lt;/li&gt;
&lt;li&gt;Joris Hart&lt;/li&gt;
&lt;li&gt;Mar Vadillo Romo @ Interactiv4 S.L.&lt;/li&gt;
&lt;li&gt;Vishal Patel @ vishawebsolutions.com&lt;/li&gt;
&lt;li&gt;Jordy de Vulder @ Rapidez/JustBetter&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Anonymous&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Andre Santos&lt;/li&gt;
&lt;li&gt;Henk de Gier @ Hypershop B.V.&lt;/li&gt;
&lt;li&gt;Cyrill Schumacher&lt;/li&gt;
&lt;li&gt;Jakub Idziak @ Macopedia.com&lt;/li&gt;
&lt;li&gt;Fadio Rodrigues @ Diamix&lt;/li&gt;
&lt;li&gt;Niek Leegwater @ JustBetter / Rapidez&lt;/li&gt;
&lt;li&gt;Antonio Jimenez&lt;/li&gt;
&lt;li&gt;Marjan Petkovski @ onestic&lt;/li&gt;
&lt;li&gt;Muliadi Jeo @ ICUBE&lt;/li&gt;
&lt;li&gt;Paweł Knieć @ SmartMage Sp. z o.o.&lt;/li&gt;
&lt;li&gt;Ryan Hammett @ ParadoxLabs, Inc&lt;/li&gt;
&lt;li&gt;Lisandro @ tbb Agency Barcelona&lt;/li&gt;
&lt;li&gt;Manuel N. @ CopeX&lt;/li&gt;
&lt;li&gt;Claudio Ferraro @ Rapidez/JustBetter&lt;/li&gt;
&lt;li&gt;Vincent B @ Rapidez / JustBetter&lt;/li&gt;
&lt;li&gt;Sergii Gozhedrianov&lt;/li&gt;
&lt;li&gt;Joseph Smyth @ Aonach&lt;/li&gt;
&lt;li&gt;Durga Shankar Gupta&lt;/li&gt;
&lt;li&gt;Luke&lt;/li&gt;
&lt;li&gt;Peter Simpson&lt;/li&gt;
&lt;li&gt;shakeel @ webkrizz&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Anonymous&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Huberto Gastal Mayer&lt;/li&gt;
&lt;li&gt;Demi @ Trinos&lt;/li&gt;
&lt;li&gt;Olaf @ Trinos&lt;/li&gt;
&lt;li&gt;Claus @ Salecto&lt;/li&gt;
&lt;li&gt;Kuba Nowosielski&lt;/li&gt;
&lt;li&gt;Job Keus @ Cream&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;mailto:dmitryp@absoluteweb.com&quot;&gt;dmitryp@absoluteweb.com&lt;/a&gt; @ Absolute Web&lt;/li&gt;
&lt;li&gt;nigillet&lt;/li&gt;
&lt;li&gt;Vish Patel @ Mage Monkeys&lt;/li&gt;
&lt;li&gt;Sergey Tykhonov&lt;/li&gt;
&lt;li&gt;Jose Carlos Filho Velasco @ BLueAcorniCi&lt;/li&gt;
&lt;li&gt;Joost van Duijn @ van Duijn Digitale Strategie&lt;/li&gt;
&lt;li&gt;Andrei Vashkevich @ Amasty&lt;/li&gt;
&lt;li&gt;Marcel Martinez&lt;/li&gt;
&lt;li&gt;Matias Hidalgo @ Imagination Media&lt;/li&gt;
&lt;li&gt;Guillermo de Caceres&lt;/li&gt;
&lt;li&gt;Alessandro Montalti @ Cosmobile&lt;/li&gt;
&lt;li&gt;Jisse Reitsma @ Yireo&lt;/li&gt;
&lt;li&gt;Thomas Hauschild @ upcommerce.de&lt;/li&gt;
&lt;li&gt;Robert Mangiafico @ LexiConn&lt;/li&gt;
&lt;li&gt;Paul P @ TW Tools&lt;/li&gt;
&lt;li&gt;Pavel Besedovskij&lt;/li&gt;
&lt;li&gt;Pablo B&lt;/li&gt;
&lt;li&gt;Thijs Kraakman @ MDL Online - High Performance E-Commerce&lt;/li&gt;
&lt;li&gt;Mike de Landgraaf @ MDL Online - High Performance E-Commerce&lt;/li&gt;
&lt;li&gt;Hugo Winder @ MDL Online - High Performance E-Commerce&lt;/li&gt;
&lt;li&gt;Andrzej Borkowski @ snow.dog&lt;/li&gt;
&lt;li&gt;Stefan @ MDL Online - High Performance E-Commerce&lt;/li&gt;
&lt;li&gt;Luuk Smal @ MDL Online - High Performance E-Commerce&lt;/li&gt;
&lt;li&gt;Lucas Veerman @ MDL Online - High Performance E-Commerce&lt;/li&gt;
&lt;li&gt;Sophy SEM @ NHAM24&lt;/li&gt;
&lt;li&gt;Claudinei Gil do Santos&lt;/li&gt;
&lt;li&gt;Tere @ TBB&lt;/li&gt;
&lt;li&gt;Martin @ Landhi&lt;/li&gt;
&lt;li&gt;Jason McGrath @ LexiConn&lt;/li&gt;
&lt;li&gt;David Nimorwicz @ Nfourteen&lt;/li&gt;
&lt;li&gt;Julien T @ Kaliop&lt;/li&gt;
&lt;li&gt;Rob Mangiafico @ LexiConn&lt;/li&gt;
&lt;li&gt;Jordi Cabezas @ Mecalux&lt;/li&gt;
&lt;li&gt;Sandip Chandela @ Klevu&lt;/li&gt;
&lt;li&gt;Karim Bakkes @ Cream&lt;/li&gt;
&lt;li&gt;John Prendergast @ Aonach&lt;/li&gt;
&lt;li&gt;Marcus&lt;/li&gt;
&lt;li&gt;Amr Ali&lt;/li&gt;
&lt;li&gt;Dario Tana @ DT E-Commerce Consulting&lt;/li&gt;
&lt;li&gt;Bart Knijnenburg @ Reach Digital&lt;/li&gt;
&lt;li&gt;Tadeu Rodrigues&lt;/li&gt;
&lt;li&gt;Erwan E @ Deuxer&lt;/li&gt;
&lt;li&gt;Kaushal&lt;/li&gt;
&lt;li&gt;Héctor Luis Barrientos @ Zartis&lt;/li&gt;
&lt;li&gt;Umar&lt;/li&gt;
&lt;li&gt;Ignacio de Paula @ ebizmarts&lt;/li&gt;
&lt;li&gt;Cristiano Pacheco @ Oh Polly&lt;/li&gt;
&lt;li&gt;Navarr Barnier&lt;/li&gt;
&lt;li&gt;Salvatore Capritta @ Synthetic&lt;/li&gt;
&lt;li&gt;Paolo Capritta @ Synthetic&lt;/li&gt;
&lt;li&gt;Ltd&lt;/li&gt;
&lt;li&gt;Mark Hodge&lt;/li&gt;
&lt;li&gt;Jelle Siderius @ Hypershop&lt;/li&gt;
&lt;li&gt;Pablo Fantini&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Anonymous&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Eder Paes @ Beleaf&lt;/li&gt;
&lt;li&gt;Enno @ Spaarne Webdesign&lt;/li&gt;
&lt;li&gt;Vitaly Verbitsky @ Firebear Studio&lt;/li&gt;
&lt;li&gt;Nicole @ ParadoxLabs&lt;/li&gt;
&lt;li&gt;Tomasz Grzemski @ Macopedia.com&lt;/li&gt;
&lt;li&gt;Brett Hart @ ParadoxLabs&lt;/li&gt;
&lt;li&gt;Dajve Green&lt;/li&gt;
&lt;li&gt;Johny Velho @ Beleaf&lt;/li&gt;
&lt;li&gt;Dennis Højgaard @ Powerhosting ApS&lt;/li&gt;
&lt;li&gt;Pavith Lovan&lt;/li&gt;
&lt;li&gt;Raul Verdugo @ Hiberus&lt;/li&gt;
&lt;li&gt;Bartłomiej Szubert&lt;/li&gt;
&lt;li&gt;Shikha Raina&lt;/li&gt;
&lt;li&gt;Marco Pignataro @ Synthetic&lt;/li&gt;
&lt;li&gt;Ramsay Bell @ Oh Polly&lt;/li&gt;
&lt;li&gt;Federico Chulilla&lt;/li&gt;
&lt;li&gt;Zbigniew Labacz&lt;/li&gt;
&lt;li&gt;Nickolas Burr&lt;/li&gt;
&lt;li&gt;Agostino Coppolino @ Synthetic&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;mailto:abruce@thedevelopmentsuite.com&quot;&gt;abruce@thedevelopmentsuite.com&lt;/a&gt; @ The Development Suite&lt;/li&gt;
&lt;li&gt;Samuel&lt;/li&gt;
&lt;li&gt;Prakash Thapa&lt;/li&gt;
&lt;li&gt;Marion Sainty @ Blackbird Agency&lt;/li&gt;
&lt;li&gt;Kevin Thomas @ Magextrem&lt;/li&gt;
&lt;li&gt;Federico Rivollier&lt;/li&gt;
&lt;li&gt;Paul Emich @ Made by Mouses&lt;/li&gt;
&lt;li&gt;Brad Stahl @ Magentico&lt;/li&gt;
&lt;li&gt;Mert Gokceimam @ SJV BV&lt;/li&gt;
&lt;li&gt;Emerson Muniz Machado&lt;/li&gt;
&lt;li&gt;Rafa @ Happy friday SL&lt;/li&gt;
&lt;li&gt;Janusz Janczy @ Digital Legends&lt;/li&gt;
&lt;li&gt;Gihovani Filipp Pereira Demetrio&lt;/li&gt;
&lt;li&gt;Evgeny Levinsky @ JH&lt;/li&gt;
&lt;li&gt;Jelle Siderius @ Hypershop&lt;/li&gt;
&lt;li&gt;Pim Hofman&lt;/li&gt;
&lt;li&gt;Jérémy @ MJSMART&lt;/li&gt;
&lt;li&gt;Bartosz Kubicki @ JH&lt;/li&gt;
&lt;li&gt;Leo Gumbo @ JH&lt;/li&gt;
&lt;li&gt;Padma&lt;/li&gt;
&lt;li&gt;Eric Hileman @ MageMojo&lt;/li&gt;
&lt;li&gt;Vishal Sutariya&lt;/li&gt;
&lt;li&gt;Michał Biarda @ Orba&lt;/li&gt;
&lt;li&gt;Giuseppe Mazzullo @ Synthetic&lt;/li&gt;
&lt;li&gt;Tiago Sampaio&lt;/li&gt;
&lt;li&gt;Vishal @ Freelancer&lt;/li&gt;
&lt;li&gt;Raffaele Lentini @ synthetic&lt;/li&gt;
&lt;li&gt;Aaron Ashworth @ LIMITLESS DIGITAL GROUP LTD&lt;/li&gt;
&lt;li&gt;Antonino Bonumore @ EmergentoNetwork SL&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Anonymous&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;ILLY Adrien @ Agence Dn\‘D&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Anonymous&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Peppe Malara @ Oh Polly Ltd&lt;/li&gt;
&lt;li&gt;Zuzanna Szymanda @ snow.dog&lt;/li&gt;
&lt;li&gt;Brent William Peterson @ Wagento Creative LLC&lt;/li&gt;
&lt;li&gt;Toni Procter @ Limitless Digital Group&lt;/li&gt;
&lt;li&gt;Ankit Deshmukh&lt;/li&gt;
&lt;li&gt;Henrique Lopes&lt;/li&gt;
&lt;li&gt;Benjamin Calef&lt;/li&gt;
&lt;li&gt;Laura Folco&lt;/li&gt;
&lt;li&gt;Sara Del Grosso&lt;/li&gt;
&lt;li&gt;Jackie Angus @ MageMojo&lt;/li&gt;
&lt;li&gt;Adriano Aguiar&lt;/li&gt;
&lt;li&gt;Daniel Horton-Wellings&lt;/li&gt;
&lt;li&gt;Egbert @ Hypershop B.V.&lt;/li&gt;
&lt;li&gt;Michel Brito @ Interactiv4&lt;/li&gt;
&lt;li&gt;Alexander Bobylev&lt;/li&gt;
&lt;li&gt;Anderson Aguiar&lt;/li&gt;
&lt;li&gt;Alan dos Prazeres&lt;/li&gt;
&lt;li&gt;Santiago Casanova @ tbb Agency Barcelona&lt;/li&gt;
&lt;li&gt;Ciro&lt;/li&gt;
&lt;li&gt;Amit Kumar Thakur&lt;/li&gt;
&lt;li&gt;mohammed @ TBB Agency&lt;/li&gt;
&lt;li&gt;Florinel Chis&lt;/li&gt;
&lt;li&gt;Ola Frankowska @ SNOW.DOG&lt;/li&gt;
&lt;li&gt;Robert Giovannini @ IronPlane&lt;/li&gt;
&lt;li&gt;Loic @ TWO DEV&lt;/li&gt;
&lt;li&gt;Marvin @ magmodules&lt;/li&gt;
&lt;li&gt;Kartik Maniyar&lt;/li&gt;
&lt;li&gt;Edwin Bos @ Cream&lt;/li&gt;
&lt;li&gt;Tony Benny @ Technomat Solutions Ltd&lt;/li&gt;
&lt;li&gt;Atta Ul Mustafa @ NextBridge Pvt. Ltd.&lt;/li&gt;
&lt;li&gt;Tarandeep Kharbanda&lt;/li&gt;
&lt;li&gt;Artur @ JetRails&lt;/li&gt;
&lt;li&gt;Nirav Gohel&lt;/li&gt;
&lt;li&gt;Mantas Tarutis&lt;/li&gt;
&lt;li&gt;Pieter Hoste&lt;/li&gt;
&lt;li&gt;Erik Hansen @ Kraken Commerce&lt;/li&gt;
&lt;li&gt;Joshua Hughes @ Joshua34.com&lt;/li&gt;
&lt;li&gt;Javier Villanueva @ Media Lounge&lt;/li&gt;
&lt;li&gt;Antonio Carrión @ Digio Soluciones Digitales&lt;/li&gt;
&lt;li&gt;Stevie Dean @ Seoul Web Design&lt;/li&gt;
&lt;li&gt;Fabian Hurnaus @ Tractive GmbH&lt;/li&gt;
&lt;li&gt;Keith Greer @ MAMMOTH&lt;/li&gt;
&lt;li&gt;Joseph Leedy&lt;/li&gt;
&lt;li&gt;Fabiano @ Magentando&lt;/li&gt;
&lt;li&gt;Alexandre Aguiar&lt;/li&gt;
&lt;li&gt;Robert Rand @ JetRails&lt;/li&gt;
&lt;li&gt;David Abad @ Hiberus Tecnologia&lt;/li&gt;
&lt;li&gt;Ignacio Riesco @ interactiv4&lt;/li&gt;
&lt;li&gt;David Abad @ &lt;a href=&quot;http://www.dabad.es&quot;&gt;www.dabad.es&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Daniel Piccolo @ Rede Designer&lt;/li&gt;
&lt;li&gt;Bryan Deng&lt;/li&gt;
&lt;li&gt;Anna Vasilchenko @ WebMeridian&lt;/li&gt;
&lt;li&gt;Laura Trejo @ Seis10&lt;/li&gt;
&lt;li&gt;Abraão Marques&lt;/li&gt;
&lt;li&gt;Eder Tonello @ Mixtel Atacado&lt;/li&gt;
&lt;li&gt;Denis Zlatov @ JetRails&lt;/li&gt;
&lt;li&gt;Tomasz Nowak&lt;/li&gt;
&lt;li&gt;Bhargav Mehta @ Embitel&lt;/li&gt;
&lt;li&gt;Sathish Subramanian&lt;/li&gt;
&lt;li&gt;Tudor G.&lt;/li&gt;
&lt;li&gt;El8ctric&lt;/li&gt;
&lt;li&gt;Raivis Vitols&lt;/li&gt;
&lt;li&gt;Rojin R G&lt;/li&gt;
&lt;li&gt;Darwin Salgaciello&lt;/li&gt;
&lt;li&gt;Duleep Thivanka&lt;/li&gt;
&lt;li&gt;Abhilash V&lt;/li&gt;
&lt;li&gt;Wajeeh @ MMC Global&lt;/li&gt;
&lt;li&gt;Juan Antonio Licer García @ Flat 101&lt;/li&gt;
&lt;li&gt;Alexandru Dragomirescu&lt;/li&gt;
&lt;li&gt;Tayner Jhony dos Santos&lt;/li&gt;
&lt;li&gt;Sander @ webshop-service.nl&lt;/li&gt;
&lt;li&gt;Fahad Hussain&lt;/li&gt;
&lt;li&gt;Michael Augsten @ SNM Portal&lt;/li&gt;
&lt;li&gt;Marius Faber&lt;/li&gt;
&lt;li&gt;Sorin Radomir Antal&lt;/li&gt;
&lt;li&gt;Joost van Veen @ Accent Interactive&lt;/li&gt;
&lt;li&gt;Andreas Emer @ Mothership GmbH&lt;/li&gt;
&lt;li&gt;Juan Carlos M. @ barnacode.com&lt;/li&gt;
&lt;li&gt;Antonija Tadic @ interactiv4&lt;/li&gt;
&lt;li&gt;Marek Syrek @ Virtua&lt;/li&gt;
&lt;li&gt;Mudassar Iqbal @ DFX5&lt;/li&gt;
&lt;li&gt;Saphal Jha&lt;/li&gt;
&lt;li&gt;Thomas Thaulow @ ServerAnt&lt;/li&gt;
&lt;li&gt;Ronan Guérin @ Le Petit Ballon&lt;/li&gt;
&lt;li&gt;Tom Puchalski @ JetRails&lt;/li&gt;
&lt;li&gt;Jan Wohlfeil @ digitalhoch3&lt;/li&gt;
&lt;li&gt;Mark Lewis @ Netalico&lt;/li&gt;
&lt;li&gt;Poongudivanan @ TechMahindra&lt;/li&gt;
&lt;li&gt;Daniel Fahlke&lt;/li&gt;
&lt;li&gt;Sahil Chugh @ WebScoot.io&lt;/li&gt;
&lt;li&gt;Tadeo Barranco @ PK&lt;/li&gt;
&lt;li&gt;George Markose&lt;/li&gt;
&lt;li&gt;Bruno Monteiro @ Tech Spot Web Agency&lt;/li&gt;
&lt;li&gt;Tony Coelho @ Lybe&lt;/li&gt;
&lt;li&gt;DIMITRIOS XOURIKIS @ MAGEGUIDE IKE&lt;/li&gt;
&lt;li&gt;Salim @ Trizoninfotech&lt;/li&gt;
&lt;li&gt;Syed Irfan Ahmed @ Informatics Commerce Inc&lt;/li&gt;
&lt;li&gt;Hafiz Muhammad Arslan Tabassum @ Tilemountain&lt;/li&gt;
&lt;li&gt;Sathya Murthy Vempati @ Lybe&lt;/li&gt;
&lt;li&gt;Adolfo Agasi&lt;/li&gt;
&lt;li&gt;Josh Gelman @ JetRails&lt;/li&gt;
&lt;li&gt;Nicole Teriaca @ Rave Digital&lt;/li&gt;
&lt;li&gt;Sathya @ Moodfabrics&lt;/li&gt;
&lt;li&gt;Muhammad Fayyaz Uddin Khattak&lt;/li&gt;
&lt;li&gt;Gabriel Guarino&lt;/li&gt;
&lt;li&gt;Denis Kopylov @ Magenius.Team&lt;/li&gt;
&lt;li&gt;Pieter Cappelle&lt;/li&gt;
&lt;li&gt;Enzo Perrotta @ Bitbull&lt;/li&gt;
&lt;li&gt;Tim Bucciarelli @ IronPlane&lt;/li&gt;
&lt;li&gt;Aram Ghamoyan&lt;/li&gt;
&lt;li&gt;Suvankar Paul @ Strativ AB&lt;/li&gt;
&lt;li&gt;Milan Chandro @ PixelNet Technologies Ltd.&lt;/li&gt;
&lt;li&gt;Ravi Mittal @ Aheadworks, Inc&lt;/li&gt;
&lt;li&gt;Dragos Rus @ WeltPixel&lt;/li&gt;
&lt;li&gt;Aike Kristian Terjung&lt;/li&gt;
&lt;li&gt;Bruno Viana&lt;/li&gt;
&lt;li&gt;Angel Barrera&lt;/li&gt;
&lt;li&gt;Pedro guerra&lt;/li&gt;
&lt;li&gt;Devraj Ram @ Kapada Networks&lt;/li&gt;
&lt;li&gt;Akay @ Aurora Bilişim Teknolojileri ve Ticaret A.Ş.&lt;/li&gt;
&lt;li&gt;Charles Cabral @ Frontlab&lt;/li&gt;
&lt;li&gt;Mathew Beane @ Magento Master 2016&lt;/li&gt;
&lt;li&gt;Nived Pattan @ Commerce9 FZCO&lt;/li&gt;
&lt;li&gt;Maciej Kalkowski @ Centuria.pl&lt;/li&gt;
&lt;li&gt;Arjen Miedema @ elgentos&lt;/li&gt;
&lt;li&gt;Omar handouk @ omarhandouk.com&lt;/li&gt;
&lt;li&gt;Roger Martin @ Star Digital&lt;/li&gt;
&lt;li&gt;Parth Thummar&lt;/li&gt;
&lt;li&gt;Karsten Westra&lt;/li&gt;
&lt;li&gt;Nimit Shah @ Ambab Infotech Pvt Ltd&lt;/li&gt;
&lt;li&gt;Viktor Khliupko @ Firebear Studio GmbH&lt;/li&gt;
&lt;li&gt;Juan Dosil @ Shopmami&lt;/li&gt;
&lt;li&gt;Michael Gregersen @ TRIC Solutions ApS&lt;/li&gt;
&lt;li&gt;Karen Baker @ ShipperHQ&lt;/li&gt;
&lt;li&gt;Fabrizio Vanzani @ Magma Consulting&lt;/li&gt;
&lt;li&gt;Kristof Ringleff @ Fooman&lt;/li&gt;
&lt;li&gt;Ollie Hunt @ DEV TEAM&lt;/li&gt;
&lt;li&gt;Daniel Lozano @ Hiberus&lt;/li&gt;
&lt;li&gt;Ali Arsalan @ Aatech&lt;/li&gt;
&lt;li&gt;Nils Preuß&lt;/li&gt;
&lt;li&gt;Ivan Telebar&lt;/li&gt;
&lt;li&gt;Winston Nolan @ @impi&lt;/li&gt;
&lt;li&gt;Yurii Tvardyi&lt;/li&gt;
&lt;li&gt;Roger Rodrigo @ Interactiv4&lt;/li&gt;
&lt;li&gt;Pham Tat Dat @ SHOPSTACK&lt;/li&gt;
&lt;li&gt;Isaac Phillips @ SwiftOtter&lt;/li&gt;
&lt;li&gt;Mosses Akizian @ Nexcess, A Liquid Web Brand&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Anonymous&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Luis Marques @ SQLI&lt;/li&gt;
&lt;li&gt;Leandro F. L.&lt;/li&gt;
&lt;li&gt;Samuel Caçador&lt;/li&gt;
&lt;li&gt;Tomislav Sudmak&lt;/li&gt;
&lt;li&gt;Chris Islan @ Devteam PH&lt;/li&gt;
&lt;li&gt;Marko Tunukovic&lt;/li&gt;
&lt;li&gt;Heitor Ramon Ribeiro&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Anonymous&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Mark Hambley&lt;/li&gt;
&lt;li&gt;Anderson Vincoletto&lt;/li&gt;
&lt;li&gt;Marco @ Skeeller&lt;/li&gt;
&lt;li&gt;Adam Moss&lt;/li&gt;
&lt;li&gt;Kate Rusakova @ Atwix&lt;/li&gt;
&lt;li&gt;Sergiu Ropot&lt;/li&gt;
&lt;li&gt;Viktor Petryk&lt;/li&gt;
&lt;li&gt;Rajesh Kumar&lt;/li&gt;
&lt;li&gt;Richu&lt;/li&gt;
&lt;li&gt;Marcin Dancewicz&lt;/li&gt;
&lt;li&gt;Anže Harej&lt;/li&gt;
&lt;li&gt;Mihai Coman&lt;/li&gt;
&lt;li&gt;Matthew Kaler @ Robeka Inc&lt;/li&gt;
&lt;li&gt;Fotis Tsioumas&lt;/li&gt;
&lt;li&gt;Chridi Ramzy&lt;/li&gt;
&lt;li&gt;Tiago Sampaio @ Array42&lt;/li&gt;
&lt;li&gt;bruno Elisei @ O2TI Soluções Web&lt;/li&gt;
&lt;li&gt;Pablo Solar&lt;/li&gt;
&lt;li&gt;Daniele Pastori&lt;/li&gt;
&lt;li&gt;Manny Farooqi @ American Van Equipment&lt;/li&gt;
&lt;li&gt;Eric Cavalcanti @ AWS&lt;/li&gt;
&lt;li&gt;Matthew Haworth @ devsbydevs&lt;/li&gt;
&lt;li&gt;Sergi Hernández&lt;/li&gt;
&lt;li&gt;Koen de Groote @ Lalito&lt;/li&gt;
&lt;li&gt;Jeroen Vermeulen @ MageHost.pro&lt;/li&gt;
&lt;li&gt;JASON EVANS&lt;/li&gt;
&lt;li&gt;Luke Collymore @ Develo Design Ltd&lt;/li&gt;
&lt;li&gt;Patrick McLain @ Magento Community Maintainer&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Anonymous&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Kim Wren @ SkuVault&lt;/li&gt;
&lt;li&gt;Jignesh Baldha&lt;/li&gt;
&lt;li&gt;Eric Sauma @ Mood Fabrics&lt;/li&gt;
&lt;li&gt;Geoffrey Miller&lt;/li&gt;
&lt;li&gt;Saeed&lt;/li&gt;
&lt;li&gt;Joao Paulo Paes&lt;/li&gt;
&lt;li&gt;Ahmad Fawad @ Accudy Ltd&lt;/li&gt;
&lt;li&gt;Toon Van Dooren @ MageHost.pro&lt;/li&gt;
&lt;li&gt;MR Reece M Vaughan @ RMV Development&lt;/li&gt;
&lt;li&gt;Joao Paulo Paes&lt;/li&gt;
&lt;li&gt;Zach Stein&lt;/li&gt;
&lt;li&gt;Ravi Bhalodia&lt;/li&gt;
&lt;li&gt;Abdul Samad Abbasi&lt;/li&gt;
&lt;li&gt;Jignesh Thummar @ NextBits Inc&lt;/li&gt;
&lt;li&gt;Max Chadwick @ Rightpoint&lt;/li&gt;
&lt;li&gt;Rahul Kachhadiya&lt;/li&gt;
&lt;li&gt;Rafael&lt;/li&gt;
&lt;li&gt;Sandeep Dadh&lt;/li&gt;
&lt;li&gt;Vikram&lt;/li&gt;
&lt;li&gt;Yair García @ Wagento&lt;/li&gt;
&lt;li&gt;Carlos Cerda&lt;/li&gt;
&lt;li&gt;Flavio Studart&lt;/li&gt;
&lt;li&gt;Issa Berthe @ Workeoo Corporation&lt;/li&gt;
&lt;li&gt;Tirth patel&lt;/li&gt;
&lt;li&gt;Damián Culotta&lt;/li&gt;
&lt;li&gt;Manju Chauhan&lt;/li&gt;
&lt;li&gt;David&lt;/li&gt;
&lt;li&gt;Jerome Dennis&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Anonymous&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Todd Simmons @ Sitesquad&lt;/li&gt;
&lt;li&gt;Dusan Misic&lt;/li&gt;
&lt;li&gt;Can Yildirim&lt;/li&gt;
&lt;li&gt;Joshua Romero @ Rightpoint&lt;/li&gt;
&lt;li&gt;Parth Pandya @ Accenture&lt;/li&gt;
&lt;li&gt;Ofer Shaal&lt;/li&gt;
&lt;li&gt;Deepak Soni&lt;/li&gt;
&lt;li&gt;Lam Truong @ Lexim Global&lt;/li&gt;
&lt;li&gt;Suresh Chikani&lt;/li&gt;
&lt;li&gt;Gaurav @ MageComp LLP&lt;/li&gt;
&lt;li&gt;Arun Bansal @ Breeze.io&lt;/li&gt;
&lt;li&gt;Duc Vu @ AHT Tech JSC&lt;/li&gt;
&lt;li&gt;Haridev M&lt;/li&gt;
&lt;li&gt;Alexander Stadnitski @ Goodahead LLC&lt;/li&gt;
&lt;li&gt;Krishnakumar&lt;/li&gt;
&lt;li&gt;Harshal shah @ Elsner technologies pvt Ltd&lt;/li&gt;
&lt;li&gt;Marco Valenziano&lt;/li&gt;
&lt;li&gt;Nidhi Jain @ CommercePundit&lt;/li&gt;
&lt;li&gt;Daniele Rutigliano @ Aproweb&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Anonymous&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Bharat jain @ Elsner technology&lt;/li&gt;
&lt;li&gt;Jaimin Sutariya @ Webficial Technologies&lt;/li&gt;
&lt;li&gt;Chirag Rawal @ Elsner Technologies Pvt. Ltd..&lt;/li&gt;
&lt;li&gt;Jansen Tolle @ Oneupweb&lt;/li&gt;
&lt;li&gt;kavindu thundeniya&lt;/li&gt;
&lt;li&gt;Jaimin Patel&lt;/li&gt;
&lt;li&gt;Davide Lunardon @ Freelance&lt;/li&gt;
&lt;li&gt;Manoj Mondal @ Elsner Technologies pvt ltd.&lt;/li&gt;
&lt;li&gt;Jose Ortega @ snow.dog&lt;/li&gt;
&lt;li&gt;Jose Cabanas @ Bmitz&lt;/li&gt;
&lt;li&gt;Zaheerabbas Badi&lt;/li&gt;
&lt;li&gt;Varun Patel @ Coreway Solution&lt;/li&gt;
&lt;li&gt;Vadym Moiseiuk @ Goodahead&lt;/li&gt;
&lt;li&gt;Aamir Zia @ Aatech&lt;/li&gt;
&lt;li&gt;Matthias Walter @ run_as_root&lt;/li&gt;
&lt;li&gt;Paragi&lt;/li&gt;
&lt;li&gt;Vishal Surani @ MageMad&lt;/li&gt;
&lt;li&gt;Marc Ring @ ECOPLAN E-Commerce GmbH&lt;/li&gt;
&lt;li&gt;Muhammad Mannan @ April&amp;#x26;June&lt;/li&gt;
&lt;li&gt;Nimesh Patel @ Dolphin Web Solution Private Limited&lt;/li&gt;
&lt;li&gt;Ruhani Joshi&lt;/li&gt;
&lt;li&gt;Kunj Joshi&lt;/li&gt;
&lt;li&gt;Vishal Mehta&lt;/li&gt;
&lt;li&gt;harish @ Cognizant&lt;/li&gt;
&lt;li&gt;Nishant&lt;/li&gt;
&lt;li&gt;Derrick @ Heesbeen&lt;/li&gt;
&lt;li&gt;Andrea @ APDEV&lt;/li&gt;
&lt;li&gt;Oleh Petryk&lt;/li&gt;
&lt;li&gt;Andrei Lisouski&lt;/li&gt;
&lt;li&gt;Yannick Fierens @ eWings e-commerce&lt;/li&gt;
&lt;li&gt;Tal Mor @ Brillianteers&lt;/li&gt;
&lt;li&gt;Geoffrey @ agence Dn’D&lt;/li&gt;
&lt;li&gt;Daniel Ifrim @ Unified Arts GmbH&lt;/li&gt;
&lt;li&gt;Ankur R @ SeePossible Innovative Solutions LLP&lt;/li&gt;
&lt;li&gt;Franck Cassedanne @ Kitroyale Ltd.&lt;/li&gt;
&lt;li&gt;Domenico Maresca @ Endesia&lt;/li&gt;
&lt;li&gt;Michel van de Wiel @ X-com&lt;/li&gt;
&lt;li&gt;Jarek @ Snowdog&lt;/li&gt;
&lt;li&gt;Ankit dabhi @ MOONWEB TECHNOLOGIES&lt;/li&gt;
&lt;li&gt;Shrikant Vaghela @ Tech Elites Lab&lt;/li&gt;
&lt;li&gt;Timon Heuser @ Büromöbel Experte GmbH&lt;/li&gt;
&lt;li&gt;Maulik Shah @ Biztech&lt;/li&gt;
&lt;li&gt;Bartłomiej Szymański @ Strix&lt;/li&gt;
&lt;li&gt;Loek de Rooij @ X-com B.V.&lt;/li&gt;
&lt;li&gt;Ruggero Rossi @ Marketing Informatico&lt;/li&gt;
&lt;li&gt;Marian Napierkowski @ Büromöbel Experte GmbH&lt;/li&gt;
&lt;li&gt;Mike Boon @ eWings NV - Belgium&lt;/li&gt;
&lt;li&gt;Nelson&lt;/li&gt;
&lt;li&gt;Lucas Vollebergh @ eWings&lt;/li&gt;
&lt;li&gt;Quinten Van den Broeck @ eWings&lt;/li&gt;
&lt;li&gt;Steven Fritzsche @ mediarox&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Anonymous&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Anonymous&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Stanislav Matyavin&lt;/li&gt;
&lt;li&gt;Nino Aratari @ Digitalway srl&lt;/li&gt;
&lt;li&gt;Tadhg Bowe&lt;/li&gt;
&lt;li&gt;Lukasz Gawronski&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Anonymous&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Kristian Ernst @ mediarox UG&lt;/li&gt;
&lt;li&gt;Andreas Pointner @ CopeX GmbH&lt;/li&gt;
&lt;li&gt;Michał Wejwoda @ Sii&lt;/li&gt;
&lt;li&gt;Stefano Quitadamo @ Armah&lt;/li&gt;
&lt;li&gt;Gijs @ Redkiwi&lt;/li&gt;
&lt;li&gt;Ievgenii&lt;/li&gt;
&lt;li&gt;Vladyslav Podorozhnyi @ Nice Web Company&lt;/li&gt;
&lt;li&gt;Ewald Börger&lt;/li&gt;
&lt;li&gt;Keon Nguyen @ Inviqa&lt;/li&gt;
&lt;li&gt;Janne Nygård @ Pinja&lt;/li&gt;
&lt;li&gt;David Lambauer @ run_as_root GmbH&lt;/li&gt;
&lt;li&gt;Teo Zenner&lt;/li&gt;
&lt;li&gt;MaxTa @ SimiCart&lt;/li&gt;
&lt;li&gt;Robbert Goey @ Guapa E-commerce&lt;/li&gt;
&lt;li&gt;Thijs de Witt @ Trinos&lt;/li&gt;
&lt;li&gt;Daniel Jakubowicz @ Strix&lt;/li&gt;
&lt;li&gt;Yoeri Fleuren @ X-com B.V.&lt;/li&gt;
&lt;li&gt;Johanna Varanka @ Pinja&lt;/li&gt;
&lt;li&gt;Andre Bubner @ BITC&lt;/li&gt;
&lt;li&gt;Thomas&lt;/li&gt;
&lt;li&gt;ha hoang&lt;/li&gt;
&lt;li&gt;Robert Szczepaniec @ Strix&lt;/li&gt;
&lt;li&gt;Jukka Svahn @ Lamia&lt;/li&gt;
&lt;li&gt;Zdravko Karanovic @ Ecommistry&lt;/li&gt;
&lt;li&gt;Marjo Agaj @ Eurostep&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Anonymous&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Dan Nguyen&lt;/li&gt;
&lt;li&gt;Roberto Gambuzzi&lt;/li&gt;
&lt;li&gt;Andrii Yanitskyi @ Goodahead&lt;/li&gt;
&lt;li&gt;Giacomo&lt;/li&gt;
&lt;li&gt;Alexey Motorny&lt;/li&gt;
&lt;li&gt;Tuomas Jaakkola @ Pinja&lt;/li&gt;
&lt;li&gt;Maksim&lt;/li&gt;
&lt;li&gt;Anna Radecka @ Panda Group&lt;/li&gt;
&lt;li&gt;Murtuza Zabuawala @ Indianic&lt;/li&gt;
&lt;li&gt;Iris van den Hout @ Hypershop&lt;/li&gt;
&lt;li&gt;Olivier @ Hypershop&lt;/li&gt;
&lt;li&gt;Altaf Hussian M&lt;/li&gt;
&lt;li&gt;Marnix Lont @ Hypershop&lt;/li&gt;
&lt;li&gt;Lau Bannenberg @ Hypershop&lt;/li&gt;
&lt;li&gt;Kevin Varley&lt;/li&gt;
&lt;li&gt;Neil Aitken&lt;/li&gt;
&lt;li&gt;Pavel DZEDAVETS @ eWave&lt;/li&gt;
&lt;li&gt;Walter Santi @ Skeeller Srl&lt;/li&gt;
&lt;li&gt;David Serrano @ CSengine&lt;/li&gt;
&lt;li&gt;Olena Glovak&lt;/li&gt;
&lt;li&gt;Preyashi patel @ Elsner Technology&lt;/li&gt;
&lt;li&gt;Brijbhushan @ Elsner technologies pvt ltd&lt;/li&gt;
&lt;li&gt;Ajay Sikarwar @ Elsner Technologies Pvt Ltd&lt;/li&gt;
&lt;li&gt;Gennaro Oliviero&lt;/li&gt;
&lt;li&gt;Artem @ Mobecls&lt;/li&gt;
&lt;li&gt;Milan Parmar @ Elsner Technology&lt;/li&gt;
&lt;li&gt;Chris Pook @ Absolute Commerce Ltd&lt;/li&gt;
&lt;li&gt;Ketul Gohil @ Elsner Technology&lt;/li&gt;
&lt;li&gt;Amit Khetariya @ Elsner Technologies Pvt Ltd&lt;/li&gt;
&lt;li&gt;Victor Shust @ Goodahead&lt;/li&gt;
&lt;li&gt;Karmdip Vala @ Elsner Technologies Pvt Ltd&lt;/li&gt;
&lt;li&gt;Alexandra @ TUI&lt;/li&gt;
&lt;li&gt;Marco Cerullo&lt;/li&gt;
&lt;li&gt;Oles Chorpita @ Goodahead&lt;/li&gt;
&lt;li&gt;Ajay Sikarwar&lt;/li&gt;
&lt;li&gt;Manish Banda @ Elsner Technologies Pvt Ltd&lt;/li&gt;
&lt;li&gt;Jose Domingo Pérez @ Interactiv4 S.L.&lt;/li&gt;
&lt;li&gt;Bohdan Chernyk&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Anonymous&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Rushikesh Mhaske R. @ Elsner Technologies Pvt. Ltd.&lt;/li&gt;
&lt;li&gt;Nainshi Shah @ Elsner Technology&lt;/li&gt;
&lt;li&gt;Babu Mudaliar @ Elsner Technology&lt;/li&gt;
&lt;li&gt;Jenil Dhameliya @ Elsner Technologies Pvt. Ltd.&lt;/li&gt;
&lt;li&gt;Dimple&lt;/li&gt;
&lt;li&gt;Prajapati Pooja I. @ Elsner Technologies Pvt. Ltd.&lt;/li&gt;
&lt;li&gt;Akshay Jogi @ Elsner Technology&lt;/li&gt;
&lt;li&gt;Anas Mansuri @ Elsner Technology&lt;/li&gt;
&lt;li&gt;Tero Kangas @ Pinja&lt;/li&gt;
&lt;li&gt;Hetal @ Elsner&lt;/li&gt;
&lt;li&gt;Olha Chernyk&lt;/li&gt;
&lt;li&gt;Florin Pörnbacher @ Unified Arts GmbH&lt;/li&gt;
&lt;li&gt;Tsvetan Stoychev&lt;/li&gt;
&lt;li&gt;Trushal Ponkiya @ Elsner Technology&lt;/li&gt;
&lt;li&gt;Daniel @ Strila&lt;/li&gt;
&lt;li&gt;Amar Sikarwar @ Elsner Technology&lt;/li&gt;
&lt;li&gt;Oleg Podkolzin&lt;/li&gt;
&lt;li&gt;Ilia Sokolov @ Neklo&lt;/li&gt;
&lt;li&gt;Raju @ Elsner&lt;/li&gt;
&lt;li&gt;Hirokazu Nishi @ Veriteworks Inc.&lt;/li&gt;
&lt;li&gt;Julia Labudova @ LIMESODA Interactive Marketing GmbH&lt;/li&gt;
&lt;li&gt;Erik van Rijn&lt;/li&gt;
&lt;li&gt;Vuilnisbak&lt;/li&gt;
&lt;li&gt;Vasyl Malanka @ Comwrap Reply&lt;/li&gt;
&lt;li&gt;Aldo Ruiz&lt;/li&gt;
&lt;li&gt;Nangyial Ahmad @ DX&lt;/li&gt;
&lt;li&gt;Muhammet Eyvaz&lt;/li&gt;
&lt;li&gt;Rico Neitzel @ run_as_root GmbH&lt;/li&gt;
&lt;li&gt;Maarten Peeters @ BigBridge&lt;/li&gt;
&lt;li&gt;Vitalii @ Boiko&lt;/li&gt;
&lt;li&gt;Ihor Soloviev&lt;/li&gt;
&lt;li&gt;Taras Korzhak @ Wdevs&lt;/li&gt;
&lt;li&gt;Julia Bondarenko @ Interactiv4&lt;/li&gt;
&lt;li&gt;Gunjan R&lt;/li&gt;
&lt;li&gt;James Anelay&lt;/li&gt;
&lt;li&gt;Iryna @ Goodahead&lt;/li&gt;
&lt;li&gt;Manel @ The Etailers&lt;/li&gt;
&lt;li&gt;Andrew Millar @ elgentos&lt;/li&gt;
&lt;li&gt;Denis Papec @ Other Media&lt;/li&gt;
&lt;li&gt;Matt Ricks @ Friends of Commerce&lt;/li&gt;
&lt;li&gt;Akhilesh Patel&lt;/li&gt;
&lt;li&gt;Klajdi Kapo @ Eurostep&lt;/li&gt;
&lt;li&gt;Toni Pap&lt;/li&gt;
&lt;li&gt;Pankaj @ Elsner Technologies&lt;/li&gt;
&lt;li&gt;Alexandru Bangală @ 127.0.0.1&lt;/li&gt;
&lt;li&gt;Walter Bacchetti @ Magma Consulting&lt;/li&gt;
&lt;li&gt;Rafael Patro @ Digital Hub&lt;/li&gt;
&lt;li&gt;Adam Dyson&lt;/li&gt;
&lt;li&gt;Andrzej Szylar @ Global4Net&lt;/li&gt;
&lt;li&gt;Roger Takemiya @ BUZZ&lt;/li&gt;
&lt;li&gt;Aapo Kiiso @ Lamia&lt;/li&gt;
&lt;li&gt;Dmitry @ Swissuplabs&lt;/li&gt;
&lt;li&gt;Rodrigo Aparecido Luciano Gabriel @ MageHelp&lt;/li&gt;
&lt;li&gt;Vladimir Drok @ Mirasvit&lt;/li&gt;
&lt;li&gt;Vitali @ Mageworx&lt;/li&gt;
&lt;li&gt;Branislav Filipovic @ clicks digital&lt;/li&gt;
&lt;li&gt;David Christy&lt;/li&gt;
&lt;li&gt;Vithal Bariya @ IndiaNIC&lt;/li&gt;
&lt;li&gt;Stanislav Ilnytskyi&lt;/li&gt;
&lt;li&gt;Maria Kern&lt;/li&gt;
&lt;li&gt;Kai Brändle&lt;/li&gt;
&lt;li&gt;Rafał @ Strix&lt;/li&gt;
&lt;li&gt;Shilpi&lt;/li&gt;
&lt;li&gt;Mino&lt;/li&gt;
&lt;li&gt;Enrique guadalupe @ Interactiv4&lt;/li&gt;
&lt;li&gt;Pedro Blasco @ Interactiv4&lt;/li&gt;
&lt;li&gt;Lionel Alvarez Perez @ Interactiv4&lt;/li&gt;
&lt;li&gt;Rebeca Martínez García @ Interactiv4 S.L.&lt;/li&gt;
&lt;li&gt;Oleksii Solonenko @ LeanSwift&lt;/li&gt;
&lt;li&gt;Andrei Artyuhovich&lt;/li&gt;
&lt;li&gt;Ronald Bethlehem @ Bethlehem IT&lt;/li&gt;
&lt;li&gt;Paco abella @ Interactiv4&lt;/li&gt;
&lt;li&gt;Marc Rodriguez @ Interactiv4 S.L.&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Anonymous&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Darwin Fernandez @ Interactiv4&lt;/li&gt;
&lt;li&gt;Carla Chueca @ interactiv4&lt;/li&gt;
&lt;li&gt;Madhu Patel @ indianic&lt;/li&gt;
&lt;li&gt;Alex&lt;/li&gt;
&lt;li&gt;Viktor Kopin&lt;/li&gt;
&lt;li&gt;Roman Glushko&lt;/li&gt;
&lt;li&gt;Raúl Mateos Beltrán @ Interactiv4 S.L.&lt;/li&gt;
&lt;li&gt;Marieta B @ Interactiv4&lt;/li&gt;
&lt;li&gt;Deepak Mali&lt;/li&gt;
&lt;li&gt;Łukasz Bańka @ Strix&lt;/li&gt;
&lt;li&gt;Anderson @ Omny Tecnologia&lt;/li&gt;
&lt;li&gt;Adriano Lucas @ Tercerize&lt;/li&gt;
&lt;li&gt;Alex Kornyk @ Alva Commerce&lt;/li&gt;
&lt;li&gt;Sreerekha Mylath&lt;/li&gt;
&lt;li&gt;Willian Rodrigues @ Devellop Labs&lt;/li&gt;
&lt;li&gt;Andrei Neneve @ Redstage&lt;/li&gt;
&lt;li&gt;Vikram Rathore @ Elsner Technology&lt;/li&gt;
&lt;li&gt;Benoit Boudan&lt;/li&gt;
&lt;li&gt;Tiago Tescaro&lt;/li&gt;
&lt;li&gt;Andrea Carreño @ Interactiv4&lt;/li&gt;
&lt;li&gt;Sven Noorlander @ Hypershop&lt;/li&gt;
&lt;li&gt;Hugo Herblot @ Kaliop&lt;/li&gt;
&lt;li&gt;Amit Bera @ AmitBera&lt;/li&gt;
&lt;li&gt;Samir Hajiyev&lt;/li&gt;
&lt;li&gt;Erwin Otten @ Reach Digital&lt;/li&gt;
&lt;li&gt;Walter Huber @ KaWa commerce GmbH&lt;/li&gt;
&lt;li&gt;dipak patil&lt;/li&gt;
&lt;li&gt;Tarun bansal @ Elsner technologies pvt ltd&lt;/li&gt;
&lt;li&gt;Chintan Shah @ CzarGroup Technologies&lt;/li&gt;
&lt;li&gt;Jagdish Chaudhary @ Elsner Technology Pvt. Ltd.&lt;/li&gt;
&lt;li&gt;Alexey Gubarev @ Interactiv4&lt;/li&gt;
&lt;li&gt;Varun Rajyaguru @ Elsner Technologies Pvt. Ltd.&lt;/li&gt;
&lt;li&gt;Jan-Marten de Boer @ elgentos&lt;/li&gt;
&lt;li&gt;sheraz khan @ Folio3 Software&lt;/li&gt;
&lt;li&gt;Miguel Balparda&lt;/li&gt;
&lt;li&gt;Ahsan Horani @ Folio3&lt;/li&gt;
&lt;li&gt;malan&lt;/li&gt;
&lt;li&gt;Phil Turner&lt;/li&gt;
&lt;li&gt;Graham Paul Crocker&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Anonymous&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Daniele Crupi @ IndieSoft&lt;/li&gt;
&lt;li&gt;Balakrishnan S&lt;/li&gt;
&lt;li&gt;Anup Wankhede&lt;/li&gt;
&lt;li&gt;Thomas Zöger @ clever+zöger gmbh&lt;/li&gt;
&lt;li&gt;Eric Wright @ Trellis&lt;/li&gt;
&lt;li&gt;Lefu @ PayFast&lt;/li&gt;
&lt;li&gt;Ergys&lt;/li&gt;
&lt;li&gt;Ross McHugh&lt;/li&gt;
&lt;li&gt;Mauricio Agudelo @ Interactiv4&lt;/li&gt;
&lt;li&gt;Nick Weisser @ Openstream&lt;/li&gt;
&lt;li&gt;Daniel Russo&lt;/li&gt;
&lt;li&gt;Kliment Ognianov @ Pro-Nova&lt;/li&gt;
&lt;li&gt;Olga Burtyka @ Magecom&lt;/li&gt;
&lt;li&gt;Seth Jurgens @ R K Wholesale&lt;/li&gt;
&lt;li&gt;Khrystyna Balog @ TRANSOFTGROUP&lt;/li&gt;
&lt;li&gt;Kushal Pilley @ Innovify&lt;/li&gt;
&lt;li&gt;Paul Ray @ Raymerica&lt;/li&gt;
&lt;li&gt;Rick Garcia @ Crucial Web Hosting, Ltd.&lt;/li&gt;
&lt;li&gt;Shubham Sahu @ @Encora&lt;/li&gt;
&lt;li&gt;Vladimir Sedlar&lt;/li&gt;
&lt;li&gt;Eelke Sietse Wolters&lt;/li&gt;
&lt;li&gt;Joseph A Castellon @ XC LLC&lt;/li&gt;
&lt;li&gt;Trinity Calway&lt;/li&gt;
&lt;li&gt;Ralf Siepker @ CommerceWerft&lt;/li&gt;
&lt;li&gt;Mark Fitzsimmons @ Xigen Limited&lt;/li&gt;
&lt;li&gt;Francesco Tuzzolino @ Francesco Tuzzolino&lt;/li&gt;
&lt;li&gt;Aunik Rahman @ BORN Group&lt;/li&gt;
&lt;li&gt;Nilesh Sahu @ Elsner Technologies&lt;/li&gt;
&lt;li&gt;Quentin @ ShipperHQ&lt;/li&gt;
&lt;li&gt;Robert Dadic @ Interjar&lt;/li&gt;
&lt;li&gt;Matei-Adrian Purcaru&lt;/li&gt;
&lt;li&gt;Maxi @ menze&lt;/li&gt;
&lt;li&gt;Petar Sambolek @ WOOM&lt;/li&gt;
&lt;li&gt;Matthew Colley&lt;/li&gt;
&lt;li&gt;Martin Macmillan @ Fisheye Media Ltd.&lt;/li&gt;
&lt;li&gt;Prakash Sarki&lt;/li&gt;
&lt;li&gt;UB team @ Ubertheme&lt;/li&gt;
&lt;li&gt;Hasan Mustafa @ Folio3&lt;/li&gt;
&lt;li&gt;Ervin Borici&lt;/li&gt;
&lt;li&gt;Ischa Popma @ FysioSupplies B.V.&lt;/li&gt;
&lt;li&gt;Jerke Combee @ Elgentos&lt;/li&gt;
&lt;li&gt;David Slater @ Interactiv4&lt;/li&gt;
&lt;li&gt;Paul Donnelly&lt;/li&gt;
&lt;li&gt;Gilmar Ferreira @ Soulmkt&lt;/li&gt;
&lt;li&gt;Dariusz Maciejewski&lt;/li&gt;
&lt;li&gt;Nayem&lt;/li&gt;
&lt;li&gt;Suneet Kumar&lt;/li&gt;
&lt;li&gt;Ubed Arab&lt;/li&gt;
&lt;li&gt;Dimitri EXBRAYAT&lt;/li&gt;
&lt;li&gt;Martin&lt;/li&gt;
&lt;li&gt;Kevin Stolze @ Hypershop&lt;/li&gt;
&lt;li&gt;Antonis Galanis @ gladd.gr&lt;/li&gt;
&lt;li&gt;Jerry Lopez&lt;/li&gt;
&lt;li&gt;Justin @ Publicus&lt;/li&gt;
&lt;li&gt;Elamurugan Nallathambi&lt;/li&gt;
&lt;li&gt;Bernard Tai @ 85Sixty&lt;/li&gt;
&lt;li&gt;Max Pronko @ Pronko Consulting&lt;/li&gt;
&lt;li&gt;Mustafa Palavar @ Internetsan Ltd&lt;/li&gt;
&lt;li&gt;Frans Hoekstra @ FG Hoekstra Development&lt;/li&gt;
&lt;li&gt;Andrej Parovel @ Elitek d.o.o.&lt;/li&gt;
&lt;li&gt;Ramkishan Suthar @ WebbyTroops&lt;/li&gt;
&lt;li&gt;Iurasog Stefan @ Green Art Business&lt;/li&gt;
&lt;li&gt;Stefan @ Axpo&lt;/li&gt;
&lt;li&gt;Robert Kent @ RKD DIGITAL&lt;/li&gt;
&lt;li&gt;Akif&lt;/li&gt;
&lt;li&gt;Nathan Morgan @ Fisheye Media Ltd.&lt;/li&gt;
&lt;li&gt;Rick van de Loo @ Hypernode&lt;/li&gt;
&lt;li&gt;Rafał Kos&lt;/li&gt;
&lt;li&gt;Eric Landmann @ Earthling Interactive&lt;/li&gt;
&lt;li&gt;Misso Marchewsky&lt;/li&gt;
&lt;li&gt;Marko Ambrožič @ WebAM s.p.&lt;/li&gt;
&lt;li&gt;Kalen Jordan @ Magetalk &amp;#x26; Commerce Hero&lt;/li&gt;
&lt;li&gt;Zohaib Wasim&lt;/li&gt;
&lt;li&gt;Guido Meulendijks @ UseeY BV&lt;/li&gt;
&lt;li&gt;Fabrizio Branca @ AOE&lt;/li&gt;
&lt;li&gt;nainsi&lt;/li&gt;
&lt;li&gt;Daniel Dragic @ Guaranteed Software&lt;/li&gt;
&lt;li&gt;Sunil Patel @ NextBits WebSolutions&lt;/li&gt;
&lt;li&gt;Gowrisankar SP @ @mandy_technologies&lt;/li&gt;
&lt;li&gt;Noureddine Ra&lt;/li&gt;
&lt;li&gt;Chris Gath&lt;/li&gt;
&lt;li&gt;Saul DSC Ferreira @ Ezzy Ecommerce, LLC&lt;/li&gt;
&lt;li&gt;Tejas Parmar @ VIMIRLAB SOLUTIONS&lt;/li&gt;
&lt;li&gt;Erick Blangino&lt;/li&gt;
&lt;li&gt;Stef Liekens&lt;/li&gt;
&lt;li&gt;Ricardo Prudon @ Youwe&lt;/li&gt;
&lt;li&gt;Melinda Humphrey @ ParadoxLabs&lt;/li&gt;
&lt;li&gt;Neelesh Bhansali @ QualDev Inc.&lt;/li&gt;
&lt;li&gt;Vladislav Slesarenko @ Lachestry&lt;/li&gt;
&lt;li&gt;Nikita Sarychev @ Lachestry&lt;/li&gt;
&lt;li&gt;Gabriel Ranghetti&lt;/li&gt;
&lt;li&gt;Dwayne Ernest&lt;/li&gt;
&lt;li&gt;John Davis @ Netalico&lt;/li&gt;
&lt;li&gt;Maatten Deboo @ Baldwin&lt;/li&gt;
&lt;li&gt;Milan Stojanov @ Ecommistry&lt;/li&gt;
&lt;li&gt;Jonathan Trojahn&lt;/li&gt;
&lt;li&gt;Carsten Pfeifer @ u+i interact&lt;/li&gt;
&lt;li&gt;Paul Maas @ E-Tailors BV&lt;/li&gt;
&lt;li&gt;Kenneth Bonte @ Phpro&lt;/li&gt;
&lt;li&gt;Juver @ agence Dn’D&lt;/li&gt;
&lt;li&gt;Maciej Wieczorek&lt;/li&gt;
&lt;li&gt;Manuele Menozzi @ Webgriffe&lt;/li&gt;
&lt;li&gt;Federico Soich&lt;/li&gt;
&lt;li&gt;Oliverio Gombert @ The etailers&lt;/li&gt;
&lt;li&gt;Matt Kammersell&lt;/li&gt;
&lt;li&gt;Rodrigo Balazs&lt;/li&gt;
&lt;li&gt;Robbie Thompson @ Ruroc&lt;/li&gt;
&lt;li&gt;Mariano Botti&lt;/li&gt;
&lt;li&gt;Aaron Sheehan&lt;/li&gt;
&lt;li&gt;Jonathan Hiltser @ Blue Badger&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Anonymous&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Md. Sohel Rana @ Ecommistry&lt;/li&gt;
&lt;li&gt;Magno Gaspar @ Beer Drop/Craft Alley&lt;/li&gt;
&lt;li&gt;Pushpendra Singh&lt;/li&gt;
&lt;li&gt;Pramod Kumar Sharma&lt;/li&gt;
&lt;li&gt;Ashok Dubariya&lt;/li&gt;
&lt;li&gt;Ruben David&lt;/li&gt;
&lt;li&gt;Karthikeyan Sakkarabani&lt;/li&gt;
&lt;li&gt;Sumil sanghavi&lt;/li&gt;
&lt;li&gt;Banesh C R&lt;/li&gt;
&lt;li&gt;Pradip Garchar&lt;/li&gt;
&lt;li&gt;Damian Cabrera @ CD&lt;/li&gt;
&lt;li&gt;Asim Munshi @ Krish Technolabs&lt;/li&gt;
&lt;li&gt;Rene Donkers @ Tinx-IT&lt;/li&gt;
&lt;li&gt;Bennet Klarhölter&lt;/li&gt;
&lt;li&gt;Serhiy Zhovnir&lt;/li&gt;
&lt;li&gt;Ronak Patel @ Ecommistry&lt;/li&gt;
&lt;li&gt;Giap Phan @ Beehexa Corp&lt;/li&gt;
&lt;li&gt;Pradip Sutariya&lt;/li&gt;
&lt;li&gt;Saneer&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Anonymous&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Chandrashekhar Gangathade @ Royal Cyber Inc&lt;/li&gt;
&lt;li&gt;Iftakharul Alam&lt;/li&gt;
&lt;li&gt;Artemii Karkusha @ Magevalley E-Commerce Solutions&lt;/li&gt;
&lt;li&gt;kalpesh sakhareleeya&lt;/li&gt;
&lt;li&gt;Toni Kontkanen @ Pinja&lt;/li&gt;
&lt;li&gt;Karan Adhikari&lt;/li&gt;
&lt;li&gt;Karan Adhikari @ To The New&lt;/li&gt;
&lt;li&gt;Vadym Kusakin @ Guidance&lt;/li&gt;
&lt;li&gt;Ralf Guggeis @ twofour digitale Agentur&lt;/li&gt;
&lt;li&gt;Priyal @ Navigate Commerce&lt;/li&gt;
&lt;li&gt;Matthias Boulliung&lt;/li&gt;
&lt;li&gt;Beth Wond @ Kitroyale&lt;/li&gt;
&lt;li&gt;bhaiyyalal birle&lt;/li&gt;
&lt;li&gt;Vignesh&lt;/li&gt;
&lt;li&gt;Christiane Clever @ clever+zoeger Gmbh&lt;/li&gt;
&lt;li&gt;N Karthic Kannan @ OX Softwares Private Limited&lt;/li&gt;
&lt;li&gt;Alberto Gardenal&lt;/li&gt;
&lt;li&gt;Michele Fantetti aka WaPoNe&lt;/li&gt;
&lt;li&gt;Charaka Sasanga&lt;/li&gt;
&lt;li&gt;James Lee&lt;/li&gt;
&lt;li&gt;sumeet bajaj @ na&lt;/li&gt;
&lt;li&gt;Sumeet bajaj&lt;/li&gt;
&lt;li&gt;Daniel C @ Tom&amp;#x26;Co&lt;/li&gt;
&lt;li&gt;Tsvetan Dachev @ deveins.de&lt;/li&gt;
&lt;li&gt;Thorsten Essig @ Omnevo&lt;/li&gt;
&lt;li&gt;Oshan Perera&lt;/li&gt;
&lt;li&gt;Chetan Goyal&lt;/li&gt;
&lt;li&gt;Joni K @ Accolade Partners&lt;/li&gt;
&lt;li&gt;Rahul Agarwal @ Dots&lt;/li&gt;
&lt;li&gt;Oleksandr Kravchuk @ vConnect&lt;/li&gt;
&lt;li&gt;Lalit Kaushik @ Seven Webepower (webepower.biz)&lt;/li&gt;
&lt;li&gt;Dharmendra Kumar&lt;/li&gt;
&lt;li&gt;Muhammad Shakeel @ Folio3&lt;/li&gt;
&lt;li&gt;David Arteaga&lt;/li&gt;
&lt;li&gt;Amit Jangir&lt;/li&gt;
&lt;li&gt;Kushal&lt;/li&gt;
&lt;li&gt;Yurii Sapiha @ Transoftgroup&lt;/li&gt;
&lt;li&gt;Namal Dissanayake&lt;/li&gt;
&lt;li&gt;Roman Michak&lt;/li&gt;
&lt;li&gt;Peter @ Convert Group AS&lt;/li&gt;
&lt;li&gt;Rukshan Fernando @ Kemana&lt;/li&gt;
&lt;li&gt;Isuru Dilshan&lt;/li&gt;
&lt;li&gt;Joachim Vanthuyne @ Starring Jane&lt;/li&gt;
&lt;li&gt;Gaurav Jaiswal @ Kraftors Web Solutions Pvt. Ltd&lt;/li&gt;
&lt;li&gt;Sven Wappler @ WapplerSystems&lt;/li&gt;
&lt;li&gt;Tomasz Gregorczyk @ Left Curly Bracket&lt;/li&gt;
&lt;li&gt;Denis Metzler @ DENIS_METZLER&lt;/li&gt;
&lt;li&gt;Mohit Kumar Arora&lt;/li&gt;
&lt;li&gt;Dimtiris Giouzelis @ webo2&lt;/li&gt;
&lt;li&gt;Vyacheslav Shmal @ WebO2&lt;/li&gt;
&lt;li&gt;Martin Elderman @ FysioSupplies B.V.&lt;/li&gt;
&lt;li&gt;Benjamin Schut @ FysioSupplies B.V.&lt;/li&gt;
&lt;li&gt;Dusan Dikovic @ Ecommistry&lt;/li&gt;
&lt;li&gt;Wouter Stulp&lt;/li&gt;
&lt;li&gt;Romain Ruaud @ ElasticSuite&lt;/li&gt;
&lt;li&gt;Robert Schmidt @ mageing&lt;/li&gt;
&lt;li&gt;Vishal Nyati @ magento360.com&lt;/li&gt;
&lt;li&gt;Ate Bontjer @ X-Interactive Internetdiensten B.V.&lt;/li&gt;
&lt;li&gt;Sanjay&lt;/li&gt;
&lt;li&gt;Lars van Vliet @ X-Interactive&lt;/li&gt;
&lt;li&gt;Harm van Schaik @ X-Interactive&lt;/li&gt;
&lt;li&gt;Pragati Verma&lt;/li&gt;
&lt;li&gt;Wesley Pruim @ X-Interactive&lt;/li&gt;
&lt;li&gt;Sander de Jonge @ X-Interactive Internetdiensten B.V.&lt;/li&gt;
&lt;li&gt;Basel&lt;/li&gt;
&lt;li&gt;Wouter Carabain @ X-Interactive&lt;/li&gt;
&lt;li&gt;Jeroen Gerth @ X-Interactive&lt;/li&gt;
&lt;li&gt;Marien Pflaum @ X-Interactive&lt;/li&gt;
&lt;li&gt;Kajal Rathour&lt;/li&gt;
&lt;li&gt;Paweł Szafrański @ snow.dog&lt;/li&gt;
&lt;li&gt;AP Shah&lt;/li&gt;
&lt;li&gt;@ Hoofdfabriek&lt;/li&gt;
&lt;li&gt;Olivier HAESEN @ ATI4 Group&lt;/li&gt;
&lt;li&gt;Shaik Imran&lt;/li&gt;
&lt;li&gt;Michael Dibbets @ BigBridge B.V.&lt;/li&gt;
&lt;li&gt;Tschallacka&lt;/li&gt;
&lt;li&gt;Patrick van Bergen @ BigBridge B.V.&lt;/li&gt;
&lt;li&gt;Robert Mulder @ X-Interactive&lt;/li&gt;
&lt;li&gt;Chanchal @ I95dev&lt;/li&gt;
&lt;li&gt;Devendra kushwah&lt;/li&gt;
&lt;li&gt;Paresha @ Aidith.com&lt;/li&gt;
&lt;li&gt;Parth @ Navigate Commerce&lt;/li&gt;
&lt;li&gt;Wojtek Jachowski @ snow.dog&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Anonymous&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Islamuddin&lt;/li&gt;
&lt;li&gt;Jayanta Roy @ Phase3 Commerce&lt;/li&gt;
&lt;li&gt;Karl Spies&lt;/li&gt;
&lt;li&gt;Gabriel Somoza @ Ancor\‘d&lt;/li&gt;
&lt;li&gt;Taras Demianchenko @ Flagbit&lt;/li&gt;
&lt;li&gt;Geraldo M&lt;/li&gt;
&lt;li&gt;Samson Anand JJM @ Cognizant&lt;/li&gt;
&lt;li&gt;Fabio Ros @ FROSIT&lt;/li&gt;
&lt;li&gt;Justin H @ X-Interactive&lt;/li&gt;
&lt;li&gt;Baber Ahmed&lt;/li&gt;
&lt;li&gt;Olga Maksymova @ VanMoof&lt;/li&gt;
&lt;li&gt;Waruna Perera @ Swivel Tech&lt;/li&gt;
&lt;li&gt;Raoul JJ Oliemuller @ Skyberate / Savvii / MageHost&lt;/li&gt;
&lt;li&gt;Rok Delak @ Elitek d.o.o.&lt;/li&gt;
&lt;li&gt;Faran @ Aware Digital&lt;/li&gt;
&lt;li&gt;yogesh @ seepossible&lt;/li&gt;
&lt;li&gt;Jignesh Seepossible @ Seepossible Innovative Solutions LLP&lt;/li&gt;
&lt;li&gt;Constantine Gosteev @ Elad Commerce&lt;/li&gt;
&lt;li&gt;Jayanka Ghosh @ Codilar&lt;/li&gt;
&lt;li&gt;Dhiren Vasoya @ MageComp&lt;/li&gt;
&lt;li&gt;Mayur Sisodiya @ Magecomp LLP&lt;/li&gt;
&lt;li&gt;Brian Essig @ Creating Digital LLC&lt;/li&gt;
&lt;li&gt;Nikola Lardev&lt;/li&gt;
&lt;li&gt;Alkrenawi zid @ ZID&lt;/li&gt;
&lt;li&gt;Dimitar Ivanov&lt;/li&gt;
&lt;li&gt;Volodymyr Rudakov&lt;/li&gt;
&lt;li&gt;Kevin Boerland @ X-Interactive&lt;/li&gt;
&lt;li&gt;Justin @ Exetail&lt;/li&gt;
&lt;li&gt;Zsolt Szalay&lt;/li&gt;
&lt;li&gt;Bharat Desai @ MageComp&lt;/li&gt;
&lt;li&gt;Alex Dinca @ AYG Romania&lt;/li&gt;
&lt;li&gt;Dennis Berends @ X-Interactive&lt;/li&gt;
&lt;li&gt;Danny Uranka&lt;/li&gt;
&lt;li&gt;Rabindra Shrestha @ 3xcel Solutions&lt;/li&gt;
&lt;li&gt;Alessandro Gnola @ alessandrognola.com&lt;/li&gt;
&lt;li&gt;Navaneeth @ Codilar&lt;/li&gt;
&lt;li&gt;MOHAMED GHARBI&lt;/li&gt;
&lt;li&gt;Leogent Haromunthe @ Moxalabs&lt;/li&gt;
&lt;li&gt;Jaya Chandra @ Codilar&lt;/li&gt;
&lt;li&gt;Angel Villa @ On4u&lt;/li&gt;
&lt;li&gt;Mark Gadala-Maria @ Lucid Digital&lt;/li&gt;
&lt;li&gt;Kike Martinez @ interactiv4&lt;/li&gt;
&lt;li&gt;Tiago Moura @ Soul MKT&lt;/li&gt;
&lt;li&gt;Alexsandro Queiroz @ Soulmkt&lt;/li&gt;
&lt;li&gt;Rajeev K Tomy @ Integer_Net&lt;/li&gt;
&lt;li&gt;Illia Sergeevich Pushnov @ PushSoft&lt;/li&gt;
&lt;li&gt;Artur @ Perspective Studio&lt;/li&gt;
&lt;li&gt;Jose Luis Oronoz Troconis&lt;/li&gt;
&lt;li&gt;Alejandro Marroni&lt;/li&gt;
&lt;li&gt;Cristian Galletti @ Webgriffe&lt;/li&gt;
&lt;li&gt;André Weber @ neusta GmbH&lt;/li&gt;
&lt;li&gt;Kathiravan Balu&lt;/li&gt;
&lt;li&gt;Sebastián De Cicco&lt;/li&gt;
&lt;li&gt;Adam Walter @ Vital&lt;/li&gt;
&lt;li&gt;Mak Velusamy&lt;/li&gt;
&lt;li&gt;Valentyn Velykyi&lt;/li&gt;
&lt;li&gt;Pradeep Kumar @ @Vital&lt;/li&gt;
&lt;li&gt;Bhavanaditya D R @ Vital&lt;/li&gt;
&lt;li&gt;Mitchell @ Mighty Big Data&lt;/li&gt;
&lt;li&gt;Basyrov Airat @ Alphagreen.io&lt;/li&gt;
&lt;li&gt;Daniel Gohlke&lt;/li&gt;
&lt;li&gt;Abdul Rahuman @ Vital Design&lt;/li&gt;
&lt;li&gt;Vadivel Angamuthu @ Vital&lt;/li&gt;
&lt;li&gt;Murali Yoga @ Vital.&lt;/li&gt;
&lt;li&gt;Kostadin Bashev @ Webcode&lt;/li&gt;
&lt;li&gt;Marcus Pontim @ @ Soulmkt&lt;/li&gt;
&lt;li&gt;Ram @ Vital&lt;/li&gt;
&lt;li&gt;Ronald Do @ MageWorld&lt;/li&gt;
&lt;li&gt;Pranav @ Pivotal&lt;/li&gt;
&lt;li&gt;Sanjay Kumar Das @ Codilar&lt;/li&gt;
&lt;li&gt;prabakaran @ Mandy technologies&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Anonymous&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Alexey Suchalkin&lt;/li&gt;
&lt;li&gt;Alexander Gran @ bobbie&lt;/li&gt;
&lt;li&gt;Adam Marcinkowski @ Macopedia.com&lt;/li&gt;
&lt;li&gt;Puneet Mittal&lt;/li&gt;
&lt;li&gt;Pradeep Agnihotri&lt;/li&gt;
&lt;li&gt;Jeppe @ Wilke Promotion&lt;/li&gt;
&lt;li&gt;Andrei Curduman @ Unique Concept&lt;/li&gt;
&lt;li&gt;Facundo Capua&lt;/li&gt;
&lt;li&gt;Michael van Eijden&lt;/li&gt;
&lt;li&gt;Qaisar Satti&lt;/li&gt;
&lt;li&gt;kaleem&lt;/li&gt;
&lt;li&gt;jignesh sorathiya @ Magedevlab&lt;/li&gt;
&lt;li&gt;Juan Alcantara&lt;/li&gt;
&lt;li&gt;Miroslav Petrov&lt;/li&gt;
&lt;li&gt;Oleksandr Chebernin @ Orba&lt;/li&gt;
&lt;li&gt;Vladimir Samsonov @ mabigo&lt;/li&gt;
&lt;li&gt;Alex Perez&lt;/li&gt;
&lt;li&gt;Anthony Mixides @ Bond Media&lt;/li&gt;
&lt;li&gt;Enamul Haque @ Harris Web Works&lt;/li&gt;
&lt;li&gt;Alain Landry Noutchomwo&lt;/li&gt;
&lt;li&gt;Lucas Campanella&lt;/li&gt;
&lt;li&gt;Ben Vaughan&lt;/li&gt;
&lt;li&gt;Noel Barrera @ Bbg&lt;/li&gt;
&lt;li&gt;Bence Kiss @ Blue Badger&lt;/li&gt;
&lt;li&gt;Max Souza&lt;/li&gt;
&lt;li&gt;Rathina D @ Vital.&lt;/li&gt;
&lt;li&gt;Adam Randazzo&lt;/li&gt;
&lt;li&gt;Allan Mac Gregor&lt;/li&gt;
&lt;li&gt;Arthur Vogel @ Blue Badger&lt;/li&gt;
&lt;li&gt;Jesus Herrera&lt;/li&gt;
&lt;li&gt;William Tran&lt;/li&gt;
&lt;li&gt;Alex Borysenko&lt;/li&gt;
&lt;li&gt;Fernando Molina&lt;/li&gt;
&lt;li&gt;Sandesh S @ Codilar&lt;/li&gt;
&lt;li&gt;Thomas Reichhart @ twofour&lt;/li&gt;
&lt;li&gt;Pratik Khamar&lt;/li&gt;
&lt;li&gt;Hitesh Suthar @ Firebear Studio&lt;/li&gt;
&lt;li&gt;Rajbir Sharma&lt;/li&gt;
&lt;li&gt;Marush Denchev&lt;/li&gt;
&lt;li&gt;Iván Bermejo&lt;/li&gt;
&lt;li&gt;Bart Beekman @ Hypernode&lt;/li&gt;
&lt;li&gt;Jigisha Pandya&lt;/li&gt;
&lt;li&gt;Kuntal Dalal&lt;/li&gt;
&lt;li&gt;Artem Shklyarik @ Amasty&lt;/li&gt;
&lt;li&gt;Daniel Zohm @ Omnevo&lt;/li&gt;
&lt;li&gt;Jigisha @ Codilar&lt;/li&gt;
&lt;li&gt;Valentin Boyanov Rusev @ Onestic&lt;/li&gt;
&lt;li&gt;MeenakshiSundaram R&lt;/li&gt;
&lt;li&gt;Vishal Kumar Singh&lt;/li&gt;
&lt;li&gt;Arno Kristiaan @ PeterPrint&lt;/li&gt;
&lt;li&gt;Igor Vinokurov @ Firebear Studio GmbH&lt;/li&gt;
&lt;li&gt;Ingmar de Vos @ Mountain iT B.V.&lt;/li&gt;
&lt;li&gt;mahesh paliwal&lt;/li&gt;
&lt;li&gt;dipen&lt;/li&gt;
&lt;li&gt;Dipen Vyas @ Rackspace&lt;/li&gt;
&lt;li&gt;Beau&lt;/li&gt;
&lt;li&gt;Milan Bosman @ Hipex&lt;/li&gt;
&lt;li&gt;Dominique de Maa @ E-Tales B.V.&lt;/li&gt;
&lt;li&gt;Ruben Zantingh @ e-Tales&lt;/li&gt;
&lt;li&gt;Thomas Van @ CoffeeMug Magento Outsourcing&lt;/li&gt;
&lt;li&gt;Zachary Stevens @ Akoova&lt;/li&gt;
&lt;li&gt;Samo Rotovnik @ Elitek d.o.o.&lt;/li&gt;
&lt;li&gt;oussama chebbi&lt;/li&gt;
&lt;li&gt;Douglas Radburn&lt;/li&gt;
&lt;li&gt;Hieu Nguyen @ Coffeemug Technology Solutions&lt;/li&gt;
&lt;li&gt;Trung Luu&lt;/li&gt;
&lt;li&gt;Tajveez Rehman @ TileMountain&lt;/li&gt;
&lt;li&gt;Iveta Dobreva @ Frontend Magento Dev&lt;/li&gt;
&lt;li&gt;Joshua Donahaye @ Fish Eye&lt;/li&gt;
&lt;li&gt;Brandon Jones @ Envisage Digital&lt;/li&gt;
&lt;li&gt;Nikunjsinh Chavda @ BlueAcorniCi&lt;/li&gt;
&lt;li&gt;Jagdish Ram&lt;/li&gt;
&lt;li&gt;Dmytro Zaiets&lt;/li&gt;
&lt;li&gt;Nisarg Shukla @ Aureatelabs&lt;/li&gt;
&lt;li&gt;Thomas Hondema @ Honde.ma&lt;/li&gt;
&lt;li&gt;Tom Reynolds @ Verve&lt;/li&gt;
&lt;li&gt;Trung Nguyen @ BSS Commerce&lt;/li&gt;
&lt;li&gt;Chirag Radadiya @ Aureatelabs&lt;/li&gt;
&lt;li&gt;Chandresh @ Aureatelabs&lt;/li&gt;
&lt;li&gt;Chandresh @ Aureatelabs&lt;/li&gt;
&lt;li&gt;Brijesh patel&lt;/li&gt;
&lt;li&gt;Inna Yu @ Goodahead&lt;/li&gt;
&lt;li&gt;Aleksandr Shestakov&lt;/li&gt;
&lt;li&gt;Galahad Longshadow&lt;/li&gt;
&lt;li&gt;Francis Turbide @ Blue Badger&lt;/li&gt;
&lt;li&gt;Diana Licheva&lt;/li&gt;
&lt;li&gt;Alex Glover @ Mighty Big Data&lt;/li&gt;
&lt;li&gt;Fran Calderón Jurado @ Accenture&lt;/li&gt;
&lt;li&gt;Isolde @ SolsWebdesign&lt;/li&gt;
&lt;li&gt;Vimal&lt;/li&gt;
&lt;li&gt;Chin-Man Choi&lt;/li&gt;
&lt;li&gt;Dennis @ AnimalCribs&lt;/li&gt;
&lt;li&gt;Afreen&lt;/li&gt;
&lt;li&gt;Nix Dev @ Vistosys&lt;/li&gt;
&lt;li&gt;Tawfek Daghistani&lt;/li&gt;
&lt;li&gt;László Opauszki @ TLSoft Intelligent Solutions&lt;/li&gt;
&lt;li&gt;Artur Bak @ Magento3D&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Anonymous&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Chris Hofmann&lt;/li&gt;
&lt;li&gt;Mhd Kareem Alzein&lt;/li&gt;
&lt;li&gt;Damian Pastorini @ Ancor\‘d&lt;/li&gt;
&lt;li&gt;Eduardo Garcia @ Eterlabs&lt;/li&gt;
&lt;li&gt;Dusan Lukic&lt;/li&gt;
&lt;li&gt;Gonzalo Dominguez&lt;/li&gt;
&lt;li&gt;Michael L Baker&lt;/li&gt;
&lt;li&gt;Damian Doorbar @ Fisheye Media Ltd&lt;/li&gt;
&lt;li&gt;Laurent Lépée&lt;/li&gt;
&lt;li&gt;Ricardo Martins @ Magenteiro&lt;/li&gt;
&lt;li&gt;Akarawuth @ Marvelic Engine Co.,Ltd.&lt;/li&gt;
&lt;li&gt;Matthew Harris @ Harris Web Works&lt;/li&gt;
&lt;li&gt;Roberto Lacasta @ CSengine&lt;/li&gt;
&lt;li&gt;Rohan H&lt;/li&gt;
&lt;li&gt;Martino Massalini&lt;/li&gt;
&lt;li&gt;Piotr Jaworski&lt;/li&gt;
&lt;li&gt;Saurabh Tripathi&lt;/li&gt;
&lt;li&gt;Sebastian Szoda @ IT PMC Sebastian Szoda&lt;/li&gt;
&lt;li&gt;Renjith&lt;/li&gt;
&lt;li&gt;Pavel Novitsky @ BelVG&lt;/li&gt;
&lt;li&gt;Umar Miah @ Aware Digital&lt;/li&gt;
&lt;li&gt;Bernard Van Der Esch&lt;/li&gt;
&lt;li&gt;Marek @ grupa KMK sp. z o.o.&lt;/li&gt;
&lt;li&gt;Ahmad Reshad @ Awal LLC&lt;/li&gt;
&lt;li&gt;Rafael Longo @ Néctar Consulting&lt;/li&gt;
&lt;li&gt;Sachin Yadav&lt;/li&gt;
&lt;li&gt;Ananth Iyer @ Aureatelabs&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Anonymous&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Mohammad&lt;/li&gt;
&lt;li&gt;David Mann&lt;/li&gt;
&lt;li&gt;Fabio La Viola&lt;/li&gt;
&lt;li&gt;Marco Macari @ ITTweb&lt;/li&gt;
&lt;li&gt;Sivakumar koduru&lt;/li&gt;
&lt;li&gt;Akshay Shakya @ Trootech Business Pvt Ltd&lt;/li&gt;
&lt;li&gt;Jaworski&lt;/li&gt;
&lt;li&gt;Suddamalla venkateswar reddy&lt;/li&gt;
&lt;li&gt;Gabriel Araujo&lt;/li&gt;
&lt;li&gt;Claudio Madotto&lt;/li&gt;
&lt;li&gt;Christina Barber&lt;/li&gt;
&lt;li&gt;Kiran K&lt;/li&gt;
&lt;li&gt;Liyakat Ali&lt;/li&gt;
&lt;li&gt;Paulo Phagula @ Vodacom Mozambique&lt;/li&gt;
&lt;li&gt;Tibi Barkoczi @ Clever++&lt;/li&gt;
&lt;li&gt;Aman Srivastava @ Web Wanted&lt;/li&gt;
&lt;li&gt;Sveta Oksen @ Mexbs&lt;/li&gt;
&lt;li&gt;Maeve @ Akoova&lt;/li&gt;
&lt;li&gt;sam @ ZealousCommerce&lt;/li&gt;
&lt;li&gt;Daniel Reichhard @ PCS IT-Trading GmbH&lt;/li&gt;
&lt;li&gt;Elena Popova @ Hobbyland Ltd&lt;/li&gt;
&lt;li&gt;Benoit Alix @ Agence Dn\‘D&lt;/li&gt;
&lt;li&gt;Sumil N sanghavi&lt;/li&gt;
&lt;li&gt;Sumil N sanghavi @ La3eb&lt;/li&gt;
&lt;li&gt;Vernard Alexis Luz&lt;/li&gt;
&lt;li&gt;Carlos Peña&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Anonymous&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Max&lt;/li&gt;
&lt;li&gt;Hillary Corney&lt;/li&gt;
&lt;li&gt;Lukasz J. Wielebski @ Centuria&lt;/li&gt;
&lt;li&gt;Vanderson Ramos&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Anonymous&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Marmureanu Web @ Marmix Soft&lt;/li&gt;
&lt;li&gt;Deepak K Nair&lt;/li&gt;
&lt;li&gt;Brian Lee @ Vistar, PFGC&lt;/li&gt;
&lt;li&gt;Sergei Filippov @ Haiku Lab&lt;/li&gt;
&lt;li&gt;Sanket Zadafiya&lt;/li&gt;
&lt;li&gt;Rakesh Gajipara @ Krikasoft&lt;/li&gt;
&lt;li&gt;Hiren Raiyani @ Krikasoft&lt;/li&gt;
&lt;li&gt;Meetal @ Navigate Commerce&lt;/li&gt;
&lt;li&gt;Andrii Taranchuk&lt;/li&gt;
&lt;li&gt;Vishal Gelani&lt;/li&gt;
&lt;li&gt;Mehul Savaliya @ Aureatelabs&lt;/li&gt;
&lt;li&gt;Jignesh Rudani&lt;/li&gt;
&lt;li&gt;Uday Dwibedi @ Aureate Labs Pvt. Ltd.&lt;/li&gt;
&lt;li&gt;Javier Rupérez @ Interactiv4 SL&lt;/li&gt;
&lt;li&gt;Hardik Makwana&lt;/li&gt;
&lt;li&gt;Margareta Buruian @ OAK3 Agency&lt;/li&gt;
&lt;li&gt;Tim Rymarczyk&lt;/li&gt;
&lt;li&gt;Edwin van der Wens&lt;/li&gt;
&lt;li&gt;Sven @ GEISSWEB&lt;/li&gt;
&lt;li&gt;Simon White&lt;/li&gt;
&lt;li&gt;Alex Karada @ DecimaDigital&lt;/li&gt;
&lt;li&gt;Maxim Ubeyko&lt;/li&gt;
&lt;li&gt;Jérôme Cx&lt;/li&gt;
&lt;li&gt;Mark Archer&lt;/li&gt;
&lt;li&gt;Aras VR @ Rojan Fanavaran Akam&lt;/li&gt;
&lt;li&gt;Nitin Gupta @ Biztech&lt;/li&gt;
&lt;li&gt;Takemiya @ Takemiya&lt;/li&gt;
&lt;li&gt;Greg Crane&lt;/li&gt;
&lt;li&gt;Mihai MATEI&lt;/li&gt;
&lt;li&gt;Eric Allatt @ Cyberic&lt;/li&gt;
&lt;li&gt;Bijal Bhavsar @ Krish Technolabs Pvt. Ltd.&lt;/li&gt;
&lt;li&gt;Theo Chartier&lt;/li&gt;
&lt;li&gt;Dominik M&lt;/li&gt;
&lt;li&gt;Bruno Gaiteiro @ MgtWizards&lt;/li&gt;
&lt;li&gt;Matt Walters @ Vaimo&lt;/li&gt;
&lt;li&gt;Rodrigo&lt;/li&gt;
&lt;li&gt;Alfredo Garaban&lt;/li&gt;
&lt;li&gt;Carlos Hernan Aguilar&lt;/li&gt;
&lt;li&gt;Torben Höhn @ basecom GmbH &amp;#x26; Co. KG&lt;/li&gt;
&lt;li&gt;Ana Bohueles&lt;/li&gt;
&lt;li&gt;Alex Histev @ Wise LLC&lt;/li&gt;
&lt;li&gt;Matthieu @ Pixel Developpement&lt;/li&gt;
&lt;li&gt;Sebastian Lorenz @ 22markets&lt;/li&gt;
&lt;li&gt;Madhurakavi M @ Ox Softwares&lt;/li&gt;
&lt;li&gt;Mathanagopal S @ OX SoftwareS Private Limited&lt;/li&gt;
&lt;li&gt;Rajkumar V&lt;/li&gt;
&lt;li&gt;Siranjeevi KS&lt;/li&gt;
&lt;li&gt;Rajat Paliwal&lt;/li&gt;
&lt;li&gt;jayanthi P&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Anonymous&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Serhii Andriienko&lt;/li&gt;
&lt;li&gt;ALEJANDRO ARAUJO @ Santafixie Group S.L.&lt;/li&gt;
&lt;li&gt;Kamal @ WebbyTroops Technologies&lt;/li&gt;
&lt;li&gt;iMneztra&lt;/li&gt;
&lt;li&gt;Eneias Ramos de Melo @ Gamuza Technologies&lt;/li&gt;
&lt;li&gt;Laurentiu Ghelbeaza @ Argos Distribution, s.r.l.&lt;/li&gt;
&lt;li&gt;Bartlomiej Zalas&lt;/li&gt;
&lt;li&gt;Giulio Augusto Martinelli Guimarães&lt;/li&gt;
&lt;li&gt;Luca Fuser&lt;/li&gt;
&lt;li&gt;Evgeniy @ Eltrino&lt;/li&gt;
&lt;li&gt;Florian Landgraf&lt;/li&gt;
&lt;li&gt;CHARLES REITZ&lt;/li&gt;
&lt;li&gt;Oskars @ Developers Alliance&lt;/li&gt;
&lt;li&gt;Fausto MJ @ UAU!MEDIA&lt;/li&gt;
&lt;li&gt;Moneef Alnahdi&lt;/li&gt;
&lt;li&gt;Giannis G&lt;/li&gt;
&lt;li&gt;Patricia Rodrigues&lt;/li&gt;
&lt;li&gt;Christian Rodrigues&lt;/li&gt;
&lt;li&gt;Jadiel Leyendecker&lt;/li&gt;
&lt;li&gt;Matias Delgado&lt;/li&gt;
&lt;li&gt;Łukasz Rybicki @ Exorigo-Upos&lt;/li&gt;
&lt;li&gt;Kerry Koppo Jhon&lt;/li&gt;
&lt;li&gt;Jörn Ruhlender @ netz98&lt;/li&gt;
&lt;li&gt;Jean Carlos @ BusQ&lt;/li&gt;
&lt;li&gt;Mark Muyskens @ NameHero LLC&lt;/li&gt;
&lt;li&gt;Dionei Miodutzki @ 2dev inc&lt;/li&gt;
&lt;li&gt;Marcio @ Mididata&lt;/li&gt;
&lt;li&gt;Pedro Lima&lt;/li&gt;
&lt;li&gt;Zhao&lt;/li&gt;
&lt;li&gt;Sagar Panchal @ SetuBridge&lt;/li&gt;
&lt;li&gt;Glyn Myers&lt;/li&gt;
&lt;li&gt;Marco Dionisio&lt;/li&gt;
&lt;li&gt;Vinicius @ Diamix&lt;/li&gt;
&lt;li&gt;Marcos Barbosa Dos Santos @ Belletonn Cosméticos&lt;/li&gt;
&lt;li&gt;Jev Mokrousov @ Elementary Digital&lt;/li&gt;
&lt;li&gt;sebastien fieloux @ SEBFIE&lt;/li&gt;
&lt;li&gt;Yurii Kuzminov @ GoMage&lt;/li&gt;
&lt;li&gt;Eduardo Diogo Dias @ System Code&lt;/li&gt;
&lt;li&gt;Etienne Dutour&lt;/li&gt;
&lt;li&gt;Juan @ Tekpro&lt;/li&gt;
&lt;li&gt;Stephan @ Wiseconn&lt;/li&gt;
&lt;li&gt;NEHA PAREEK&lt;/li&gt;
&lt;li&gt;J. Prato @ Tekpro&lt;/li&gt;
&lt;li&gt;George Chatzopoulos @ Stonewave&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Anonymous&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Dmytro Vasylenko @ Eltrino&lt;/li&gt;
&lt;li&gt;Luis Miguel Yange Huaman @ Ps lab&lt;/li&gt;
&lt;li&gt;Siju Joseph @ Corra&lt;/li&gt;
&lt;li&gt;Santiago Sanchez @ Etailers Ecommerce&lt;/li&gt;
&lt;li&gt;Filippo Esposto @ magedevel.com&lt;/li&gt;
&lt;li&gt;Gerwin Brill @ expeer GmbH&lt;/li&gt;
&lt;li&gt;Shane H @ Harper.agency&lt;/li&gt;
&lt;li&gt;Fred Orosko Dias @ Cold Rock Group LLC&lt;/li&gt;
&lt;li&gt;Vitalii Fito&lt;/li&gt;
&lt;li&gt;Sue M @ JetRails&lt;/li&gt;
&lt;li&gt;Fernando Flores @ JetRails&lt;/li&gt;
&lt;li&gt;jaydip vaghasiya @ navigatecommerce&lt;/li&gt;
&lt;li&gt;Nishant&lt;/li&gt;
&lt;li&gt;Henryk Brzoska @ Brzoska Software Solutions&lt;/li&gt;
&lt;li&gt;Owen mumby-harrison @ Warbox Creative Ltd&lt;/li&gt;
&lt;li&gt;Victor Konchalenko&lt;/li&gt;
&lt;li&gt;Paolo @ Cooder&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Anonymous&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Hubert Miazek&lt;/li&gt;
&lt;li&gt;Jorge Sato&lt;/li&gt;
&lt;li&gt;Henrique Lucas Fernandes&lt;/li&gt;
&lt;li&gt;Iago Cedran&lt;/li&gt;
&lt;li&gt;Robert Derdzinski @ REDO Interactive Group&lt;/li&gt;
&lt;li&gt;Mohamed Elwan&lt;/li&gt;
&lt;li&gt;Phil Myerscough @ pjm:digital&lt;/li&gt;
&lt;li&gt;Atul Gupta @ INSYNC&lt;/li&gt;
&lt;li&gt;Rhys Botfield @ SproutDesk Ltd&lt;/li&gt;
&lt;li&gt;Mathieu C&lt;/li&gt;
&lt;li&gt;Frank Stappers @ Winkelstraat.nl&lt;/li&gt;
&lt;li&gt;Oksana Stadnitska @ Interactiv4&lt;/li&gt;
&lt;li&gt;Milan Simek @ Plugin Company&lt;/li&gt;
&lt;li&gt;Ali Topaloğlu @ Enhance Ventures&lt;/li&gt;
&lt;li&gt;Ivan Cunha @ Curiosidade Digital Lda&lt;/li&gt;
&lt;li&gt;Harald Klotzberg @ Medienpalast Allgäu GmbH &amp;#x26; Co. KG&lt;/li&gt;
&lt;li&gt;Nishith Parikh&lt;/li&gt;
&lt;li&gt;Sandra Perko-Klomfaß @ code-x GmbH&lt;/li&gt;
&lt;li&gt;Andrii Bilyi&lt;/li&gt;
&lt;li&gt;Yakov Borshch&lt;/li&gt;
&lt;li&gt;Volodymyr Polishchuk @ Eltrino&lt;/li&gt;
&lt;li&gt;ANTONIO AUGUSTO MAGNO DE LIMA&lt;/li&gt;
&lt;li&gt;Boris @ Medical Highlights Germany GmbH&lt;/li&gt;
&lt;li&gt;Alexander Shikhalev @ Plisio&lt;/li&gt;
&lt;li&gt;Talesh Seeparsan @ Bit79&lt;/li&gt;
&lt;li&gt;Jawwad Iftikhar @ I-Ways&lt;/li&gt;
&lt;li&gt;Christian Neugebauer @ code-x GmbH&lt;/li&gt;
&lt;li&gt;Adrian Wyganowski @ Panda Group&lt;/li&gt;
&lt;li&gt;Denys Babenko @ Babenko eCommerce GmbH&lt;/li&gt;
&lt;li&gt;Sergey Shemyakin @ GoMage&lt;/li&gt;
&lt;li&gt;Aurelio Benedí @ CAPGEMINI&lt;/li&gt;
&lt;li&gt;Sergey Borodich @ GoMage&lt;/li&gt;
&lt;li&gt;Ralph Lohse @ Totonic GmbH&lt;/li&gt;
&lt;li&gt;M. Witte&lt;/li&gt;
&lt;li&gt;Urszula Urban @ Digideo&lt;/li&gt;
&lt;li&gt;Abbas @ Dzine-Hub&lt;/li&gt;
&lt;li&gt;David Windell @ outer/edge&lt;/li&gt;
&lt;li&gt;Shaul Dover @ US Authentic LLC&lt;/li&gt;
&lt;li&gt;Piotr Pierzak&lt;/li&gt;
&lt;li&gt;Col&lt;/li&gt;
&lt;li&gt;Rod Smith @ R-Squared&lt;/li&gt;
&lt;li&gt;Eric Anderson @ Earthling Interactive&lt;/li&gt;
&lt;li&gt;Henrik Schytte&lt;/li&gt;
&lt;li&gt;Alex Teller&lt;/li&gt;
&lt;li&gt;Muhammad @ PHP Studios&lt;/li&gt;
&lt;li&gt;Dave&lt;/li&gt;
&lt;li&gt;Juan Carlos Conde&lt;/li&gt;
&lt;li&gt;Jacob Casto @ Palize, Inc&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Anonymous&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Ankith G @ Codilar&lt;/li&gt;
&lt;li&gt;Sergio Baixauli @ Onestic&lt;/li&gt;
&lt;li&gt;Eugene Sh.&lt;/li&gt;
&lt;li&gt;Yevhen Shabanov @ QBeeS Solutions&lt;/li&gt;
&lt;li&gt;Thomas Holuba @ Medienpalast Allgäu GmbH &amp;#x26; Co. KG&lt;/li&gt;
&lt;li&gt;Vivek Shingala @ Conversion Digital&lt;/li&gt;
&lt;li&gt;Denys Kuz&lt;/li&gt;
&lt;li&gt;Daniel Vega&lt;/li&gt;
&lt;li&gt;Franco&lt;/li&gt;
&lt;li&gt;Waldek @ CODE PRO&lt;/li&gt;
&lt;li&gt;john carlo villaceran&lt;/li&gt;
&lt;li&gt;Ben @ FishPig&lt;/li&gt;
&lt;li&gt;Kostas Pappas&lt;/li&gt;
&lt;li&gt;Jordi Hinojosa @ Dinamon Internet s.L.&lt;/li&gt;
&lt;li&gt;Michał @ Panda Group&lt;/li&gt;
&lt;li&gt;Lazar Josipovic @ Ecommistry&lt;/li&gt;
&lt;li&gt;Shaheer Ali @ Mage&lt;/li&gt;
&lt;li&gt;Tomasz Bajorek @ Orba&lt;/li&gt;
&lt;li&gt;Arjun B @ Commerce9 FZCO&lt;/li&gt;
&lt;li&gt;Tuyen Nguyen&lt;/li&gt;
&lt;li&gt;Josip @ Jole&lt;/li&gt;
&lt;li&gt;Bishan Shrestha&lt;/li&gt;
&lt;li&gt;Adrian @ Netlogiq&lt;/li&gt;
&lt;li&gt;Inge N. Hasz @ TrioWeb AS&lt;/li&gt;
&lt;li&gt;Krzysztof Abram @ Gate-software&lt;/li&gt;
&lt;li&gt;Bhargav Pithva @ Brainvire Infotech Inc.&lt;/li&gt;
&lt;li&gt;Gerard de Visser @ Emico&lt;/li&gt;
&lt;li&gt;Johannes&lt;/li&gt;
&lt;li&gt;Oleksii&lt;/li&gt;
&lt;li&gt;Juergen Schreck @ Healthy Life Enterprises&lt;/li&gt;
&lt;li&gt;Cristina Díaz @ Interactiv4&lt;/li&gt;
&lt;li&gt;Tim Janssen @ VanMoof&lt;/li&gt;
&lt;li&gt;Viral Langhanoja @ BORN Group&lt;/li&gt;
&lt;li&gt;John Wieber @ Web Moves&lt;/li&gt;
&lt;li&gt;Jan Jagła&lt;/li&gt;
&lt;li&gt;Faye McEachern&lt;/li&gt;
&lt;li&gt;Denise Purtzer @ ClearSale&lt;/li&gt;
&lt;li&gt;Radosław Toczek @ ClawRock&lt;/li&gt;
&lt;li&gt;Anton&lt;/li&gt;
&lt;li&gt;Jason Reis&lt;/li&gt;
&lt;li&gt;Sergiu @ Net World Sports&lt;/li&gt;
&lt;li&gt;Oskars Tuns @ Developers Alliance&lt;/li&gt;
&lt;li&gt;Mikael Jensen @ BrandFactory&lt;/li&gt;
&lt;li&gt;Ronaldo&lt;/li&gt;
&lt;li&gt;khadija&lt;/li&gt;
&lt;li&gt;Serg Gi&lt;/li&gt;
&lt;li&gt;Hariharasubramaniam B @ Codilar&lt;/li&gt;
&lt;li&gt;Harish ST @ Bukall&lt;/li&gt;
&lt;li&gt;Abdelrhman Kouta @ Pixiedia&lt;/li&gt;
&lt;li&gt;Rasesh Ajwalia&lt;/li&gt;
&lt;li&gt;Lalit Mohan&lt;/li&gt;
&lt;li&gt;Sébastien Nikolaou @ Stonewave&lt;/li&gt;
&lt;li&gt;Aleхey Pilguy @ Decima Digital&lt;/li&gt;
&lt;li&gt;Martijn Verschuren @ Francie Group - Beautyleverancier.nl&lt;/li&gt;
&lt;li&gt;Carlos M. @ Estatiko&lt;/li&gt;
&lt;li&gt;Denys Loschakov&lt;/li&gt;
&lt;li&gt;Daniel K&lt;/li&gt;
&lt;li&gt;Toni Bullon @ Omitsis Consulting SL&lt;/li&gt;
&lt;li&gt;Bryan Velastegui&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Anonymous&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Chris Rogers @ Convert Digital&lt;/li&gt;
&lt;li&gt;Adrian Green&lt;/li&gt;
&lt;li&gt;Karol Aniszewski&lt;/li&gt;
&lt;li&gt;Sergey Morin&lt;/li&gt;
&lt;li&gt;Paul Soberanes&lt;/li&gt;
&lt;li&gt;romeo @ freelance&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Anonymous&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;limosh @ magetractor&lt;/li&gt;
&lt;li&gt;Laszlo Eross @ Blaze-Tek&lt;/li&gt;
&lt;li&gt;Vladymyr Hryvinskyi @ MageCloud&lt;/li&gt;
&lt;li&gt;ydolenko&lt;/li&gt;
&lt;li&gt;PRINCE KUMAR @ Webficial Technology&lt;/li&gt;
&lt;li&gt;Mehmet @ Wallmur&lt;/li&gt;
&lt;li&gt;Hans-Eirik Hanifl @ E-Commerce Gorilla&lt;/li&gt;
&lt;li&gt;Sanjesh Sodha&lt;/li&gt;
&lt;li&gt;saddem labidi&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Anonymous&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Oleg Kostyuk @ Olegnax&lt;/li&gt;
&lt;li&gt;Tarek K. Ajaj&lt;/li&gt;
&lt;li&gt;Wissam Sharkieh @ Codendot&lt;/li&gt;
&lt;li&gt;Aske Merci @ Klean A/S&lt;/li&gt;
&lt;li&gt;Daniel&lt;/li&gt;
&lt;li&gt;Maciej Pawłowski&lt;/li&gt;
&lt;li&gt;vipin Sahu @ webkul&lt;/li&gt;
&lt;li&gt;Shawn&lt;/li&gt;
&lt;li&gt;Mark wallman&lt;/li&gt;
&lt;li&gt;Christopher Lignell @ OIDO Oy Ab&lt;/li&gt;
&lt;li&gt;Adam&lt;/li&gt;
&lt;li&gt;Leandro Ritter @ Accenture&lt;/li&gt;
&lt;li&gt;Edward Frasineanu&lt;/li&gt;
&lt;li&gt;Serhiy Korohoda @ Soft Commerce Ltd&lt;/li&gt;
&lt;li&gt;Sven Schneider @ Gentleman\‘s Gazette LLC&lt;/li&gt;
&lt;li&gt;Satish Mantri @ oscprofessionals&lt;/li&gt;
&lt;li&gt;Jeff Liu @ Born Group&lt;/li&gt;
&lt;li&gt;Thorsten&lt;/li&gt;
&lt;li&gt;Carlos Perez&lt;/li&gt;
&lt;li&gt;José Cruz chávez @ gestiondigitalweb&lt;/li&gt;
&lt;li&gt;Kaushik Chavda&lt;/li&gt;
&lt;li&gt;Keyur Patel&lt;/li&gt;
&lt;li&gt;Nigel Poulton @ Charlil Limited&lt;/li&gt;
&lt;li&gt;Mathew Marchant @ Magen2 Ltd&lt;/li&gt;
&lt;li&gt;Michal Wrona&lt;/li&gt;
&lt;li&gt;Abid Malik&lt;/li&gt;
&lt;/ul&gt;</content:encoded><category>Updates</category><author>mage-os-team</author></item></channel></rss>