Skip to content

Commit 0971011

Browse files
committed
support plugin-install.php
1 parent 5d87a1f commit 0971011

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#### [unreleased]
22

3+
#### 9.9.19 / 2023-04-19
4+
5+
* support plugin release notes screen too.
6+
37
#### 9.9.18 / 2023-04-18
48

59
* load plugin on options.php page too.

github-updater.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Plugin Name: GitHub Updater
1313
* Plugin URI: https://github.com/cbratschi/github-updater
1414
* 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.
15-
* Version: 9.9.18
15+
* Version: 9.9.19
1616
* Author: Andy Fragen, Christoph Bratschi
1717
* License: GNU General Public License v2
1818
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -52,6 +52,7 @@
5252
'themes.php',
5353
'theme-install.php',
5454
'plugins.php',
55+
'plugin-install.php', //plugin release notes popup
5556
'options-general.php', //?page=github-updater
5657
'options.php'
5758
];

0 commit comments

Comments
 (0)