Skip to content

Commit

Permalink
docs(bumpversion): v1.14.0 → v1.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
julianramirez2 authored and github-actions[bot] committed Oct 12, 2023
1 parent 2857e61 commit c1106f5
Show file tree
Hide file tree
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.14.1 - 2023-10-12

### [1.14.1](https://github.com/eduNEXT/openedx-woocommerce-plugin/compare/v1.14.0...v1.14.1) (2023-10-12)

### Bug Fixes

- improve tooltip info, examples in the domain settings and doc about save before generate token ([#48](https://github.com/eduNEXT/openedx-woocommerce-plugin/issues/48)) ([2857e61](https://github.com/eduNEXT/openedx-woocommerce-plugin/commit/2857e61834f393a52855f2410e9ff25219de6174))

### Documentation

- update the readme.txt and the plugin.php to improve the launch in WordPress ([#47](https://github.com/eduNEXT/openedx-woocommerce-plugin/issues/47)) ([e32f419](https://github.com/eduNEXT/openedx-woocommerce-plugin/commit/e32f41974b88c3648cace935081748de7fd3e989))

## v1.14.0 - 2023-10-12

### [1.14.0](https://github.com/eduNEXT/openedx-woocommerce-plugin/compare/v1.13.0...v1.14.0) (2023-10-12)
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, woocommerce, lms, courses
Requires at least: 6.3
Tested up to: 6.3.1
Requires PHP: 8.0
Stable tag: 1.14.0
Stable tag: 1.14.1
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 @@ -3,7 +3,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.14.0
* Version: 1.14.1
* 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.0' );
define( 'OPENEDX_WOOCOMMERCE_PLUGIN_VERSION', '1.14.1' );

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

0 comments on commit c1106f5

Please sign in to comment.