diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b3f485..ee33353 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/README.txt b/README.txt index a10f06d..f55faf2 100644 --- a/README.txt +++ b/README.txt @@ -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 diff --git a/openedx-woocommerce-plugin.php b/openedx-woocommerce-plugin.php index 0575030..62b1588 100644 --- a/openedx-woocommerce-plugin.php +++ b/openedx-woocommerce-plugin.php @@ -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+ @@ -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.