git-installer icon indicating copy to clipboard operation
git-installer copied to clipboard

Install and update WordPress themes and plugins directly from your Git repository via GitHub, Gitlab or Bitbucket.

Results 14 git-installer issues
Sort by recently updated
recently updated
newest added

With WordPress 6.4.3 and PHP 8.1, the following deprecation notice is thrown on every page request in the frontend and backend. On at least one site, this stops the frontend...

bug

When the plugin is active, all automatic updates (plugins which are not managed by this plugin) are disabled.

When the [Performance Lab](https://wordpress.org/plugins/performance-lab/) plugin is in use with Git Installer, page requests to frontend pages when the user is logged in lead to a 503 server timeout. The hosting...

bug

`Fatal error: Uncaught Error: Class "SayHello\GitInstaller\Plugin" not found in […webroot…]/wp-content/plugins/git-installer/git-installer.php:45`

bug

After successfully updating a repository in the overview (admin.php?page=shgi-git-packages), the displayed version number doesn't always update to the newest version. It is correct after reloading the page manually.

bug

- _Undefined index: dir_ (wp-content/mu-plugins/git-installer/src/Package/GitPackages.php:327) - _strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior_ - (wp-includes/compat.php:463) -...

bug

WP 6.1.1 PHP 8.1.14 Git Installer 1.2.0 When trying to enter a Repository URL (pressing "Check URL“), the modal window disappears and I get a blank window next to the...

Would love to see your plugin loading it's code only when necessary. I know that it is common WP worst practice to load everything everywhere at any time. But I...

Use `PucFactory::buildUpdateChecker` in `SayHello\GitInstaller\Package\Updater`

It should be possible to install and update packages via WP CLI

enhancement