mtoensing/last-commented-posts
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
=== Last Commented Posts Block === Contributors: MarcDK Tags: Gutenberg, block, comments, Requires at least: 5.9 Donate link: https://marc.tv/out/donate Tested up to: 7.0 Stable tag: 2.9.2 Requires PHP: 7.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Adds a block that lists the recent commented posts without duplicates. The block cache can be disabled or set to one hour, six hours, or one day. One hour is the default. The cache is invalidated immediately when comments or posts affecting the list change. == Description == Adds a block that lists the recent commented posts without duplicates. == Installation == Last Commented Posts can be found and installed via the Plugin menu within WordPress administration (Plugins -> Add New). Alternatively, it can be downloaded from WordPress.org and installed manually... In Gutenberg, add a block and search for "Last Commented Posts". Please save your content before you use the block. == Changelog == = 2.9.2 = * Added a block setting to disable caching or cache the list for one hour, six hours, or one day. * Invalidates cached lists when relevant comments or posts change. = 2.9.1 = * Prepared release for WordPress 7.0 compatibility. = 2.9.0 = * Optimized the dynamic block render path with batched comment lookups and transient caching. * Updated the block build dependencies. = 2.8.1 = * Tested with WordPress 6.9 * Better UX in Gutenberg. = 2.7 = * Tested with WordPress 6.4. * Removed deprecated filter function. = 2.6 = * better coding standards * css style fixes = 2.4 = * removed SVG icon = 2.3 = * CSS fixes * Excluded author name from link = 2.2 = Automatic deloyments using GitHub actions. = 1.9 = new coding standards added aligment options localisation = 1.2 = Name changed = 1.1 = Logo added = 1.0 = Inital version