Venture Event Manager
Open All
Close All
3.2.4 - Venture Event Manager 3.2.4
Release Date: August 18, 2020
Highlighted Changes
- UpdatedAllow custom fields UI on transcript post type
- UpdatedUpdate color picker dependency in Titan
- ImprovedReplace two hard-coded "wp_" database table prefix
- Bug FixFixes on occurrence editor after WP5.5 upgrade breaks toggling
3.2.3 - Venture Event Manager 3.2.3
Release Date: April 29, 2020
Highlighted Changes
- Bug FixFixed inability to select anything other than the default venue for occurrences.
3.2.2 - Venture Event Manager 3.2.2
Release Date: April 28, 2020
This is a major update in response to the numerous ways COVID-19 is impacting event scheudles. We've integrated the full range of Google's new Structured Data (GSD) statuses. The change will allow you to manually set the status of events, which in turn will show up in Google search results:
- Scheduled: everything normal, no changes.
- Cancelled: keeps the original date/time but the cancelled notification appears.
- Postponed: keeps the original date but indicates it will ultimately be rescheduled. Once a new schedule has been set, change this to Rescheduled.
- Rescheduled: you'll enter an new date/time.The original date/time is stored for reference.
- Moved Online: replaced all of the venue related information with a URL to the online location.
Highlighted Changes
- NewAdd support for new Google Structured Data (GSD) event statuses
- NewImprove timezone interactions in Google Structured Data (GSD)
- NewSuppress venue name and address display when GSD event status has been set to Moved Online
- ChangedReformat/reorganize occurrence editor (on event editor page)
- ImprovedAdd support for better templating (replaces HEREDOC blocks in PHP code)
- ImprovedApply some style improvements in occurrence editor
- ChangedChange how URL is determined in ICS fields
- Bug FixUnder some circumstances, a superfluous tab character breaks ICS fields
3.2.1 - Venture Event Manager 3.2.1
Release Date: January 29, 2020
Highlighted Changes
- NewIntroduced new Transcript post type and added capacity for future implementation.
3.2.0 - Venture Event Manager 3.2.0
Release Date: August 6, 2019
We have all sorts of new functionality to roll out, not the least of which is the brand new occurrence category feature. It provides a way for you to create your own categories and assign to individual occurrences. In turn, those categories can show up on the frontend as display filters on all calendar types. You can also upload images, which expands the functionality even more by making it easy to create something like accessibility driven functionality; think letting visitors see occurrences that only offer ASL interpretation.
We also have a brand new functionality that enhances existing WordPress galleries by way of applying a masonry layout for default WP galleries along with a clean image popup feature.
Highlighted Changes
- NewAdd occurrence categories, with new database table, and the UI to create and assign them
- NewListings and calendars can be filtered by occurrence categories
- NewAdd a global option to enable a basic masonry style to galleries with simple lightbox image popups
- ImprovedAdd support for password protected posts
- ImprovedAdd support for shortcodes inside the toggler
- ImprovedInclude ticket pricing in the data sent to calendars
- ImprovedInclude ticket pricing in the display of calendar popups and panels, but hide it via CSS by default
- Bug FixFix a problem with display order on some grouped-occurrence listings
Other Changes
- Occurrence categories can have images
- Occurrence categories have a "chunk" that can be added to layouts
- Occurrence categories can be used as a dynamic filter on calendars
- Occurrence categories are now displayed on calendars, popups, and panels
- Add some additional classes to calendar days to support more styling options when filtering
- The dark/light calculation for category colors is included as "lightness" and sent to calendars
- By default, occurrence category images are inverted via CSS when on dark backgrounds
- Provide basic styling for gallery popups using the VEM options
- Add occurrence category to list of available taxonomy search criteria (VEM Pro v1.0.6)
3.1.5 - Venture Event Manager 3.1.5
Release Date: January 10, 2019
AN IMPORTANT UPDATE NOTICE: In some cases, after updating to v3.1.4+ some of the event, calendar, and listing menu items may be hidden until you deactivate and reactivate the plugin.
For those interested in the geeky details:
In v3.1.4, some of the capabilities used to determine access to various post types (like events, event listings, etc) were decoupled from those used to determine access to the built in "post" post type. In some cases, this has meant that until the current user's capabilities are refreshed, some menu items might appear missing.
Resolving this is as simple as deactivating and reactivating the Venture Event Manager plugin. We recommend you do this now.
Other Changes
- Add mechanism to display notices when upgrades might require an extra step
- Add instructions to deactivate and reactivate VEM after upgrade to v3.1.4+
3.1.4 - Venture Event Manager 3.1.4
Release Date: January 9, 2019
Highlighted Changes
- NewAdd single event calendar event chunk (allows for placing a calendar for just that event into layouts).
- NewAdd support for using native datepickers on mobile devices (off by default, but can be set in options)!
- ImprovedOur custom post types now use distinct capabilities so that other plugins can differentiate between (for example) events and posts.
- ImprovedEvent "order by" function for event search filters now only considers future dates when listing is set to upcoming events only.
- ImprovedEvent "order by" function for event search filters now has a secondary support of event title
Other Changes
- Fix a regression error on start dates for regular calendars
- Store last viewed dates for single event calendars to be unique by event
- Move getSingleMeta function to be a static utility function, so usable everywhere
- Add a number of new useful filters and actions to improve overall extensibility
- Add support for plugins to be able to customize calendar content via Javascript functions
- Calendar and listing IDs can now be stored for context in VEM object
- Send the VEM object to filters for date and event where clauses
- Set the listing ID when we are in a listing shortcode
- Add autocomplete="off" for date search fields
- Force venue address meta selects to only get the first value (should be true anyway)
3.1.3 - Venture Event Manager 3.1.3
Release Date: November 6, 2018
Highlighted Changes
- ImprovedAdd a filter on the ICS occurrence so custom plugins can modify the data that gets displayed. Example: adding pre and post title values to the full title output when importing an event into Google or Apple Calendar, Outlook, etc.
- ChangedAdd an existence check in a Titan javascript file to avoid breaking JS call when Gravity Forms export is in no-conflict mode.
3.1.2 - Venture Event Manager 3.1.2
Release Date: September 18, 2018
Highlighted Changes
- NewIndividual drag and drop modules for "Time" and "Date" in addition to existing "Date and Time" module provide additional control over where and when to display key event information.
Other Changes
- Add filters for just specific chunks in addition to general filter
- Adjust some styles so that loading spinner for calendars works in stacked mode
- Improved styling for drag-n-drop modules for layouts
- Add support for custom layouts for single events when Pro component is active
- Improved styling and UI for field sets, now also in separate metaboxes
- Updates to support columnar views of event listings, including new CSS class for applying custom CSS to column based layouts.
- Add date only and time only format overrides in event listings
- Add some better support in date/time formatting for other options
3.1.1 - Venture Event Manager 3.1.1
Release Date: August 28, 2018
Highlighted Changes
- Bug FixFix bug that would break event listings if Pro version not installed
- UpdatedUpgrade to FontAwesome v5.2
- ImprovedAdd filterable max of 6 event dates to show on admin panel (helps keep events with lots of occurrences from occupying too much screen real estate on admin panels).
- ImprovedRework UI for event field sets on single event admin panels.
Other Changes
- Event occurrences now are deleted when the event itself is deleted permanently.
- When a post is published or the publication date is changed, date records are updated to use the new publication date as create time.
- Dates added after event publication use their own creation date unless publication date is changed.
3.1.0 - Venture Event Manager 3.1.0
Release Date: July 17, 2018
Highlighted Changes
- NewEvent listings and calendars can now have a custom class assigned to the wrapper div for more flexible styling rules
- NewAdded support for Pro media type taxonomy feature to allow it to be used as a filter for event listings and calendars.
- ImprovedEvent keyword search now searches event details, too
- ImprovedEvent keyword search now includes a filter to allow other plugins to add additional searchable fields
- ImprovedSingle occurrence divs now include additional classes based on event category slugs
- ImprovedCalendar data JSON now includes similar classes based on event category slugs. Calendar display includes those category classes.
- ChangedHide preview buttons on event, listing, and calendar, including Visual Composer preview when the latter is enabled.
- Bug FixFix bug in embedded Titan Framework that was erasing all option data for posts when saving in quick save or bulk edit.
3.0.9 - Venture Event Manager 3.0.9
Release Date: May 30, 2018
Highlighted Changes
- Bug FixFix a bug where date-based searches ignored the start date in search and just found all events before the search end date.
- Bug FixFix a bug that was sending both the old and new versions of include in archives where clauses in some searches (only affects Pro)
3.0.8 - Venture Event Manager 3.0.8
Release Date: May 25, 2018
Minor Tweaks
- Changes to calendar CSS to have far less defined as !important
- Add some support for expanded archive options (relevant only to Pro users)
- Better styling for the event list in the admin panel
- Remove reliance on global $post in saving event metadata
- Fix to embedded Titan that was causing event quick edit to fail
- Fix a bug related to a misnamed variable
- Fix a bug where uncategorized events would have the title "null" in calendar popups
- Fix a couple places where layout chunks would output an empty div instead of nothing when there was no value
- Events with a calendar background color of transparent by default now use #cfcfcf as the background color for popups
3.0.7 - Venture Event Manager 3.0.7
Release Date: May 10, 2018
Highlighted Changes
- ChangedRename functions that started with double underscore, as that is now reserved in PHP7 (hat tip: Alicia Mejia).
- ImprovedAdded better compatibility checking against PHP v7+ to deliver a helpful message instead of the default fatal error message.
3.0.6 - Venture Event Manager 3.0.6
Release Date: May 7, 2018
Highlighted Changes
- NewComplete Teams Add-on compatiability
Other Changes
- Change how statuses are calculated to consider each event separately rather than the bounding dates of all events in aggregate
- Resolve issue that meant status labels for team members never displayed
- Resolve in how events are shown in a member's profile
- Change how statuses are calculated to consider each event separately rather than the bounding dates of all events in aggregate
- Changes to remove legacy references to VEM objects, replaced with shiny new references to better VEM objects
- Adjust filter that was making event titles not show when embedded via shortcode on other pages (like Venture Teams team member)
3.0.5 - Venture Event Manager 3.0.5
Release Date: May 4, 2018
Highlighted Changes
- ChangedBug fix: Events with multiple event categories were failing to retrieve proper color information
3.0.4 - Venture Event Manager 3.0.4
Release Date: April 30, 2018
Highlighted Changes
- ChangedFix bug where the top category color wasn't getting properly picked up on calendars
3.0.3 - Initial Public Release
Release Date: April 9, 2018
Highlighted Changes
- NewThis is the very first changelog for the public release version of Venture Event Manager. So. Much. Excitement.