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

Whatsnew update for week of May 11 #7218

Merged
merged 3 commits into from
May 14, 2020
Merged
Show file tree
Hide file tree
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 Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ task :convert do
result = `bin/kramdown --input=html --output=kramdown`
puts 'Converted text:'.magenta
puts result.bold
end
end
Copy link
Collaborator

@dshevtsov dshevtsov May 18, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A whatsnew update PR must not change any other files but src/_data/whats-new.yml, especially when this is an infrastructure file. I don't believe that an author and a reviewer didn't notice this change.

41 changes: 39 additions & 2 deletions src/_data/whats-new.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,48 @@
title: Whats New on Devdocs
description: |
description:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There was a reason why this pipeline was there. Whatsnew updates can update only updated and etnries.

This page contains recent changes that we think you'd like to know about.
We exclude from this list proofreading, spelling checks, and all minor updates.
link: /whats-new.html
thread: /whatsnew-feed.xml
updated: Tue May 5 12:22:39 2020
updated: Thu May 14 12:53:38 2020
entries:
- description: Added a deprecation notice about the Web Setup Wizard when [installing](https://devdocs.magento.com/guides/v2.3/install-gde/install/web/install-web.html)
or [upgrading](https://devdocs.magento.com/guides/v2.3/comp-mgr/upgrader/upgrade-checklist.html)
Magento in most places where it is mentioned.
versions: 2.3.x
type: Major Update
date: May 14, 2020
link: https://github.com/magento/devdocs/pull/7213
- description: Added [Magento Cloud Patches version 1.0.4 release notes](https://devdocs.magento.com/cloud/release-notes/mcp-release-notes.html).
versions: 2.x
type: Major Update
date: May 12, 2020
link: https://github.com/magento/devdocs/pull/7195
- description: Updated the _Cloud Guide_ to reflect the availability of Microsoft
Azure as an Iaas provider for Magento Commerce Cloud Pro projects.
versions: 2.x
type: Technical
date: May 12, 2020
link: https://github.com/magento/devdocs/pull/7199
- description: Added Release Notes and updated Merchant Documentation for the Amazon
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should contain links to the updated topics.

Sales Channel 4.1.0 release.
versions: ''
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Version should be specified.

type: Major Update
date: May 11, 2020
link: https://github.com/magento/devdocs/pull/7193
- description: Added [Bypass Fastly](https://devdocs.magento.com/cloud/cdn/fastly-vcl-bypass-to-origin.html)
topic with instructions for creating a custom VCL snippet to bypass Fastly on
requests from a specific IP address, URL, or URL pattern.
versions: ''
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Version should be specified.

type: New Topic
date: May 7, 2020
link: https://github.com/magento/devdocs/pull/7159
- description: Expanded the example code in the [View Models](https://devdocs.magento.com/guides/v2.3/extension-dev-guide/view-models.html)
topic.
versions: 2.3.x
type: Major Update
date: May 6, 2020
link: https://github.com/magento/devdocs/pull/7139
- description: Added a known issue about Amazon Pay to the [2.3.5 release notes](https://devdocs.magento.com/guides/v2.3/release-notes/release-notes-2-3-5-open-source.html).
versions: 2.3.5
type: Major Update
Expand Down