n98-magerun2 v7.4.0
We are excited to announce the release of n98-magerun2 version 7.4.0, packed with new features and improvements that continue to enhance your Magento development and management experience. This release brings new commands, supports additional Magento versions, and updates crucial dependencies to keep your toolkit robust and reliable.
What’s New in v7.4.0?
Extended Magento Version Support
We’ve added support for the latest Magento versions, ensuring that you can apply n98-magerun2’s powerful features across more setups. Now supporting:
- Magento 2.4.7
- Magento 2.4.6-p5
- Magento 2.4.5-p7
- Magento 2.4.4-p8
This releases are automated tested by Github Actions to guarantee stability. Nevertheless not all edge cases are covered by our test routines. If you find PHP incompatibilities, feel free to open a Github Issue.
New Features for Enhanced Usability
- Encrypt and Decrypt Commands: Added by Indy Koning, these new commands (
dev:encrypt, dev:decrypt
) provide developers with tools to manage sensitive data safely within their Magento environments. - Customer Address Management: Thanks to Christian Walter, the
customer:add-address
command is here to simplify how you manage customer data directly from the command line.
Improvements for Stability and Performance
- Updated 3rd Party Dependencies: We’ve upgraded several dependencies including PHPUnit, Symfony, php-cs-fixer, phpstan, psysh, and twig to enhance performance and compatibility.
- Integration Email and Endpoint URL Flexibility: Now, integration email and endpoint URLs are optional in configurations, enhancing flexibility for automated workflows, a much-requested tweak reported by Sergii Repin.
Codename São Paulo
We chose this name to give a shoutout to the vibrant Magento community in Brazil. In São Paulo, Meet Magento Brazil will take place in June 2024.
https://mage-os.org/event-location/inovabra-habitat-r-da-consolacao-2302-consolacao-sao-paulo-sp/
Update 2024-05-01
This release seems to fix the error Fatal error: Cannot redeclare twig_cycle() (previously declared in phar:///usr/local/bin/n98-magerun2.phar/vendor/twig/twig/src/Extension/CoreExtension.php:328)
occurred with v7.3.1.
Changelog
- Add: new Magento Versions 2.4.7, 2.4.6-p5, 2.4.5-p7, 2.4.4-p8 (by Christian Münch)
- Add: New encrypt and decrypt commands (by Indy Koning)
- Add: customer:add-address command (by Christian Walter)
- Imp: Update 3rd party dependencies (phpunit, symfony, php-cs-fixer, phpstan, psysh, twig)
- Fix: #1406: Quotes all arguments used by MagentoCoreProxyCommand (by Christian Münch)
- Imp: #1441: Make integration email and endpoint url optional (reported by Sergii Repin)
- Imp: README.md – converted spaces (by Matheus Gontijo)
0 Comments