Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Clarify PHP version support and fix format errors #7042

Merged
merged 4 commits into from
Apr 16, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/cloud/configure/import-url-rewrites.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ functional_areas:
You can easily migrate to the {{site.data.var.ece}} platform without losing SEO rankings and traffic. Use the `magento/url-rewrite-import-export` module to redirect traffic from your old, indexed URLs to new URLs.

{:.bs-callout-info}
This module supports ~7.0.13|~7.1.0|~7.2.0|~7.3.0 PHP versions and is available for Magento version 2.2.x and 2.3.x only.
This module supports PHP versions 7.0.13 and later patch releases and all 7.1.x and 7.2.x patch releases. The module is available for Magento version 2.2.x and 2.3.x only.

{:.procedure}
To install the URL rewrite module:
Expand Down