Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Releases: ole1986/wp-ispconfig3

1.4.2

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

1.4.1

13 Apr 12:05
Compare
Choose a tag to compare
  • Added icon for Gutenberg block "ISPConfig Fields"

1.4.0

09 Apr 17:03
f585b8b
Compare
Choose a tag to compare

BREAKING CHANGES

  • Replaced default shortcodes with Gutenberg Blocks
  • Changed concept on how to implement custom shortcode classes
  • Added action/filter hooks to customize gutenberg block fields
  • Moved WC_Product related classed to the "wc-invoice-pdf" project - https://wordpress.org/plugins/wc-invoice-pdf/

Check out PR #21 for further details

1.3.4

18 Feb 21:41
Compare
Choose a tag to compare
  • Fixed activate/deactivate action in Websites menu
  • Amended php files to match PSR-2 coding standard

1.3.3

16 Feb 21:28
Compare
Choose a tag to compare
  • support for passing arguments in shortcode (allow for execution from filters/hooks)
  • switched email method from mail to wp_mail
  • added ispconfig_register_cancelled.php for reference in hidden form/scripted use

1.3.2

26 Aug 07:01
Compare
Choose a tag to compare
  • support for any input type using the getField method (#12)

1.3.1

09 Apr 20:53
Compare
Choose a tag to compare
  • IMPORTANT: moved billing (invoice) parts to a separate plugin WC-InvoicePdf
  • IMPORTANT: Please install the WC-InvoicePdf plugin to migrate your PDF / Recurring settings
  • support for self signed certificates

WC Recurring Invoice on Github
WC Recurring Invoice on Wordpress

1.0.5

19 Oct 22:20
Compare
Choose a tag to compare
  • fixed issue #1 and slightly improved the code