diff --git a/assets/beep-bird-emblem.png b/assets/beep-bird-emblem.png new file mode 100644 index 0000000..09f3380 Binary files /dev/null and b/assets/beep-bird-emblem.png differ diff --git a/assets/beep.css b/assets/beep.css index 4a342d4..24420e3 100755 --- a/assets/beep.css +++ b/assets/beep.css @@ -94,6 +94,12 @@ -webkit-backdrop-filter: blur(12px); } +.beep-embed .beep-feed-emblem { + width: 36px; + height: auto; + flex: 0 0 auto; +} + .beep-embed .beep-feed-header-title { font-size: 17px; font-weight: 800; diff --git a/beep.php b/beep.php index 9e729b2..b1a8c7f 100755 --- a/beep.php +++ b/beep.php @@ -2,7 +2,7 @@ /** * Plugin Name: Beep * Description: A Twitter-style microblog for WordPress, with likes, replies, and Gravatars. Use the [beep_feed] shortcode on any page. - * Version: 1.9.2 + * Version: 1.9.3 * Requires at least: 6.0 * Requires PHP: 7.4 * Author: Sami Ahmed @@ -14,7 +14,7 @@ if (!defined('ABSPATH')) { exit; } -define('BEEP_VERSION', '1.9.2'); +define('BEEP_VERSION', '1.9.3'); define('BEEP_FILE', __FILE__); define('BEEP_DIR', plugin_dir_path(__FILE__)); define('BEEP_URL', plugin_dir_url(__FILE__)); diff --git a/includes/class-shortcode.php b/includes/class-shortcode.php index c231787..3ce13ea 100755 --- a/includes/class-shortcode.php +++ b/includes/class-shortcode.php @@ -100,6 +100,7 @@ class Beep_Shortcode { ?>
+ Beep! diff --git a/readme.txt b/readme.txt index e514841..32386a1 100755 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: microblog, twitter, tweets, social, comments, polls, elementor Requires at least: 6.0 Tested up to: 6.9 Requires PHP: 7.4 -Stable tag: 1.9.2 +Stable tag: 1.9.3 License: GPLv2 or later A Twitter-style microblog for WordPress. Posts, likes, replies, polls, quotes, GIFs, and Gravatars. Use [beep_feed] shortcode or Elementor widget. @@ -46,6 +46,9 @@ Features: == Changelog == += 1.9.3 = +* New header emblem: the Beep bird now marks the feed header where the X mark sits on X. + = 1.9.2 = * YouTube links no longer display as raw hyperlinks above the video card - the card replaces the URL text (posts, replies, and quoted beeps).