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