From 4eed0db601ab436eb99b8381a620575114183357 Mon Sep 17 00:00:00 2001 From: MaferMazu Date: Thu, 2 Nov 2023 20:43:26 +0000 Subject: [PATCH] =?UTF-8?q?docs(bumpversion):=20v1.15.0=20=E2=86=92=20v1.1?= =?UTF-8?q?5.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 ++++++++ README.txt | 2 +- openedx-ecommerce.php | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38e73ee..d4992a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## v1.15.1 - 2023-11-02 + +### [1.15.1](https://github.com/openedx/openedx-wordpress-ecommerce/compare/v1.15.0...v1.15.1) (2023-11-02) + +### Bug Fixes + +- plugin working on clean installation ([#58](https://github.com/openedx/openedx-wordpress-ecommerce/issues/58)) ([f530acd](https://github.com/openedx/openedx-wordpress-ecommerce/commit/f530acdf4df951da2c90c1ddbc6e6e1fb40c63f7)) + ## 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) diff --git a/README.txt b/README.txt index d5f3e78..b75f605 100644 --- a/README.txt +++ b/README.txt @@ -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.15.0 +Stable tag: 1.15.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html diff --git a/openedx-ecommerce.php b/openedx-ecommerce.php index a26e90c..2c13b50 100644 --- a/openedx-ecommerce.php +++ b/openedx-ecommerce.php @@ -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.15.0 + * Version: 1.15.1 * Author: eduNEXT * Author URI: https://edunext.co/ * License: GPL-2.0+ @@ -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.15.0' ); +define( 'OPENEDX_WOOCOMMERCE_PLUGIN_VERSION', '1.15.1' ); /** * The code that runs during plugin activation.