Skip to content

Releases: WP-Autoplugin/hub2wp

1.6.1

Choose a tag to compare

@balazspiller balazspiller released this 18 Aug 22:31
92d23f6
  • 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

Choose a tag to compare

@balazspiller balazspiller released this 08 Apr 00:04
55957c6
  • 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

Choose a tag to compare

@balazspiller balazspiller released this 14 Mar 00:18
  • Fix: non-blocking error when trying to install a theme from inside the plugin details modal.
  • UI/UX improvements.

1.5.0

Choose a tag to compare

@balazspiller balazspiller released this 12 Mar 00:12
dba2db9
  • 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

Choose a tag to compare

@balazspiller balazspiller released this 07 Mar 01:01
1da9ceb
  • New: Use latest release files to check for updates if available, otherwise fall back to the selected branch

1.3.0

Choose a tag to compare

@balazspiller balazspiller released this 05 Mar 00:29
48d9d86
  • New: Added support for monitoring a specified branch for updates in addition to the default branch.

1.2.0

Choose a tag to compare

@WP-Autoplugin WP-Autoplugin released this 28 Feb 00:47
4d7f183
  • 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

Choose a tag to compare

@WP-Autoplugin WP-Autoplugin released this 22 Feb 01:33
2a208db
  • 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

Choose a tag to compare

@WP-Autoplugin WP-Autoplugin released this 07 Jan 03:08
  • 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.

1.0.0

Choose a tag to compare

@WP-Autoplugin WP-Autoplugin released this 31 Dec 17:04

Initial release