Skip to content

Commit

Permalink
docs(bumpversion): v2.0.3 → v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MaferMazu committed Jun 7, 2024
1 parent 2fd6e6f commit e38aa7c
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## v2.0.4 - 2024-06-07

### [2.0.4](https://github.com/openedx/openedx-wordpress-ecommerce/compare/v2.0.3...v2.0.4) (2024-06-07)

### Bug Fixes

* fix: stop using an empty enqued style in all contexts (#79)

### Documentation

* docs: update the github urls and remove unnecessary mentions (#78)
* docs: update doc urls and the test up to 6.5 (#77)

### Maintenance

* chore: update the zip GA to manual triggers and exclude unnecessary files (#76)
* chore: add catalog-info.yaml (#75)

## 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)
Expand Down
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: openedx, open edx, ecommerce, lms, courses
Requires at least: 6.3
Tested up to: 6.5
Requires PHP: 8.0
Stable tag: 2.0.3
Stable tag: 2.0.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down
4 changes: 2 additions & 2 deletions openedx-commerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.3
* Version: 2.0.4
* Author: edunext
* Author URI: https://edunext.co/
* License: GPL-2.0+
Expand Down Expand Up @@ -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.3' );
define( 'OPENEDX_COMMERCE_VERSION', '2.0.4' );

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

0 comments on commit e38aa7c

Please sign in to comment.