From 8647f203db36ba4031e5e5592cc0fe086f392095 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20S=C3=B8derlind?= Date: Thu, 14 Aug 2025 22:03:40 +0200 Subject: [PATCH 1/2] Fix inline custom JavaScript function in changelog for clarity --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 155b74b..6282f2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. ## [1.1.6] - 2025-08-11 ### Fixed -- Inline the custom javascript using ` ()` +- Inline the custom javascript using `wp_print_inline_script_tag()` - Ensure the script is printed in the footer ## [1.1.5] - 2025-07-16 From 401ae899ffab6ed5bf1ead0e3f7d2511302d8f6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20S=C3=B8derlind?= Date: Tue, 7 Oct 2025 19:04:20 +0200 Subject: [PATCH 2/2] Update README.md to include hyperlink for automatic plugin updates --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d8a4f6..7e99250 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ This plugin restricts JavaScript editing to users with the 'unfiltered_html' cap ``` - **Updates** - * Plugin updates are handled automatically via GitHub. No need to manually download and install updates. + * Plugin [updates are handled automatically](https://github.com/soderlind/wordpress-plugin-github-updater#readme) via GitHub. No need to manually download and install updates. ## Usage