Files
beep/readme.txt
T
Krystie 955e443274 fix(v1.7.4): portable + cache-busted feed-header wordmark
The header <img> hardcoded https://sami-ahmed.net/... with no version
string, so browsers/proxies kept serving the stale corrupted PNG. Load it
from BEEP_URL with a ?v=BEEP_VERSION cache-buster and bump it to 30px.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-08 20:33:48 -07:00

103 lines
3.6 KiB
Plaintext
Executable File

=== Beep ===
Contributors: sami
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.7.4
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.
== Description ==
Beep adds a Twitter-style microblog to your WordPress site. Drop the
[beep_feed] shortcode on any page or use the Elementor widget. Likes,
threaded replies, polls, quotes, GIFs, and Latest/Top sort tabs are all built in.
Features:
* Twitter-style feed with [beep_feed] shortcode
* Elementor drag-and-drop widget
* Polls (create and vote)
* Quote posts
* GIF picker (Giphy integration)
* Likes on beeps and replies
* Nested threaded replies
* Gravatar avatars
* Admin settings page (Settings > Beep)
* Customizable colors and branding via CSS variables
* Bird-themed branding with custom icons
== Installation ==
1. Upload beep.zip via Plugins -> Add New -> Upload Plugin. Activate.
2. Add [beep_feed] to a page, or use the Elementor widget.
3. For multi-user signup, enable "Anyone can register" in Settings -> General.
== Shortcode ==
[beep_feed limit="50" header="Messages from" sort="latest"]
== Changelog ==
= 1.7.4 =
* Feed-header wordmark now loads from the plugin's own URL (was hardcoded to sami-ahmed.net) with a version-based cache-buster, so the clean logo shows immediately instead of a stale/corrupted cached image.
* Made the header wordmark a bit larger (30px).
= 1.7.3 =
* Replaced the corrupted beep-wordmark.png assets with a clean, transparent render of the 3D "Beep!" logo (fixes the feed-header wordmark image).
* Gave the inline-SVG wordmark extra descender room so the "p" never clips.
= 1.7.2 =
* Beep wordmark on every beep + reply is now the 3D extruded brand logo (blue-violet face, navy outline, blue depth) instead of flat text, drawn as a sharp ~1KB inline SVG.
* Bumped the wordmark size and opacity so the logo reads clearly on the dark theme.
= 1.7.1 =
* Beep wordmark now shown bottom-right of every beep AND reply, with the delete button furthest right.
* Wordmark rendered as crisp inline SVG (readable on the dark theme); removed a duplicate wordmark.
* Restored self-hosted plugin updates via the Gitea releases API (update badge + one-click update).
= 1.7.0 =
* Shortcode-only rendering ([beep_feed] where you place it); removed auto-inject.
* Public compose form (posting still requires login).
= 1.6.0 =
* Elementor drag-and-drop widget for feed placement.
* Admin settings page (Settings > Beep) for Giphy API key and branding.
* Polls: create polls in beeps, vote on polls.
* Quote posts: quote any beep.
* GIF picker powered by Giphy.
* Bird-themed redesign with custom bird icons and badges.
* CSS variables for customizable colors.
* Elementor widget registration.
* Settings stored in wp_options.
= 1.5.1 =
* Twitter-style UI redesign with bird assets.
* Beep bird badge on posts and replies.
* CSS scope isolation improvements.
= 1.5.0 =
* Polls feature (Beep_Polls class, voting UI).
* Bird wordmark logo in header.
= 1.4.0 =
* Like replies, not just beeps.
* Nested replies (reply to replies, indented up to two levels).
* Latest / Top sort tabs at the top of the feed.
* Bird badge in the top-right of every beep and reply.
* Polished tabs, focus states, action button styling.
= 1.3.0 =
* Feed header reads "Messages from" + Beep wordmark.
* Avatar/textarea fixes baked in.
= 1.2.0 =
* Feed header shows Beep wordmark instead of small icon + Home text.
= 1.1.0 =
* New hand-drawn bird logo.
= 1.0.0 =
* Initial release.