github OpenMage/magento-lts v20.1.0-rc7

latest releases: v20.10.2, v20.10.1, v21.0.0-beta2...
pre-release14 months ago

This is gonna be the last RC release before tagging v20.1.0/v19.5.0 as stable. This will be done in about a week if no major problem is discovered. In this timeframe nothing new will be merged in OpenMage's repository, unless it's an important bugfix for this specific release. See you soon with the biggest release of OpenMage ever! 🎉

You should absolutely know

Since the approval of our second RFC - release schedule OpenMage 19.x enters and "patch only" state, it will be maintained for two more years as promised but only significant security patches or regression fixes will be ported to v19, every other development (and we have many) will be focused on v20+.

We encourage everybody to upgrade to v20, it is our latest and greatest and deserves the bit of work necessary for the upgrade (ask your developer/agency, don't do it yourself).

Release highlights

This is a big release, that's why we decided to move away from the 20.0.x versioning and go to 20.1.x. Since a lot of changes could have some impact on current installations we decided to release some "rc" versions before the official 20.1.0. Tests are more than welcome now but be extra careful with production environment.

What's most important is the removal of all the 3rd party libraries (phpseclib, mcrypt_compat, Cm_RedisSession, Cm_Cache_Backend_Redis and Pelago_Emogrifier and Zend Framework) form our repository, they are now imported via composer. This was an important step to clean up and modernise our code.

  • If you want to clean up your project from all the files that were removed during this release cycle, please check this link for the complete list.

Don't worry though, if you've always installed OpenMage extracting the zip file, starting from this release you'll find a new zip file attached to the release itself, we build this zip adding all of the old 3rd party libraries so that you will not have to migrate to composer or use composer at all.

Also:

  • PHP 7.4 is now the minimum required version and 8.2 is now supported.
  • The M1 legacy themes have been moved to an external repository since it's old (and mostly unused) code.
  • A great improvement to EAV config cache has been added to v20.
  • Support for Google Analytics 4 and Google Tag Manager was added with enhanced ecommerce data (which historically was always provided by 3rd party extensions).
  • Possibility to set backend locale per every admin user was added.
  • "pub/" folder structure was introduced (optional), to have extra security for your installation
  • Massive performance improvement in complex SQL queries (#2210)
  • Native WebP support
  • Many, many smaller bugfix and improvements

Things you should be aware of:

  • Support for Google Analytics3 and Universal Analytics were removed.
  • Support for UPS CGI API (which was shut down in May 2023) was removed.
  • Old inactive quotes are now actually purged from the database (#1489).

Known issues:

  • The "pub/" folder structure won't work in composer managed projects, because the composer-magento plugin can't manage symlinks inside "pub/" correctly (#1210).

Changelog

  • Added DDEV command to install OM (incl. sample data) by @sreichel in #3248
  • Allowed customization of the checkout page identifiers for the Mage_GoogleAnalytics module by @fballiano in #3363
  • Bump phpstan/phpstan from 1.10.21 to 1.10.22 by @dependabot in #3359
  • Removed unexisting branch alias from composer.json by @fballiano in #3364
  • Clear config cache after maintenance check for DB Update by @Hanmac in #3365
  • Added hidden element before multiselect form elements in adminhtml by @Hanmac in #3352
  • Added decimal/thousand separator specification when sending Analytics4 data by @fballiano in #3366
  • Added DDEV command to create/update the administrator account by @ADDISON74 in #3256
  • New feature to repopulate product form in frontend on errors. by @kiatng in #3367
  • Bump phpstan/phpstan from 1.10.22 to 1.10.25 by @dependabot in #3372
  • Bump phpseclib/phpseclib from 3.0.20 to 3.0.21 by @dependabot in #3369
  • Bump friendsofphp/php-cs-fixer from 3.20.0 to 3.21.0 by @dependabot in #3370
  • Bump magento-ecg/coding-standard from 4.5.2 to 4.5.4 by @dependabot in #3371
  • Converted line ending of some files in order to avoid warnings from git by @fballiano in #3368
  • Resized panels height in "attribute set" backend view by @fballiano in #3247
  • Fixed $address is null in AddressController. by @kiatng in #3373
  • Fixed exception in Dob.php during customer registration. by @kiatng in #3374
  • Better clearing of session messages after display by @kyrena in #3326
  • Do not reindex catalog_product_flat for disabled stores by @empiricompany in #3251
  • Mage_Report: Migrated hardcoded cron expressions to configurable fields by @Sekiphp in #1869
  • Mage_Eav_Model_Attribute_Data_Date::extractValue() should not return false by @fballiano in #3268
  • Fixed customer not receiving order notification email when the email … by @kiatng in #3290
  • Removed double save on quote in Mage_Checkout_CartController::ajaxUpdateAction() by @fballiano in #3378
  • Rewrote part of GA4 to support add/remove quantity from cart and cart_updates by @fballiano in #3377
  • Fixed implicit conversion from float to int in Mage_SalesRule_Model_Validator by @kyrena in #3345
  • Rewrote afterSave of product and category image attributes by @luigifab in #3301
  • Bump friendsofphp/php-cs-fixer from 3.21.0 to 3.22.0 by @dependabot in #3385
  • Bump phpunit/phpunit from 9.6.9 to 9.6.10 by @dependabot in #3386
  • Fixed passing null for number_format is deprecated for downloadable products by @fballiano in #3382
  • Allowed to upload images in WebP format by @empiricompany in #3384
  • Removed phpstan.dist.issues.neon by @sreichel in #3257
  • Fixed issue #3392 clearInstance() method in Mage_Catalog_Model_Product. by @kiatng in #3395
  • Bump phpstan/phpstan from 1.10.25 to 1.10.26 by @dependabot in #3402
  • Fixed a bug with UPS that prevented saving the shipping methods page from backend by @fballiano in #3397
  • Fixed documentation block typo on Mage::addObserver by @denisahac in #3404
  • Fixed truecolor detection for WebP images by @fballiano in #3403
  • Fixed a bug with overlapping menu items in backend by @seifer7 in #3396

New Contributors

Full Changelog: v20.1.0-rc6...v20.1.0-rc7

Don't miss a new magento-lts release

NewReleases is sending notifications on new releases.