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 2ae6cc8 commit ff2c43f
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 16 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.9 (2022-02-22)


##### Features

* Body scroll lock

### 0.8.8 (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.8
* Version: 0.8.9
* 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.8' );
define( 'BARISTA_VERSION', '0.8.9' );

// 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' => '04804f6d3a2ffeb523f2a19110d9e2fc');
<?php return array('dependencies' => array(), 'version' => '4db1577b0a1b03bf2b935008154c07e8');
2 changes: 1 addition & 1 deletion build/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/main.css

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": "",
"type": "wordpress-plugin",
"license": "ISC",
"version": "0.8.8",
"version": "0.8.9",
"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 ComposerAutoloaderInit09a7ad8799c9e5875a74fbff41cc28fd::getLoader();
return ComposerAutoloaderInitf8ca4397a2d13f45dd01aedd2b5e50ef::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 ComposerAutoloaderInit09a7ad8799c9e5875a74fbff41cc28fd
class ComposerAutoloaderInitf8ca4397a2d13f45dd01aedd2b5e50ef
{
private static $loader;

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

spl_autoload_register(array('ComposerAutoloaderInit09a7ad8799c9e5875a74fbff41cc28fd', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInitf8ca4397a2d13f45dd01aedd2b5e50ef', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
spl_autoload_unregister(array('ComposerAutoloaderInit09a7ad8799c9e5875a74fbff41cc28fd', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInitf8ca4397a2d13f45dd01aedd2b5e50ef', '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\ComposerStaticInit09a7ad8799c9e5875a74fbff41cc28fd::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInitf8ca4397a2d13f45dd01aedd2b5e50ef::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\ComposerStaticInit09a7ad8799c9e5875a74fbff41cc28fd::$files;
$includeFiles = Composer\Autoload\ComposerStaticInitf8ca4397a2d13f45dd01aedd2b5e50ef::$files;
} else {
$includeFiles = require __DIR__ . '/autoload_files.php';
}
foreach ($includeFiles as $fileIdentifier => $file) {
composerRequire09a7ad8799c9e5875a74fbff41cc28fd($fileIdentifier, $file);
composerRequiref8ca4397a2d13f45dd01aedd2b5e50ef($fileIdentifier, $file);
}

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

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

0 comments on commit ff2c43f

Please sign in to comment.