Skip to content

Commit 345614f

Browse files
obenlandpfefferle
andauthored
Reactions: Don't display avatar when it's empty (#1103)
* Reactions: Don't display avatar when it's empty Fixes #1101. * Use default avatar * This seems to be defined more than once… * Add changelog --------- Co-authored-by: Matthias Pfefferle <[email protected]>
1 parent 03131d7 commit 345614f

23 files changed

+39
-31
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
* Direct Messages: Test for the user being in the to field
1818
* Direct Messages: Improve HTML to e-mail text conversion
1919

20+
### Fixed
21+
22+
* Reactions: Provide a fallback for empty avatar URLs
23+
2024
## [4.5.1] - 2024-12-18
2125

2226
### Improved

build/editor-plugin/plugin.asset.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('react', 'wp-components', 'wp-core-data', 'wp-data', 'wp-editor', 'wp-element', 'wp-i18n', 'wp-plugins', 'wp-primitives', 'wp-url'), 'version' => '6b15195803d2f5a2c116');
1+
<?php return array('dependencies' => array('react', 'wp-components', 'wp-core-data', 'wp-data', 'wp-editor', 'wp-element', 'wp-i18n', 'wp-plugins', 'wp-primitives', 'wp-url'), 'version' => 'cdcc2ad2e5f7b1d547fe');

build/editor-plugin/plugin.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/follow-me/index.asset.php

+1-1
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-compose', 'wp-core-data', 'wp-data', 'wp-element', 'wp-i18n', 'wp-primitives'), 'version' => '9ba472502cdfebc07309');
1+
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-element', 'wp-i18n', 'wp-primitives'), 'version' => '62610556ba8e5f129fdf');

0 commit comments

Comments
 (0)