Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f540a5b

Browse files
authored
Merge pull request magento#1963 from magento/2.2.4-release-notes-fix-May3
2.2.4 release notes fix for GitHub-1866
2 parents 583073a + b17bc28 commit f540a5b

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

guides/v2.2/release-notes/ReleaseNotes2.2.4CE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Magento Open Source 2.2.4 Release Notes
55
version: 2.2
66
github_link: release-notes/ReleaseNotes2.2.4CE.md
77
---
8-
*Patch code and release notes published on May 2, 2018.*
8+
*Patch code and release notes published on May 2, 2018.* *Release notes revised on May 3, 2018.*
99

1010
We are pleased to present Magento Open Source 2.2.4. This release includes new tools and numerous functional fixes and enhancements, plus a substantial number of contributions from the wider Magento community.
1111

@@ -94,7 +94,7 @@ The dotmailer bundled extension features the following enhancements for this rel
9494

9595
<!--- MAGETWO-85274 -->* The `CrontabManager.php` file has been updated as follows: If `crontab` has already been populated, the `php bin/magento cron:install` command adds `#~ MAGENTO START` and the rest of code directly to the last row of crontab without any spaces. *Fix submitted by [Michele Fantetti](https://github.com/WaPoNe) in pull request*.
9696

97-
<!--- MAGETWO-85744 -->* Composer now checks the availability of the `bcmath` PHP module. *Fix submitted by [Mobecls](https://github.com/Mobecls) in pull request 12768*.
97+
<!--- MAGETWO-85744 -->* The `ext-bcmath` PHP extension is now required in Open Source. Previously, it was required for Commerce only. *Fix submitted by [Mobecls](https://github.com/Mobecls) in pull request 12768*.
9898

9999
<!--- MAGETWO-88149 -->* The `cache_lifetime` default setting for the `Magento\Theme\Block\Html\Footer` block is no longer set to **false**, and the new default setting is **3600**. *Fix submitted by [zolat](https://github.com/zolat) in pull request 13762*.
100100

guides/v2.2/release-notes/ReleaseNotes2.2.4EE.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ title: Magento Commerce 2.2.4 Release Notes
55
version: 2.2
66
github_link: release-notes/ReleaseNotes2.2.4EE.md
77
---
8-
*Patch code and release notes published on May 2, 2018.*
8+
*Patch code and release notes published on May 2, 2018.* *Release notes revised on May 3, 2018.*
9+
10+
11+
912

1013
We are pleased to present Magento Commerce 2.2.4. This release includes new tools and numerous functional fixes and enhancements, plus a substantial number of contributions from the wider Magento community.
1114

@@ -97,7 +100,7 @@ The dotmailer bundled extension features the following enhancements for this rel
97100

98101
<!--- MAGETWO-85274 -->* The `CrontabManager.php` file has been updated as follows: If `crontab` has already been populated, the `bin/magento cron:install` command adds `#~ MAGENTO START` and the rest of code directly to the last row of crontab without any spaces. *Fix submitted by [Michele Fantetti](https://github.com/WaPoNe) in pull request*.
99102

100-
<!--- MAGETWO-85744 -->* Composer now checks the availability of the `bcmath` PHP module. *Fix submitted by [Mobecls](https://github.com/Mobecls) in pull request 12768*.
103+
<!--- MAGETWO-85744 -->* The `ext-bcmath` PHP extension is now required in Open Source. Previously, it was required for Commerce only. *Fix submitted by [Mobecls](https://github.com/Mobecls) in pull request 12768*.
101104

102105
<!--- MAGETWO-88149 -->* The `cache_lifetime` default setting for the `Magento\Theme\Block\Html\Footer` block is no longer set to **false**, and the new default setting is **3600**. *Fix submitted by [zolat](https://github.com/zolat) in pull request 13762*.
103106

0 commit comments

Comments
 (0)