From ba358796fdbb7d0445b6a0974d1ddf0a32f57e50 Mon Sep 17 00:00:00 2001 From: jsmoriss Date: Sat, 20 Jan 2024 16:32:28 +0000 Subject: [PATCH] documentation and assets update --- README.md | 24 ++++++++++++++++++ readme.txt | 73 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 97 insertions(+) create mode 100644 README.md create mode 100644 readme.txt diff --git a/README.md b/README.md new file mode 100644 index 0000000..a3095f1 --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +

JSM Inherit Parent Featured Image

+ + + + + + + + + + + +
Plugin NameJSM Inherit Parent Featured Image
SummaryInherit the featured image from the Post, Page, or Custom Post Type parent, grand-parent, great-grand-parent, etc.
Stable Version2.1.1
Requires PHP7.2.34 or newer
Requires WordPress5.8 or newer
Tested Up To WordPress6.4.2
Contributorsjsmoriss
LicenseGPLv3
Tags / Keywordsinherit, parent, featured, image
+ +

Description

+ +

If no featured image has been selected for a post, page, or custom post type, this plugin will assign the first featured image found from its parent, grand-parent, great-grand-parent, etc.

+ +

The plugin makes no permanent changes - simply deactivate the plugin to disable the automatically inherited images. ;-)

+ +

Coded for Performance

+ +

This plugin uses the WordPress wp_cache_get() and update_meta_cache() functions for maximum performance and fully integrate with WordPress core functionality.

+ diff --git a/readme.txt b/readme.txt new file mode 100644 index 0000000..5fe0827 --- /dev/null +++ b/readme.txt @@ -0,0 +1,73 @@ +=== JSM Inherit Parent Featured Image === +Plugin Name: JSM Inherit Parent Featured Image +Plugin Slug: inherit-featured-image +Text Domain: inherit-featured-image +Domain Path: /languages +License: GPLv3 +License URI: https://www.gnu.org/licenses/gpl.txt +Assets URI: https://jsmoriss.github.io/inherit-featured-image/assets/ +Tags: inherit, parent, featured, image +Contributors: jsmoriss +Requires PHP: 7.2.34 +Requires At Least: 5.8 +Tested Up To: 6.4.2 +Stable Tag: 2.1.1 + +Inherit the featured image from the Post, Page, or Custom Post Type parent, grand-parent, great-grand-parent, etc. + +== Description == + +If no featured image has been selected for a post, page, or custom post type, this plugin will assign the first featured image found from its parent, grand-parent, great-grand-parent, etc. + +The plugin makes no permanent changes - simply deactivate the plugin to disable the automatically inherited images. ;-) + +

Coded for Performance

+ +This plugin uses the WordPress `wp_cache_get()` and `update_meta_cache()` functions for maximum performance and fully integrate with WordPress core functionality. + +== Installation == + +== Frequently Asked Questions == + +== Screenshots == + +== Changelog == + +

Version Numbering

+ +Version components: `{major}.{minor}.{bugfix}[-{stage}.{level}]` + +* {major} = Major structural code changes and/or incompatible API changes (ie. breaking changes). +* {minor} = New functionality was added or improved in a backwards-compatible manner. +* {bugfix} = Backwards-compatible bug fixes or small improvements. +* {stage}.{level} = Pre-production release: dev < a (alpha) < b (beta) < rc (release candidate). + +

Repositories

+ +* [GitHub](https://jsmoriss.github.io/inherit-featured-image/) +* [WordPress.org](https://plugins.trac.wordpress.org/browser/inherit-featured-image/) + +

Changelog / Release Notes

+ +**Version 2.1.1 (2023/08/07)** + +Maintenance release. + +* **New Features** + * None. +* **Improvements** + * None. +* **Bugfixes** + * Fixed detection of invalid feature image ID values (ie. empty strings). +* **Developer Notes** + * None. +* **Requires At Least** + * PHP v7.2.34. + * WordPress v5.8. + +== Upgrade Notice == + += 2.1.1 = + +(2023/08/07) Fixed detection of invalid feature image ID values (ie. empty strings). +