Skip to content

Commit

Permalink
docs(bumpversion): v1.15.3 → v2.0.0
Browse files Browse the repository at this point in the history
MaferMazu authored and github-actions[bot] committed Nov 8, 2023
1 parent b1348f3 commit 3f8a41c
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## v2.0.0 - 2023-11-08

### [2.0.0](https://github.com/openedx/openedx-wordpress-ecommerce/compare/v1.15.3...v2.0.0) (2023-11-08)

#### ⚠ BREAKING CHANGES

- this change causes old enrollment request entries not to be displayed because they do not have status

#### Features

- show enrollment status in enrollments table ([#56](https://github.com/openedx/openedx-wordpress-ecommerce/issues/56)) ([b1348f3](https://github.com/openedx/openedx-wordpress-ecommerce/commit/b1348f3dfe51a4bc9dfa64dc0ea26cc5bea0663f))

## v1.15.3 - 2023-11-08

### [1.15.3](https://github.com/openedx/openedx-wordpress-ecommerce/compare/v1.15.2...v1.15.3) (2023-11-08)
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ Tags: openedx, open edx, ecommerce, lms, courses
Requires at least: 6.3
Tested up to: 6.3.1
Requires PHP: 8.0
Stable tag: 1.15.3
Stable tag: 2.0.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

4 changes: 2 additions & 2 deletions openedx-ecommerce.php
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
* Plugin Name: Open edX Ecommerce
* Plugin URI: https://github.com/eduNEXT/openedx-wordpress-ecommerce
* Description: Easily connect your WooCommerce store to Open edX.
* Version: 1.15.3
* Version: 2.0.0
* 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_WOOCOMMERCE_PLUGIN_VERSION', '1.15.3' );
define( 'OPENEDX_WOOCOMMERCE_PLUGIN_VERSION', '2.0.0' );

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

0 comments on commit 3f8a41c

Please sign in to comment.