Skip to content

Commit

Permalink
docs(bumpversion): v1.14.3 → v1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MaferMazu authored and github-actions[bot] committed Nov 2, 2023
1 parent 2365439 commit d6a2ddf
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## v1.15.0 - 2023-11-02

### [1.15.0](https://github.com/openedx/openedx-wordpress-ecommerce/compare/v1.14.3...v1.15.0) (2023-11-02)

#### Features

- created new workflow for release zip with current version ([#54](https://github.com/openedx/openedx-wordpress-ecommerce/issues/54)) ([2365439](https://github.com/openedx/openedx-wordpress-ecommerce/commit/23654391f078165f0f4b5c5e9c71bd5ae5971467))

#### Build Systems

- Creating workflow `add-depr-ticket-to-depr-board.yml`. ([8419386](https://github.com/openedx/openedx-wordpress-ecommerce/commit/84193865b21a7c9be30882229bd2136381cc8c17))
- Creating workflow `add-remove-label-on-comment.yml`. ([de0da1c](https://github.com/openedx/openedx-wordpress-ecommerce/commit/de0da1c7106f904d9604a510113246031c5c2844))
- Creating workflow `commitlint.yml`. ([ce85c30](https://github.com/openedx/openedx-wordpress-ecommerce/commit/ce85c3081b3d104e9926f977eec2f8b86ab2a814))
- Creating workflow `self-assign-issue.yml`. ([a413093](https://github.com/openedx/openedx-wordpress-ecommerce/commit/a4130939e63bfa2cee932e3c45893677ac431550))

## v1.14.3 - 2023-10-13

### [1.14.3](https://github.com/eduNEXT/openedx-wordpress-ecommerce/compare/v1.14.2...v1.14.3) (2023-10-13)
Expand Down
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: openedx, open edx, ecommerce, lms, courses
Requires at least: 6.3
Tested up to: 6.3.1
Requires PHP: 8.0
Stable tag: 1.14.3
Stable tag: 1.15.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-ecommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Open edX Ecommerce
* Plugin URI: https://github.com/eduNEXT/openedx-wordpress-ecommerce
* Description: Easily connect your WooCommerce store to Open edX.
* Version: 1.14.3
* Version: 1.15.0
* Author: eduNEXT
* Author URI: https://edunext.co/
* License: GPL-2.0+
Expand Down Expand Up @@ -32,7 +32,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.14.3' );
define( 'OPENEDX_WOOCOMMERCE_PLUGIN_VERSION', '1.15.0' );

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

0 comments on commit d6a2ddf

Please sign in to comment.