Skip to content

Commit

Permalink
Merge branch 'master' into im/1-8-6
Browse files Browse the repository at this point in the history
  • Loading branch information
imorland authored Oct 4, 2024
2 parents 76f7175 + 551063e commit cce3d2b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @FriendsOfFlarum/maintainers
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,16 @@ Private discussions for your forum. Allows you to select specific recipients for
- Force new posts in these private discussions to show real-time.

## Installation


composer require fof/byobu:"*"
```php
composer require fof/byobu:"*"
```

## Updating

composer update fof/byobu
php flarum migrate
php flarum cache:clear
```php
composer update fof/byobu
php flarum migrate
php flarum cache:clear
```

## Configuration

Expand Down Expand Up @@ -58,10 +59,9 @@ In order to do so we rely on voluntary contributions on [OpenCollective](https:/

## Links

- [Flarum Discuss post](https://discuss.flarum.org/d/4762)
- [Source code on GitHub](https://github.com/FriendsOfFlarum/byobu)
- [Changelog](https://github.com/FriendsOfFlarum/byobu/blob/master/CHANGELOG.md)
- [Discuss](https://discuss.flarum.org/d/4762)
- [GitHub](https://github.com/FriendsOfFlarum/byobu)
- [Report an issue](https://github.com/FriendsOfFlarum/byobu/issues)
- [Download via Packagist](https://packagist.org/packages/fof/byobu)
- [Packagist](https://packagist.org/packages/fof/byobu)

An extension by FriendsOfFlarum.

0 comments on commit cce3d2b

Please sign in to comment.