You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make the sponsor tooltip magical: charmed bubble, sparkle rim, falling hearts
The sponsor tooltip becomes the one enchanted moment in the shell: the bubble springs open wearing a pink-to-gold gradient keyline and a breathing glow, eight sparkles twinkle around its rim on their own phases, and small hearts tumble out of the button and drift down across the card while a mouse hovers. The sparkle layer is built by script to the bubble's real measured box; the hearts carry per-heart drift, spin, size, and duration. Keyboard focus gets the bubble and sparkles, touch keeps its plain tap-through, reduced motion gets a calm fade with none of the moving parts, and a hidden tab spawns nothing.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,12 @@
3
3
All notable changes to this project are documented here.
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
5
5
6
+
## [1.4.0] - 2026-07-19
7
+
8
+
### Added
9
+
10
+
- The sponsor tooltip turned magical: a charmed bubble with a pink-to-gold keyline that springs open and breathes a soft glow, sparkles twinkling around its rim, and little hearts tumbling out of the button while it is hovered. Keyboard focus gets the bubble and sparkles, touch stays plain, and reduced motion gets a calm fade.
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "wp-serial-fix",
3
-
"version": "1.3.38",
3
+
"version": "1.4.0",
4
4
"description": "Serialization-safe search and replace for WordPress data, plus repair for already-broken serialized values. Browser-based, no dependencies.",
0 commit comments