The latest in Magento land
Do you know that feeling? You worked long and hard on that blog post? Or that super wicked Magento extension? And then you hit publish and... nothing. No one reads it. No one sees it. It just sits there. Well, not anymore! Mage Dispatch is here to help you get your content out there.
Mage Dispatch is a newsletter for the community and by the community. Here you can share links that you think that the community should know about. We will include it in our next newsletter.
-
https://github.com/mage-os-lab/module-newsletter-coupon
This module allows you generate a unique coupon for each newsletter subscriber. The coupon will be sended to the subscriber email after the subscription.
27 May 2025
-
https://github.com/CopeX/m2-MSP_DevTools
This module is intended to be used with MageSpecialist Chrome Toolbar.
27 May 2025
-
https://www.linkedin.com/pulse/experimenting-frankenphp-magento-step-by-step-benchmark-sun-4hjoe/
Magento has made significant strides in performance over the years. With rapid adoption of newer PHP versions, the lightning-fast Hyvä theme, and a continually optimized codebase, achieving a high-performing Magento storefront is more feasible than ever.
27 May 2025
-
https://github.com/olivertar/m2_checkip
This module for Magento 2 allows you to block bots and reported IPs that consume your server resources and degrade your site's performance. It includes blacklists, whitelists, and a tool that lets you analyze logs to find out which bots are visiting your site. Don't try to replace WAF or Cloudflare, it's just another resource.
-
https://mage-os.org/updates/help-shape-the-future-of-mage-os-board-bcc-candidate-applications-now-open/
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.
We are excited to announce that candidate applications are now open for the Mage-OS Board of Directors and the Business Control Committee (BCC). As we prepare for our June 2025 election, we’re calling on committed individuals from across the community to step forward and get involved.
-
https://github.com/magehx/mage-template-utils
A Magento 2 module that introduces convenient global utilities for use in .phtml templates, helping you write cleaner, more expressive code.
10 -
https://github.com/piotrwx/advanced-validator
The Advanced Validator module for Magento 2 allows you to implement custom validation rules for checkout fields. You can use regular expressions to validate fields like city, postcode, and more during the checkout process.
1314 May 2025
-
https://gist.github.com/rhoerr/a55285c9cabad6b87d592d5db7589262
These queries/views aggregate all EAV values for each entity into a JSON column (eav_int, eav_text, etc) for easier debugging. For scoped entities, any scope values will be appended as "{attribute_code}:{store_id}"="{value}".