2.5.0
August 28th, 2024
What's Changed
- Listen for ScheduledCacheInvalidated event by @martyf in https://github.com/mitydigital/statamic-feedamic/pull/32
2.4.2
August 11th, 2024
What's Changed
- Correct minor typos by @steveparks in https://github.com/mitydigital/statamic-feedamic/pull/28
- Explain need for publish dates on collections by @steveparks in https://github.com/mitydigital/statamic-feedamic/pull/30
2.4.1
July 23rd, 2024
Updated comments in config for taxonomy configuration.
Full Changelog: https://github.com/mitydigital/statamic-feedamic/compare/2.4.0...2.4.1
2.4.0
June 20th, 2024
What's Changed
- Add support for a custom feedmodel by @tdwesten in https://github.com/mitydigital/statamic-feedamic/pull/25
- Add support for a new FeedamicEntry interface by @martyf
- Added checks for FeedamicEntry interface by @tdwesten in https://github.com/mitydigital/statamic-feedamic/pull/26
Details on the FeedamicEntry interface are available at https://docs.mity.com.au/feedamic/interface
New Contributors
- @tdwesten made their first contribution in https://github.com/mitydigital/statamic-feedamic/pull/25
Full Changelog: https://github.com/mitydigital/statamic-feedamic/compare/2.3.3...2.4.0
2.3.3
May 15th, 2024
Fixes https://github.com/mitydigital/statamic-feedamic/issues/24 when a dated collection is also configured to be ordered. This forces the order for Feedamic to be date.
2.3.1
April 7th, 2024
What's Changed
- Include original entry object in
FeedEntry
by @jacksleight in https://github.com/mitydigital/statamic-feedamic/pull/22
2.3.0
December 5th, 2023
Adds support in a feed's configuration for: - query scopes - feed-specific templates
2.2.9
October 19th, 2023
Adds support for filtering by Taxonomy and Term.
Refer to the docs for full details
2.2.7
September 1st, 2023
Changes the behaviour to use lastModified
instead of fileLastModified
(thanks @jessarcher).
2.2.6
August 10th, 2023
If you're using limit
, you may notice you get unexpected (or missing) entries.
This update changes the query used to collect Feedamic entries to handle date and publishing logic before the limit is applied.
Happy limit... remember... "the limit does not exist"
2.2.3
November 8th, 2022
Added support for locales as a default and at feed-level configurations when using multisite in Statamic.
Thanks to Sm1lEE for this feature.
2.2.1
October 2nd, 2022
Just a minor update to the rss.blade.php
view to change to 4 digit years, instead of 2.
If you're publishing the views, check the date format in the rss.blade.php
file - you may want to make a change to help improve support for some RSS readers that struggle with two-digit date formats.
2.2.0
August 4th, 2022
Introducing multiple feed support for Feedamic.
Your pre-v2.2 configuration will continue to run - but there's a tweaked config format to help support multiple feeds. Check out the package's initial config file for an example.
This update also:
- adds a new limit
configuration option
- adds support for author
being anything that can belong in a DataCollection, including Users, Entries and Taxonomy Terms.
Oh, we've also got a brand new site for all of our documentation - check out the readme for full documentation details.
2.1.0
May 15th, 2022
A little housekeeping in this update, plus a new helper feature.
This update may create issues: please note the below changes.
Config
The config file has moved from config/statamic/feedamic.php
to config/feedamic.php
.
If you have published the Feedamic views, make sure you have updated config references in those.
If the config/feedamic.php
file doesn't exist, but config/statamic/feedamic.php
does, this upgrade will move it for you. If the config/feedamic.php
file does exist, the update will warn you to check your settings.
After updating, confirm that config/statamic/feedamic.php
no longer exists.
Publish views
You can now publish the RSS and Atom views for easier customisation.
2.0.0
May 1st, 2022
Hello Feedamic, it's so nice to meet you.
There's a new name to go along with this addon - but it does introduce some breaking changes. Check out the readme for full details, but depending on how you're using the different components, may need to check a few things:
- the config file has been renamed
- the default views have been updated to use the new config, but if you've published them to your resources folder, you'll need to make sure your config references are correct
- the rss_auto_discovery
tag is now feedamic
- the rss-cache
command is now feedamic
Don't forget to check out the upgrade notes in the readme for more information.
We know, it's a bit of a pain in the rear to go through this process, but we wanted a fresh new name and thought this was a good time to do a major update to 2.0.