Skip to content

Releases: OpenMage/magento-lts

v20.1.0-rc5

15 Jun 08:38
3f07160

Choose a tag to compare

v20.1.0-rc5 Pre-release
Pre-release

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 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)
  • many, many smaller bugfix and improvements

Changelog

  • Minor phpstan-fixes for php8.1 by @sreichel in #3237
  • Fixed the behaviour of $forceLog parameter for Mage::log() by @empiricompany in #3263
  • Added support for Google Analytics 4 Enhanced eCommerce by @discountscott in #3198
  • Optimized count queries by removing all joins if there are no where by @colinmollenhour in #2210
  • Added PHP8 configurations to .htaccess by @fballiano in #3254
  • GitHub Actions - check-files workflow - split into steps as a workaround for step template size limit by @gorbunovav in #3276
  • Fix admin ACL mismatch for OAuth (#3272) by @Tomasz-Silpion in #3274
  • Fixed PHP8.2 deprecated warning in Mage_Cron_Model_Observer by @fballiano in #3253
  • Introduced pub/ structure for webserver home folder mapping by @speedupmate in #1210
  • Bump tj-actions/changed-files from 35 to 36 by @dependabot in #3286
  • Bump friendsofphp/php-cs-fixer from 3.16.0 to 3.17.0 by @dependabot in #3285
  • Fixed deprecation warning in Mage_Core_Model_Url::isOwnOriginUrl() by @fballiano in #3284
  • Escape product names and translations inside js by @Judx in #2673
  • Removed auto_detect_line_endings since it's deprecated in 8.1 by @fballiano in #3282
  • Replaced strpos() calls with PHP8 string functions by @sreichel in #3258
  • Fix regression from getSelectCountSql optimization when collection us… by @colinmollenhour in #3279
  • Mage_Rules now truncates strings after 100 characters instead of 33 in the backend by @loekvangool in #3288
  • Added back Order add comment functionality to REST API by @elidrissidev in #3292
  • Fixed E_DEPRECATED str_replace(): Passing null in Translate.php by @kiatng in #3294
  • Fixed passing null is deprecated for trim in Mage_Tax_Model_Resource_Calculation by @kyrena in #3299
  • Fixed documentation on how to contribute after branch change by @fballiano in #3306
  • Fixed passing null is deprecated for stripos in Mage_Core_Model_Resource_Helper_Abstract by @kyrena in #3295
  • Fixed passing null is deprecated for explode in Mage_Catalog_Model_Resource_Product_Indexer_Eav_Source by @kyrena in #3297
  • Allowed system config of type "serialized array" to on another field by @pquerner in #3307
  • Fixed passing null is deprecated for htmlspecialchars in Mage_Adminhtml_Block_System_Config_Form_Field by @kyrena in #3296
  • "Product Tags" tab is hidden in customer admin mask if Mage_Tag is disabled by @kyrena in #3298
  • Fix #3312 ExtJS Tree Checkbox Update by @justinbeaty in #3314
  • Bump phpunit/phpunit from 9.6.8 to 9.6.9 by @dependabot in #3317
  • Bump phpstan/phpstan from 1.10.15 to 1.10.18 by @dependabot in #3316
  • Fixed display of products count for categories tree by @kyrena in #3313
  • Some PHPStan fixes for the lib/Varien folder by @fballiano in #3271
  • Added .gitattributes file by @tmotyl in #3318
  • Enhanced Google Analytics 4 Integration and Ecommerce Tracking Improvements by @empiricompany in #3305
  • Added few missing export-ignore to gitattributes by @tmotyl in #3320

New Contributors

Full Changelog: v20.1.0-rc4...v20.1.0-rc5

v20.1.0-rc4

15 May 18:51
00da425

Choose a tag to compare

v20.1.0-rc4 Pre-release
Pre-release

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 was added.
  • possibility to set backend locale per every admin user was added.

Changelog

  • Fixed session renew timestamp should be updated when customer changes password by @colinmollenhour in #2916
  • Removed all @author tags from docblocks by @fballiano in #3171
  • Removed all @author tags from phpdocs (updated copyright docblocks) by @fballiano in #3172
  • [PHP 8.2] Fixed deprecation warning in Mage_CatalogInventory_Model_Observer by @fballiano in #3178
  • Ignore addresses when country is not authorized by @luigifab in #3019
  • Bump phpstan/phpstan from 1.10.11 to 1.10.13 by @dependabot in #3186
  • Bump phpunit/phpunit from 9.6.6 to 9.6.7 by @dependabot in #3185
  • Fixed ESI parsing error with turpentine by @luigifab in #3183
  • Fixed "object could not be converted to int" in Mage_Adminhtml_Block_Catalog_Product_Edit_Tab_Super_Config_Simple by @luigifab in #3182
  • Fixed deprecation warning in Mage_Downloadable_Helper_Catalog_Product_Configuration by @fballiano in #3187
  • Fixed deprecation warning in Mage_SalesRule_Model_Rule by @fballiano in #3188
  • Set sort order and disable click-to-top for coupons grid by @luigifab in #3189
  • [PHP 8.2] Fixed deprecation error for creation of dynamic property by @fballiano in #3177
  • Update review_entity_summary when unapprove the latest comment by @luigifab in #2686
  • Reduced number of getId() calls in Mage_Eav_Model_Entity_Type by @luigifab in #3194
  • Fix for export failing when product_id missing from cataloginventory_stock_item by @discountscott in #3165
  • Replaced Mage_Exception usages with Mage_Core_Exception by @fballiano in #3206
  • Added patch for Zend_Mail and "emails are displayed incorrectly" problem by @fballiano in #3202
  • Bump phpstan/phpstan from 1.10.13 to 1.10.14 by @dependabot in #3211
  • Updated docker-compose to mysql8 and redis7 by @fballiano in #3209
  • Avoid JS errors if the zipcode field has no label by @azambon in #3197
  • Fix TypeError: Unsupported operand types: string - string in Zend/Locale/Math/PhpMath.php by @colinmollenhour in #3217
  • Removed PHPStan stubs by @fballiano in #3210
  • Converted msrp_rwd.js to vanilla javascript by @fballiano in #3214
  • Composer autoloader patch was added to app/Mage.php by @fballiano in #3216
  • Fixed deprecation warning on Mage_Catalog_Helper_Image by @fballiano in #3201
  • Fixed logging too many exceptions for payment methods by @fballiano in #3181
  • Fixed autoloader patch to work with composer-installed setup by @colinmollenhour in #3226
  • Converted msrp_rwd.js to vanilla javascript (part 2) by @fballiano in #3230
  • Added type hint docblock for Google Analytics 4 template by @fballiano in #3232
  • Added cache to "order status" labels in Mage_Sales_Model_Order_Config by @elidrissidev in #3223
  • Fixed price expression SQL in layered navigation by @elidrissidev in #3227
  • Fixed stock status update from SOAP API V2 by @elidrissidev in #1635
  • Load all child blocks in Adminhtml Head block by @elidrissidev in #3222
  • Moved isCurrentlySecure() method to Mage_Core_Model_App by @colinmollenhour in #3225
  • Added cron to remove old index events for manual indexers by @tobihille in #2474
  • Fixed model hasDataCchanges is true right after loading by @fballiano in #3243
  • Removed reference to unexisting class Varien_Image_Adapter_Imagemagic_External by @fballiano in #3242
  • Ensure store-scoped values are selected before default by @mattdavenport in #2966
  • Added configuration for captcha failed_attempts_ip in backend by @damien-biasotto in #1074
  • Removed "MAGE" cache tag by @fballiano in #3246
  • Improved handling of ignore_user_agents by @empiricompany in #3238
  • Fixed "if newsletter module disabled, customer backend would blank without notice" by @sidealice in #3078
  • Also change the default when calling setTheme by @Asfolny in #1736
  • Allowed "force enabling" of flat tables use for a product collection by @loekvangool in #2954
  • Bump phpunit/phpunit from 9.6.7 to 9.6.8 by @dependabot in #3261
  • Bump phpstan/phpstan from 1.10.14 to 1.10.15 by @dependabot in #3260
  • Fixed PHPStan error in Mage_HTTP_Client_Socket and Mage_HTTP_Client_Curl by @fballiano in #3205
  • Fixed undefined constant in installer by @sreichel in #3259
  • Fixed Undefined variable $res in Mage_Core_Model_Cache by @fballiano in #3255

New Contributors

Full Changelog: v20.1.0-rc3...v20.1.0-rc4

v19.5.0-rc5

15 Jun 07:49

Choose a tag to compare

v19.5.0-rc5 Pre-release
Pre-release

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).

