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
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
- Run require
composer require site-watch/site-watch-connect
inside your project.
Installation Manually
- Download the latest archive and extract to a folder.
- Upload the plugin to the
/wp-content/plugins/
directory. - Activate the plugin through the 'Plugins' menu in WordPress.
- Continue setup of site and plugin via Site Watch.
Releasing a new version
- Update version number inside site-watch-connect.php (header comment block and constant variable).
- Create tag with version number in this format:
vX.X.X
. For example,v1.2.1
. - Push to
main
.