Skip to content

Commit 23d54e4

Browse files
authored
Merge branch 'trunk' into update/migration-async-jobs
2 parents 89b9d90 + 791604b commit 23d54e4

Some content is hidden

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

70 files changed

+1998
-1250
lines changed

.distignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
.github
88
.gitignore
99
.php_cs
10+
.prettierignore
11+
.prettierrc.js
1012
.svnignore
1113
.travis.yml
1214
.wordpress-org

.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: major
2+
Type: changed
3+
4+
The Follow Me block now uses the latest Block Editor technology for display on the frontend.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: major
2+
Type: changed
3+
4+
Bumped minimum required WordPress version to 6.5.
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 actor of the replied-to post is now included in cc or to based on the post's visibility.
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+
Ensured that publishing a new blog post always sends a Create to the Fediverse.
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+
Refactored to use CSS for effects instead of JavaScript, simplifying the code.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: patch
2+
Type: changed
3+
4+
Default avatar and error handling for the reactions popover list.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: major
2+
Type: removed
3+
4+
Cleaned up the codebase and removed deprecated functions.
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+
Improved automated setup process for the Surge caching plugin.

0 commit comments

Comments
 (0)