Skip to content

Commit

Permalink
docs(bumpversion): v1.9.0 → v1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
julianramirez2 authored and github-actions[bot] committed Sep 8, 2023
1 parent db1a2b1 commit 9518dc8
Show file tree
Hide file tree
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 @@
## v1.9.1 - 2023-09-08

### [1.9.1](https://github.com/eduNEXT/openedx-woocommerce-plugin/compare/v1.9.0...v1.9.1) (2023-09-08)

### Bug Fixes

- course_id read-only, naming improvements and css styles ([#37](https://github.com/eduNEXT/openedx-woocommerce-plugin/issues/37)) ([db1a2b1](https://github.com/eduNEXT/openedx-woocommerce-plugin/commit/db1a2b12ca8ac70aefd32d3941d11411a96ad085))

### Code Refactoring

- enrollment request form changes ([#36](https://github.com/eduNEXT/openedx-woocommerce-plugin/issues/36)) ([66e2643](https://github.com/eduNEXT/openedx-woocommerce-plugin/commit/66e264307f9686e3e36da4956f2df8d0901467d7))

## v1.9.0 - 2023-09-01

### [1.9.0](https://github.com/eduNEXT/openedx-woocommerce-plugin/compare/v1.8.0...v1.9.0) (2023-09-01)
Expand Down
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: (this should be a list of wordpress.org userid's)
Donate link: https://edunext.co/
Tags: openedx, courses
Tested up to: 6.2
Stable tag: 1.9.0
Stable tag: 1.9.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down
4 changes: 2 additions & 2 deletions openedx-woocommerce-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* Plugin Name: Open edX WooCommerce Plugin
* Plugin URI: https://github.com/eduNEXT/openedx-woocommerce-plugin
* Description: Easily connect your WooCommerce store to Open edX.
* Version: 1.9.0
* Version: 1.9.1
* Author: eduNEXT
* Author URI: https://edunext.co/
* License: GPL-2.0+
Expand All @@ -38,7 +38,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.9.0' );
define( 'OPENEDX_WOOCOMMERCE_PLUGIN_VERSION', '1.9.1' );

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

0 comments on commit 9518dc8

Please sign in to comment.