diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e8ecea..3de135f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## v1.15.3 - 2023-11-08 + +### [1.15.3](https://github.com/openedx/openedx-wordpress-ecommerce/compare/v1.15.2...v1.15.3) (2023-11-08) + +### Bug Fixes + +- undefined variable enrollment action in new enrollment request ([#60](https://github.com/openedx/openedx-wordpress-ecommerce/issues/60)) ([902882e](https://github.com/openedx/openedx-wordpress-ecommerce/commit/902882e00a0ecb9e9f7fdfb1da4ad2c5d5acfbe0)) + ## v1.15.2 - 2023-11-08 ### [1.15.2](https://github.com/openedx/openedx-wordpress-ecommerce/compare/v1.15.1...v1.15.2) (2023-11-08) diff --git a/README.txt b/README.txt index 97643ef..c4e8e05 100644 --- a/README.txt +++ b/README.txt @@ -4,7 +4,7 @@ Tags: openedx, open edx, ecommerce, lms, courses Requires at least: 6.3 Tested up to: 6.3.1 Requires PHP: 8.0 -Stable tag: 1.15.2 +Stable tag: 1.15.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html diff --git a/openedx-ecommerce.php b/openedx-ecommerce.php index 58f9b14..6b80255 100644 --- a/openedx-ecommerce.php +++ b/openedx-ecommerce.php @@ -3,7 +3,7 @@ * Plugin Name: Open edX Ecommerce * Plugin URI: https://github.com/eduNEXT/openedx-wordpress-ecommerce * Description: Easily connect your WooCommerce store to Open edX. - * Version: 1.15.2 + * Version: 1.15.3 * Author: eduNEXT * Author URI: https://edunext.co/ * License: GPL-2.0+ @@ -32,7 +32,7 @@ * Start at version 1.0.0 and use SemVer - https://semver.org * Rename this for your plugin and update it as you release new versions. */ -define( 'OPENEDX_WOOCOMMERCE_PLUGIN_VERSION', '1.15.2' ); +define( 'OPENEDX_WOOCOMMERCE_PLUGIN_VERSION', '1.15.3' ); /** * The code that runs during plugin activation.