Eventtia Changelog
Improvement

Filter attendees by checkpoint

Published on Feb 23, 2026 04:16 PM (yesterday)

You can now filter attendees by checkpoint ID through the API, making it easier to retrieve participants associated with a specific checkpoint. 🎯

  • Added checkpoint ID as a new filter option when querying attendees via the API
  • Improved checkpoint verification logic for more explicit and reliable filtering
  • Fixed an issue where attendees with a blank attendee type could cause unexpected filtering behavior
Fix

Event Cloning Now Respects Security Access & Templates

Published on Feb 23, 2026 03:11 PM (yesterday)

We've improved the event cloning experience to be more secure and streamlined. Previously, when cloning an event, the selection list could display events you didn't have permission to access. This has been fixed! 🔒

  • The event clone selector now properly filters events based on your security access permissions, so you'll only see events you're authorized to clone.
  • The clone feature now only displays template events, making it easier to find the right starting point for your new event without sifting through non-template events.
Fix

Job Title now available in replace tags

Published on Feb 18, 2026 05:56 PM (6 days ago)

We've fixed an issue where the Job Title field was not being recognized as a valid replace tag. This means you can now seamlessly use the job title placeholder in your email templates, badges, and other customizable content — and it will be correctly replaced with each attendee's actual job title. 🎯

If you previously noticed that job title tags were not being substituted properly, this update resolves that behavior.

Fix

Fixed attendee name display in cancellation emails

Published on Feb 18, 2026 05:55 PM (6 days ago)

We've resolved an issue where the attendee's full name was not displaying correctly in cancellation emails. Previously, the name tag in the email template wasn't being replaced with the actual attendee name, which could lead to a confusing experience when receiving a cancellation confirmation. ✉️

Cancellation emails will now correctly show the attendee's full name, ensuring clear and personalized communication.

Fix

Fixed workshop duplication issue

Published on Feb 17, 2026 04:34 PM (7 days ago)

We've resolved an issue with the workshop duplication feature that could cause problems when duplicating a workshop definition. Previously, duplicating a workshop could carry over internal references from the original, leading to unexpected behavior or errors.

Now, when you duplicate a workshop, it correctly creates a fresh copy without retaining the original workshop's persisted ID — ensuring that your duplicated workshops behave independently and as expected. 🛠️

New Feature

Filter Events by Custom Fields

Published on Feb 16, 2026 09:16 AM (9 days ago)

You can now filter your events using custom fields! 🎉 This powerful new feature makes it easier than ever to find exactly the events you're looking for, especially when managing a large number of events with specific attributes.

The new event filters panel lets you narrow down your event list based on the custom fields you've configured, helping you quickly locate and manage events without endless scrolling.

Fix

🐞 Fixed workshop scheduling validation with timezone support

Published on Feb 14, 2026 02:12 AM (11 days ago)

We've resolved an issue where timezone information was not being properly considered when validating workshop registrations. Previously, attendees could encounter unexpected errors or conflicts when signing up for workshops across different timezones.

With this fix, the system now correctly accounts for timezone differences during workshop scheduling validation, ensuring a smoother and more accurate registration experience. 🕐

Improvement

SSO Login Upgraded to OpenID Connect

Published on Feb 13, 2026 08:56 AM (12 days ago)

We've upgraded the Single Sign-On (SSO) authentication system by replacing the previous Azure AD OAuth2 integration with the more modern and standardized OpenID Connect protocol. 🔐

This improvement enhances the reliability and security of the SSO login experience for back-office users. OpenID Connect is a widely adopted authentication standard that provides better interoperability and a more streamlined authentication flow.

  • Back-office login now uses OpenID Connect for a more secure and standardized authentication process
  • Updated SSO account handling to support the new authentication protocol
  • Improved metadata configuration for identity provider integration
Improvement

Redesigned Event Clone Experience

Published on Feb 13, 2026 08:37 AM (12 days ago)

We've given the event cloning feature a fresh new look and feel! 🎨 The event clone dialog has been completely redesigned with updated styles, improved icons, and a more intuitive interface that makes duplicating your events faster and easier than ever.

Key improvements in this update include:

  • Refreshed visual design for the clone event dialog with cleaner, modern styling
  • New icons for key event elements like speakers, ticket types, checkpoints, and video content
  • Checkpoints can now be included when cloning an event, so you don't have to recreate them manually
  • Improved autocomplete functionality when selecting events to clone from
  • Better overall user experience with polished UI elements and smoother interactions

Whether you're replicating a recurring conference or using a past event as a template, the updated clone feature helps you get started quickly with all the important details carried over seamlessly.

New Feature

Payments API Endpoint

Published on Feb 11, 2026 05:00 PM (13 days ago)

A new Payments API endpoint is now available in the v4 API, enabling you to programmatically access and manage payment data for your events. 💳

  • New GET payments endpoint added to the API v4, allowing external integrations to retrieve payment information
  • Includes a dedicated payment serializer for consistent and structured API responses

API Documentation here: https://docs.eventtia.com/#payments-v4