Releases: WP-Autoplugin/hub2wp
Releases · WP-Autoplugin/hub2wp
Release list
1.6.1
- Mono-repo support added
- Animate loading actions and show selected plugins count
- "Already Monitoring" in 'Add Repository' picker
- Bulk remove options added to Monitored Plugins table
- Theme support for monorepo themes
- Fixed a bunch of issues around plugin/theme tracking
- Better sub-menu position for 'Add Github Plugin'
- Added sub-menu item for 'Add GitHub Theme' under 'Appearance'
- Added 'Add GitHub Plugin' button next to the 'Add Plugin' button on /wp-admin/plugins.php
- Changed 'GitHub themes' button next to the 'Add Theme' button to 'Add GitHub Theme' on /wp-admin/themes.php
- Require a GitHub access token for monorepo support to protect the anonymous API rate limit
- Reuse cached repository data across monorepo projects and avoid per-file API requests for public plugin headers
1.5.2
- Added list of known-incompatible plugins and themes, to exclude them from search results.
- Fix: refresh update transient when clearing cache from settings page.
1.5.1
- Fix: non-blocking error when trying to install a theme from inside the plugin details modal.
- UI/UX improvements.
1.5.0
- New: Added WP-CLI support - commands for installing, listing, and managing tracked plugins and themes, as well as hub2wp settings.
- New: Added integration with the Abilities API for WordPress 6.9+ to allow AI agents and automation tools to interact with hub2wp features and manage GitHub-hosted plugins and themes.
- New: Added a structured "skill" for AI coding assistants and autonomous agents to understand how to operate the plugin correctly.
1.4.0
- New: Use latest release files to check for updates if available, otherwise fall back to the selected branch
1.3.0
- New: Added support for monitoring a specified branch for updates in addition to the default branch.
1.2.0
- New: Added support for themes in addition to plugins.
- New: Added filter link for GitHub plugins on the Plugins page.
- Fix: Use repo name as the plugin or theme slug on installation.
1.1.0
- New: Added support for private GitHub repositories.
- New: Private repositories tab in plugin browser.
- New: Settings page UI for managing repositories / monitored plugins.
1.0.1
- Fix: Update plugin data saved in the activation hook.
- Fix: Use the last commit date from the default branch as the plugin's last updated date.