Skip to content

Commit

Permalink
Release v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Oct 29, 2024
1 parent 9f5ce3a commit 8d0acec
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
vendor/
composer.lock
/.phpunit.result.cache
/.phpunit.cache/test-results
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
##### 2024-XX-YY
## 4.2.0
##### 2024-10-29

- Added missing support to pass a callback as the badge widget's `text` option

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.1.0 | konekt.app_shell | Konekt\AppShell |
| 1. | Konekt AppShell Box | Box | 4.2.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.1.0'
'version' => '4.2.0'
];

0 comments on commit 8d0acec

Please sign in to comment.