- Exempt Composer-known packages from WordPress core update process
- Disable QuadLayers plugin notices
- Hide Yoast indexing notifications in non-production environments
- Allow access to TEC troubleshooting page in production
- Hide Gravity Forms update messages
- Run Composer scripts on deploy
- Disable Gravity Forms update messages and background updates
- Flush Kinsta cache rather than WP-Rocket when present
- Don't force mailers in any environment without proper definitions present
- Don't enable SMTP mailers in non-production environments unless specifically declared
- Define Kinsta mu-plugin URL
- Add sync-db command to pull from WP-CLI aliased environment
- Add support for returning update information as JSON
- Register
update
command - Add WP-CLI stubs
- Fix bug in update command when updating core
- Add Postmark support
- Remove Kinsta CDN customization
- Remove wpFail2ban logic
- Refactor classes to use filter/action interfaces
- Declare support for composer/installers 2.0
- Add default support for Bedrock to Kinsta's CDN configuration
- Fix fatal error w/ WP Migrate DB Pro preserved options
- Disable admin email check
- Add MAINTENANCE_MODE_ENABLED and related features
- Fix WP_CLI class error
- Add deploy command
- Better mailer management
- Add support for ACF_PRO_LICENSE
- Disable xmlrpc.php by default
- Add Cloudflare support.
- Add Jetpack staging/offline support
- Add Mailhog support, default to Mailhog
- Update remaining env calls
- Require oscarotero/env and version constraint
- Add MAILGUN_FROM_ADDRESS env configuration
- Prevent WP-Rocket from setting
WP_CACHE
constant
- Fixed defaults for some constants
- Fixed disable tracking logic
- Now installs as mu-plugin for license compatibility
- Sensible Captcha defaults for Gravity Forms
- Constant for Gravity Forms license from .env
- Constants for Delicious Brains licenses from .env
- Constants for Offload Media keys from .env
- Constant for TinyPNG API key from .env
- Dependency on roots/wp-config