File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to ` laravel-feedmaker ` will be documented in this file.
44
5+ ## 1.0.1 - 2021-10-01
6+
7+ - enhancement: support guids different from url in RSS construction
8+ - fix: don't encode URLs in RSS XML
9+
510## 1.0.0 - 2021-09-24
611
712- initial release
Original file line number Diff line number Diff line change @@ -151,6 +151,10 @@ The RssItemCollection must contain the following keys for each item:
151151* url: string
152152* description: string
153153
154+ Optionally, it can also contain these keys:
155+
156+ * guid: a URL that will become the unique/GUID for the RSS item instead of the url
157+
154158Then, you can force a check of your source and generate a corresponding feed:
155159
156160` $ artisan feeds:update YourSource `
You can’t perform that action at this time.
0 commit comments