From e38aa7c3398aa15000378be82d769e14d98cf2d8 Mon Sep 17 00:00:00 2001 From: Maria Fernanda Magallanes Zubillaga Date: Fri, 7 Jun 2024 13:55:34 +0100 Subject: [PATCH] =?UTF-8?q?docs(bumpversion):=20v2.0.3=20=E2=86=92=20v2.0.?= =?UTF-8?q?4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 18 ++++++++++++++++++ README.txt | 2 +- openedx-commerce.php | 4 ++-- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10c5913..7b3d568 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## 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) + +### Bug Fixes + +* fix: stop using an empty enqued style in all contexts (#79) + +### Documentation + +* docs: update the github urls and remove unnecessary mentions (#78) +* docs: update doc urls and the test up to 6.5 (#77) + +### Maintenance + +* chore: update the zip GA to manual triggers and exclude unnecessary files (#76) +* chore: add catalog-info.yaml (#75) + ## v2.0.3 - 2024-04-02 ### [2.0.3](https://github.com/openedx/openedx-wordpress-ecommerce/compare/v2.0.1...v2.0.3) (2024-04-02) diff --git a/README.txt b/README.txt index 848ecee..8320bdf 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.5 Requires PHP: 8.0 -Stable tag: 2.0.3 +Stable tag: 2.0.4 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 a23e22e..4161376 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.3 + * Version: 2.0.4 * 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.3' ); +define( 'OPENEDX_COMMERCE_VERSION', '2.0.4' ); /** * The code that runs during plugin activation.