Skip to content

Commit

Permalink
Started v4.x
Browse files Browse the repository at this point in the history
- Moved the pending changelog entries to v4.x-dev
  • Loading branch information
fulopattila122 committed Jan 13, 2025
1 parent 72d6385 commit 3cf18c6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
20 changes: 13 additions & 7 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
"dev-master": "4.0.x-dev"
}
}
}
2 changes: 1 addition & 1 deletion src/resources/manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

return [
'name' => 'Konekt Customer Module',
'version' => '3.3.0'
'version' => '4.x-dev'
];

0 comments on commit 3cf18c6

Please sign in to comment.