Skip to content

Commit

Permalink
v5 release notes additions
Browse files Browse the repository at this point in the history
  • Loading branch information
distantnative committed Jan 29, 2025
1 parent 6cc46ed commit 7cfe88c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions content/releases/5/50_changelog/release-changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Enhancements:
- New `$app->role()` method that works like `$app->user()` to return a specific role or the role of the current user. [#6874](https://github.com/getkirby/kirby/pull/6874)

#### Versions
- New `storage` core component which returns the default storage handler for a model [#6867](https://github.com/getkirby/kirby/pull/6867)
- New (class: Kirby\Cms\ModelWithContent method: version) method to directly access different content versions [#6455](https://github.com/getkirby/kirby/pull/6455)

```php
Expand Down
6 changes: 6 additions & 0 deletions content/releases/5/5_view-buttons/release-guide.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,12 @@ buttons:

Query support is available for the `dialog`, `drawer`, `icon`, `link`, `text` and `theme` options.

### Disable all buttons

```yml
buttons: false
```


## In the `config.php`

Expand Down

0 comments on commit 7cfe88c

Please sign in to comment.