Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
afragen committed Mar 6, 2022
1 parent c2038c5 commit 4221af2
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 26 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#### [unreleased]

#### 10.7.0 / 2022-03-06
* fix long standing object cache conflict with refresh cache and missing GitHub subtab by always showing GitHub subtab
* return `get_remote_repo_meta()` data when called from Git Updater PRO REST API
* add `default` icon data to `Plugin` object
Expand Down
2 changes: 1 addition & 1 deletion git-updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Plugin Name: Git Updater
* Plugin URI: https://git-updater.com
* Description: A plugin to automatically update GitHub hosted plugins, themes, and language packs. Additional API plugins available for Bitbucket, GitLab, Gitea, and Gist.
* Version: 10.6.15.1
* Version: 10.7.0
* Author: Andy Fragen
* License: MIT
* Domain Path: /languages
Expand Down
46 changes: 23 additions & 23 deletions languages/git-updater.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
# This file is distributed under the MIT.
msgid ""
msgstr ""
"Project-Id-Version: Git Updater 10.6.14\n"
"Project-Id-Version: Git Updater 10.7.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/git-updater\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2022-02-05T23:32:19+00:00\n"
"POT-Creation-Date: 2022-03-06T19:18:31+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.6.0\n"
"X-Domain: git-updater\n"

#. Plugin Name of the plugin
#: src/Git_Updater/Settings.php:165
#: src/Git_Updater/Settings.php:270
#: src/Git_Updater/Settings.php:166
#: src/Git_Updater/Settings.php:274
msgid "Git Updater"
msgstr ""

Expand Down Expand Up @@ -180,74 +180,74 @@ msgstr ""
msgid "Please be patient while WP-Cron finishes making API calls."
msgstr ""

#: src/Git_Updater/Settings.php:137
#: src/Git_Updater/Settings.php:806
#: src/Git_Updater/Settings.php:138
#: src/Git_Updater/Settings.php:817
msgid "Settings"
msgstr ""

#: src/Git_Updater/Settings.php:212
#: src/Git_Updater/Settings.php:369
#: src/Git_Updater/Settings.php:216
#: src/Git_Updater/Settings.php:373
msgid "Git Updater Settings"
msgstr ""

#: src/Git_Updater/Settings.php:213
#: src/Git_Updater/Settings.php:217
msgctxt "Menu item"
msgid "Git Updater"
msgstr ""

#: src/Git_Updater/Settings.php:293
#: src/Git_Updater/Settings.php:297
msgid "Refresh Cache"
msgstr ""

#: src/Git_Updater/Settings.php:338
#: src/Git_Updater/Settings.php:342
msgid "Settings saved."
msgstr ""

#: src/Git_Updater/Settings.php:340
#: src/Git_Updater/Settings.php:344
msgid "Cache refreshed."
msgstr ""

#: src/Git_Updater/Settings.php:382
#: src/Git_Updater/Settings.php:386
msgid "Enable Branch Switching"
msgstr ""

#: src/Git_Updater/Settings.php:395
#: src/Git_Updater/Settings.php:399
msgid "Bypass WP-Cron Background Processing for Debugging"
msgstr ""

#: src/Git_Updater/Settings.php:407
#: src/Git_Updater/Settings.php:411
msgid "Display `deprecated hook` messaging in debug.log"
msgstr ""

#: src/Git_Updater/Settings.php:570
#: src/Git_Updater/Settings.php:574
msgid "Check to enable."
msgstr ""

#: src/Git_Updater/Settings.php:602
#: src/Git_Updater/Settings.php:613
msgid "Overridden Plugins and Themes"
msgstr ""

#: src/Git_Updater/Settings.php:603
#: src/Git_Updater/Settings.php:614
msgid "The following plugins or themes might exist on wp.org, but any updates will be downloaded from their respective git repositories."
msgstr ""

#: src/Git_Updater/Settings.php:840
#: src/Git_Updater/Settings.php:851
msgid "This is a private repository."
msgstr ""

#: src/Git_Updater/Settings.php:841
#: src/Git_Updater/Settings.php:852
msgid "This repository has not connected to the API or was unable to connect."
msgstr ""

#: src/Git_Updater/Settings.php:842
#: src/Git_Updater/Settings.php:853
msgid "This repository is hosted on WordPress.org."
msgstr ""

#: src/Git_Updater/Settings.php:843
#: src/Git_Updater/Settings.php:854
msgid "This repository has been ignored and does not connect to the API."
msgstr ""

#: src/Git_Updater/Settings.php:887
#: src/Git_Updater/Settings.php:898
msgid "Installed Plugins and Themes"
msgstr ""

Expand Down
4 changes: 2 additions & 2 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'reference' => '5dfce7309d7384641b0efeacf738405ab180a4c6',
'reference' => 'c2038c57076ba30f23d9e2a4c615000739ccbe94',
'name' => 'afragen/git-updater',
'dev' => false,
),
Expand All @@ -16,7 +16,7 @@
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'reference' => '5dfce7309d7384641b0efeacf738405ab180a4c6',
'reference' => 'c2038c57076ba30f23d9e2a4c615000739ccbe94',
'dev_requirement' => false,
),
'afragen/singleton' => array(
Expand Down

0 comments on commit 4221af2

Please sign in to comment.