Skip to content

Commit

Permalink
docs(bumpversion): v1.5.0 → v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
julianramirez2 authored and github-actions[bot] committed Aug 28, 2023
1 parent 66b2ea9 commit e041279
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## v1.6.0 - 2023-08-28

### [1.6.0](https://github.com/eduNEXT/openedx-woocommerce-plugin/compare/v1.5.0...v1.6.0) (2023-08-28)

#### Features

- manual token generation ([#25](https://github.com/eduNEXT/openedx-woocommerce-plugin/issues/25)) ([66b2ea9](https://github.com/eduNEXT/openedx-woocommerce-plugin/commit/66b2ea9b126e746fec0f09cae7b3f6526623e574))

#### Documentation

- add readthedocs file ([#30](https://github.com/eduNEXT/openedx-woocommerce-plugin/issues/30)) ([373e545](https://github.com/eduNEXT/openedx-woocommerce-plugin/commit/373e545c3fa151981e503b897f5c61de360fb198))
- add the base for the documentation ([#24](https://github.com/eduNEXT/openedx-woocommerce-plugin/issues/24)) ([c762cb0](https://github.com/eduNEXT/openedx-woocommerce-plugin/commit/c762cb024005cc96cde9786e65dfe52f977381f9))

## v1.5.0 - 2023-08-23

### [1.5.0](https://github.com/eduNEXT/openedx-woocommerce-plugin/compare/v1.4.0...v1.5.0) (2023-08-23)
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.5.0
Stable tag: 1.6.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 @@ -20,7 +20,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.5.0
* Version: 1.6.0
* Author: eduNEXT
* Author URI: https://edunext.co/
* License: GPL-2.0+
Expand All @@ -39,7 +39,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.5.0' );
define( 'OPENEDX_WOOCOMMERCE_PLUGIN_VERSION', '1.6.0' );

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

0 comments on commit e041279

Please sign in to comment.