Skip to content

Commit ae2668a

Browse files
committed
🐛 xhtml:link in sitemap, PR by @bvdputte
Signed-off-by: bnomei <[email protected]>
1 parent 6eec865 commit ae2668a

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Generate a RSS/JSON/Sitemap-Feed from a Pages-Collection.
1212
## Commercial Usage
1313

1414
> <br>
15-
><b>Support open source!</b><br><br>
15+
> <b>Support open source!</b><br><br>
1616
> This plugin is free but if you use it in a commercial project please consider to sponsor me or make a donation.<br>
1717
> If my work helped you to make some cash it seems fair to me that I might get a little reward as well, right?<br><br>
1818
> Be kind. Share a little. Thanks.<br><br>

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bnomei/kirby3-feed",
33
"type": "kirby-plugin",
4-
"version": "1.5.3",
4+
"version": "1.5.4",
55
"description": "Generate a RSS/JSON/Sitemap-Feed from a Pages-Collection",
66
"license": "MIT",
77
"authors": [

vendor/Expectation.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?php
2+
3+
namespace Pest;
4+
5+
/**
6+
7+
*/
8+
final class Expectation {}

vendor/composer/installed.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php return array(
22
'root' => array(
33
'name' => 'bnomei/kirby3-feed',
4-
'pretty_version' => '1.5.3',
5-
'version' => '1.5.3.0',
4+
'pretty_version' => '1.5.4',
5+
'version' => '1.5.4.0',
66
'reference' => NULL,
77
'type' => 'kirby-plugin',
88
'install_path' => __DIR__ . '/../../',
@@ -11,8 +11,8 @@
1111
),
1212
'versions' => array(
1313
'bnomei/kirby3-feed' => array(
14-
'pretty_version' => '1.5.3',
15-
'version' => '1.5.3.0',
14+
'pretty_version' => '1.5.4',
15+
'version' => '1.5.4.0',
1616
'reference' => NULL,
1717
'type' => 'kirby-plugin',
1818
'install_path' => __DIR__ . '/../../',

0 commit comments

Comments
 (0)