From b8c918db6717081c6850453cfbf9a9a0ca1207e2 Mon Sep 17 00:00:00 2001 From: Daniel Waxweiler Date: Sat, 24 May 2025 17:15:52 +0200 Subject: [PATCH] add missing backticks to changelog, add picture loading to features list --- source/changelog.txt | 2 +- source/readme.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/changelog.txt b/source/changelog.txt index 97bd523..3fa8413 100644 --- a/source/changelog.txt +++ b/source/changelog.txt @@ -5,7 +5,7 @@ - Add settings link to plugin on plugins page - Add donation link to plugin on plugins page #### Changed -- Use wp_remote_get() instead of cURL functions for downloading the images +- Use `wp_remote_get()` instead of cURL functions for downloading the images #### Deprecated #### Removed #### Fixed diff --git a/source/readme.txt b/source/readme.txt index 99f1575..ebff373 100644 --- a/source/readme.txt +++ b/source/readme.txt @@ -16,7 +16,7 @@ License: Features - Display events as Gutenberg block, as widget and as shortcut -- Display events' title with link, date, and location, if available +- Display events' picture, if available, title with link, date, and location, if available - Cache requests' responses for 2 minutes in the database - Configure number of events to show per block, per widget and per shortcut - Optionally filter events by a specific public group per block, per widget and per shortcut