diff --git a/CHANGELOG.md b/CHANGELOG.md index ee33353..66f8d96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## v1.1.1 - 2023-07-21 + +### [1.1.1](https://github.com/eduNEXT/openedx-woocommerce-plugin/compare/v1.1.0...v1.1.1) (2023-07-21) + +### Bug Fixes + +- enrollment crud operations working correctly ([#15](https://github.com/eduNEXT/openedx-woocommerce-plugin/issues/15)) ([ab972ec](https://github.com/eduNEXT/openedx-woocommerce-plugin/commit/ab972ecbbe51d1a17e557eb0805bbd9b7f0f2db2)) + ## v1.1.0 - 2023-07-07 ### [1.1.0](https://github.com/eduNEXT/openedx-woocommerce-plugin/compare/v1.0.0...v1.1.0) (2023-07-07) diff --git a/README.txt b/README.txt index f55faf2..88f55b0 100644 --- a/README.txt +++ b/README.txt @@ -4,7 +4,7 @@ Donate link: https://edunext.co/ Tags: comments, spam Requires at least: 3.0.1 Tested up to: 3.4 -Stable tag: 1.1.0 +Stable tag: 1.1.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html diff --git a/openedx-woocommerce-plugin.php b/openedx-woocommerce-plugin.php index 62b1588..95bbaa1 100644 --- a/openedx-woocommerce-plugin.php +++ b/openedx-woocommerce-plugin.php @@ -20,7 +20,7 @@ * Plugin Name: Open edX WooCommerce Plugin * Plugin URI: https://github.com/eduNEXT/openedx-woocommerce-plugin * Description: Easily connect your WooCommerce store to Open edX. - * Version: 1.1.0 + * Version: 1.1.1 * Author: eduNEXT * Author URI: https://edunext.co/ * License: GPL-2.0+ @@ -39,7 +39,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.1.0' ); +define( 'OPENEDX_WOOCOMMERCE_PLUGIN_VERSION', '1.1.1' ); /** * The code that runs during plugin activation.