Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkwinkelmann committed Nov 21, 2022
1 parent 15a0360 commit 8d1af55
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ This is a companion extension to the [Money extension](https://github.com/Antoin
The extension adds a new kind of polls where users vote with money.
The amount pledged can be customized and results are sorted by the total money given to each option.

When creating a poll, a new switch is added to turn the poll into a money poll.
A local or global min/max value can be configured in the poll/extension settings.
A list of predefined amounts can be configured in the extension settings.
The user can always choose a custom value if they want.
Expand Down Expand Up @@ -38,7 +39,10 @@ You can [contact me](https://clarkwinkelmann.com/flarum) to sponsor additional f

Support is offered on a "best effort" basis through the Flarum community thread.

**Sponsors**: annonny

## Links

- [GitHub](https://github.com/clarkwinkelmann/flarum-ext-vote-with-money)
- [Packagist](https://packagist.org/packages/clarkwinkelmann/flarum-ext-vote-with-money)
- [Discuss](https://discuss.flarum.org/d/32016)
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"require": {
"flarum/core": "^1.2",
"antoinefr/flarum-ext-money": "*",
"fof/polls": "*"
"fof/polls": "^1.3"
},
"authors": [
{
Expand All @@ -23,7 +23,8 @@
}
],
"support": {
"source": "https://github.com/clarkwinkelmann/flarum-ext-vote-with-money"
"source": "https://github.com/clarkwinkelmann/flarum-ext-vote-with-money",
"forum": "https://discuss.flarum.org/d/32016"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 8d1af55

Please sign in to comment.