- Remove legacy
recurrence
computed field @edalzell (#98) - Use correct status filter @panda4man (#97)
- Use
collection
in config @edalzell (#93)
- Fix config publishing @edalzell (#92)
- Use
site
to get events @edalzell (#91)
- Add support for Laravel 11, Statamic 5, and Forma 3 @edalzell (#90)
- Auto-publish config if it doesn’t exist @edalzell (#89)
- Explicitly set
multi_day
@edalzell (#86)
- Better handling of legacy multi-day events @edalzell (#85)
- Improve legacy data handling @edalzell (#84)
- Re-organize fieldset fields @edalzell (#83)
- Add ability to exclude dates from recurring events @edalzell (#80)
- Fix
end
timezone on recurring events that don't have anend_time
set @edalzell (#82)
- Ability to sort occurrences @edalzell (#77)
- Fix date parsing @edalzell (#75)
- Expose filtering to Tag @DwainsWorld (#71)
- Add
preProcessIndex
@edalzell (#72) - Handle bad params and porrly formatted dates @edalzell (#73)
- Prevent error about missing
$entry
@edalzell (#74)
- Use first blueprint @edalzell (#70)
- Fix timezones even more @edalzell (#68)
- Add Timezone support @edalzell (#67)
- Remove EntryQueryBuilder type declarations in Entry query @DwainsWorld (#65)
- Update Statamic version constraint for the Cascade class @edalzell (#66)
- Fix pagination @edalzell (#64)
- Return 404 when event doesn't exist @edalzell (#62)
- Update to require latest versions of all the things @edalzell (#60)
- Occurrences of single event @edalzell (#58)
- Fix Multi-day, all-day events @edalzell (#57)
- Fix
limit
onupcoming
tag. @edalzell (#56)
- Don't set
id
@edalzell (#53)
- Add the
id
due to Statamic runtime parser issue @edalzell (#51)
- Add location to ics @edalzell (#50)
- 🔄 Synced file(s) with edalzell/.github @edalzell (#48)
- 🔄 Synced file(s) with edalzell/.github @edalzell (#44)
- 🔄 Synced file(s) with edalzell/.github @edalzell (#43)
- 🔄 Synced file(s) with edalzell/.github @edalzell (#42)
- Fix iCal downloads for single day events @edalzell (#41)
- handle empty taxonomy param
- handle multi-day days edge case
- fix start/end week modifiers to be correct
- all day logic was incorrect
- add
collapse_multi_days
to the supplemental data - filter values can be different types
- proper single day event end time
- set the carbon locale from the current site
- major refactor
- only support Statamic 3.3 and Laravel 8 & 9
- removed Calendar API (temporary)
- removed event filtering (temporary)
has_end_time
is now correct
- fix
events:between
pagination, thanks @enxoco
- incorrect Day property name
- add
between
pagination (#18)
events:between
tag (#17)- issue w/ recurring events that landed on a year boundary
- add
has_end_time
variable
- support PHP8+, Laravel 8+ & Statamic 3.2+
- default download is
ics
- add
no_results
intoupcoming
tag data