Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new footer logos #464

Merged
merged 6 commits into from
Dec 12, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
sync dist folder with dist_persist
  • Loading branch information
dati18 committed Dec 6, 2024
commit 2b018016e57717ce42ac399912e6665e723a9b8f
Binary file removed dist/resources/assets/poweredby_wbstack_88x31.png
Binary file not shown.
Binary file removed dist/resources/assets/poweredby_wikibase_88x31.png
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/vendor/autoload.php
Original file line number Diff line number Diff line change
@@ -4,4 +4,4 @@

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

return ComposerAutoloaderInit363f9183335017aee6b02c5b8326cd74::getLoader();
return ComposerAutoloaderInite47817adb13a3b792b56ce584c8009e6::getLoader();
14 changes: 7 additions & 7 deletions dist/vendor/composer/autoload_real.php
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

// autoload_real.php @generated by Composer

class ComposerAutoloaderInit363f9183335017aee6b02c5b8326cd74
class ComposerAutoloaderInite47817adb13a3b792b56ce584c8009e6
{
private static $loader;

@@ -24,9 +24,9 @@ public static function getLoader()

require __DIR__ . '/platform_check.php';

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

$includePaths = require __DIR__ . '/include_paths.php';
$includePaths[] = get_include_path();
@@ -36,7 +36,7 @@ public static function getLoader()
if ($useStaticLoader) {
require __DIR__ . '/autoload_static.php';

call_user_func(\Composer\Autoload\ComposerStaticInit363f9183335017aee6b02c5b8326cd74::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInite47817adb13a3b792b56ce584c8009e6::getInitializer($loader));
} else {
$map = require __DIR__ . '/autoload_namespaces.php';
foreach ($map as $namespace => $path) {
@@ -57,19 +57,19 @@ public static function getLoader()
$loader->register(false);

if ($useStaticLoader) {
$includeFiles = Composer\Autoload\ComposerStaticInit363f9183335017aee6b02c5b8326cd74::$files;
$includeFiles = Composer\Autoload\ComposerStaticInite47817adb13a3b792b56ce584c8009e6::$files;
} else {
$includeFiles = require __DIR__ . '/autoload_files.php';
}
foreach ($includeFiles as $fileIdentifier => $file) {
composerRequire363f9183335017aee6b02c5b8326cd74($fileIdentifier, $file);
composerRequiree47817adb13a3b792b56ce584c8009e6($fileIdentifier, $file);
}

return $loader;
}
}

function composerRequire363f9183335017aee6b02c5b8326cd74($fileIdentifier, $file)
function composerRequiree47817adb13a3b792b56ce584c8009e6($fileIdentifier, $file)
{
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
require $file;
12 changes: 6 additions & 6 deletions dist/vendor/composer/autoload_static.php
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@

namespace Composer\Autoload;

class ComposerStaticInit363f9183335017aee6b02c5b8326cd74
class ComposerStaticInite47817adb13a3b792b56ce584c8009e6
{
public static $files = array (
'6e3fae29631ef280660b3cdad06f25a8' => __DIR__ . '/..' . '/symfony/deprecation-contracts/function.php',
@@ -4249,11 +4249,11 @@ class ComposerStaticInit363f9183335017aee6b02c5b8326cd74
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit363f9183335017aee6b02c5b8326cd74::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit363f9183335017aee6b02c5b8326cd74::$prefixDirsPsr4;
$loader->prefixesPsr0 = ComposerStaticInit363f9183335017aee6b02c5b8326cd74::$prefixesPsr0;
$loader->fallbackDirsPsr0 = ComposerStaticInit363f9183335017aee6b02c5b8326cd74::$fallbackDirsPsr0;
$loader->classMap = ComposerStaticInit363f9183335017aee6b02c5b8326cd74::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInite47817adb13a3b792b56ce584c8009e6::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInite47817adb13a3b792b56ce584c8009e6::$prefixDirsPsr4;
$loader->prefixesPsr0 = ComposerStaticInite47817adb13a3b792b56ce584c8009e6::$prefixesPsr0;
$loader->fallbackDirsPsr0 = ComposerStaticInite47817adb13a3b792b56ce584c8009e6::$fallbackDirsPsr0;
$loader->classMap = ComposerStaticInite47817adb13a3b792b56ce584c8009e6::$classMap;

}, null, ClassLoader::class);
}
Loading