Skip to content

Commit

Permalink
Release v0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
esamattis committed Jan 27, 2020
1 parent f14f0e4 commit 304a278
Show file tree
Hide file tree
Showing 4 changed files with 10 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 ComposerAutoloaderInit54e713157924970e25fd0006a8b30830::getLoader();
return ComposerAutoloaderInit648b8decf42ca75b893380b343b5660a::getLoader();
8 changes: 4 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 ComposerAutoloaderInit54e713157924970e25fd0006a8b30830
class ComposerAutoloaderInit648b8decf42ca75b893380b343b5660a
{
private static $loader;

Expand All @@ -19,15 +19,15 @@ public static function getLoader()
return self::$loader;
}

spl_autoload_register(array('ComposerAutoloaderInit54e713157924970e25fd0006a8b30830', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInit648b8decf42ca75b893380b343b5660a', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
spl_autoload_unregister(array('ComposerAutoloaderInit54e713157924970e25fd0006a8b30830', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInit648b8decf42ca75b893380b343b5660a', '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\ComposerStaticInit54e713157924970e25fd0006a8b30830::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInit648b8decf42ca75b893380b343b5660a::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 ComposerStaticInit54e713157924970e25fd0006a8b30830
class ComposerStaticInit648b8decf42ca75b893380b343b5660a
{
public static $prefixLengthsPsr4 = array (
'W' =>
Expand Down Expand Up @@ -34,9 +34,9 @@ class ComposerStaticInit54e713157924970e25fd0006a8b30830
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit54e713157924970e25fd0006a8b30830::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit54e713157924970e25fd0006a8b30830::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit54e713157924970e25fd0006a8b30830::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInit648b8decf42ca75b893380b343b5660a::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit648b8decf42ca75b893380b343b5660a::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit648b8decf42ca75b893380b343b5660a::$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.3.6
* Version: 0.3.7
* Author URI: https://valu.fi/
*
* @package wp-graphql-polylang
Expand Down

0 comments on commit 304a278

Please sign in to comment.