Highlights

This is a big release, that's why we decided to move away from the 19.4.x versioning and go to 19.5.x. Since a lot of changes could have some impact on current installations we decided to release some "rc" versions before the official 19.5.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.
  • PHP 7.4 is now the minimum required version and 8.2 is now supported
  • M1 legacy themes have been moved to an external repository since it's old (and mostly unused) code.
  • Support for Google Analytics 4 was added

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.

Changelog

There are no changes between 19.5.0-rc4 and 19.5.0-rc5.

v19.5.0-rc4

15 May 17:59

Choose a tag to compare

v19.5.0-rc4 Pre-release
Pre-release

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).

Highlights

This is a big release, that's why we decided to move away from the 19.4.x versioning and go to 19.5.x. Since a lot of changes could have some impact on current installations we decided to release some "rc" versions before the official 19.5.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.
  • PHP 7.4 is now the minimum required version and 8.2 is now supported
  • M1 legacy themes have been moved to an external repository since it's old (and mostly unused) code.
  • Support for Google Analytics 4 was added

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.

Changelog

  • Fixed session renew timestamp should be updated when customer changes password #2916
  • Fixed price filter when search by non-numeric value #3136
  • Added patch for Zend_Mail and "emails are displayed incorrectly" problem #3202

Full Changelog: v19.5.0-rc3...v19.5.0-rc4

