Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

Version 1.0.0 (Beta 2)

Pre-release
Pre-release
Compare
Choose a tag to compare
@lukecav lukecav released this 23 Dec 03:49
· 453 commits to master since this release
d50e67d

Note: This release was previously labeled as v1.0.1-beta.2 by mistake.

Please note that this software is in beta. It is not a very good idea to run this plugin on a production site without an idea of some of its current issues.

While this release of the plugin is active on a site:

  • WooCommerce reports will not generate as they expect data to be in wp_postmeta instead of custom tables.
  • Order totals may not display correctly in wp-admin.

Our development team is working on fixing both of these outstanding issues and will prepare further releases as they are resolved.

Changes since Version 1.0.0 (Beta 1)

  • Clean up codebase to adhere to the WordPress coding standards, and introduce an .editorconfig to make this kind of change less likely in the future (#8)
  • Introduced automated unit tests via the WordPress core test suite (#9)
  • Fixed bug where custom database table was not being created upon plugin activation (#5, #9)
  • General documentation updates (#2)