Skip to content

Commit

Permalink
docs(bumpversion): v1.0.0 → v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
julianramirez2 authored and github-actions[bot] committed Jul 7, 2023
1 parent a8c2bb4 commit 80b95a1
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 10 deletions.
32 changes: 25 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,25 @@
## Release v1.0.0
## [1.0.0](https://github.com/eduNEXT/openedx-woocommerce-plugin/compare/v1.0.0...v1.0.0) (2023-07-05)


### Features

* initial commit ([28de3be](https://github.com/eduNEXT/openedx-woocommerce-plugin/commit/28de3be9ff181986c84f5fef9c9ee1e6fa3706dd))
## v1.1.0 - 2023-07-07

### [1.1.0](https://github.com/eduNEXT/openedx-woocommerce-plugin/compare/v1.0.0...v1.1.0) (2023-07-07)

#### Features

- continuous integration workflow ([#13](https://github.com/eduNEXT/openedx-woocommerce-plugin/issues/13)) ([fbe5e10](https://github.com/eduNEXT/openedx-woocommerce-plugin/commit/fbe5e1080ebe2efb6901dbe10e287a91e4d2e7d8))

#### Bug Fixes

- code refactoring and namespace/use statements. ([#11](https://github.com/eduNEXT/openedx-woocommerce-plugin/issues/11)) ([7e280e4](https://github.com/eduNEXT/openedx-woocommerce-plugin/commit/7e280e4d5a30b9b4b29ec7f60cea7cb7b75aadc3))
- correct the ci workflows ([#14](https://github.com/eduNEXT/openedx-woocommerce-plugin/issues/14)) ([a8c2bb4](https://github.com/eduNEXT/openedx-woocommerce-plugin/commit/a8c2bb4b07b323777b3c5a53fc9ef9509db29df3))
- corrected file names according to the class they contain ([#10](https://github.com/eduNEXT/openedx-woocommerce-plugin/issues/10)) ([6bd562c](https://github.com/eduNEXT/openedx-woocommerce-plugin/commit/6bd562cbf7b828a32bae6c12bb44026be995d5a9))

#### Tests

- implement unit testing for post-type enrollment ([#5](https://github.com/eduNEXT/openedx-woocommerce-plugin/issues/5)) ([5398e66](https://github.com/eduNEXT/openedx-woocommerce-plugin/commit/5398e668d1e7b8c440a85aec5dde1882e3f997cd))

## Release v1.0.0

## [1.0.0](https://github.com/eduNEXT/openedx-woocommerce-plugin/compare/v1.0.0...v1.0.0) (2023-07-05)

### Features

- initial commit ([28de3be](https://github.com/eduNEXT/openedx-woocommerce-plugin/commit/28de3be9ff181986c84f5fef9c9ee1e6fa3706dd))
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://edunext.co/
Tags: comments, spam
Requires at least: 3.0.1
Tested up to: 3.4
Stable tag: 4.3
Stable tag: 1.1.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.0.0
* Version: 1.1.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.0.0' );
define( 'OPENEDX_WOOCOMMERCE_PLUGIN_VERSION', '1.1.0' );

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

0 comments on commit 80b95a1

Please sign in to comment.