From 20f49426c58fa5b5e488810f6417c4c811423bd2 Mon Sep 17 00:00:00 2001 From: MaferMazu Date: Thu, 9 Nov 2023 15:29:19 +0000 Subject: [PATCH] =?UTF-8?q?docs(bumpversion):=20v2.0.0=20=E2=86=92=20v2.0.?= =?UTF-8?q?1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 ++++++++ README.txt | 2 +- openedx-commerce.php | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d28686..fd62d70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## v2.0.1 - 2023-11-09 + +### [2.0.1](https://github.com/openedx/openedx-wordpress-ecommerce/compare/v2.0.0...v2.0.1) (2023-11-09) + +### Bug Fixes + +- file and class names corrected based on wordpress requirements ([#53](https://github.com/openedx/openedx-wordpress-ecommerce/issues/53)) ([79bdd6a](https://github.com/openedx/openedx-wordpress-ecommerce/commit/79bdd6a0a6127cc1eaf36a90b0451b0ffb36613b)) + ## v2.0.0 - 2023-11-08 ### [2.0.0](https://github.com/openedx/openedx-wordpress-ecommerce/compare/v1.15.3...v2.0.0) (2023-11-08) diff --git a/README.txt b/README.txt index 7c522df..182328a 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: 2.0.0 +Stable tag: 2.0.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html diff --git a/openedx-commerce.php b/openedx-commerce.php index 4dde570..26b98d9 100644 --- a/openedx-commerce.php +++ b/openedx-commerce.php @@ -3,7 +3,7 @@ * Plugin Name: Open edX Commerce * Plugin URI: https://github.com/eduNEXT/openedx-wordpress-ecommerce * Description: Easily connect your WooCommerce store to Open edX. - * Version: 2.0.0 + * Version: 2.0.1 * 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_COMMERCE_VERSION', '2.0.0' ); +define( 'OPENEDX_COMMERCE_VERSION', '2.0.1' ); /** * The code that runs during plugin activation.