File tree Expand file tree Collapse file tree 4 files changed +14
-6
lines changed Expand file tree Collapse file tree 4 files changed +14
-6
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 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" : [
Original file line number Diff line number Diff line change 1+ <?php
2+
3+ namespace Pest ;
4+
5+ /**
6+
7+ */
8+ final class Expectation {}
Original file line number Diff line number Diff line change 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__ . '/../../ ' ,
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__ . '/../../ ' ,
You can’t perform that action at this time.
0 commit comments