Skip to content

Commit e1dab2c

Browse files
committed
fix: bumping to v2.1.0
1 parent 8c64e51 commit e1dab2c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: openedx, open edx, ecommerce, lms, courses
44
Requires at least: 6.3
55
Tested up to: 6.8
66
Requires PHP: 8.0
7-
Stable tag: 2.0.7
7+
Stable tag: 2.1.0
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

openedx-commerce.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Open edX Commerce
44
* Plugin URI: https://github.com/openedx/openedx-wordpress-ecommerce
55
* Description: Easily connect your WooCommerce store to Open edX.
6-
* Version: 2.0.8
6+
* Version: 2.1.0
77
* Author: Open edX Community
88
* Author URI: https://github.com/openedx/openedx-wordpress-ecommerce
99
* License: GPL-2.0+
@@ -32,7 +32,7 @@
3232
* Start at version 1.0.0 and use SemVer - https://semver.org
3333
* Rename this for your plugin and update it as you release new versions.
3434
*/
35-
define( 'OPENEDX_COMMERCE_VERSION', '2.0.8' );
35+
define( 'OPENEDX_COMMERCE_VERSION', '2.1.0' );
3636

3737
/**
3838
* The code that runs during plugin activation.

0 commit comments

Comments
 (0)