Skip to content

Commit d2723be

Browse files
authored
Merge pull request #66 from Automattic/release/0.3.1
2 parents 158271e + dcf0e89 commit d2723be

File tree

6 files changed

+12
-6
lines changed

6 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.3.1] - 2024-12-14
9+
10+
### Maintenance
11+
12+
- Composer: Update composer/installers dependency by @GaryJones in https://github.com/Automattic/maintenance-mode-wp/pull/65
13+
814
## [0.3.0] - 2024-11-25
915

1016
Predominantly a maintenance release, though it does include a couple of added changes, and a couple of breaking changes
@@ -87,7 +93,7 @@ Predominantly a maintenance release, though it does include a couple of added ch
8793
## 0.1.0 - 2017-02-16
8894
- Initial release.
8995

90-
96+
[0.3.1]: https://github.com/automattic/maintenance-mode-wp/compare/0.3.0...0.3.1
9197
[0.3.0]: https://github.com/automattic/maintenance-mode-wp/compare/0.2.2...0.3.0
9298
[0.2.2]: https://github.com/automattic/maintenance-mode-wp/compare/0.2.1...0.2.2
9399
[0.2.1]: https://github.com/automattic/maintenance-mode-wp/compare/0.2.0...0.2.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maintenance Mode
22

3-
Stable tag: 0.3.0
3+
Stable tag: 0.3.1
44
Requires at least: 5.9
55
Tested up to: 6.7
66
License: GPLv2 or later

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"require": {
1414
"php": ">=7.4",
15-
"composer/installers": "~1.0"
15+
"composer/installers": "^2"
1616
},
1717
"require-dev": {
1818
"automattic/vipwpcs": "^3",

maintenance-mode.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Plugin Name: Maintenance Mode
1212
* Plugin URI: https://github.com/Automattic/maintenance-mode-wp
1313
* Description: Shut down your site for a little while and do some maintenance on it!
14-
* Version: 0.3.0
14+
* Version: 0.3.1
1515
* Requires at least: 5.9
1616
* Requires PHP: 7.4
1717
* Author: WordPress VIP, Automattic

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "maintenance-mode-wp",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Shut down your site for a little while and do some maintenance on it!",
55
"license": "GPL-2.0-or-later",
66
"private": true,

0 commit comments

Comments
 (0)