Skip to content

Releases: Taoti/repeat_mapbox

2.2.1

22 Aug 18:41
d1f0559
Compare
Choose a tag to compare
Ensure fields exist before checking empty()

PHP 8.1 Compatibility

10 Jan 21:34
89748c1
Compare
Choose a tag to compare

Breaking change on one function - re-ordered function arguments.
function _repeat_mapbox_get_rendered_view(?ViewExecutable $parent_view = NULL, string $json_view, string $display): string {
function _repeat_mapbox_get_rendered_view(string $json_view, string $display, ?ViewExecutable $parent_view = NULL): string {