From 3fc8f5aad1c1d3ee65f70c6f4aa20abe92237850 Mon Sep 17 00:00:00 2001 From: Maria Fernanda Magallanes Zubillaga Date: Tue, 5 Nov 2024 14:45:40 -0500 Subject: [PATCH] =?UTF-8?q?docs(bumpversion):=20v2.0.6=20=E2=86=92=20v2.0.?= =?UTF-8?q?7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 12 ++++++++++++ README.txt | 2 +- openedx-commerce.php | 4 ++-- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0555686..4900065 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## v2.0.7 - 2024-11-05 + +### [2.0.7](https://github.com/openedx/openedx-wordpress-ecommerce/compare/v2.0.6...v2.0.7) (2024-11-05) + +#### Bug Fixes + +* fix: admin enqueue order (#102) + +### Documentation + +* docs: add info about tutor-contrib-wordpress plugin (#84) + ## v2.0.6 - 2024-10-03 ### [2.0.6](https://github.com/openedx/openedx-wordpress-ecommerce/compare/v2.0.5...v2.0.6) (2024-10-03) diff --git a/README.txt b/README.txt index 3228efd..86d8d56 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.6 Requires PHP: 8.0 -Stable tag: 2.0.6 +Stable tag: 2.0.7 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 e54e314..e80a667 100644 --- a/openedx-commerce.php +++ b/openedx-commerce.php @@ -3,7 +3,7 @@ * Plugin Name: Open edX Commerce * Plugin URI: https://github.com/openedx/openedx-wordpress-ecommerce * Description: Easily connect your WooCommerce store to Open edX. - * Version: 2.0.6 + * Version: 2.0.7 * Author: Open edX Community * Author URI: https://github.com/openedx/openedx-wordpress-ecommerce * 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.6' ); +define( 'OPENEDX_COMMERCE_VERSION', '2.0.7' ); /** * The code that runs during plugin activation.