From 24a407a5166315c4ea7869247101fcd30a40ddee Mon Sep 17 00:00:00 2001 From: David Decker Date: Sat, 12 Apr 2025 22:00:05 +0200 Subject: [PATCH 1/3] Set links to Poedit app --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82582ba..25fc2b9 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ You can still use the "old" `.mo` files like so: /wp-content/languages/quick-edit-featured-image/quick-edit-featured-image-de_DE_formal.mo /wp-content/languages/quick-edit-featured-image/quick-edit-featured-image-fr_FR.mo ``` -The easiest way to create your own translations is with the packaged `.pot` file and the app _Poedit_ – which can also create the `l10n.php` files since _Poedit 3.6_! +The easiest way to create your own translations is with the packaged `.pot` file and the app [_**Poedit**_](https://poedit.net/) – which can also create the `l10n.php` files since [_Poedit 3.6_](https://poedit.net/news/poedit-3.6-universal-merging/)! NOTE: This folder location is update-safe and will not overwritten by WordPress when updating language packs (for WP, Plugins, Themes). Updates to translations you need to handle yourself (that's the price of freedom from .org). From e6ccfc963eccfb65fe1e20767dbe2df016fa28ab Mon Sep 17 00:00:00 2001 From: David Decker Date: Sat, 12 Apr 2025 22:00:22 +0200 Subject: [PATCH 2/3] Add Project: to plugin header --- quick-edit-featured-image.php | 1 + 1 file changed, 1 insertion(+) diff --git a/quick-edit-featured-image.php b/quick-edit-featured-image.php index 197c21f..662ad17 100644 --- a/quick-edit-featured-image.php +++ b/quick-edit-featured-image.php @@ -3,6 +3,7 @@ Plugin Name: Quick Edit Featured Image Plugin URI: https://github.com/deckerweb/quick-edit-featured-image Description: This lightweight plugin allows to set and remove a Featured Image via the Quick Edit action screen in Post Type List Tables within the WordPress Admin. Out of the box this works for Posts, Pages and any public Post Type which supports Featured Images. +Project: Code Snippet: Quick Edit Featured Image Version: 1.3.0 Author: David Decker – DECKERWEB Author URI: https://deckerweb.de/ From c8658c193372b933a80ebc8cb444b7266764de26 Mon Sep 17 00:00:00 2001 From: David Decker Date: Sat, 12 Apr 2025 22:10:36 +0200 Subject: [PATCH 3/3] Readme correction --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 25fc2b9..a82662c 100644 --- a/README.md +++ b/README.md @@ -52,8 +52,7 @@ This snippet version is for: _Code Snippets_ (free & Pro), _Advanced Scripts_ (P ➔ just use their elegant script import features ➔ in _Scripts Organizer_ use the "Code Snippets Import" -For all other snippet manager plugins just use our plugin's main `.php` file [`quick-edit-featured-image.php`](https://github.com/deckerweb/quick-edit-featured-image/blob/master/quick-edit-featured-image.php) and use its content as snippet (bevor saving your snippet: please check for your plugin if the opening `