Skip to content

Commit

Permalink
Update code to Flarum 1.7 standard
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkwinkelmann committed Apr 13, 2023
1 parent e5e636f commit 839f991
Show file tree
Hide file tree
Showing 20 changed files with 1,549 additions and 3,401 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019-2021 Clark Winkelmann
Copyright (c) 2019-2023 Clark Winkelmann
Copyright (c) 2018 David Sevilla Martín
Copyright (c) 2016-2017 Flagrow

Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ Send individual or mass mailing to Flarum users.

composer require clarkwinkelmann/flarum-ext-mailing

Pre-beta 14 the package was called `kilowhat/flarum-ext-mailing`.

## Documentation

The individual user mailing button can be found in the user card dropdown menu, including the user profile page and while hovering a username in a discussion.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"type": "flarum-extension",
"license": "MIT",
"require": {
"flarum/core": "^1.0"
"flarum/core": "^1.7"
},
"replace": {
"kilowhat/flarum-ext-mailing": "*"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion js/dist/admin.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 839f991

Please sign in to comment.