Skip to content

Commit

Permalink
Release v0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
esamattis committed Jan 27, 2020
1 parent 92ae233 commit 3311174
Show file tree
Hide file tree
Showing 5 changed files with 11 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 ComposerAutoloaderInitc7c7d561fb4d91cc80519040cb27fea7::getLoader();
return ComposerAutoloaderInit54e713157924970e25fd0006a8b30830::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 ComposerAutoloaderInitc7c7d561fb4d91cc80519040cb27fea7
class ComposerAutoloaderInit54e713157924970e25fd0006a8b30830
{
private static $loader;

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

spl_autoload_register(array('ComposerAutoloaderInitc7c7d561fb4d91cc80519040cb27fea7', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInit54e713157924970e25fd0006a8b30830', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
spl_autoload_unregister(array('ComposerAutoloaderInitc7c7d561fb4d91cc80519040cb27fea7', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInit54e713157924970e25fd0006a8b30830', '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\ComposerStaticInitc7c7d561fb4d91cc80519040cb27fea7::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInit54e713157924970e25fd0006a8b30830::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 ComposerStaticInitc7c7d561fb4d91cc80519040cb27fea7
class ComposerStaticInit54e713157924970e25fd0006a8b30830
{
public static $prefixLengthsPsr4 = array (
'W' =>
Expand Down Expand Up @@ -34,9 +34,9 @@ class ComposerStaticInitc7c7d561fb4d91cc80519040cb27fea7
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInitc7c7d561fb4d91cc80519040cb27fea7::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitc7c7d561fb4d91cc80519040cb27fea7::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInitc7c7d561fb4d91cc80519040cb27fea7::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInit54e713157924970e25fd0006a8b30830::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit54e713157924970e25fd0006a8b30830::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit54e713157924970e25fd0006a8b30830::$classMap;

}, null, ClassLoader::class);
}
Expand Down
1 change: 1 addition & 0 deletions vendor/composer/installed.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
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.5
* Version: 0.3.6
* Author URI: https://valu.fi/
*
* @package wp-graphql-polylang
Expand Down

0 comments on commit 3311174

Please sign in to comment.