From 15737a34fb68ade358982f8a94d436044df226f4 Mon Sep 17 00:00:00 2001 From: Maria Fernanda Magallanes Zubillaga Date: Mon, 1 Apr 2024 21:04:02 -0500 Subject: [PATCH] docs: bumpversion and changelog --- CHANGELOG.md | 9 +++++++++ README.txt | 2 +- openedx-commerce.php | 4 ++-- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14675b27..aab27fb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 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) + +### Bug Fixes + +* fix: remove the exclusion of NonceVerification in phpcs and fix the issues (#67) +* fix: delete unused workflows and update them to check plugin version and generate zip with releases (#71) + ## v2.0.2 - 2023-12-20 ### [2.0.2](https://github.com/openedx/openedx-wordpress-ecommerce/compare/v2.0.1...v2.0.2) (2023-12-20) diff --git a/README.txt b/README.txt index 8fc4890a..64653013 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 Requires PHP: 8.0 -Stable tag: 2.0.2 +Stable tag: 2.0.3 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 5ed6dfda..425127b9 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.2 + * Version: 2.0.3 * 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.2' ); +define( 'OPENEDX_COMMERCE_VERSION', '2.0.3' ); /** * The code that runs during plugin activation.