diff --git a/CHANGELOG.md b/CHANGELOG.md index 7adc97b..5e83aeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C ## [Unreleased][unreleased] - +## [4.7.1] - 2024-02-07 + +### Fixed + +- Fixed "Fatal error: Uncaught Error: Call to undefined function wc_get_order()" in source text if WooCommerce is not active. ([c4ccf37](https://github.com/pronamic/wp-pronamic-pay-woocommerce/commit/c4ccf3729ea994df23737181c5771abcaf8cd6c6)) + +Full set of changes: [`4.7.0...4.7.1`][4.7.1] + +[4.7.1]: https://github.com/pronamic/wp-pronamic-pay-woocommerce/compare/v4.7.0...v4.7.1 + ## [4.7.0] - 2023-12-18 ### Commits diff --git a/package.json b/package.json index dd74e91..43c2ebf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pronamic/wp-pronamic-pay-woocommerce", - "version": "4.7.0", + "version": "4.7.1", "description": "WooCommerce driver for the WordPress payment processing library.", "repository": { "type": "git", diff --git a/pronamic-pay-woocommerce.php b/pronamic-pay-woocommerce.php index b1b5535..26cc5d8 100644 --- a/pronamic-pay-woocommerce.php +++ b/pronamic-pay-woocommerce.php @@ -4,7 +4,7 @@ * Plugin URI: https://www.pronamic.eu/plugins/pronamic-pay-woocommerce/ * Description: Extend the Pronamic Pay plugin with WooCommerce support to receive payments through a variety of payment providers. * - * Version: 4.7.0 + * Version: 4.7.1 * Requires at least: 5.9 * Requires PHP: 7.4 *