Skip to content

Commit

Permalink
Add settings to cascade posts on discussion removal (#42)
Browse files Browse the repository at this point in the history
* Add settings to cascade posts on discussion removal

* npm update
  • Loading branch information
AntoineFr committed Jun 8, 2024
1 parent 65a648c commit a7bdbaf
Show file tree
Hide file tree
Showing 14 changed files with 2,418 additions and 5,172 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 AntoineFr
Copyright (c) 2024 AntoineFr

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ You can configure this extension in the Admin area, in the Extensions tab.

![Edit user money](https://i.imgur.com/6CiOxal.png)

![Extension settings](https://i.imgur.com/QRfLOHQ.png)
![Extension settings](https://i.imgur.com/i4gxddo.png)
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"flarum/core": "^1.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "3.*"
"flarum/likes": "*",
"askvortsov/flarum-auto-moderator": "*"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit a7bdbaf

Please sign in to comment.