Skip to content

Releases: ole1986/wp-ispconfig3

1.5.6

09 Apr 16:44
Compare
Choose a tag to compare
  • Merge pull request #36 from milenmk/master - @milenmk

1.5.5

21 Mar 06:39
Compare
Choose a tag to compare
  • Only check for existing wordpress user when user_create_wordpress is enabled #34

1.5.4

18 Mar 09:41
Compare
Choose a tag to compare

1.5.3

17 Mar 08:42
Compare
Choose a tag to compare
  • improved error handling when wp_user could not be created #33
  • compatible with WP 5.7

1.5.2

25 Mar 15:23
Compare
Choose a tag to compare
  • Allow choosing between whois and dig 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:

PAP - WPISPConfig - Domaincheck

1.5.1

15 Nov 15:44
Compare
Choose a tag to compare
  • Fixed an issue not showing input fields after submitting
  • Fixed setting 'user_password_sync' not saved

1.5.0

09 Nov 15:48
Compare
Choose a tag to compare
  • 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 and ClientPassword 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)

1.4.4

28 Oct 09:33
Compare
Choose a tag to compare
  • Setting to allow changing the domain validation regular expression #26

1.4.3

26 Oct 10:22
Compare
Choose a tag to compare
  • Check domains on either whois or ISPConfig3 database (configurable)
  • Updated some translations

1.4.2

06 May 09:37
Compare
Choose a tag to compare
  • Fixed post/page save issue when using custom shortcodes