Skip to content

Commit 098ce45

Browse files
committed
docs(bumpversion): v2.1.0 → v2.1.1
1 parent fe6e82c commit 098ce45

3 files changed

Lines changed: 13 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## v2.1.1 - 2025-10-20
2+
3+
### [2.1.1](https://github.com/openedx/openedx-wordpress-ecommerce/compare/v2.1.0...v2.1.1) (2025-10-20)
4+
5+
#### Bug Fixes
6+
7+
* fix: send the correct course_mode in the enrollment request (#121)
8+
9+
110
## v2.1.0 - 2025-08-05
211

312
### [2.1.0](https://github.com/openedx/openedx-wordpress-ecommerce/compare/v2.0.7...v2.1.0) (2025-08-05)

README.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
Contributors: felipemontoya, julianrg2, mafermazu
33
Tags: openedx, open edx, ecommerce, lms, courses
44
Requires at least: 6.3
5-
Tested up to: 6.8
5+
Tested up to: 6.9
66
Requires PHP: 8.0
7-
Stable tag: 2.1.0
7+
Stable tag: 2.1.1
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.1.0
6+
* Version: 2.1.1
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.1.0' );
35+
define( 'OPENEDX_COMMERCE_VERSION', '2.1.1' );
3636

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

0 commit comments

Comments
 (0)