Skip to content

Commit c4bc449

Browse files
committed
release
1 parent e6c9415 commit c4bc449

File tree

9 files changed

+67
-64
lines changed

9 files changed

+67
-64
lines changed

CHANGES.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#### [unreleased]
2+
3+
#### 8.6.1 / 2019-01-11
24
* remove `tmp-readme.txt` after parsing, fixes [#754](https://github.com/afragen/github-updater/issues/754)
35
* directly call `wp_cron()` after refreshing cache
46
* update POT via `composer.json` and wp-cli

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Tags: plugin, theme, update, updater, github, bitbucket, gitlab, remote install
99
* Requires at least: 4.6
1010
* Requires PHP: 5.6
11-
* Tested up to: 5.0
11+
* Tested up to: 5.1
1212
* Stable tag: [master](https://github.com/afragen/github-updater/releases/latest)
1313
* Donate link: <https://thefragens.com/github-updater-donate>
1414
* License: GPLv2 or later

composer.lock

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

github-updater.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Plugin Name: GitHub Updater
1313
* Plugin URI: https://github.com/afragen/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: 8.6.0.5
15+
* Version: 8.6.1
1616
* Author: Andy Fragen
1717
* License: GNU General Public License v2
1818
* License URI: http://www.gnu.org/licenses/gpl-2.0.html

languages/github-updater.pot

+40-39
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
# Copyright (C) 2018 Andy Fragen
1+
# Copyright (C) 2019 Andy Fragen
22
# This file is distributed under the same license as the GitHub Updater plugin.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: GitHub Updater 8.6.0\n"
5+
"Project-Id-Version: GitHub Updater 8.6.1\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/github-updater\n"
77
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
88
"Language-Team: LANGUAGE <[email protected]>\n"
99
"MIME-Version: 1.0\n"
1010
"Content-Type: text/plain; charset=UTF-8\n"
1111
"Content-Transfer-Encoding: 8bit\n"
12-
"POT-Creation-Date: 2018-12-27T23:59:31+00:00\n"
12+
"POT-Creation-Date: 2019-01-11T17:52:58+00:00\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1414
"X-Generator: WP-CLI 2.1.0\n"
1515
"X-Domain: github-updater\n"
@@ -33,12 +33,12 @@ msgstr ""
3333
msgid "Andy Fragen"
3434
msgstr ""
3535

36-
#: mu/ghu-loader.php:66
36+
#: mu/ghu-loader.php:65
3737
msgid "Activated as mu-plugin"
3838
msgstr ""
3939

4040
#. translators: 1: minimum PHP version required, 2: Upgrade PHP URL
41-
#: github-updater.php:40
41+
#: github-updater.php:42
4242
msgid "GitHub Updater cannot run on PHP versions older than %1$s. <a href=\"%2$s\">Learn about upgrading your PHP.</a>"
4343
msgstr ""
4444

@@ -157,65 +157,65 @@ msgstr ""
157157
msgid "Installed Plugins and Themes"
158158
msgstr ""
159159

160-
#: src/GitHub_Updater/Plugin.php:326
160+
#: src/GitHub_Updater/Plugin.php:322
161161
msgid "View details"
162162
msgstr ""
163163

164164
#. translators: %s: theme name
165-
#: src/GitHub_Updater/Theme.php:337
166-
#: src/GitHub_Updater/Theme.php:533
165+
#: src/GitHub_Updater/Theme.php:335
166+
#: src/GitHub_Updater/Theme.php:531
167167
msgid "There is a new version of %s available."
168168
msgstr ""
169169

170170
#. translators: %s: theme version
171-
#: src/GitHub_Updater/Theme.php:349
171+
#: src/GitHub_Updater/Theme.php:347
172172
msgid "View version %s details."
173173
msgstr ""
174174

175-
#: src/GitHub_Updater/Theme.php:353
175+
#: src/GitHub_Updater/Theme.php:351
176176
msgid "Automatic update is unavailable for this theme."
177177
msgstr ""
178178

179179
#. translators: 1: version number, 2: closing anchor tag, 3: update URL
180-
#: src/GitHub_Updater/Theme.php:358
181-
#: src/GitHub_Updater/Theme.php:543
180+
#: src/GitHub_Updater/Theme.php:356
181+
#: src/GitHub_Updater/Theme.php:541
182182
msgid "View version %1$s details%2$s or %3$supdate now%2$s."
183183
msgstr ""
184184

185185
#. translators: %s: theme name
186-
#: src/GitHub_Updater/Theme.php:363
187-
#: src/GitHub_Updater/Theme.php:548
186+
#: src/GitHub_Updater/Theme.php:361
187+
#: src/GitHub_Updater/Theme.php:546
188188
msgid "Update %s now"
189189
msgstr ""
190190

191191
#. translators: 1: branch name, 2: jQuery dropdown, 3: closing tag
192-
#: src/GitHub_Updater/Theme.php:585
193-
#: src/GitHub_Updater/Base.php:896
192+
#: src/GitHub_Updater/Theme.php:583
193+
#: src/GitHub_Updater/Base.php:895
194194
msgid "Current branch is `%1$s`, try %2$sanother version%3$s"
195195
msgstr ""
196196

197-
#: src/GitHub_Updater/Theme.php:593
197+
#: src/GitHub_Updater/Theme.php:591
198198
msgid "Choose a Version"
199199
msgstr ""
200200

201-
#: src/GitHub_Updater/Theme.php:611
202-
#: src/GitHub_Updater/Base.php:931
201+
#: src/GitHub_Updater/Theme.php:609
202+
#: src/GitHub_Updater/Base.php:930
203203
msgid "No previous tags to rollback to."
204204
msgstr ""
205205

206-
#: src/GitHub_Updater/Theme.php:615
206+
#: src/GitHub_Updater/Theme.php:613
207207
msgid "Install"
208208
msgstr ""
209209

210-
#: src/GitHub_Updater/Base.php:449
210+
#: src/GitHub_Updater/Base.php:448
211211
msgid "There may be a problem with WP-Cron. A GitHub Updater WP-Cron event is overdue."
212212
msgstr ""
213213

214-
#: src/GitHub_Updater/Base.php:907
214+
#: src/GitHub_Updater/Base.php:906
215215
msgid "Switch to branch "
216216
msgstr ""
217217

218-
#: src/GitHub_Updater/Base.php:923
218+
#: src/GitHub_Updater/Base.php:922
219219
msgid "Switch to release "
220220
msgstr ""
221221

@@ -228,57 +228,58 @@ msgstr ""
228228
msgid "Reset RESTful key"
229229
msgstr ""
230230

231-
#: src/GitHub_Updater/Remote_Management.php:231
232-
msgid "Please refer to README for complete list of attributes. RESTful endpoints begin at:"
231+
#. translators: %s: Link to wiki
232+
#: src/GitHub_Updater/Remote_Management.php:235
233+
msgid "Please refer to the <a href=\"%s\">wiki</a> for complete list of attributes. RESTful endpoints begin at:"
233234
msgstr ""
234235

235-
#: src/GitHub_Updater/Remote_Management.php:235
236+
#: src/GitHub_Updater/Remote_Management.php:243
236237
msgid "Use of Remote Management services may result increase some page load speeds only for `admin` level users in the dashboard."
237238
msgstr ""
238239

239-
#: src/GitHub_Updater/API/Bitbucket_API.php:326
240+
#: src/GitHub_Updater/API/Bitbucket_API.php:351
240241
msgid "Bitbucket Private Settings"
241242
msgstr ""
242243

243-
#: src/GitHub_Updater/API/Bitbucket_API.php:333
244-
#: src/GitHub_Updater/API/Bitbucket_API.php:421
244+
#: src/GitHub_Updater/API/Bitbucket_API.php:358
245+
#: src/GitHub_Updater/API/Bitbucket_API.php:446
245246
msgid "Bitbucket Username"
246247
msgstr ""
247248

248-
#: src/GitHub_Updater/API/Bitbucket_API.php:342
249-
#: src/GitHub_Updater/API/Bitbucket_API.php:429
249+
#: src/GitHub_Updater/API/Bitbucket_API.php:367
250+
#: src/GitHub_Updater/API/Bitbucket_API.php:454
250251
msgid "Bitbucket Password"
251252
msgstr ""
252253

253-
#: src/GitHub_Updater/API/Bitbucket_API.php:358
254+
#: src/GitHub_Updater/API/Bitbucket_API.php:383
254255
msgid "Bitbucket Private Repositories"
255256
msgstr ""
256257

257-
#: src/GitHub_Updater/API/Bitbucket_API.php:388
258+
#: src/GitHub_Updater/API/Bitbucket_API.php:413
258259
msgid "Bitbucket"
259260
msgstr ""
260261

261-
#: src/GitHub_Updater/API/Bitbucket_API.php:397
262+
#: src/GitHub_Updater/API/Bitbucket_API.php:422
262263
msgid "Check box if private repository. Leave unchecked for public repositories."
263264
msgstr ""
264265

265-
#: src/GitHub_Updater/API/Bitbucket_API.php:404
266+
#: src/GitHub_Updater/API/Bitbucket_API.php:429
266267
msgid "Enter your personal Bitbucket username and password."
267268
msgstr ""
268269

269-
#: src/GitHub_Updater/API/Bitbucket_API.php:438
270+
#: src/GitHub_Updater/API/Bitbucket_API.php:463
270271
msgid "Private Bitbucket Repository"
271272
msgstr ""
272273

273-
#: src/GitHub_Updater/API/Bitbucket_API.php:454
274+
#: src/GitHub_Updater/API/Bitbucket_API.php:479
274275
msgid "Check for private Bitbucket repositories."
275276
msgstr ""
276277

277-
#: src/GitHub_Updater/API/Bitbucket_API.php:469
278+
#: src/GitHub_Updater/API/Bitbucket_API.php:494
278279
msgid "Enter Bitbucket username."
279280
msgstr ""
280281

281-
#: src/GitHub_Updater/API/Bitbucket_API.php:484
282+
#: src/GitHub_Updater/API/Bitbucket_API.php:509
282283
msgid "Enter Bitbucket password."
283284
msgstr ""
284285

readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://thefragens.com/github-updater-donate
44
Tags: plugin, theme, language pack, updater, remote install
55
Requires at least: 4.6
66
Requires PHP: 5.6
7-
Tested up to: 5.0
7+
Tested up to: 5.1
88
Stable tag: master
99
License: GPLv2 or later
1010
License URI: https://www.gnu.org/licenses/gpl-2.0.html

vendor/afragen/singleton/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
],
2424
"prefer-stable": true,
2525
"require": {
26-
"php": ">=5.6"
26+
"php": ">=5.4"
2727
},
2828
"autoload": {
2929
"classmap": [

vendor/afragen/wordpress-plugin-readme-parser/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
],
2323
"prefer-stable": true,
2424
"require": {
25-
"php": ">=5.6",
25+
"php": ">=5.4",
2626
"erusev/parsedown": "^1.7"
2727
},
2828
"autoload": {

vendor/composer/installed.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@
66
"source": {
77
"type": "git",
88
"url": "https://github.com/afragen/singleton.git",
9-
"reference": "e2baf7c8d070d7a575cd430561ae945463146b5e"
9+
"reference": "75bce9e88abaefdbbf4d12bc02f71079e465326d"
1010
},
1111
"dist": {
1212
"type": "zip",
13-
"url": "https://api.github.com/repos/afragen/singleton/zipball/e2baf7c8d070d7a575cd430561ae945463146b5e",
14-
"reference": "e2baf7c8d070d7a575cd430561ae945463146b5e",
13+
"url": "https://api.github.com/repos/afragen/singleton/zipball/75bce9e88abaefdbbf4d12bc02f71079e465326d",
14+
"reference": "75bce9e88abaefdbbf4d12bc02f71079e465326d",
1515
"shasum": ""
1616
},
1717
"require": {
18-
"php": ">=5.6"
18+
"php": ">=5.4"
1919
},
20-
"time": "2018-11-25T06:11:53+00:00",
20+
"time": "2019-01-05T16:19:38+00:00",
2121
"type": "library",
2222
"installation-source": "dist",
2323
"autoload": {
@@ -50,19 +50,19 @@
5050
"source": {
5151
"type": "git",
5252
"url": "https://github.com/afragen/wordpress-plugin-readme-parser.git",
53-
"reference": "4de9307c6e56d6d578f012f82f8de84851096422"
53+
"reference": "df96450ef96aafee3db3c86c67cf7f3119519a07"
5454
},
5555
"dist": {
5656
"type": "zip",
57-
"url": "https://api.github.com/repos/afragen/wordpress-plugin-readme-parser/zipball/4de9307c6e56d6d578f012f82f8de84851096422",
58-
"reference": "4de9307c6e56d6d578f012f82f8de84851096422",
57+
"url": "https://api.github.com/repos/afragen/wordpress-plugin-readme-parser/zipball/df96450ef96aafee3db3c86c67cf7f3119519a07",
58+
"reference": "df96450ef96aafee3db3c86c67cf7f3119519a07",
5959
"shasum": ""
6060
},
6161
"require": {
6262
"erusev/parsedown": "^1.7",
63-
"php": ">=5.6"
63+
"php": ">=5.4"
6464
},
65-
"time": "2018-11-25T20:45:52+00:00",
65+
"time": "2019-01-05T16:19:09+00:00",
6666
"type": "library",
6767
"installation-source": "dist",
6868
"autoload": {

0 commit comments

Comments
 (0)