Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
fnpen committed Feb 23, 2022
1 parent 1ed8842 commit cfe6e70
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 15 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file.

### 0.8.21 (2022-02-23)


##### Bug Fixes

* Loading bug for commands with children

### 0.8.20 (2022-02-23)

### 0.8.19 (2022-02-22)
Expand Down
4 changes: 2 additions & 2 deletions barista.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Author: WP Busters
* Author URI: https://wpbusters.com/
*
* Version: 0.8.20
* Version: 0.8.21
* Requires at least: 5.8
* Tested up to: 5.9
* Requires PHP: 7.1
Expand All @@ -26,7 +26,7 @@
define( 'BARISTA_URL', \plugins_url( '/', __FILE__ ) );
define( 'BARISTA_PLUGIN_FILE', __FILE__ );
define( 'BARISTA_PLUGIN_DIR', __DIR__ );
define( 'BARISTA_VERSION', '0.8.20' );
define( 'BARISTA_VERSION', '0.8.21' );

// define( 'BARISTA_DEMO', 'animate-up' ); phpcs:ignore Squiz.PHP.CommentedOutCode.Found.

Expand Down
2 changes: 1 addition & 1 deletion build/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array(), 'version' => '1ccf43932f307f9df2f2348633b99025');
<?php return array('dependencies' => array(), 'version' => '4562e5f468b5fd82bd814362317941b1');
2 changes: 1 addition & 1 deletion build/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A blazing fast, highly extendable command launcher that helps to do your routine tasks much faster. You can search posts, control your site, and much more.",
"type": "wordpress-plugin",
"license": "ISC",
"version": "0.8.20",
"version": "0.8.21",
"require": {
"php": ">=7.1"
}
Expand Down
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 ComposerAutoloaderInitcedca64eb7c948419795d6316a6cbcb5::getLoader();
return ComposerAutoloaderInit56c818204f10fceeb10deb4f498060d7::getLoader();
14 changes: 7 additions & 7 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 ComposerAutoloaderInitcedca64eb7c948419795d6316a6cbcb5
class ComposerAutoloaderInit56c818204f10fceeb10deb4f498060d7
{
private static $loader;

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

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

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

call_user_func(\Composer\Autoload\ComposerStaticInitcedca64eb7c948419795d6316a6cbcb5::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInit56c818204f10fceeb10deb4f498060d7::getInitializer($loader));
} else {
$map = require __DIR__ . '/autoload_namespaces.php';
foreach ($map as $namespace => $path) {
Expand All @@ -51,12 +51,12 @@ public static function getLoader()
$loader->register(true);

if ($useStaticLoader) {
$includeFiles = Composer\Autoload\ComposerStaticInitcedca64eb7c948419795d6316a6cbcb5::$files;
$includeFiles = Composer\Autoload\ComposerStaticInit56c818204f10fceeb10deb4f498060d7::$files;
} else {
$includeFiles = require __DIR__ . '/autoload_files.php';
}
foreach ($includeFiles as $fileIdentifier => $file) {
composerRequirecedca64eb7c948419795d6316a6cbcb5($fileIdentifier, $file);
composerRequire56c818204f10fceeb10deb4f498060d7($fileIdentifier, $file);
}

return $loader;
Expand All @@ -68,7 +68,7 @@ public static function getLoader()
* @param string $file
* @return void
*/
function composerRequirecedca64eb7c948419795d6316a6cbcb5($fileIdentifier, $file)
function composerRequire56c818204f10fceeb10deb4f498060d7($fileIdentifier, $file)
{
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
Expand Down
4 changes: 2 additions & 2 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 ComposerStaticInitcedca64eb7c948419795d6316a6cbcb5
class ComposerStaticInit56c818204f10fceeb10deb4f498060d7
{
public static $files = array (
'49a1299791c25c6fd83542c6fedacddd' => __DIR__ . '/..' . '/yahnis-elsts/plugin-update-checker/load-v4p11.php',
Expand All @@ -17,7 +17,7 @@ class ComposerStaticInitcedca64eb7c948419795d6316a6cbcb5
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->classMap = ComposerStaticInitcedca64eb7c948419795d6316a6cbcb5::$classMap;
$loader->classMap = ComposerStaticInit56c818204f10fceeb10deb4f498060d7::$classMap;

}, null, ClassLoader::class);
}
Expand Down

0 comments on commit cfe6e70

Please sign in to comment.