Skip to content

Releases: philhoyt/BetterBookmarks

V1.1.0

Choose a tag to compare

@philhoyt philhoyt released this 05 Apr 17:41

= 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_KEY in 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

Choose a tag to compare

@philhoyt philhoyt released this 28 Mar 12:25

= 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

Choose a tag to compare

@philhoyt philhoyt released this 28 Mar 11:42

= 1.0.4 =

  • Limit link card title to two lines with ellipsis truncation.

V1.0.3

Choose a tag to compare

@philhoyt philhoyt released this 27 Mar 15:09

= 1.0.3 =

  • Changed image wrap background color to white.

V1.0.2

Choose a tag to compare

@philhoyt philhoyt released this 27 Mar 14:52

= 1.0.2 =

  • Removed deprecated load_plugin_textdomain() call; WordPress handles translation loading automatically since 4.6.
  • Renamed render.php variables to use the full better_bookmarks_ prefix to satisfy Plugin Check static analysis.

V1.0.1

Choose a tag to compare

@philhoyt philhoyt released this 27 Mar 14:44

= 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.

V1.0.0

Choose a tag to compare

@philhoyt philhoyt released this 27 Mar 13:56

A WordPress block that fetches Open Graph metadata from a URL and renders a link preview card.