Skip to content

Commit

Permalink
🎨 php 8.2
Browse files Browse the repository at this point in the history
Signed-off-by: bnomei <[email protected]>
  • Loading branch information
bnomei committed Dec 9, 2022
1 parent a1e5e04 commit 57e9476
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion commands/backupzip.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
}

$zipped++;
defined('STDOUT') && $cli->out("[${zipped}/${count}] " . $filePath);
defined('STDOUT') && $cli->out("[$zipped/$count] " . $filePath);

if ($zipped % $ulimit === 0) {
$zip->close();
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bnomei/kirby3-janitor",
"type": "kirby-plugin",
"version": "3.2.1",
"version": "3.2.2",
"license": "MIT",
"description": "Kirby 3 Plugin for running commands like cleaning the cache from within the Panel, PHP code or a cronjob",
"authors": [
Expand Down
8 changes: 4 additions & 4 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php return array(
'root' => array(
'name' => 'bnomei/kirby3-janitor',
'pretty_version' => '3.2.1',
'version' => '3.2.1.0',
'pretty_version' => '3.2.2',
'version' => '3.2.2.0',
'reference' => NULL,
'type' => 'kirby-plugin',
'install_path' => __DIR__ . '/../../',
Expand All @@ -11,8 +11,8 @@
),
'versions' => array(
'bnomei/kirby3-janitor' => array(
'pretty_version' => '3.2.1',
'version' => '3.2.1.0',
'pretty_version' => '3.2.2',
'version' => '3.2.2.0',
'reference' => NULL,
'type' => 'kirby-plugin',
'install_path' => __DIR__ . '/../../',
Expand Down

0 comments on commit 57e9476

Please sign in to comment.