Skip to content

Commit e2a678d

Browse files
committed
feat(drupal): Add 4.4.0 release
1 parent a97d5d5 commit e2a678d

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

content/en/_index.en.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,19 @@ <h1 class="text-center mb-5">Drupal WxT Latest News</h1>
6767
<div class="row text-center">
6868
<div class="col-sm-6 col-md-3">
6969
<div class="item">
70+
<div class="col-sm-6 col-md-3">
71+
<div class="item">
72+
<div class="header">
73+
<div class="content">
74+
<div class="day">November 26</div>
75+
<div class="year">2022</div>
76+
</div>
77+
</div>
78+
<div class="title">
79+
<h3>Drupal WxT <a href="https://github.com/drupalwxt/wxt/releases/tag/4.4.0">v4.4.0 release</a> using Drupal Core 9.4.x</h3>
80+
</div>
81+
</div>
82+
</div>
7083
<div class="header">
7184
<div class="content">
7285
<div class="day">Oct 1</div>
@@ -104,19 +117,6 @@ <h3>Drupal WxT <a href="https://github.com/drupalwxt/wxt/releases/tag/4.3.2">v4.
104117
</div>
105118
</div>
106119
</div>
107-
<div class="col-sm-6 col-md-3">
108-
<div class="item">
109-
<div class="header">
110-
<div class="content">
111-
<div class="day">July 21</div>
112-
<div class="year">2022</div>
113-
</div>
114-
</div>
115-
<div class="title">
116-
<h3>Drupal WxT <a href="https://github.com/drupalwxt/wxt/releases/tag/4.3.1">v4.3.1 release</a> using Drupal Core 9.3.x</h3>
117-
</div>
118-
</div>
119-
</div>
120120
</div>
121121
</div>
122122
{{< /blocks/section >}}

content/en/docs/development/composer/_index.en.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,12 @@ Composer will create `composer.lock` file, which is a list of dependencies that
8686

8787
Please **don't add `drupal/core` to your project's composer.json** since WxT manages Drupal Core for you along with the series of patches on top of it.
8888

89-
WxT's minor versions will always correspond to Drupal Core's. For example, `drupalwxt/wxt:~4.3.x` will require Drupal Core 9.3.x and `drupalwxt/wxt:~4.2.x` required Drupal Core 9.2.x.
89+
WxT's minor versions will always correspond to Drupal Core's. For example, `drupalwxt/wxt:~4.4.x` will require Drupal Core 9.4.x and `drupalwxt/wxt:~4.3.x` required Drupal Core 9.3.x.
9090

91-
When you need to update Drupal Core as an example from 9.2.x to 9.3.x, all you would do is change your requirement for `drupalwxt/wxt` in your `composer.json` file:
91+
When you need to update Drupal Core as an example from 9.3.x to 9.4.x, all you would do is change your requirement for `drupalwxt/wxt` in your `composer.json` file:
9292

9393
```
94-
composer require --no-update drupalwxt/wxt:~4.3.4
94+
composer require --no-update drupalwxt/wxt:~4.4.0
9595
composer update
9696
```
9797

content/en/docs/development/release-process/_index.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ WxT releases are numbered using a form of semantic versioning. More information
2222

2323
`MAJOR.FEATURE.SPRINT`
2424

25-
In general, when preparing a release: increment the FEATURE when Drupal Core has a major release (ie. 9.2.x to 9.3.x) otherwise simply increment the SPRINT number.
25+
In general, when preparing a release: increment the FEATURE when Drupal Core has a major release (ie. 9.3.x to 9.4.x) otherwise simply increment the SPRINT number.
2626

2727
## Create an issue on GitHub.com
2828

0 commit comments

Comments
 (0)