Skip to content

Commit 0862dde

Browse files
committed
Merge remote-tracking branch 'origin/5.5' into 5.5
2 parents 8c6fa59 + c7e114a commit 0862dde

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ updates:
77
- package-ecosystem: "github-actions"
88
directory: /
99
schedule:
10-
interval: "weekly"
10+
interval: "monthly"

docs/migration/wsc54/deprecations_removals.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ With version 5.5, we have deprecated certain components and removed several othe
2727
#### Methods
2828

2929
- `wcf\action\MessageQuoteAction::markForRemoval()` ([WoltLab/WCF#4452](https://github.com/WoltLab/WCF/pull/4452))
30+
- `wcf\data\user\avatar\UserAvatarAction::fetchRemoteAvatar()` ([WoltLab/WCF#4744](https://github.com/WoltLab/WCF/pull/4744))
3031
- `wcf\data\user\notification\UserNotificationAction::getOutstandingNotifications()` ([WoltLab/WCF#4603](https://github.com/WoltLab/WCF/pull/4603))
3132
- `wcf\data\moderation\queue\ModerationQueueAction::getOutstandingQueues()` ([WoltLab/WCF#4603](https://github.com/WoltLab/WCF/pull/4603))
3233
- `wcf\system\message\QuickReplyManager::setTmpHash()` ([WoltLab/WCF#4575](https://github.com/WoltLab/WCF/pull/4575))

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ Markdown==3.3.6
22
mike==1.1.2
33
mkdocs-git-revision-date-plugin==0.3.2
44
mkdocs-macros-plugin==0.7.0
5-
mkdocs-material==8.2.8
5+
mkdocs-material==8.2.9
66
mkdocs==1.3.0

0 commit comments

Comments
 (0)