Skip to content

Commit

Permalink
Merge branch '3.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Jan 13, 2025
2 parents b1773cc + 5ca1612 commit 72d6385
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Customer Module Changelog

## Unreleased
##### 2025-XX-YY
## 3.3.0
##### 2025-01-13

- Added customer_number to the Customers table
- BC: Added the `addPurchase` method to the `Customer` interface
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ php artisan concord:modules -a
+----+------------------------+--------+---------+------------------+-----------------+
| # | Name | Kind | Version | Id | Namespace |
+----+------------------------+--------+---------+------------------+-----------------+
| 1. | Konekt Customer Module | Module | 3.2.0 | konekt.customer | Konekt\Customer |
| 1. | Konekt Customer Module | Module | 3.3.0 | konekt.customer | Konekt\Customer |
+----+------------------------+--------+---------+------------------+-----------------+
```

Expand Down
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.2.0'
'version' => '3.3.0'
];

0 comments on commit 72d6385

Please sign in to comment.