Skip to content

Commit

Permalink
Merge pull request #66 from Automattic/release/0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryJones authored Dec 14, 2024
2 parents 158271e + dcf0e89 commit d2723be
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.3.1] - 2024-12-14

### Maintenance

- Composer: Update composer/installers dependency by @GaryJones in https://github.com/Automattic/maintenance-mode-wp/pull/65

## [0.3.0] - 2024-11-25

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


[0.3.1]: https://github.com/automattic/maintenance-mode-wp/compare/0.3.0...0.3.1
[0.3.0]: https://github.com/automattic/maintenance-mode-wp/compare/0.2.2...0.3.0
[0.2.2]: https://github.com/automattic/maintenance-mode-wp/compare/0.2.1...0.2.2
[0.2.1]: https://github.com/automattic/maintenance-mode-wp/compare/0.2.0...0.2.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintenance Mode

Stable tag: 0.3.0
Stable tag: 0.3.1
Requires at least: 5.9
Tested up to: 6.7
License: GPLv2 or later
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"require": {
"php": ">=7.4",
"composer/installers": "~1.0"
"composer/installers": "^2"
},
"require-dev": {
"automattic/vipwpcs": "^3",
Expand Down
2 changes: 1 addition & 1 deletion maintenance-mode.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Plugin Name: Maintenance Mode
* Plugin URI: https://github.com/Automattic/maintenance-mode-wp
* Description: Shut down your site for a little while and do some maintenance on it!
* Version: 0.3.0
* Version: 0.3.1
* Requires at least: 5.9
* Requires PHP: 7.4
* Author: WordPress VIP, Automattic
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maintenance-mode-wp",
"version": "0.3.0",
"version": "0.3.1",
"description": "Shut down your site for a little while and do some maintenance on it!",
"license": "GPL-2.0-or-later",
"private": true,
Expand Down

0 comments on commit d2723be

Please sign in to comment.