This repository has been archived by the owner on Oct 25, 2024. It is now read-only.
Releases: ole1986/wp-ispconfig3
Releases · ole1986/wp-ispconfig3
1.5.8
1.5.6
1.5.5
1.5.4
1.5.3
1.5.2
- Allow choosing between
whois
anddig
command to check domain availability #30 - Added whitelist support for domain names to deal with false positive results for unavailability #30
- Slightly amended the Block styles to match WP 5.3
Notable changes
The domain check will always occur in the following order:
1.5.1
1.5.0
- First integration of a "wizard" behavior for client -> website -> database blocks #25 images
- Improved language files with support for blocks in backend #27
- Support for user password synchronization with ISPConfig database #28
- Added
GetWebDomain
REST API call to ISPConfig - New methods
AddDatabase
,AddDatabaseUser
andClientPassword
using REST API call to ISPConfig - Moved WooCommerce related stuff to ole1986/wc-invoice-pdf
- Provide a selector option to JS method
ISPConfig.checkDomain()
for message output. More here
Breaking Changes
- The Gutenberg Blocks being used needs to be reviewed
- The method
Ispconfig->SetClientID([...])
is no longer available and can safely be removed - The method
Ispconfig->SendConfirmation([..])
requires the recipient as first argument - The confirmation mail (see Settings) uses brackets as place holder now (E.g [website_domain] or [client_username]). It is necessary to change it
Please also make sure you have updated the wc-invoice-pdf plugin to version 1.5.X (if necessary)