Skip to content

Commit

Permalink
Release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
esamattis committed Oct 1, 2020
1 parent f6aec75 commit 55da6b2
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10 deletions.
2 changes: 1 addition & 1 deletion vendor/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

require_once __DIR__ . '/composer/autoload_real.php';

return ComposerAutoloaderInitf325af032f24df441cc6d68f3b9df31b::getLoader();
return ComposerAutoloaderInit43da53adb50141669ba75c3d91fe6230::getLoader();
11 changes: 7 additions & 4 deletions vendor/composer/autoload_real.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// autoload_real.php @generated by Composer

class ComposerAutoloaderInitf325af032f24df441cc6d68f3b9df31b
class ComposerAutoloaderInit43da53adb50141669ba75c3d91fe6230
{
private static $loader;

Expand All @@ -13,21 +13,24 @@ public static function loadClassLoader($class)
}
}

/**
* @return \Composer\Autoload\ClassLoader
*/
public static function getLoader()
{
if (null !== self::$loader) {
return self::$loader;
}

spl_autoload_register(array('ComposerAutoloaderInitf325af032f24df441cc6d68f3b9df31b', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInit43da53adb50141669ba75c3d91fe6230', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
spl_autoload_unregister(array('ComposerAutoloaderInitf325af032f24df441cc6d68f3b9df31b', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInit43da53adb50141669ba75c3d91fe6230', 'loadClassLoader'));

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

call_user_func(\Composer\Autoload\ComposerStaticInitf325af032f24df441cc6d68f3b9df31b::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInit43da53adb50141669ba75c3d91fe6230::getInitializer($loader));
} else {
$map = require __DIR__ . '/autoload_namespaces.php';
foreach ($map as $namespace => $path) {
Expand Down
8 changes: 4 additions & 4 deletions vendor/composer/autoload_static.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Composer\Autoload;

class ComposerStaticInitf325af032f24df441cc6d68f3b9df31b
class ComposerStaticInit43da53adb50141669ba75c3d91fe6230
{
public static $prefixLengthsPsr4 = array (
'W' =>
Expand Down Expand Up @@ -35,9 +35,9 @@ class ComposerStaticInitf325af032f24df441cc6d68f3b9df31b
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInitf325af032f24df441cc6d68f3b9df31b::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitf325af032f24df441cc6d68f3b9df31b::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInitf325af032f24df441cc6d68f3b9df31b::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInit43da53adb50141669ba75c3d91fe6230::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit43da53adb50141669ba75c3d91fe6230::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit43da53adb50141669ba75c3d91fe6230::$classMap;

}, null, ClassLoader::class);
}
Expand Down
2 changes: 1 addition & 1 deletion wp-graphql-polylang.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin URI: https://github.com/valu-digital/wp-graphql-polylang
* Description: Exposes Polylang languages and translations in the GraphQL schema
* Author: Esa-Matti Suuronen, Valu Digital Oy
* Version: 0.4.0
* Version: 0.5.0
* Author URI: https://valu.fi/
*
* @package wp-graphql-polylang
Expand Down

0 comments on commit 55da6b2

Please sign in to comment.