Eventilla Events

Description

Eventilla is SaaS based event management software available from www.eventilla.com/en/. It can be used to publish event landing pages, sending event invites, gathering registrations and selling tickets. Event manager has easy to use tools and comprehensive reports, surveys and all the features needed to run succesfull events. We also offer free mobile app to scan tickets with QR-codes.

Plugin is used via shortcodes to show Eventilla events on your WordPress site either as a single event or as a list of events.

Event lists can be filtered with tags added in Eventilla. Eventilla tags are converted in to custom meta tags for the custom post type.

Because events are saved as custom posts, it is possible to query the posts with a custom wp-query.

Blocks

This plugin provides 2 blocks.

  • Eventilla event registration
  • Eventilla events list block

Installation

This section describes how to install the plugin and get it working.

e.g.

  1. Upload /eventilla-events/ directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Fill in the Eventilla API key and Account ID.
  4. Use events in content with shorcodes or add Eventilla blocks on a page or a post.

FAQ

Does the plugin support multiple tickets?

Not at the moment but this a planned feature in the future.

Does plugin support registering to the events?

It supports registering for unpaid events. For paid events users must use the event landing page in Eventilla.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Eventilla Events” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Eventilla Events” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.7.8

Fixed a static call to a non-static function.

1.7.7

Fixed count events issue in update check.

1.7.6

Fixed event fetching process getting stuck if Eventilla API connection was not available.

1.7.5

Added short description parameter to API filtering options.

1.7.4

Added support for event short description.

1.7.3

Lowered the minimum WordPress version requirement to 5.8.

1.7.2

Added event tags and datafields also as article meta fields.

1.7.1

Fix error in single event download.

1.7

Refactored event API calls to better support large amounts of events. Speed improvements to initial event fetching and also how modified events are fetched.

1.6.1

Fixed event fetching for events that have no ending date. They are considered ongoing events for as long they don’t have an end date.

1.6

Added support for batch processsing large amount of events. Also added a setting to require all “Allowed tags” to exist in an event to be included, default behaviour is check if one of them exists.

1.5.1

Fixed event update process that checked for allowed tags in events. Option name was incorrectly handled and tag check did not work properly.

1.5

Added new settings to automatically delete past events, fetch only upcoming events after plugin install and the possibility to not save event images as featured image.

1.4.1

Added event languages and tags to quick API request.

1.4

Refactored API calls to only query relevant information.

1.3.7

Added support for short description field added in Eventilla.

1.3.6

Fixed automatic update for modified events.

1.3.5

Fixed undefined index call on custom post create function.

1.3.4

Fixed cron job creating duplicate posts in certain situations. Also Update from Eventilla -button now shows only in eventilla-events posts.

1.3.3

Fixed revision check which caused unnecessary error messages.

1.3.2

Added EVENT_IMAGE template setting.

1.3.1

Fixed form POST request from embedded form.

1.3

Fixed incorrect form type generation and removed default unordered list style.

1.2.9

Added support for event registrations within a WordPress page.

1.2.8

Added single event update feature and possibility to filter incoming events based on tags.

1.2.7

Fix for shortag listing.

1.2.6

Added support for event datafields.

1.2.5

Fix for featured image duplication for Canceled-status events.

1.2.4

Check if post attachment already exists.

1.2.3

Fixed Eventilla events in canceled status to be duplicated in drafts.

1.2.2

Fixed event update cron job.

1.2.1

Fixed organization name saving.

1.2

Added support for featured images.

1.1.3

Added debug log and updated translation.

1.1.2

Added Finnish translation.

1.1.1

Minor changes to README.txt

1.1.0

Updated API from v1 to v2. Added Gutenberg blocks for display registration an event and event list.

1.0.0

Initial release.