Skip to content

Commit

Permalink
docs(bumpversion): v1.7.0 → v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
julianramirez2 authored and github-actions[bot] committed Aug 31, 2023
1 parent 847d180 commit d7b4924
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.8.0 - 2023-08-31

### [1.8.0](https://github.com/eduNEXT/openedx-woocommerce-plugin/compare/v1.7.0...v1.8.0) (2023-08-31)

#### Features

- wpcs workflow and code quality improved ([#31](https://github.com/eduNEXT/openedx-woocommerce-plugin/issues/31)) ([50f9cb1](https://github.com/eduNEXT/openedx-woocommerce-plugin/commit/50f9cb14b6d64d048ec31a63e264ec8a58712e19))

#### Bug Fixes

- ci and wpcs workflow fixes ([#34](https://github.com/eduNEXT/openedx-woocommerce-plugin/issues/34)) ([847d180](https://github.com/eduNEXT/openedx-woocommerce-plugin/commit/847d180d647fb2c977dd07c85494c520f6aa3a25))

## v1.7.0 - 2023-08-30

### [1.7.0](https://github.com/eduNEXT/openedx-woocommerce-plugin/compare/v1.6.0...v1.7.0) (2023-08-30)
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
@@ -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.7.0
Stable tag: 1.8.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

4 changes: 2 additions & 2 deletions openedx-woocommerce-plugin.php
Original file line number Diff line number Diff line change
@@ -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.7.0
* Version: 1.8.0
* Author: eduNEXT
* Author URI: https://edunext.co/
* License: GPL-2.0+
@@ -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.7.0' );
define( 'OPENEDX_WOOCOMMERCE_PLUGIN_VERSION', '1.8.0' );

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

0 comments on commit d7b4924

Please sign in to comment.