diff --git a/CHANGELOG.md b/CHANGELOG.md index 5836745..0555686 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 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) + +#### Features + +* feat: adding some assets for the plugin page at wordpress.org (#98) + +### Documentation + +* docs: update the author of the plugin (#99) + ## 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) diff --git a/README.txt b/README.txt index d8da07e..3228efd 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.5 +Stable tag: 2.0.6 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 426085c..e54e314 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.5 + * Version: 2.0.6 * 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.5' ); +define( 'OPENEDX_COMMERCE_VERSION', '2.0.6' ); /** * The code that runs during plugin activation.