Events Icon

Events

6.1.1

June 10th, 2026

πŸ› Fixed

  • Fix isRecurring() for recurring every x events @edalzell (#171)
  • Update docs for filtering @edalzell (#169)
  • Properly support collection conditions and taxonomy filtering @edalzell (#168)

🧰 Maintenance

  • Document event parameter @edalzell (#172)
  • Add test to confirm paginate works with events:between tag @edalzell (#170)

6.1.0

June 4th, 2026

πŸš€ New

  • Add month parameter to in_month modifier @marcorieser (#163)

🧰 Maintenance

  • Update GitHub Action Versions @edalzell (#165)

6.0.1

May 13th, 2026

πŸ› Fixed

🧰 Maintenance

  • Update GitHub Action Versions @edalzell (#157)

6.0

April 23rd, 2026

πŸ”₯ Breaking

  • dates variable in the events:calendar has been removed
  • location setting has been removed
  • Addon settings are used instead of config file (should be migrated)
  • Requires Statamic v6

πŸš€ New

  • Ability to shift all occurrences to the same timezone when using the tags
  • weekDays tag that returns translated (based on current site's locale) days of the week.
  • Timezone blueprint field is now a Dictionary
  • Timezone defaults to Events default timezone, falling back to Statamic's display_timezone then the app.timezone then UTC
  • Added spanning, spanning_start & spanning_end for occurrences that span across days

🧰 Maintenance