Scheduled Page Reviews
Content freshness reminders — per-page review intervals, assignees, inheritance, and due-date email digests.
by William Lundqvist · github.com/considbrs-webdev/scheduled-page-reviews · website
★ 0stars
36composer installs
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/considbrs-webdev/scheduled-page-reviews/releases/download/v0.1.5/scheduled-page-reviews-0.1.5.zipAlso on Packagist as williamundqvist/scheduled-page-reviews:
composer require williamundqvist/scheduled-page-reviewsFrom the readme
Scheduled Page Reviews
A WordPress plugin for content freshness reminders: per-page review intervals, assignees, hierarchical rule inheritance, due/overdue tracking, batched email digests, a Gutenberg sidebar, and a React page-tree admin UI.
This is a stand-alone generic WordPress plugin. It does not depend on any specific theme or framework.
Requirements
- PHP 8.1+
- WordPress 6.5+
- Node.js 18+ (build-time only)
Installation (development)
Then activate the plugin in wp-admin → Plugins.
Installation (test / production ZIP)
Releases are built in CI from a tag on main. The ZIP includes vendor/ and dist/; you do not need Node or Composer on the server.
1. Download the ZIP from the GitHub Release for your tag (see RELEASE.md).
2. Plugins → Add New → Upload Plugin and activate.
To build a ZIP locally:
Output: .build/scheduled-page-reviews-.zip
Scripts
| Command | What it does |
| ------------------- | --------------------------------------------------------- |
| npm run dev | Build assets and watch for changes |
| npm run build | tsc --noEmit then production bundle
Read the full README on GitHub →
Releases
| Tag | Published | Asset | Downloads |
|---|---|---|---|
| v0.1.5 | Aug 21, 2026 | scheduled-page-reviews-0.1.5.zip | 0 |
| v0.1.4 | Jun 26, 2026 | scheduled-page-reviews-0.1.4.zip | 0 |
| v0.1.3 | Jun 16, 2026 | scheduled-page-reviews-0.1.3.zip | 0 |
| v0.1.1 | Jun 16, 2026 | scheduled-page-reviews-0.1.1.zip | 0 |
| v0.1.0 | Jun 16, 2026 | scheduled-page-reviews-0.1.0.zip | 0 |
| v.0.1.0-test.2 | Jun 8, 2026 | scheduled-page-reviews-.0.1.0-test.2.zip | 0 |
| v0.1.0-test.1 | Jun 4, 2026 | content-ownership-0.1.0-test.1.zip | 0 |