Skip to content

Commit

Permalink
Release v4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Jan 13, 2025
1 parent 273436e commit 2509db3
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 @@
# AppShell Changelog

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

- Added the `customer_number` field to the customer views and forms
- Changed the minimal customer module requirement to v3.3
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Now you should see this:
+----+---------------------+------+----------+------------------+-----------------+
| # | Name | Kind | Version | Id | Namespace |
+----+---------------------+------+----------+------------------+-----------------+
| 1. | Konekt AppShell Box | Box | 4.7.0 | konekt.app_shell | Konekt\AppShell |
| 1. | Konekt AppShell Box | Box | 4.8.0 | konekt.app_shell | Konekt\AppShell |
+----+---------------------+------+----------+------------------+-----------------+
```

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' => 'AppShell',
'version' => '4.7.0'
'version' => '4.8.0'
];

0 comments on commit 2509db3

Please sign in to comment.