Skip to content

Commit

Permalink
Release v0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
esamattis committed Dec 16, 2019
1 parent 0e4d5e9 commit fe18f18
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 ComposerAutoloaderInit3999b22931617216c563003f6fa2d0b1::getLoader();
return ComposerAutoloaderInit7e449f2b6f64b300f88461f53b49b17e::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 ComposerAutoloaderInit3999b22931617216c563003f6fa2d0b1
class ComposerAutoloaderInit7e449f2b6f64b300f88461f53b49b17e
{
private static $loader;

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

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

0 comments on commit fe18f18

Please sign in to comment.