diff --git a/CHANGES.md b/CHANGES.md index f980f7429..dfa16309b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ #### [unreleased] +#### 9.9.19 / 2023-04-19 + +* support plugin release notes screen too. + #### 9.9.18 / 2023-04-18 * load plugin on options.php page too. diff --git a/github-updater.php b/github-updater.php index c9650cb12..24633d709 100644 --- a/github-updater.php +++ b/github-updater.php @@ -12,7 +12,7 @@ * Plugin Name: GitHub Updater * Plugin URI: https://github.com/cbratschi/github-updater * Description: A plugin to automatically update GitHub, Bitbucket, GitLab, or Gitea hosted plugins, themes, and language packs. It also allows for remote installation of plugins or themes into WordPress. - * Version: 9.9.18 + * Version: 9.9.19 * Author: Andy Fragen, Christoph Bratschi * License: GNU General Public License v2 * License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -52,6 +52,7 @@ 'themes.php', 'theme-install.php', 'plugins.php', + 'plugin-install.php', //plugin release notes popup 'options-general.php', //?page=github-updater 'options.php' ];