From 98b4c3b3011209bcb19f48e76fd568e628e3a2ae Mon Sep 17 00:00:00 2001 From: julianramirez2 Date: Wed, 27 Sep 2023 21:48:48 +0000 Subject: [PATCH] =?UTF-8?q?docs(bumpversion):=20v1.10.0=20=E2=86=92=20v1.1?= =?UTF-8?q?1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 ++++++++ README.txt | 2 +- openedx-woocommerce-plugin.php | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61f5e37..ba4518b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## v1.11.0 - 2023-09-27 + +### [1.11.0](https://github.com/eduNEXT/openedx-woocommerce-plugin/compare/v1.10.0...v1.11.0) (2023-09-27) + +#### Features + +- unenroll request when a refund is processed ([#41](https://github.com/eduNEXT/openedx-woocommerce-plugin/issues/41)) ([6021b6c](https://github.com/eduNEXT/openedx-woocommerce-plugin/commit/6021b6c80beb35a5bddaaa05103219915400760d)) + ## v1.10.0 - 2023-09-25 ### [1.10.0](https://github.com/eduNEXT/openedx-woocommerce-plugin/compare/v1.9.2...v1.10.0) (2023-09-25) diff --git a/README.txt b/README.txt index bb800eb..bd3f745 100644 --- a/README.txt +++ b/README.txt @@ -5,7 +5,7 @@ Tags: openedx, woocommerce, integration, open source, courses Requires at least: 6.3.1 Tested up to: 6.3.1 Requires PHP: 8.0.29 -Stable tag: 1.10.0 +Stable tag: 1.11.0 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 deba6ee..b8214e6 100644 --- a/openedx-woocommerce-plugin.php +++ b/openedx-woocommerce-plugin.php @@ -15,7 +15,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.10.0 + * Version: 1.11.0 * Author: eduNEXT * Author URI: https://edunext.co/ * License: GPL-2.0+ @@ -38,7 +38,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.10.0' ); +define( 'OPENEDX_WOOCOMMERCE_PLUGIN_VERSION', '1.11.0' ); /** * The code that runs during plugin activation.