WP Manifestindependent plugin directory
manifest / ai / gd-autotag

GD AutoTag

Plugin for Content automation using AI.

by Trevor Rock · github.com/terence/gd-autotag · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/terence/gd-autotag/archive/refs/heads/main.zip

From the readme

gdautotag A lightweight WordPress plugin scaffold (generated by Copilot) with automatic GitHub-based updates. Features - PSR-4 autoloading with Composer - Admin and frontend asset management - Automatic updates from GitHub Releases - Unit test scaffolding with PHPUnit - Admin dashboard with plugin information and settings - Automatic tag generation for posts with customizable exclusion list - Posts summary with tag coverage visualization Documentation Looking for detailed usage instructions, settings walkthroughs, and AI customization tips? See docs/PLUGINGUIDE.md. Installation 1. Upload the gd-autotag folder to your /wp-content/plugins/ directory. 2. Activate the plugin through the 'Plugins' screen in WordPress. Development Setup Running Tests Validating Update Checker Automatic Updates This plugin uses plugin-update-checker to enable automatic updates from GitHub Releases. How It Works 1. The plugin checks your GitHub repository for new releases 2. When a new version is tagged and released, WordPress will show an update notification 3. Users can update directly from the WordPress admin panel Creating a Release 1. Update version in gd-autotag.php: - Header: Ver

Read the full README on GitHub →