Skip to content
  • Kirby CMS Plugins
  • Discover
  • Search
  • Developers
  • New plugins
  • Recently updated
  • Most starred
  • Topics
  • Types
  • Free Plugins
  • Paid Plugins
  • Kirby 5
  • Kirby 4

  • Submit a plugin
  • getkirby.com
  • Tearoom One Tearoom One

    Content Watch

    Allows you to keep track of what has been changed and by whom.

    Docs Source

    Manual

    Download and extract the folder to site/plugins/content-watch

    Git Submodule

    Version
    1.0.1
    License
    MIT
    Stars
    3
    Supports
    K4
    Created
    25 May 2025
    Updated
    28 May 2025

    Info

    Topics
    • Logging
    Implements
    • Panel area(s)
    Support
    • Docs
    • Issues
    • Email
    Latest releases
    • 1.0.1

    Similar plugins

    • Debug Bar PHP Debug Bar for KirbyCMS K4 K3
    • Sentry Sentry real-time crash reporting for Kirby CMS sites K5 K4 K3
    • Kirbylog Zero-dependency global kirbylog() helper for any content K5 K4 K3

    More by Tearoom One

    More
    • $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
    • 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