Releases: OpenMage/magento-lts
v20.1.0-rc6
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)
- 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
- Replaced prototypejs load event with vanilla js in js/mage/adminhtml/input-counter.js by @luigifab in #3311
- Bump phpstan/phpstan from 1.10.18 to 1.10.19 by @dependabot in #3332
- Bump phpseclib/phpseclib from 3.0.19 to 3.0.20 by @dependabot in #3333
- Bump friendsofphp/php-cs-fixer from 3.17.0 to 3.18.0 by @dependabot in #3334
- Bump macopedia/phpstan-magento1 from 1.0.5 to 1.0.7 by @dependabot in #3335
- Fixed passing null for str_replace is deprecated for downloadable products by @kyrena in #3330
- Fixed passing null for trim is deprecated in Mage_Catalog_Model_Resource_Category_Flat by @kyrena in #3331
- Fixed passing null for unserialize is deprecated in Mage_Sales_Model_Quote_Address by @kyrena in #3337
- Fixed "passing null to parameter" in Mage_Core_Helper_String by @kiatng in #3341
- getAttributeCode() on null prevention by moving after AttributeAbstract check by @discountscott in #3344
- Fixed passing null for trim is deprecated in Mage_Catalog_Model_Attribute_Backend_Customlayoutupdate by @kyrena in #3336
- Added methods to support "error state" for cron schedule by @luigifab in #3310
- Added README to gitattributes file by @fballiano in #3322
- Improvements to Google Analytics 4 code by @empiricompany in #3342
- Fixed eav_config_entity throwing error message on removed entity model by @davidhiendl in #3338
- Bump tj-actions/changed-files from 36 to 37 by @dependabot in #3350
- Bump EnricoMi/publish-unit-test-result-action from 1.40 to 2.7 by @dependabot in #3351
- Bump friendsofphp/php-cs-fixer from 3.18.0 to 3.19.2 by @dependabot in #3348
- Bump phpstan/phpstan from 1.10.19 to 1.10.21 by @dependabot in #3349
- Fixed logException twice in CartController.php by @kiatng in #3354
- Removed Google Analytics3 and Universal Analytics by @fballiano in #3347
- Fixed getQuote() returns null in quote item and quote address objects. by @kiatng in #3355
- Fixed passing null is deprecated for strpos in Mage_Core_Controller_Varien_Action by @kyrena in #3327
- Fixed passing null is deprecated for htmlspecialchars in Mage_Core_Helper_Abstract by @kyrena in #3324
- Bump friendsofphp/php-cs-fixer from 3.19.2 to 3.20.0 by @dependabot in #3360
- Removed support for UPS CGI API which was shut down in May 2023 by @fballiano in #3287
- Old inactive quotes are now actually purged from the database by @FredericMartinez in #1489
- Added support for Google Tag Manager injection, compatible with Analytics 4 and enhanced ecommerce data by @fballiano in #3356
Full Changelog: v20.1.0-rc5...v20.1.0-rc6
v20.1.0-rc5
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
- @gorbunovav made their first contribution in #3276
- @Tomasz-Silpion made their first contribution in #3274
- @speedupmate made their first contribution in #1210
- @Judx made their first contribution in #2673
- @kyrena made their first contribution in #3299
- @pquerner made their first contribution in #3307
Full Changelog: v20.1.0-rc4...v20.1.0-rc5
v20.1.0-rc4
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
- @tobihille made their first contribution in #2474
- @sidealice made their first contribution in #3078
- @Asfolny made their first contribution in #1736
Full Changelog: v20.1.0-rc3...v20.1.0-rc4
v19.5.0-rc5
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
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
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
- Removed module Mage_Poll by @fballiano in #3098
- Upgraded ExtJS to 1.1.1 by @justinbeaty in #2473
- Bump openmage/dev-meta-package from 1.0.2 to 1.0.3 by @dependabot in #3138
- Updated branches for codeql analysis workflow by @fballiano in #3141
- Regenerated PHPStan baseline for "main" branch by @fballiano in #3142
- Fixed some minor indentation problem for docblocks by @fballiano in #3143
- Ended the request (and close the session) before core_app_run_after event by @colinmollenhour in #1592
- Added possibility to set backend locale per every admin user by @fballiano in #3087
- Used session_status() instead of $_SESSION in Mage_Core_Model_App by @fballiano in #3145
- Added check for coupon expiration date by @fballiano in #3144
- Improved global search performance by using only prefix matching. by @colinmollenhour in #1596
- Avoided calling getBackendModelByFieldConfig with empty field by @fballiano in #3151
- Fixed typo in the exception message by @addison74 in #3153
- Avoided unnecessary calls to string translation methods for catalog/sales rules labels by @luigifab in #3140
- Updated README.md to reflect new RFC 0002 - Release Schedule by @colinmollenhour in #3139
- Bump phpstan/phpstan from 1.10.10 to 1.10.11 by @dependabot in #3156
- Reduced getWebsiteId() calls by @luigifab in #3154
- Move login page title to controller by @luigifab in #3157
- Updated ACL of order objects and updated setActiveMenu for sales and catalog items by @luigifab in #3159
- [PHP 8.2] Fixed some deprecation warnings by @fballiano in #3155
- Reduced calls to char() method by @luigifab in #3161
- Fixed some whitespace issues in docblocks by @fballiano in #3162
- Added order tracking for Google Analytics 4 by @fballiano in #3092
- Fixed PHP warnings when session backend exits before returning. by @colinmollenhour in #3109
- Fixed price filter when search by non-numeric value by @sreichel in #3136
- Use default configurable attribute label for new products by @mmenozzi in #3168
Full Changelog: v20.1.0-rc2...v20.1.0-rc3
v19.5.0-rc3
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
- Fix exception logged when no Category image is uploaded by @elidrissidev in #3086
- Added frontend_type color by @fballiano in #2945
- PHP 7.4 is now the minimum required version by @fballiano in #3091
- Fixed ESI parsing error with turpentine by @luigifab in #2987
- Added new options to"number of record" in grid by @loekvangool in #3096
- Fixed allowed PHP version in composer.json by @fballiano in #3097
- Some PHPStan fixes by @fballiano in #3031
- Added info about Mage_Poll removal to README by @fballiano in #3101
- Deprecation errors are not suppressed anymore by @fballiano in #3102
- Bump phpstan/phpstan from 1.10.6 to 1.10.7 by @dependabot in #3104
- Bump PHPCSFixer to 3.15.1 + new fixes required by @fballiano in #3106
- Fixed PHP_OS check in cron.php by @elidrissidev in #3113
- Bump dev-meta-package to 1.0.2 by @fballiano in #3111
- Removed commented code by @fballiano in #3100
- Fixed problem with associated_products not visible in backend by @fballiano in #3093
- Bump phpstan/phpstan from 1.10.7 to 1.10.8 by @dependabot in #3117
- Bump colinmollenhour/magento-redis-session from 3.0.2 to 3.1.1 by @dependabot in #3116
- Fixed Illegal offset type in Mage_Tag by @m-overlund in #3118
- PHPStan: some fixes to lib/ files by @fballiano in #3099
- Disabled and disallowed SWF file extension by @fballiano in #3108
- Prevented Configurable Swatches assets from loading while unneeded by @loekvangool in #2999
- [PHP 8.2] Fixed deprecated dynamic property creation by @elidrissidev in #3094
- RWD theme: Focus on the search field when clicking on the search button by @fballiano in #3095
- Fixed monthly report dates (date was 1970) by @sreichel in #3126
- Bump phpunit/phpunit from 9.6.5 to 9.6.6 by @dependabot in #3131
- Bump friendsofphp/php-cs-fixer from 3.15.1 to 3.16.0 by @dependabot in #3132
- Bump phpstan/phpstan from 1.10.8 to 1.10.10 by @dependabot in #3133
- Updated license info in copyright docblocks by @fballiano in #3120
Full Changelog: v19.5.0-rc2...v19.5.0-rc3
v20.1.0-rc2
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
- Everything included in https://github.com/OpenMage/magento-lts/releases/tag/v19.5.0-rc2
- EAV Config Cache followup: select non-existent attribute exception by @davidhiendl in #3038
- Fixed cast store config (checkout/cart/delete_quote_after) to int to avoid unsupported operand types php error by @darinda in #3065
- EAV config cache followup for multi scope load by @davidhiendl in #3044
- EAV Config Cache revert return empty attribute model by @davidhiendl in #3074
New Contributors
Full Changelog: v20.1.0-rc1...v20.1.0-rc2
v19.5.0-rc2
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
- Support for Google Analytics 4 by @fballiano in #3023
- Bump phpstan/phpstan from 1.9.17 to 1.9.18 by @dependabot in #3032
- Version bump by @fballiano in #3028
- Added docblock related to customer address. by @kiatng in #3035
- Fixed E_DEPRECATED in Mage/GoogleAnalytics/Block/Ga.php by @kiatng in #3037
- Bump phpstan/phpstan from 1.9.18 to 1.10.1 by @dependabot in #3036
- Bump colinmollenhour/magento-redis-session from 3.0.1 to 3.0.2 by @dependabot in #3041
- Bump squizlabs/php_codesniffer from 3.7.1 to 3.7.2 by @dependabot in #3039
- Bump phpstan/phpstan from 1.10.1 to 1.10.2 by @dependabot in #3040
- Fixed E_Warning array_key_exists() on product save by @kiatng in #3042
- Add more info to admin auth exceptions by @loekvangool in #3024
- Bump phpstan/phpstan from 1.10.2 to 1.10.3 by @dependabot in #3045
- Bump phpunit/phpunit from 9.6.3 to 9.6.4 by @dependabot in #3048
- set phpstan to bleedingEdge config by @Flyingmana in #3011
- Add cache rule for image/svg+xml to .htaccess by @loekvangool in #3051
- Enabled PHP 8.2 in composer.json, updated README with software compatibility info by @fballiano in #3052
- Fixed undefined array key warning in Mage_Catalog_Model_Resource_Category_Flat by @fballiano in #3047
- Bump phpseclib/phpseclib from 3.0.18 to 3.0.19 by @dependabot in #3063
- Bump phpstan/phpstan from 1.10.3 to 1.10.5 by @dependabot in #3069
- Moved dependabot to weekly again by @fballiano in #3070
- bugfix: return first cart item when adding bundle product to cart by @eneiasramos in #3056
- Handle case when
qtys
param is null when preparing shipment by @CharlieDelta6 in #3062 - Remove status filter from Product Collection in CatalogSearch Layer by @elidrissidev in #3060
- Making optionalZipCountries JS code conditional by @loekvangool in #2996
- Make Prototype Validator optional by @loekvangool in #3053
- Make PHPStan run independently from PHPCS by @fballiano in #3049
- Bump phpstan/phpstan from 1.10.5 to 1.10.6 by @dependabot in #3080
- Bump phpunit/phpunit from 9.6.4 to 9.6.5 by @dependabot in #3079
- Optimize Composer autoloader by @elidrissidev in #3081
New Contributors
- @CharlieDelta6 made their first contribution in #3062
Full Changelog: v19.5.0-rc1...v19.5.0-rc2
v20.1.0-rc1
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
- Everything included in https://github.com/OpenMage/magento-lts/releases/tag/v19.5.0-rc1
- Remove legacy media uploader / editor remnants by @justinbeaty in #2434
- Remove more Internet Explorer code by @justinbeaty in #2427
- EAV Config Cache by @davidhiendl in #2993
New Contributors
- @davidhiendl made their first contribution in #2993
Full Changelog: v20.0.18...v20.1.0-rc1