Releases: philhoyt/BetterBookmarks
Releases · philhoyt/BetterBookmarks
Release list
V1.1.0
= 1.1.0 =
- Added settings page (Settings → Better Bookmarks) for plugin configuration.
- Added TMDb API key setting, configurable via the settings page or by defining
BETTER_BOOKMARKS_TMDB_API_KEYin wp-config.php. - IMDb links now fetch rich metadata (title, description, poster) from TMDb when an API key is configured, bypassing IMDb's bot restrictions.
- Improved error messages when a remote server returns a non-200 HTTP status code.
V1.0.5
= 1.0.5 =
- Added image fit control (contain/cover) to the image settings panel, defaulting to cover.
- Added max width control for the Compact Stacked style variation.
- Hid aspect ratio control when a style variation with a fixed aspect ratio is active.
V1.0.4
V1.0.3
V1.0.2
V1.0.1
= 1.0.1 =
- Added four style variations: Default, Compact, Compact Stacked, and Minimal.
- Added block supports: color (background and text), border, shadow, padding, anchor, and renaming.
- Added alignment controls: left, center, right, wide, and full.
- Added block transform from core Embed block with automatic metadata fetch.
- Moved image aspect ratio control to the Styles tab in the block inspector.
- Hardened REST endpoint against SSRF: blocks non-http/s schemes, private and reserved IP ranges, and limits response size to 2 MB.
- Added automatic update checks via GitHub releases.
- Bumped minimum WordPress version to 6.5.