Skip to content

Commit ba6e2b5

Browse files
Release v4.15.0
1 parent 4d679ff commit ba6e2b5

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# AppShell Changelog
22

3-
## Unreleased
4-
##### 2025-XX-YY
3+
## 4.15.0
4+
##### 2025-12-08
55

66
- Added the possibility to use "ilike" in all generic partial matching filters
77
- Added the possibility to use a different field for the query than the id of the filter

docs/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
As of AppShell v4.x, the requirements are:
88

9-
- PHP 8.2 - 8.4
9+
- PHP 8.2 - 8.5
1010
- Laravel 10.x, 11.x, 12.x
1111

1212
## Install AppShell
@@ -44,7 +44,7 @@ Now you should see this:
4444
+----+---------------------+------+----------+------------------+-----------------+
4545
| # | Name | Kind | Version | Id | Namespace |
4646
+----+---------------------+------+----------+------------------+-----------------+
47-
| 1. | Konekt AppShell Box | Box | 4.14.0 | konekt.app_shell | Konekt\AppShell |
47+
| 1. | Konekt AppShell Box | Box | 4.15.0 | konekt.app_shell | Konekt\AppShell |
4848
+----+---------------------+------+----------+------------------+-----------------+
4949
```
5050

src/resources/manifest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44

55
return [
66
'name' => 'AppShell',
7-
'version' => '4.14.0'
7+
'version' => '4.15.0'
88
];

0 commit comments

Comments
 (0)