From 8cd6d5864f4810462b00a62a5aa32a3320b27b34 Mon Sep 17 00:00:00 2001 From: julianramirez2 Date: Wed, 30 Aug 2023 21:05:53 +0000 Subject: [PATCH] =?UTF-8?q?docs(bumpversion):=20v1.6.0=20=E2=86=92=20v1.7.?= =?UTF-8?q?0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 ++++++++ README.txt | 2 +- openedx-woocommerce-plugin.php | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 446d4ee..1d647de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## v1.7.0 - 2023-08-30 + +### [1.7.0](https://github.com/eduNEXT/openedx-woocommerce-plugin/compare/v1.6.0...v1.7.0) (2023-08-30) + +#### Features + +- release generates zip with dependencies ([#32](https://github.com/eduNEXT/openedx-woocommerce-plugin/issues/32)) ([76e228d](https://github.com/eduNEXT/openedx-woocommerce-plugin/commit/76e228d24392994184d521472d05f96c5d75e5f0)) + ## v1.6.0 - 2023-08-28 ### [1.6.0](https://github.com/eduNEXT/openedx-woocommerce-plugin/compare/v1.5.0...v1.6.0) (2023-08-28) diff --git a/README.txt b/README.txt index abb2f08..5341eea 100644 --- a/README.txt +++ b/README.txt @@ -3,7 +3,7 @@ Contributors: (this should be a list of wordpress.org userid's) Donate link: https://edunext.co/ Tags: openedx, courses Tested up to: 6.2 -Stable tag: 1.6.0 +Stable tag: 1.7.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 5143598..935df66 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.6.0 + * Version: 1.7.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.6.0' ); +define( 'OPENEDX_WOOCOMMERCE_PLUGIN_VERSION', '1.7.0' ); /** * The code that runs during plugin activation.