This repository was archived by the owner on Nov 19, 2024. It is now read-only.
File tree 3 files changed +36
-7
lines changed
3 files changed +36
-7
lines changed Original file line number Diff line number Diff line change @@ -19,4 +19,4 @@ output_format:
19
19
20
20
magic_word : whatsnew
21
21
22
- membership : magento-commerce
22
+ membership : magento-commerce
Original file line number Diff line number Diff line change @@ -4,8 +4,32 @@ description: This page contains recent changes that we think you'd like to know
4
4
We exclude from this list proofreading, spelling checks, and insignificant updates.
5
5
link : " /getting-started/whats-new.html"
6
6
thread : " /whatsnew-feed.xml"
7
- updated : Mon Mar 15 14:25:55 2021
7
+ updated : Wed Mar 31 09:45:38 2021
8
8
entries :
9
+ - description : Adding content about how you can [preview](https://docs.magento.com/user-guide/marketing/create-new-rec.html#preview)
10
+ recommendation units before deploying to your storefront.
11
+ versions : 2.4.x
12
+ type : Major update
13
+ date : March 23, 2021
14
+ link : https://github.com/magento-commerce/merchdocs/pull/1
15
+ merge_commit : d61f9e91dde91cf62b900f0dc0eb71cf886c9858
16
+ contributor : dshevtsov
17
+ membership : true
18
+ labels :
19
+ - 2.4.x
20
+ - Major update
21
+ - description : Adding information about [private keys](https://docs.magento.com/user-guide/configuration/services/saas.html)
22
+ when connecting to SaaS services.
23
+ versions : 2.4.x
24
+ type : Minor update
25
+ date : March 18, 2021
26
+ link : https://github.com/magento-commerce/merchdocs/pull/2
27
+ merge_commit : 1539402c15261e1e528ca5d043acff7018e31cb9
28
+ contributor : erikmarr
29
+ membership : true
30
+ labels :
31
+ - 2.4.x
32
+ - Minor update
9
33
- description : Updated the Sales Channels [Global Settings](https://docs.magento.com/user-guide/configuration/sales-channels.html)
10
34
topic to include the _Read Only Mode_ function.
11
35
versions : 2.4.x
@@ -450,4 +474,4 @@ entries:
450
474
versions : 2.4.0
451
475
type : Major update
452
476
date : July 28, 2020
453
- link :
477
+ link :
Original file line number Diff line number Diff line change @@ -40,13 +40,18 @@ group: getting-started
40
40
<tbody >
41
41
{% for item in date_group.items %}
42
42
<tr >
43
- <td >{{ item.description | markdownify }}</td >
43
+ <td >
44
+ {{ item.description | markdownify }}
45
+ {% if item.membership == false %}
46
+ <p ><i >Community contribution by {{ item.contributor }}</i ></p >
47
+ {% endif %}
48
+ </td >
44
49
<td >{{ item.versions }}</td >
45
50
<td >{{ item.type }}</td >
46
- {% if item.link contains "pull " %}
47
- <td ><a href =" {{ item.link }} " >{{ item.link | split: "/" | last }}</a ></td >
51
+ {% if item.link contains "-commerce " %}
52
+ <td ><a href =" https://github.com/magento/devdocs/commit/ {{ item.merge_commit }}" >{{ item.merge_commit | slice: 0, 6 }}</a ></td >
48
53
{% else %}
49
- <td ><a href =" {{ item.link }} " >{{ item.link | split: "/" | last | slice: 0, 6 }}</a ></td >
54
+ <td ><a href =" {{ item.link }} " >{{ item.link | split: "/" | last }}</a ></td >
50
55
{% endif %}
51
56
</tr >
52
57
{% endfor %}
You can’t perform that action at this time.
0 commit comments