Skip to content

Commit 0bbd5b0

Browse files
authored
Merge branch 'trunk' into add/js-lint-format
2 parents 60f540a + 3aac52f commit 0bbd5b0

22 files changed

+193
-105
lines changed
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+
The blog profile can no longer be queried when the blog actor option is disabled.
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+
Email notifications for interactions with Brid.gy actors no longer trigger PHP Warnings.

.github/changelog/pr-1657

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+
Reactions block heading now uses Core's heading block with all its customization options.

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ composer.lock
1111
.cursor
1212
.idea/
1313
.php_cs.cache
14-
.vscode/settings.json
1514
.phpunit.result.cache
15+
.vscode/settings.json
16+
.windsurf
17+
.windsurfrules
1618
.wp-env.override.json

build/reactions/block.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,7 @@
1818
}
1919
}
2020
},
21-
"attributes": {
22-
"title": {
23-
"type": "string",
24-
"default": "Fediverse reactions"
25-
}
26-
},
21+
"attributes": {},
2722
"blockHooks": {
2823
"core/post-content": "after"
2924
},

build/reactions/index.asset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n'), 'version' => '32631215c76c36b38e5e');
1+
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n'), 'version' => '5dc49427a4f9aeaf63b5');

build/reactions/index.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/reactions/style-index-rtl.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)