Commit Graph

20 Commits

Author SHA1 Message Date
Krystie 97eb31bd9d [grade=B] v1.9.4: bird emblem bottom-left on beeps and replies (opposite wordmark), Sami's transparent icon, old top-right badge removed 2026-09-07 17:57:13 -07:00
Krystie a89ed3749e [pending-grade] v1.9.4: bird emblem bottom-left of beeps, badge removed from top-right 2026-09-07 17:48:04 -07:00
Krystie ecb7f871f9 [grade=B] v1.9.2: hide raw YouTube URL above the video card (strip first YT link from displayed text, preserve trailing punctuation) 2026-09-07 17:09:48 -07:00
Krystie 05b9b4cc57 [grade=B] fix: PCRE delimiter collision (# in char class) broke YT extraction — switch to ~ delimiter, verified in PHP CLI 2026-09-07 16:28:07 -07:00
Krystie 2b65194cdb [grade=B] v1.9.1: YouTube links auto-render as video cards in beeps, replies, and quotes (click-to-play, nocookie embed) 2026-09-07 16:21:23 -07:00
Krystie 6eb128b780 v1.9.0: reply composer media support (images, GIF, voice, quotes, polls on replies) 2026-09-07 16:15:48 -07:00
SamiAhmed7777 ba00d0d382 feat(v1.8.0): Twitter-style conversation modal, light theme, major CSS/JS refactor 2026-06-09 18:18:55 -07:00
Krystie 1fb4085d64 fix(v1.7.3): clean wordmark PNG + descender headroom
Regenerate assets/beep-wordmark.png (and -blue) as a clean transparent
render of the 3D logo, replacing the corrupted files — fixes the feed
header image. Bump the inline-SVG viewBox so the "p" descender never clips.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-08 19:09:13 -07:00
Krystie eb40212a79 feat(v1.7.2): 3D extruded "Beep!" logo on every beep + reply
Replace the flat SVG-text wordmark with a crisp inline-SVG recreation of
the 3D brand logo (blue-violet face, navy outline, stacked blue depth).
Bump wordmark size/opacity so it reads on the dark theme. The bundled
beep-wordmark.png assets remain corrupted, hence the vector approach.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-08 01:54:34 -07:00
Krystie 1703a09319 fix(v1.7.1): wordmark image on every beep + reply, restore updater
- Render the Beep wordmark bottom-right of every beep AND reply, with the
  delete button furthest right (was: wordmark right of delete, missing on
  replies, and duplicated after the replies block).
- Draw the wordmark as crisp inline SVG via beep_post_wordmark() (filterable);
  the bundled beep-wordmark.png assets are corrupted. Readable on dark theme.
- Restore class-updater.php (self-hosted Gitea updates) deleted in the
  master->main consolidation; re-wire it in beep.php.
- Remove stray includes/class-shortcode.php.bak.
- Bump to 1.7.1; sync readme.txt stable tag + changelog.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-07 21:09:28 -07:00
sami7777 79e124f282 v1.7.0: sync live — shortcode-only, wordmark, fixed fatal, no auto-inject 2026-06-07 17:49:23 -07:00
Krystie 2788dc8d96 feat: wordmark on every beep + self-hosted Gitea updates (v1.7.0)
- Show the Beep wordmark bottom-right of every beep and reply, beside the
  delete button (delete stays furthest right).
- Add Beep_Updater: WordPress-native plugin updates backed by the Gitea
  releases API, with token auth for the private repo, "View details"
  changelog, archive-folder normalization, and a "Check for updates" link.
- Bump version to 1.7.0; sync readme.txt stable tag + changelog.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-07 02:13:50 -07:00
Krystie 94f063f09a Beep v1.5.1: Elementor widget, logo/icon settings with live preview, CSS isolation, JS fixes 2026-05-29 21:45:41 -07:00
Krystie dfd621e350 Add polls feature: Beep_Polls class, poll UI in composer, voting support 2026-05-19 16:31:58 -07:00
Krystie 237ddbfcc8 Use beep-wordmark.png (bird+text) for header logo, beep-icon.png for post badges 2026-05-18 19:27:56 -07:00
Krystie 996848e588 Fix malformed HTML in composer, use wordmark logo in header, default to 'Beep!' 2026-05-18 19:06:42 -07:00
Krystie 5571188d76 Add thread view, quote posts, and GIF picker: full conversation tree modal, quote any beep by URL/ID, Giphy-powered GIF search 2026-05-18 13:14:56 -07:00
Krystie 9f91b0c544 Add voice message support: audio upload (MP3/OGG/WAV/WebM/M4A), inline audio player in posts, voice note button + preview in composer 2026-05-18 11:57:48 -07:00
Krystie 6c9b06ccb2 Add media support: image uploads, gallery rendering, video oEmbed
- New class-media.php: handles image upload via REST, stores in post meta, renders Twitter-style gallery
- Added POST /beep/v1/media/{id} and DELETE routes for media management
- Updated composer: media upload button, preview area
- Updated beep_render_post: displays image gallery + video embed
- Supports YouTube, Vimeo, Twitter/X video URLs via oEmbed
- Max 4 images per beep, 10MB each (JPEG/PNG/GIF/WebP)
2026-05-18 04:01:41 -07:00
Krystie ccead50116 Initial commit: Beep WordPress plugin
- Custom post type with likes, replies, moderation, shortcodes
- Beep icon and logo assets
- CSS and JS for frontend
2026-05-18 02:22:57 -07:00