Skip to content

Commit

Permalink
🚑️ fix calling isNotEmpty() on int
Browse files Browse the repository at this point in the history
Signed-off-by: bnomei <[email protected]>
  • Loading branch information
bnomei committed Mar 1, 2023
1 parent 5ec402e commit 4e23440
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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-feed",
"type": "kirby-plugin",
"version": "1.5.6",
"version": "1.5.7",
"description": "Generate a RSS/JSON/Sitemap-Feed from a Pages-Collection",
"license": "MIT",
"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-feed',
'pretty_version' => '1.5.6',
'version' => '1.5.6.0',
'pretty_version' => '1.5.7',
'version' => '1.5.7.0',
'reference' => NULL,
'type' => 'kirby-plugin',
'install_path' => __DIR__ . '/../../',
Expand All @@ -11,8 +11,8 @@
),
'versions' => array(
'bnomei/kirby3-feed' => array(
'pretty_version' => '1.5.6',
'version' => '1.5.6.0',
'pretty_version' => '1.5.7',
'version' => '1.5.7.0',
'reference' => NULL,
'type' => 'kirby-plugin',
'install_path' => __DIR__ . '/../../',
Expand Down

0 comments on commit 4e23440

Please sign in to comment.