Tearoom One Content Watch Allows you to keep track of what has been changed and by whom. Docs Source Install Manual Download and extract the folder to site/plugins/content-watch Git Submodule Copy Version 1.3.5 License MIT Stars 11 Supports K4 Created 25 Jun 2025 Updated 8 Jul 2025 Info Topics Logging Implements Panel area(s) Support Docs Issues Email Latest releases 1.3.5 1.3.2 1.3.1 1.3.0 Similar plugins monolog()->log('something CRITICAL happend 😱', 'critical'); Monolog Have you ever missed an error message and were clueless about what was going on? Never again: Use Monolog to log your messages to a myriad o… K4 K3 Debug Bar PHP Debug Bar for KirbyCMS K4 K3 Kirbylog Zero-dependency global kirbylog() helper for any content K5 K4 K3 More by Tearoom One More Uniform Contact Block A plugin for Kirby that provides a contact form block based on Kirby Uniform. It allows to put a contact form anywhere in your layout with m… K4 $form = new Form(); if ($kirby->request()->is('POST')) { // Call security $form->spamWordsGuard(); // .. more code } Uniform Spam Words A plugin for Kirby that provides a spam guard for the Uniform Form plugin. It uses extendable word lists and weights and counts links and em… K4 Block Reference This plugin allows you to reference other blocks. Thus, you can easily repeat a block in multiple places on your page while being able to up… K4