Releases: Automattic/maintenance-mode-wp
Releases · Automattic/maintenance-mode-wp
0.3.1
What's Changed
- Composer: Update composer/installers dependency by @GaryJones in #65
Full Changelog: 0.3.0...0.3.1
0.3.0
Breaking Changes
current_user_can_bypass_vip_maintenance_mode()
has been renamed tovip_maintenance_mode_current_user_can_bypass()
. This was only called inside other functions, but if you had custom code that called it, this will need updating.- The minimum support version of PHP has been increased from 5.6 to 7.4.
- The minimum support version of WordPress has been increased from 4.6 to 5.9.
What's Changed
- Remove PHP 5.6 from Travis test matrix by @rinatkhaziev in #39
- setup github actions by @trepmal in #41
- phpcs-fixes by @trepmal in #42
- add readme with screenshots by @trepmal in #43
- update github actions by @trepmal in #44
- Migrating plugin instructions from old VIP Docs site to plugin's README.md by @yolih in #49
- remove wpcom helper by @trepmal in #46
- Composer: Add allow-plugins config by @GaryJones in #53
- CI: Refresh CI configs and Composer dependencies by @GaryJones in #54
- CS: Fix coding standards violations issues by @GaryJones in #55
- Docs: Add new default theme screenshots by @GaryJones in #56
- Docs: Add changelog file by @GaryJones in #57
- Add Rector by @GaryJones in #58
- Add UptimeRobot to ignore list by @BrookeDot in #50
- CS: Address low severity violations by @GaryJones in #59
- Template: improve template loading by @GaryJones in #60
- Docs: Consolidate two readme files by @GaryJones in #61
- Add version bump script by @GaryJones in #62
- Dev: Add/update development files by @GaryJones in #63
- Release 0.3.0 by @GaryJones in #64
New Contributors
- @trepmal made their first contribution in #41
- @yolih made their first contribution in #49
- @GaryJones made their first contribution in #53
- @BrookeDot made their first contribution in #50
Full Changelog: 0.2.2...0.3.0
0.2.2
What's Changed
- Added composer support by @spacedmonkey in #24
- fix misnamed callback by @mattoperry in #27
- Prevent 503s for nagios mobile checks by @mjangda in #29
- Travis: Add PHP 7.2 by @mjangda in #33
- Add custom
X-Maintenance-Mode-WP
header by @mjangda in #32 - Change REST error message to be more descriptive and have a more accu… by @rebeccahum in #31
- Bump the "works up to" to 5.0 by @whyisjake in #35
- Don't send 503 on requests coming from Jetpack by @rinatkhaziev in #38
New Contributors
- @spacedmonkey made their first contribution in #24
- @mattoperry made their first contribution in #27
- @rebeccahum made their first contribution in #31
- @whyisjake made their first contribution in #35
Full Changelog: 0.2.1...0.2.2
0.2.1
0.2.0
What's Changed
- Declares a doctype by @benoitchantre in #6
- Typo by @benoitchantre in #4
- Tests: Add basic syntax check by @philipjohn in #7
- i18n by @benoitchantre in #8
- Return a 503 header by @benoitchantre in #1
- Stops the execution early and warns the user by @benoitchantre in #10
- Show that maintenance mode is enabled by @benoitchantre in #12
- Proofreading by @benoitchantre in #11
New Contributors
- @benoitchantre made their first contribution in #6
- @philipjohn made their first contribution in #7
Full Changelog: 0.1.0...0.2.0