Skip to content

Releases: OpenMage/magento-lts

v19.4.22

26 Jan 13:55
Compare
Choose a tag to compare

This is an important security update release, it includes six security patches:

All of these updates should be totally backward compatible, except one, CVE-2021-21395 - GHSA-r3c9-9j5q-pwv4 - Reset Password not protected against well-timed CSRF in fact is a breaking change and you will need to take action after upgrading to this version of OpenMage.

Specifically, you will have to modify the customer/form/resetforgottenpassword.phtml file of your custom theme (in case you have customized it) and add this code <input name="form_key" type="hidden" value="<?php echo $this->getFormKey(); ?>" /> after the <form open tag. Please refer to this link in case you want to see how the patch works and copy/paste the simple solution.

In case your custom theme does not have the customer/form/resetforgottenpassword.phtml or in case you are not using a custom theme then you will not have to do the aforementioned procedure.

v19.4.21

23 Dec 07:44
Compare
Choose a tag to compare

This is a hotfix release, it includes only the solution to a single bug that was released in 19.4.20: #2793.

Said bug doesn't seem to be present on 20.0.18 and that's why you'll not find the matching hotfix release for our v20 branch.

v19.4.20

01 Dec 17:16
689c749
Compare
Choose a tag to compare

Overview

This is mainly a bugfix release with a couple of optimizations.
Most importantly we've fixed bugs regarding:

  • fixer.io currency exchange rate provider
  • CSS merge
  • indexes

Upgrading is highly suggested, but always backup and test before doing it.

What's Changed

Full Changelog: v19.4.19...v19.4.20

v20.0.18

01 Dec 17:17
77dd049
Compare
Choose a tag to compare

Overview

This is mainly a bugfix release with a couple of optimizations.
Most importantly we've fixed bugs regarding:

  • fixer.io currency exchange rate provider
  • CSS merge
  • indexes

Upgrading is highly suggested, but always backup and test before doing it.

What's Changed

Full Changelog: v20.0.17...v20.0.18

v20.0.17

08 Nov 12:24
82e5168
Compare
Choose a tag to compare

Overview

This is a maintanance release with small bugfixes, code cleanup, documentation improvements and a better overall PHPStan coverage.
We're also bumping the minimum required PHP version to 7.3 with intl extension enabled.
Our source code finally has a much better "copyright" section, to thank all the team that is contributing to this beautiful project.

Important things you should check before upgrading

This release requires PHP 7.3 with intl extension, do not upgrade if your system doesn't match this requirement.

What's Changed

Full Changelog: v20.0.16...v20.0.17

v19.4.19

08 Nov 12:24
99735a2
Compare
Choose a tag to compare

Overview

This is a maintanance release with small bugfixes, code cleanup, documentation improvements and a better overall PHPStan coverage.
We're also bumping the minimum required PHP version to 7.3 with intl extension enabled.
Our source code finally has a much better "copyright" section, to thank all the team that is contributing to this beautiful project.

Important things you should check before upgrading

This release requires PHP 7.3 with intl extension, do not upgrade if your system doesn't match this requirement.

What's Changed

Read more

v20.0.16

04 Sep 11:32
d448eeb
Compare
Choose a tag to compare

Overview

This is a bugfix release with a couple of really good enhancements.
In the meanwhile we're working on completing the full PHPStan validation, which is allowing us to reformat the whole source code to make it look more beautiful than ever.

Last but not least, we already merged 2 PRs for the upcoming PHP 8.2 support!

Important things you should check before upgrading

What's Changed

Read more

v19.4.18

04 Sep 11:31
028f783
Compare
Choose a tag to compare

Overview

This is a bugfix release while we're working on completing the full PHPStan validation, which is allowing us to reformat the whole source code to make it look more beautiful than ever.

Last but not least, we already merged 2 PRs for the upcoming PHP 8.2 support!

Important things you should check before upgrading

Complete changelog

Read more

v20.0.15

02 Aug 16:29
cf82b8f
Compare
Choose a tag to compare

Important things you should check before upgrading

In this release we changed the targetNamespace of all the WSDL files (used in the API modules), from Magento to OpenMage.
If your custom modules extends OpenMage's APIs with a custom WSDL file and there are some hardcoded targetNamespace="urn:Magento" string, your APIs may stop working.
Please replace all occurrences of targetNamespace="urn:Magento" with targetNamespace="urn:OpenMage" (or alternatively targetNamespace="urn:{{var wsdl.name}}") to avoid any problem.
To find which files need the modification you can run grep -rn 'urn:Magento' --include \*.xml from the root directory of your project.

What's Changed

Read more

v19.4.17

02 Aug 15:34
1b8fa4a
Compare
Choose a tag to compare

Important things you should check before upgrading

In this release we changed the targetNamespace of all the WSDL files (used in the API modules), from Magento to OpenMage.
If your custom modules extends OpenMage's APIs with a custom WSDL file and there are some hardcoded targetNamespace="urn:Magento" string, your APIs may stop working.
Please replace all occurrences of targetNamespace="urn:Magento" with targetNamespace="urn:OpenMage" (or alternatively targetNamespace="urn:{{var wsdl.name}}") to avoid any problem.
To find which files need the modification you can run grep -rn 'urn:Magento' --include \*.xml from the root directory of your project.

What's Changed

Read more