Skip to content

Commit

Permalink
Merge pull request #9 from WalsGit/flarum-discussion-cards
Browse files Browse the repository at this point in the history
updating readme & changelog
  • Loading branch information
WalsGit authored Nov 15, 2024
2 parents 182125e + eec742b commit e10dc0b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [1.0.2] - 2024-11-15
### Changed
- Renaming the extension to Flarum Discussion Cards

## [1.0.1] - 2024-11-15
### Fixed
- French translation bug (removed extra quote)
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Discussion Cards
## Flarum Discussion Cards

![License](https://img.shields.io/badge/license-MIT-blue.svg) [![Latest Stable Version](https://img.shields.io/packagist/v/walsgit/discussion-cards.svg)](https://packagist.org/packages/walsgit/discussion-cards) [![Total Downloads](https://img.shields.io/packagist/dt/walsgit/discussion-cards.svg)](https://packagist.org/packages/walsgit/discussion-cards)
![License](https://img.shields.io/badge/license-MIT-blue.svg) [![Latest Stable Version](https://img.shields.io/packagist/v/walsgit/flarum-discussion-cards.svg)](https://packagist.org/packages/walsgit/flarum-discussion-cards) [![Total Downloads](https://img.shields.io/packagist/dt/walsgit/flarum-discussion-cards.svg)](https://packagist.org/packages/walsgit/flarum-discussion-cards)

A [Flarum](https://flarum.org) extension (**Fork** of ``@Dem13n``'s [discussion-cards](https://github.com/Dem13n/discussion-cards)). Allows you to display discussions in the form of cards, the first image of the first post is used as a preview, if there are no images, a stub is displayed.

Expand Down Expand Up @@ -28,19 +28,19 @@ Also it changes how the setting to distinguish between read & unread discussion
Install with composer:

```sh
composer require walsgit/discussion-cards
composer require walsgit/flarum-discussion-cards
```

## Updating

```sh
composer update walsgit/discussion-cards
composer update walsgit/flarum-discussion-cards
php flarum migrate
php flarum cache:clear
```

## Links

- [Packagist](https://packagist.org/packages/walsgit/discussion-cards)
- [GitHub](https://github.com/walsgit/discussion-cards)
- [Packagist](https://packagist.org/packages/walsgit/flarum-discussion-cards)
- [GitHub](https://github.com/walsgit/flarum-discussion-cards)

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"extra": {
"flarum-extension": {
"title": "Discussion Сards",
"title": "Flarum Discussion Сards",
"category": "feature",
"icon": {
"name": "fas fa-border-all",
Expand Down

0 comments on commit e10dc0b

Please sign in to comment.