Skip to content

Commit 80b95a1

Browse files
julianramirez2github-actions[bot]
authored andcommitted
docs(bumpversion): v1.0.0 → v1.1.0
1 parent a8c2bb4 commit 80b95a1

File tree

3 files changed

+28
-10
lines changed

3 files changed

+28
-10
lines changed

CHANGELOG.md

Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,25 @@
1-
## Release v1.0.0
2-
## [1.0.0](https://github.com/eduNEXT/openedx-woocommerce-plugin/compare/v1.0.0...v1.0.0) (2023-07-05)
3-
4-
5-
### Features
6-
7-
* initial commit ([28de3be](https://github.com/eduNEXT/openedx-woocommerce-plugin/commit/28de3be9ff181986c84f5fef9c9ee1e6fa3706dd))
1+
## v1.1.0 - 2023-07-07
2+
3+
### [1.1.0](https://github.com/eduNEXT/openedx-woocommerce-plugin/compare/v1.0.0...v1.1.0) (2023-07-07)
4+
5+
#### Features
6+
7+
- continuous integration workflow ([#13](https://github.com/eduNEXT/openedx-woocommerce-plugin/issues/13)) ([fbe5e10](https://github.com/eduNEXT/openedx-woocommerce-plugin/commit/fbe5e1080ebe2efb6901dbe10e287a91e4d2e7d8))
8+
9+
#### Bug Fixes
10+
11+
- 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))
12+
- correct the ci workflows ([#14](https://github.com/eduNEXT/openedx-woocommerce-plugin/issues/14)) ([a8c2bb4](https://github.com/eduNEXT/openedx-woocommerce-plugin/commit/a8c2bb4b07b323777b3c5a53fc9ef9509db29df3))
13+
- 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))
14+
15+
#### Tests
16+
17+
- 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))
18+
19+
## Release v1.0.0
20+
21+
## [1.0.0](https://github.com/eduNEXT/openedx-woocommerce-plugin/compare/v1.0.0...v1.0.0) (2023-07-05)
22+
23+
### Features
24+
25+
- initial commit ([28de3be](https://github.com/eduNEXT/openedx-woocommerce-plugin/commit/28de3be9ff181986c84f5fef9c9ee1e6fa3706dd))

README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://edunext.co/
44
Tags: comments, spam
55
Requires at least: 3.0.1
66
Tested up to: 3.4
7-
Stable tag: 4.3
7+
Stable tag: 1.1.0
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

openedx-woocommerce-plugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* Plugin Name: Open edX WooCommerce Plugin
2121
* Plugin URI: https://github.com/eduNEXT/openedx-woocommerce-plugin
2222
* Description: Easily connect your WooCommerce store to Open edX.
23-
* Version: 1.0.0
23+
* Version: 1.1.0
2424
* Author: eduNEXT
2525
* Author URI: https://edunext.co/
2626
* License: GPL-2.0+
@@ -39,7 +39,7 @@
3939
* Start at version 1.0.0 and use SemVer - https://semver.org
4040
* Rename this for your plugin and update it as you release new versions.
4141
*/
42-
define( 'OPENEDX_WOOCOMMERCE_PLUGIN_VERSION', '1.0.0' );
42+
define( 'OPENEDX_WOOCOMMERCE_PLUGIN_VERSION', '1.1.0' );
4343

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

0 commit comments

Comments
 (0)