From 63d2e19c33db778b2b3accb2fcf45c62f4ff05cd Mon Sep 17 00:00:00 2001 From: David Shanske Date: Mon, 25 Dec 2023 21:46:36 +0000 Subject: [PATCH] Update readme to note dynamic change --- readme.md | 4 ++++ readme.txt | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/readme.md b/readme.md index ba0b6a4..49afa57 100644 --- a/readme.md +++ b/readme.md @@ -174,6 +174,9 @@ the entire settings page was removed. The older MICROPUB_DRAFT_MODE config override remains in place for now. +Static rendering for newer posts has been replaced by dynamic render. This means that if you disable this plugin, it will not render the microformats. For version 2.4.1 this is using the same code used for static +rendering but future enhancements are planned. + ### Version 2.2.3 ### The Micropub plugin will no longer store published, updated, summary, or name options. These will be derived from the WordPress post properties they are mapped to and returned on query. @@ -228,6 +231,7 @@ into markdown and saved to readme.md. * Remove sole setting as no longer needed(see upgrade notice) * Remove settings page as no more settings. * Bump minimum PHP version to PHP7.2 +* Switch to dynamic from static rendering on posts...markup will no longer be placed inside the content block but dynamically added. ### 2.3.3 (2023-03-10) ### diff --git a/readme.txt b/readme.txt index 343dd1b..c7049dd 100644 --- a/readme.txt +++ b/readme.txt @@ -174,6 +174,9 @@ the entire settings page was removed. The older MICROPUB_DRAFT_MODE config override remains in place for now. +Static rendering for newer posts has been replaced by dynamic render. This means that if you disable this plugin, it will not render the microformats. For version 2.4.1 this is using the same code used for static +rendering but future enhancements are planned. + = Version 2.2.3 = The Micropub plugin will no longer store published, updated, summary, or name options. These will be derived from the WordPress post properties they are mapped to and returned on query. @@ -228,6 +231,7 @@ into markdown and saved to readme.md. * Remove sole setting as no longer needed(see upgrade notice) * Remove settings page as no more settings. * Bump minimum PHP version to PHP7.2 +* Switch to dynamic from static rendering on posts...markup will no longer be placed inside the content block but dynamically added. = 2.3.3 (2023-03-10) =