List of changes between releases of Extension:JsCalendar. == master branch (will become JsCalendar 0.3.4 or 0.4.0, depending on magnitude of changes) == Features: * Support MediaWiki 1.43. * Added an option to use FullCalendar 5 (most current version) instead of FullCalendar 2.9.1. This is experimental, because the styling of v5 calendar is preliminary and may be changed later. Can be enabled with $wgJsCalendarFullCalendarVersion = 5; * titleRegex= parameter can now be configured to retrieve the end date of the multiday event if it has the end date in the title of its page. * Leading/trailing symbols `:` and `/` (common delimiters) are trimmed away from the visible event names. * Added "height" parameter to set the height of calendar (in pixels) explicitly, as an alternative to default (automatically chosen height) and to "aspectratio" parameter. * symbols= parameter now works on wikis with $wgCompressRevisions=true. * symbols= parameter now works on wikis in "read only" mode. * When the last day of multiday event is determined by titleRegex=, that last day is no longer excluded from the calendar. Added excludeLastDay=1 parameter to restore the previous behavior. Bugfixes: * "aspectratio" parameter is no longer ignored. == JsCalendar 0.3.3 == Bugfixes: * Fixed MySQL errors in ONLY_FULL_GROUP_BY mode. Performance: * Removed unneeded invisible tags from HTML snippets. == JsCalendar 0.3.2 == Features: * Support MediaWiki 1.39. Bugfixes: * Fixed harmless warning in logs when categorycolor option is not used. == JsCalendar 0.3.1 == Features: * Support MediaWiki 1.35-1.38. * Made keywordcolor work even when HTML snippets are not enabled. * Adjacent events with the same name (or snippet) are now shown as one multi-day event. * HTML snippets are now tidied (truncated/non-closed HTML tags are removed from them). * Updated fullcalendar library from v2.0.0-beta2 to v2.9.1. * Calendar now uses current wiki's language on non-English wikis. Performance: * Generated HTML snippets are cached to not rerun the Parser. == JsCalendar 0.3.0 == Initial release of JsCalendar (previous versions were a part of "yasec" extension).