Skip to content

Commit

Permalink
docs(bumpversion): v1.9.2 → v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
julianramirez2 authored and github-actions[bot] committed Sep 25, 2023
1 parent 729ae47 commit 6815445
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.10.0 - 2023-09-25

### [1.10.0](https://github.com/eduNEXT/openedx-woocommerce-plugin/compare/v1.9.2...v1.10.0) (2023-09-25)

#### Features

- enrollment creation when an order is processed ([#40](https://github.com/eduNEXT/openedx-woocommerce-plugin/issues/40)) ([729ae47](https://github.com/eduNEXT/openedx-woocommerce-plugin/commit/729ae477c83ddd22f0dfa125d18819bd7004ce66))

#### Documentation

- add how-tos and the base of the quickstart ([#39](https://github.com/eduNEXT/openedx-woocommerce-plugin/issues/39)) ([871b871](https://github.com/eduNEXT/openedx-woocommerce-plugin/commit/871b87195a6686fe5792b3acbb8b0c1752b40d68))

## v1.9.2 - 2023-09-12

### [1.9.2](https://github.com/eduNEXT/openedx-woocommerce-plugin/compare/v1.9.1...v1.9.2) (2023-09-12)
Expand Down
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: openedx, woocommerce, integration, open source, courses
Requires at least: 6.3.1
Tested up to: 6.3.1
Requires PHP: 8.0.29
Stable tag: 1.9.2
Stable tag: 1.10.0
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.2
* Version: 1.10.0
* 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.2' );
define( 'OPENEDX_WOOCOMMERCE_PLUGIN_VERSION', '1.10.0' );

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

0 comments on commit 6815445

Please sign in to comment.