mirror of
https://git.feneas.org/mediaformat/fediembedi
synced 2025-03-06 19:07:43 +01:00
v0.9.1
This commit is contained in:
parent
4cf3f9654a
commit
ca903fa971
@ -4,7 +4,7 @@
|
||||
* Plugin URI: https://git.feneas.org/mediaformat/fediembedi
|
||||
* Github Plugin URI: https://github.com/mediaformat/fediembedi
|
||||
* Description: A widget to show your Fediverse profile timeline
|
||||
* Version: 0.8.6
|
||||
* Version: 0.9.1
|
||||
* Author: mediaformat
|
||||
* Author URI: https://mediaformat.org
|
||||
* License: GPLv3
|
||||
|
@ -48,6 +48,9 @@ and redirected to your site with a secure token. Similar to how you would connec
|
||||
|
||||
## Changelog
|
||||
|
||||
### 0.9.0
|
||||
* Emoji support
|
||||
|
||||
### 0.8.5
|
||||
* CSS for small columns
|
||||
|
||||
|
@ -59,6 +59,9 @@ and redirected to your site with a secure token. Similar to how you would connec
|
||||
|
||||
== Changelog ==
|
||||
|
||||
= 0.9.0 =
|
||||
* Emoji support
|
||||
|
||||
= 0.8.5 =
|
||||
* CSS for small columns
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
<div class="pixelfed-inner card status-card-embed card-md-rounded-0 border">
|
||||
<?php if($show_header): ?>
|
||||
<div class="pixelfed-header card-header d-inline-flex align-items-center justify-content-between bg-white">
|
||||
<div>
|
||||
<div class="pixelfed-account">
|
||||
<img src="<?php echo $account->avatar; ?>" height="32px" width="32px" style="border-radius: 32px;">
|
||||
<a href="<?php echo $account->url; ?>" class="username font-weight-bold pl-2 text-dark" rel="noreferrer noopener" target="_blank"><?php echo $account->username; ?></a>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user