From 9094830b256ac1e671162018ccf7b834dcc6a112 Mon Sep 17 00:00:00 2001 From: julianramirez2 Date: Thu, 12 Oct 2023 20:03:33 +0000 Subject: [PATCH] =?UTF-8?q?docs(bumpversion):=20v1.13.0=20=E2=86=92=20v1.1?= =?UTF-8?q?4.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 40097e3..2ee08fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## v1.14.0 - 2023-10-12 + +### [1.14.0](https://github.com/eduNEXT/openedx-woocommerce-plugin/compare/v1.13.0...v1.14.0) (2023-10-12) + +#### Features + +- enroll and unenroll process with new and old endpoints ([#44](https://github.com/eduNEXT/openedx-woocommerce-plugin/issues/44)) ([85d69b0](https://github.com/eduNEXT/openedx-woocommerce-plugin/commit/85d69b02272b8c8a1abf0d3c9c89fb87aa764312)) + ## v1.13.0 - 2023-10-10 ### [1.13.0](https://github.com/eduNEXT/openedx-woocommerce-plugin/compare/v1.12.1...v1.13.0) (2023-10-10) diff --git a/README.txt b/README.txt index 52c96b8..2cc9a15 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.13.0 +Stable tag: 1.14.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 6423037..fd6a1ec 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.13.0 + * Version: 1.14.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.13.0' ); +define( 'OPENEDX_WOOCOMMERCE_PLUGIN_VERSION', '1.14.0' ); /** * The code that runs during plugin activation.