From f12907007200806bd2283fa8ba11fb8cebb00351 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mar=C3=ADa=20Fernanda=20Magallanes?= <35668326+MaferMazu@users.noreply.github.com> Date: Thu, 5 Sep 2024 11:45:43 -0500 Subject: [PATCH] =?UTF-8?q?docs(bumpversion):=20v2.0.4=20=E2=86=92=20v2.0.?= =?UTF-8?q?5=20(#93)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 20 ++++++++++++++++++++ README.txt | 2 +- openedx-commerce.php | 4 ++-- 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b3d568..5836745 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +## v2.0.5 - 2024-09-05 + +### [2.0.5](https://github.com/openedx/openedx-wordpress-ecommerce/compare/v2.0.4...v2.0.5) (2024-09-05) + +### Bug Fixes + +* fix: remove the tests' inclusion in the plugin (#82) +* fix: add the composer.json to the zip file (#88) +* fix: correct the text domains (#89) +* fix: remove unused scripts and styles (#91) + +### Tests + +* test: add the wordpress plugin check action (#92) + +### Documentation + +* docs: Update conf.py +* docs: update the tested up WordPress version to 6.6 (#90) + ## v2.0.4 - 2024-06-07 ### [2.0.4](https://github.com/openedx/openedx-wordpress-ecommerce/compare/v2.0.3...v2.0.4) (2024-06-07) diff --git a/README.txt b/README.txt index b7ef93a..9198da6 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.4 +Stable tag: 2.0.5 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 4161376..0595c88 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.4 + * Version: 2.0.5 * 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.4' ); +define( 'OPENEDX_COMMERCE_VERSION', '2.0.5' ); /** * The code that runs during plugin activation.