Skip to content

Commit 06b248a

Browse files
committed
[Map] Adjust changelogs and fix render_map deprecated version
1 parent 5c17b26 commit 06b248a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/Map/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## Unreleased
3+
## 2.20
44

55
- Rename `render_map` Twig function `ux_map`
66
- Deprecate `render_map` Twig function
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# CHANGELOG
22

3-
## Unreleased
3+
## 2.19
44

55
- Bridge added
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# CHANGELOG
22

3-
## Unreleased
3+
## 2.19
44

55
- Bridge added

src/Map/src/Twig/MapExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public function getFunctions(): array
2727
return [
2828
new TwigFunction('render_map', [Renderers::class, 'renderMap'], [
2929
'is_safe' => ['html'],
30-
'deprecated' => '2.21',
30+
'deprecated' => '2.20',
3131
'deprecating_package' => 'symfony/ux-map',
3232
'alternative' => 'ux_map',
3333
]),

0 commit comments

Comments
 (0)