GridPane App & Scripts v1.2.558
30th December 2020
New - Multisite
- Multisite cloning and failover now fully operational
Improvement - Subscriptions
- Display legacy Developer and Pro plan pricing in Settings > Subscriptions
Improvement - Failover
- Guard to ensure failover only works with nginx <-> nginx and openlitespeed <-> openlitespeed
Improvement - Failover, Cloning, Staging, SSL
- Replaced WP-CLI Search Replace with Interconnectit Search Replace for significantly improved automatic search and replace functionality
Improvement - Staging, Cloning, Migrations, Failovers, Backups
- Replaced MySQLDump and import with MyDumper/MyLoader
- Parallelised MySQL Dumps - much faster, lower load, reduced locking
Improvement - Monit, Backups, Staging
- Replaced du with diskus and set ionice for idle on all background checks
Improvement - Same Domain Cloning & Failover Cloning
- Clones all general customizer settings
- Clones all security customizer settings
- Clones all PHP settings
- Failover Syncs all settings changes and adds new domains
Improvement - Staging & Migrate/Clone to New Domain
- Clones all general customizer settings
- Clones all security customizer settings
- Clones all PHP settings
- Staging to Live pushes require extra confirmation as they now thoroughly match state.
Improvement - Staging
- New modal for comparing settings between live and
Improvement - ModSecurity WAF
- Updated to the latest OWASP ruleset which includes WordPress specific rules
NOTE: Sites with ModSec already enabled, toggle on and off to update. All new servers and sites to get new rules by default.
Improvement - Site builds
- Don't enable Redis Object Caching by default.
- Installs and activates plugin, but doesn't enable it. This will be a toggle soon.
Fixed - System Users
- UI not providing feedback when system users fail to create
- Increased password length from 32 characters to 65
Fixed - Slack Notifications
- Maldet notifications not sending
Fixed - UI Notifications
- Livechat in bottom left covering up the close button for notifications
- Typo in 6G notification
GridPane API Update
Build sites with WP Users JSON array
- If you add a user as primary_administrator, it will be set to SSO admin and replace the wp default admin that is provided in settings. Accepts up to 5 Users, if more are provided then it filters based on role hierarchy. The first feature to come to API before UI, UI will follow.
Site Cloning
- Clone site with same domain to another server
- Clone site with new domain to another server
- Clone site with new domain to the same server
- Clone all sites from one server to another server
Site WAF
- Configure site WAF - disable and enable 6G/7G/ModSec
Documentation