https://github.com/mtoensing/last-commented-posts
Adds a block to WordPress that lists the recent commented posts without duplicates.
https://github.com/mtoensing/last-commented-posts
Last synced: 12 days ago
JSON representation
Adds a block to WordPress that lists the recent commented posts without duplicates.
- Host: GitHub
- URL: https://github.com/mtoensing/last-commented-posts
- Owner: mtoensing
- Created: 2021-10-22T22:45:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-05-17T09:25:29.000Z (about 1 month ago)
- Last Synced: 2026-05-17T09:41:01.404Z (about 1 month ago)
- Language: PHP
- Homepage: https://wordpress.org/plugins/last-commented-posts/
- Size: 1.66 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
=== 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.1
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.
== 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.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