Skip to content

Commit 63d2e19

Browse files
committed
Update readme to note dynamic change
1 parent 7e0ce8c commit 63d2e19

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

readme.md

+4
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,9 @@ the entire settings page was removed.
174174

175175
The older MICROPUB_DRAFT_MODE config override remains in place for now.
176176

177+
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
178+
rendering but future enhancements are planned.
179+
177180
### Version 2.2.3 ###
178181
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.
179182

@@ -228,6 +231,7 @@ into markdown and saved to readme.md.
228231
* Remove sole setting as no longer needed(see upgrade notice)
229232
* Remove settings page as no more settings.
230233
* Bump minimum PHP version to PHP7.2
234+
* Switch to dynamic from static rendering on posts...markup will no longer be placed inside the content block but dynamically added.
231235

232236
### 2.3.3 (2023-03-10) ###
233237

readme.txt

+4
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,9 @@ the entire settings page was removed.
174174

175175
The older MICROPUB_DRAFT_MODE config override remains in place for now.
176176

177+
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
178+
rendering but future enhancements are planned.
179+
177180
= Version 2.2.3 =
178181
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.
179182

@@ -228,6 +231,7 @@ into markdown and saved to readme.md.
228231
* Remove sole setting as no longer needed(see upgrade notice)
229232
* Remove settings page as no more settings.
230233
* Bump minimum PHP version to PHP7.2
234+
* Switch to dynamic from static rendering on posts...markup will no longer be placed inside the content block but dynamically added.
231235

232236
= 2.3.3 (2023-03-10) =
233237

0 commit comments

Comments
 (0)