Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
afragen committed Apr 4, 2022
1 parent 61c5ed5 commit 113158c
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 41 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.8.0 / 2022-04-03
* use `move_dir()` and `is_virtualbox()` from [#51875](https://core.trac.wordpress.org/ticket/51857) [PR #2225](https://github.com/WordPress/wordpress-develop/pull/2225/files)
* revert fix directory rename for single file plugin update

Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.7.2.2
* Version: 10.8.0
* Author: Andy Fragen
* License: MIT
* Domain Path: /languages
Expand Down
20 changes: 10 additions & 10 deletions languages/git-updater.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# This file is distributed under the MIT.
msgid ""
msgstr ""
"Project-Id-Version: Git Updater 10.7.1\n"
"Project-Id-Version: Git Updater 10.8.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/git-updater\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2022-03-12T22:24:53+00:00\n"
"POT-Creation-Date: 2022-04-04T04:35:59+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"
Expand Down Expand Up @@ -110,35 +110,35 @@ msgstr ""
msgid "Free Trial"
msgstr ""

#: src/Git_Updater/API/GitHub_API.php:354
#: src/Git_Updater/API/GitHub_API.php:351
msgid "GitHub Personal Access Token"
msgstr ""

#: src/Git_Updater/API/GitHub_API.php:361
#: src/Git_Updater/API/GitHub_API.php:358
msgid "GitHub.com Access Token"
msgstr ""

#: src/Git_Updater/API/GitHub_API.php:377
#: src/Git_Updater/API/GitHub_API.php:374
msgid "GitHub Private Settings"
msgstr ""

#: src/Git_Updater/API/GitHub_API.php:404
#: src/Git_Updater/API/GitHub_API.php:401
msgid "Enter your GitHub Access Token. Leave empty for public repositories."
msgstr ""

#: src/Git_Updater/API/GitHub_API.php:411
#: src/Git_Updater/API/GitHub_API.php:408
msgid "Enter your personal GitHub.com or GitHub Enterprise Access Token to avoid API access limits."
msgstr ""

#: src/Git_Updater/API/GitHub_API.php:422
#: src/Git_Updater/API/GitHub_API.php:419
msgid "GitHub Access Token"
msgstr ""

#: src/Git_Updater/API/GitHub_API.php:436
#: src/Git_Updater/API/GitHub_API.php:433
msgid "GitHub"
msgstr ""

#: src/Git_Updater/API/GitHub_API.php:450
#: src/Git_Updater/API/GitHub_API.php:447
msgid "Enter GitHub Access Token for private GitHub repositories."
msgstr ""

Expand Down
2 changes: 2 additions & 0 deletions vendor/composer/InstalledVersions.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
* See also https://getcomposer.org/doc/07-runtime.md#installed-versions
*
* To require its presence, you can require `composer-runtime-api ^2.0`
*
* @final
*/
class InstalledVersions
{
Expand Down
2 changes: 1 addition & 1 deletion vendor/composer/autoload_classmap.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// autoload_classmap.php @generated by Composer

$vendorDir = dirname(dirname(__FILE__));
$vendorDir = dirname(__DIR__);
$baseDir = dirname($vendorDir);

return array(
Expand Down
2 changes: 1 addition & 1 deletion vendor/composer/autoload_namespaces.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// autoload_namespaces.php @generated by Composer

$vendorDir = dirname(dirname(__FILE__));
$vendorDir = dirname(__DIR__);
$baseDir = dirname($vendorDir);

return array(
Expand Down
2 changes: 1 addition & 1 deletion vendor/composer/autoload_psr4.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// autoload_psr4.php @generated by Composer

$vendorDir = dirname(dirname(__FILE__));
$vendorDir = dirname(__DIR__);
$baseDir = dirname($vendorDir);

return array(
Expand Down
25 changes: 3 additions & 22 deletions vendor/composer/autoload_real.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,30 +25,11 @@ public static function getLoader()
require __DIR__ . '/platform_check.php';

spl_autoload_register(array('ComposerAutoloaderInita27e6a3df8c435e2b136f961f0442be2', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
spl_autoload_unregister(array('ComposerAutoloaderInita27e6a3df8c435e2b136f961f0442be2', 'loadClassLoader'));

$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
if ($useStaticLoader) {
require __DIR__ . '/autoload_static.php';

call_user_func(\Composer\Autoload\ComposerStaticInita27e6a3df8c435e2b136f961f0442be2::getInitializer($loader));
} else {
$map = require __DIR__ . '/autoload_namespaces.php';
foreach ($map as $namespace => $path) {
$loader->set($namespace, $path);
}

$map = require __DIR__ . '/autoload_psr4.php';
foreach ($map as $namespace => $path) {
$loader->setPsr4($namespace, $path);
}

$classMap = require __DIR__ . '/autoload_classmap.php';
if ($classMap) {
$loader->addClassMap($classMap);
}
}
require __DIR__ . '/autoload_static.php';
\Composer\Autoload\ComposerStaticInita27e6a3df8c435e2b136f961f0442be2::getInitializer($loader)();

$loader->register(true);

Expand Down
2 changes: 1 addition & 1 deletion vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,6 @@
"install-path": "../freemius/wordpress-sdk"
}
],
"dev": false,
"dev": true,
"dev-package-names": []
}
6 changes: 3 additions & 3 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'reference' => 'd2ddce8572a1448647debadb6aa8daaabfcb9ea2',
'reference' => '61c5ed5215e2b60286bd3d03896fbbdb8d8cd711',
'name' => 'afragen/git-updater',
'dev' => false,
'dev' => true,
),
'versions' => array(
'afragen/git-updater' => array(
Expand All @@ -16,7 +16,7 @@
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'reference' => 'd2ddce8572a1448647debadb6aa8daaabfcb9ea2',
'reference' => '61c5ed5215e2b60286bd3d03896fbbdb8d8cd711',
'dev_requirement' => false,
),
'afragen/singleton' => array(
Expand Down

0 comments on commit 113158c

Please sign in to comment.