Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
fnpen committed Feb 22, 2022
1 parent e515c84 commit fb43229
Show file tree
Hide file tree
Showing 6 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.15 (2022-02-22)


##### Features

* Description changed

### 0.8.14 (2022-02-22)


Expand Down
6 changes: 3 additions & 3 deletions barista.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
/**
* Plugin Name: Barista
* Plugin URI: https://github.com/fnpen/baristawp-plugin
* Description: A blazingly fast, totally extendable command launcher. It lets you go your routine tasks faster, search posts, control your site, and much more.
* 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.
*
* Text Domain: barista
* Domain Path: /languages
*
* Author: WP Busters
* Author URI: https://wpbusters.com/
*
* Version: 0.8.14
* Version: 0.8.15
* 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.14' );
define( 'BARISTA_VERSION', '0.8.15' );

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

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "fnpen/barista",
"description": "Barista is a blazingly fast, totally extendable command launcher. It lets you go your routine tasks faster, search posts, control your site, and much more.",
"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.14",
"version": "0.8.15",
"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 ComposerAutoloaderInit04e4990a7c1be9173d10882d30bb4ac1::getLoader();
return ComposerAutoloaderInitf0da436e256fc5467bd4f19b1cb3af5f::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 ComposerAutoloaderInit04e4990a7c1be9173d10882d30bb4ac1
class ComposerAutoloaderInitf0da436e256fc5467bd4f19b1cb3af5f
{
private static $loader;

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

spl_autoload_register(array('ComposerAutoloaderInit04e4990a7c1be9173d10882d30bb4ac1', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInitf0da436e256fc5467bd4f19b1cb3af5f', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
spl_autoload_unregister(array('ComposerAutoloaderInit04e4990a7c1be9173d10882d30bb4ac1', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInitf0da436e256fc5467bd4f19b1cb3af5f', '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\ComposerStaticInit04e4990a7c1be9173d10882d30bb4ac1::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInitf0da436e256fc5467bd4f19b1cb3af5f::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\ComposerStaticInit04e4990a7c1be9173d10882d30bb4ac1::$files;
$includeFiles = Composer\Autoload\ComposerStaticInitf0da436e256fc5467bd4f19b1cb3af5f::$files;
} else {
$includeFiles = require __DIR__ . '/autoload_files.php';
}
foreach ($includeFiles as $fileIdentifier => $file) {
composerRequire04e4990a7c1be9173d10882d30bb4ac1($fileIdentifier, $file);
composerRequiref0da436e256fc5467bd4f19b1cb3af5f($fileIdentifier, $file);
}

return $loader;
Expand All @@ -68,7 +68,7 @@ public static function getLoader()
* @param string $file
* @return void
*/
function composerRequire04e4990a7c1be9173d10882d30bb4ac1($fileIdentifier, $file)
function composerRequiref0da436e256fc5467bd4f19b1cb3af5f($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 ComposerStaticInit04e4990a7c1be9173d10882d30bb4ac1
class ComposerStaticInitf0da436e256fc5467bd4f19b1cb3af5f
{
public static $files = array (
'49a1299791c25c6fd83542c6fedacddd' => __DIR__ . '/..' . '/yahnis-elsts/plugin-update-checker/load-v4p11.php',
Expand All @@ -17,7 +17,7 @@ class ComposerStaticInit04e4990a7c1be9173d10882d30bb4ac1
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->classMap = ComposerStaticInit04e4990a7c1be9173d10882d30bb4ac1::$classMap;
$loader->classMap = ComposerStaticInitf0da436e256fc5467bd4f19b1cb3af5f::$classMap;

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

0 comments on commit fb43229

Please sign in to comment.