hub2wp/readme.txt
2026-03-05 01:28:15 +01:00

56 lines
2.1 KiB
Text

=== hub2wp ===
Contributors: pbalazs
Tags: github, plugins, installer
Requires at least: 5.8
Tested up to: 6.9
Stable tag: 1.3.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Browse, install, and update WordPress plugins directly from GitHub repositories.
== Description ==
This plugin allows you to discover WordPress themes and plugins hosted on GitHub by searching repositories with the "wordpress-plugin" topic. You can install and update these plugins directly from your WordPress dashboard, just like plugins from the official WordPress plugin repository.
Features:
* Search WordPress themes and plugins in GitHub repositories.
* Browse and install extensions from private GitHub repositories (requires personal access token with "repo" scope).
* Install themes and plugins with one click.
* Receive update notifications and update with one click.
* Optionally add a personal GitHub access token to increase API rate limits.
* Caching to reduce API requests.
== Installation ==
1. Upload the `hub2wp` folder to the `/wp-content/plugins/` directory.
2. Activate the plugin through the 'Plugins' menu in WordPress.
3. Navigate to "Plugins > Add GitHub Plugin" to browse plugins.
4. Go to "Settings > GitHub Plugins" to add an optional personal access token and configure caching.
== Frequently Asked Questions ==
= Do I need a GitHub token? =
No, but you have a higher request limit if you use one.
== Changelog ==
= 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.
= 1.0.0 =
* Initial release.