From 3cf18c64e364d97a0d899c3313122fce7be3e407 Mon Sep 17 00:00:00 2001 From: Attila Fulop <1162360+fulopattila122@users.noreply.github.com> Date: Mon, 13 Jan 2025 12:25:20 +0200 Subject: [PATCH] Started v4.x - Moved the pending changelog entries to v4.x-dev --- Changelog.md | 20 +++++++++++++------- composer.json | 2 +- src/resources/manifest.php | 2 +- 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/Changelog.md b/Changelog.md index 76114cf..e1ebf4c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,16 +1,22 @@ # Customer Module Changelog -## 3.3.0 -##### 2025-01-13 +## Unreleased - 4.x +##### 2025-XX-YY -- Added customer_number to the Customers table - BC: Added the `addPurchase` method to the `Customer` interface +- BC: Renamed the following fields in the `customer_purchases` table: + - `purchase_date` => `date` + - `purchase_value` => `value` - Added the `reference` field to the `customer_purchases` table - it can be used to identify the purchase in case the purchasable is not inside the current DB or application + it can be used to identify the purchase in case the purchasable is not inside the current DB or application - Changed the purchasable morph to be nullable in the `customer_purchases` table -- Renamed the following fields in the `customer_purchases` table: - - `purchase_date` => `date` - - `purchase_value` => `value` + +--- + +## 3.3.0 +##### 2025-01-13 + +- Added customer_number to the Customers table ## 3.2.0 ##### 2024-12-14 diff --git a/composer.json b/composer.json index 760cd89..a3dc3db 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ }, "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "4.0.x-dev" } } } diff --git a/src/resources/manifest.php b/src/resources/manifest.php index 929c69a..caba54f 100644 --- a/src/resources/manifest.php +++ b/src/resources/manifest.php @@ -4,5 +4,5 @@ return [ 'name' => 'Konekt Customer Module', - 'version' => '3.3.0' + 'version' => '4.x-dev' ];