v20.1.0-rc3

13 Apr 13:45
81702bc

Choose a tag to compare

v20.1.0-rc3 Pre-release
Pre-release

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.

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 was added.
  • possibility to set backend locale per every admin user was added.

Changelog

Full Changelog: v20.1.0-rc2...v20.1.0-rc3

v19.5.0-rc3

13 Apr 13:26

Choose a tag to compare

v19.5.0-rc3 Pre-release
Pre-release

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).

Highlights

This is a big release, that's why we decided to move away from the 19.4.x versioning and go to 19.5.x. Since a lot of changes could have some impact on current installations we decided to release some "rc" versions before the official 19.5.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.
  • PHP 7.4 is now the minimum required version and 8.2 is now supported
  • M1 legacy themes have been moved to an external repository since it's old (and mostly unused) code.
  • Support for Google Analytics 4 was added

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.

Changelog

Full Changelog: v19.5.0-rc2...v19.5.0-rc3

v20.1.0-rc2

14 Mar 13:05

Choose a tag to compare

v20.1.0-rc2 Pre-release
Pre-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.

Also:

  • 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 was added.

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.

Changelog

New Contributors

Full Changelog: v20.1.0-rc1...v20.1.0-rc2

v19.5.0-rc2

14 Mar 13:04
1e8fcd0

Choose a tag to compare

v19.5.0-rc2 Pre-release
Pre-release

Highlights

This is a big release, that's why we decided to move away from the 19.4.x versioning and go to 19.5.x. Since a lot of changes could have some impact on current installations we decided to release some "rc" versions before the official 19.5.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.
  • M1 legacy themes have been moved to an external repository since it's old (and mostly unused) code.
  • Support for Google Analytics 4 was added

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.

Changelog

New Contributors

Full Changelog: v19.5.0-rc1...v19.5.0-rc2

v20.1.0-rc1

17 Feb 15:25

Choose a tag to compare

v20.1.0-rc1 Pre-release
Pre-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.

Also:

  • 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.

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.

Changelog

New Contributors

Full Changelog: v20.0.18...v20.1.0-rc1

v19.5.0-rc1

17 Feb 15:18

Choose a tag to compare

v19.5.0-rc1 Pre-release
Pre-release

Highlights

This is a big release, that's why we decided to move away from the 19.4.x versioning and go to 19.5.x. Since a lot of changes could have some impact on current installations we decided to release some "rc" versions before the official 19.5.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.

Also the M1 legacy themes have been moved to an external repository since it's old (and mostly unused) code.

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.

Changelog

Read more