3.6.5 [Released - 2023-10-10 ]
Features
- Performance gain when used in lists context
3.6.4 [Released - 2023-07-24 ]
Bug Fixes
- Remove stray diagnostic message
3.6.3 [Released - 2023-06-12 ]
Bug Fixes
- Make sure jcfcfform is declared
- Fix for matching events on repeat when there are none
3.6.2 [Released - 2023-04-24 ]
Bug Fixes
- Fix for changes in registry code in Joomla 4.3.0
3.6.1 [Released - 2023-03-15 ]
Bug Fixes
- Ensure correct dispatcher is used in Joomla 4 - was throwing an error for some matching types
3.6.0 [Released - 2021-03-16 ]
Features
Bug Fixes
- Fixed matching events when only one field name is use in JEV_MATCHING_CF;fieldname
- Correct the matching events plugin handling of empty custom field values.
Older Changes
- v. 3.3.7 - new config option to allow plugin to be run in list views so you can show matching events for each of your events in a date range view etc. BUT take care as this will have a performance impact
- v. 3.3.4 - When matching based on custom fields or tags need to reset some static variables
- v. 3.3.3 : Code was returning 'true' instead of empty string when there were no matching events - this lead to a "1" being output
- v 3.3.2 : Fixed handling layouts when Global is chosen
- v 3.3.1 : Fixing handling parameters when updating from older versions.
- v 3.3.0 : Multiple criteria match and other fixes. Please check CHANGELOG.md file included in the package.
- v 3.2.1 : Allows option to skip matching events where custom field values are blank and php 5.4 notice removals
- v 3.2.0 : Now allows multiple output types in Customised Layouts and fixes matching events not accepting html.
- v 3.1.6 : If no custom fields match then return no events, include AND/OR custom fields matching config option, block recursion in plugin calls
- v 3.1 : Make compatible with Custom fields plugin 3.0
- v 1.2.0 adds option to filter by selective custom fields - use the attribute matchevents="1" on the fields you want to include.
- v 1.1.3 adds support for multi-category events in Joomla 2.5
- v 1.1.2 fixes missing translation in field selection dropdown when editing layouts.