Skip to content

Commit

Permalink
added donation link
Browse files Browse the repository at this point in the history
  • Loading branch information
WalsGit committed Nov 22, 2024
1 parent db4f6ff commit 296f268
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 2,154 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Changelog

## [1.1.0] - 2024-11-21
## [1.1.0] - 2024-11-22
### Added
- Support for `v17development/flarum-blog` extension
- option to chose to use the blog's images (post featured image and blog default's image) for blog post cards
- option to chose to use blog posts' summary as preview text for blog post cards
- NEW FEATURE: Support for `v17development/flarum-blog` extension
- NEW Option to chose to use the blog's images (post featured image and blog default's image) for blog post cards
- NEW Option to chose to use blog posts' summary as preview text for blog post cards
- A donation link

### Changed
- Options for 3rd party extensions will only be enabled if said extensions are installed and activated.
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@ php flarum cache:clear
- [Packagist](https://packagist.org/packages/walsgit/flarum-discussion-cards)
- [GitHub](https://github.com/walsgit/flarum-discussion-cards)
- [Discuss](https://discuss.flarum.org/d/36343-flarum-discussion-cards)
- [Donate](https://walsgit.github.io/Donations/)
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
"homepage": "https://discuss.flarum.org/u/Walid"
}
],
"funding": [
{
"type": "website",
"url": "https://walsgit.github.io/Donations/"
}
],
"require": {
"flarum/core": "^1.0",
"flarum/tags": "^1.0"
Expand Down
996 changes: 1 addition & 995 deletions js/dist/admin.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/dist/admin.js.map

Large diffs are not rendered by default.

1,154 changes: 1 addition & 1,153 deletions js/dist/forum.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/dist/forum.js.map

Large diffs are not rendered by default.

0 comments on commit 296f268

Please sign in to comment.