Skip to content

Commit f37dcec

Browse files
committed
Merge branch 'trunk' into add/css-processing
2 parents 9bc84ad + 4becaeb commit f37dcec

File tree

214 files changed

+14317
-5028
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

214 files changed

+14317
-5028
lines changed

.editorconfig

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# This file is for unifying the coding style for different editors and IDEs
22
# editorconfig.org
3-
3+
#
44
# WordPress Coding Standards
55
# https://make.wordpress.org/core/handbook/coding-standards/
6+
#
7+
# Be sure to keep this file in sync with the .prettierrc.js file.
68

79
root = true
810

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: minor
2+
Type: changed
3+
4+
Set older unfederated posts to local visibility by default.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: minor
2+
Type: changed
3+
4+
Minor performance improvement when querying posts of various types, by avoiding double queries.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: minor
2+
Type: changed
3+
4+
The following tables now more closely match the appearance of other WordPress tables and can be filtered by status.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: minor
2+
Type: changed
3+
4+
Follower tables now look closer to what other tables in WordPress look like.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: minor
2+
Type: added
3+
4+
The `following` endpoint now returns the actual list of users being followed.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: patch
2+
Type: fixed
3+
4+
Fixed an issue where the number of followers shown didn’t always match the actual follower list.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: minor
2+
Type: added
3+
4+
Added initial support for Fediverse Starter Kits, allowing users to follow recommended accounts from a predefined list.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: patch
2+
Type: fixed
3+
4+
Ensure that the Actor-ID is always a URL.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: minor
2+
Type: added
3+
4+
The featured tags endpoint is now available again for all profiles, showing the most frequently used tags by each user.

0 commit comments

Comments
 (0)