Releases: Taoti/repeat_mapbox
Releases · Taoti/repeat_mapbox
2.2.1
PHP 8.1 Compatibility
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 {