site-watch/site-watch-connect

A plugin to connect your WordPress site to Site Watch

Installs: 12 528

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:wordpress-plugin

v1.1.2 2024-01-23 15:55 UTC

This package is auto-updated.

Last update: 2025-04-23 18:40:25 UTC


README

License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html

Description

This plugin provides the required API endpoints for Site Watch

Installation via composer

  1. Run require composer require site-watch/site-watch-connect inside your project.

Installation Manually

  1. Download the latest archive and extract to a folder.
  2. Upload the plugin to the /wp-content/plugins/ directory.
  3. Activate the plugin through the 'Plugins' menu in WordPress.
  4. Continue setup of site and plugin via Site Watch.

Releasing a new version

  1. Update version number inside site-watch-connect.php (header comment block and constant variable).
  2. Create tag with version number in this format: vX.X.X. For example, v1.2.1.
  3. Push to main.