Skip to content

Commit 41b89f2

Browse files
authored
Update the changelog and the language files (see #2561)
Description ----------- - Commits ------- 6c50c48 Update the changelog and the language files
1 parent bacb48b commit 41b89f2

File tree

23 files changed

+69
-17
lines changed

23 files changed

+69
-17
lines changed

CHANGELOG.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22

33
This project adheres to [Semantic Versioning].
44

5+
## Unreleased
6+
7+
**Fixed issues:**
8+
9+
- [#2551] Fix the cache tag invalidation ([leofeyer])
10+
- [#2540] Correctly load the DCA labels ([aschempp])
11+
- [#2550] Do not index preview URLs for searching ([leofeyer])
12+
- [#2547] Fix the compatibility with scssphp 1.4 ([ausi])
13+
- [#2545] Move migrations to the core bundle ([ausi])
14+
- [#2527] Use a textarea for the image caption field ([Toflar])
15+
- [#2521] Do not try to generate fragments for generated fragments ([aschempp])
16+
- [#2506] Handle the global page model in fragments ([aschempp])
17+
- [#2535] Add compatibility with PHP 8 ([leofeyer])
18+
- [#2534] Backport the doctrine-cache-bundle changes ([leofeyer])
19+
- [#2528] Increase the undo period ([Toflar])
20+
- [#2522] Allow version 3 of toflar/psr6-symfony-http-cache-store ([Toflar])
21+
- [#2509] Add compatibility with terminal42/escargot 1.0 ([ausi])
22+
- [#2480] Correctly assign the CSS class in the newsletter subscribe module ([leofeyer])
23+
- [#2479] Correctly handle falsey values when decoding entities ([leofeyer])
24+
- [#2474] Correctly apply the CSS classes in the content module ([leofeyer])
25+
- [#2473] Add a Cache-Control header to the back end response ([leofeyer])
26+
- [#2463] Remove the hard dependency on PDO ([fritzmg])
27+
- [#2465] Fix routing issue with multiple domains and languages ([aschempp])
28+
- [#2321] Allow version 2 of the Doctrine bundle ([bytehead])
29+
- [#2433] Do not use all:unset with the preview toolbar ([leofeyer])
30+
531
## [4.9.9] (2020-10-20)
632

733
**Fixed issues:**
@@ -481,6 +507,27 @@ This project adheres to [Semantic Versioning].
481507
[Tastaturberuf]: https://github.com/Tastaturberuf
482508
[Toflar]: https://github.com/Toflar
483509
[xchs]: https://github.com/xchs
510+
[#2551]: https://github.com/contao/contao/pull/2551
511+
[#2540]: https://github.com/contao/contao/pull/2540
512+
[#2550]: https://github.com/contao/contao/pull/2550
513+
[#2547]: https://github.com/contao/contao/pull/2547
514+
[#2545]: https://github.com/contao/contao/pull/2545
515+
[#2527]: https://github.com/contao/contao/pull/2527
516+
[#2521]: https://github.com/contao/contao/pull/2521
517+
[#2506]: https://github.com/contao/contao/pull/2506
518+
[#2535]: https://github.com/contao/contao/pull/2535
519+
[#2534]: https://github.com/contao/contao/pull/2534
520+
[#2528]: https://github.com/contao/contao/pull/2528
521+
[#2522]: https://github.com/contao/contao/pull/2522
522+
[#2509]: https://github.com/contao/contao/pull/2509
523+
[#2480]: https://github.com/contao/contao/pull/2480
524+
[#2479]: https://github.com/contao/contao/pull/2479
525+
[#2474]: https://github.com/contao/contao/pull/2474
526+
[#2473]: https://github.com/contao/contao/pull/2473
527+
[#2463]: https://github.com/contao/contao/pull/2463
528+
[#2465]: https://github.com/contao/contao/pull/2465
529+
[#2321]: https://github.com/contao/contao/pull/2321
530+
[#2433]: https://github.com/contao/contao/pull/2433
484531
[#2434]: https://github.com/contao/contao/pull/2434
485532
[#2430]: https://github.com/contao/contao/pull/2430
486533
[#2417]: https://github.com/contao/contao/pull/2417

calendar-bundle/src/Resources/contao/languages/da/tl_calendar.xlf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
</trans-unit>
7676
<trans-unit id="tl_calendar.disableCaptcha.0">
7777
<source>Disable spam protection</source>
78+
<target>Deaktiver spambeskyttelse</target>
7879
</trans-unit>
7980
<trans-unit id="tl_calendar.disableCaptcha.1">
8081
<source>Use this option only if you have limited comments to authenticated users.</source>

calendar-bundle/src/Resources/contao/languages/fr/tl_calendar.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
</trans-unit>
152152
<trans-unit id="tl_calendar.new.0">
153153
<source>New</source>
154-
<target>Actualité</target>
154+
<target>Nouveau</target>
155155
</trans-unit>
156156
<trans-unit id="tl_calendar.new.1">
157157
<source>Create a new calendar</source>

calendar-bundle/src/Resources/contao/languages/fr/tl_calendar_events.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@
331331
</trans-unit>
332332
<trans-unit id="tl_calendar_events.new.0">
333333
<source>New</source>
334-
<target>Actualité</target>
334+
<target>Nouveau</target>
335335
</trans-unit>
336336
<trans-unit id="tl_calendar_events.new.1">
337337
<source>Create a new event</source>

calendar-bundle/src/Resources/contao/languages/fr/tl_calendar_feed.xlf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595
</trans-unit>
9696
<trans-unit id="tl_calendar_feed.new.0">
9797
<source>New</source>
98+
<target>Nouveau</target>
9899
</trans-unit>
99100
<trans-unit id="tl_calendar_feed.new.1">
100101
<source>Create a new feed</source>

core-bundle/src/Resources/contao/config/constants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
// Core version
1212
define('VERSION', '4.9');
13-
define('BUILD', '9');
13+
define('BUILD', '10');
1414
define('LONG_TERM_SUPPORT', true);
1515

1616
// Link constants

core-bundle/src/Resources/contao/languages/fr/default.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2811,7 +2811,7 @@
28112811
</trans-unit>
28122812
<trans-unit id="DCA.new.0">
28132813
<source>New</source>
2814-
<target>Actualité</target>
2814+
<target>Nouveau</target>
28152815
</trans-unit>
28162816
<trans-unit id="DCA.new.1">
28172817
<source>Create a new element</source>

core-bundle/src/Resources/contao/languages/fr/tl_article.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
195195
</trans-unit>
196196
<trans-unit id="tl_article.new.0">
197197
<source>New</source>
198-
<target>Actualité</target>
198+
<target>Nouveau</target>
199199
</trans-unit>
200200
<trans-unit id="tl_article.new.1">
201201
<source>Create a new article</source>

core-bundle/src/Resources/contao/languages/fr/tl_content.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,7 @@
851851
</trans-unit>
852852
<trans-unit id="tl_content.new.0">
853853
<source>New</source>
854-
<target>Actualité</target>
854+
<target>Nouveau</target>
855855
</trans-unit>
856856
<trans-unit id="tl_content.new.1">
857857
<source>Add a new content element</source>

core-bundle/src/Resources/contao/languages/fr/tl_form.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203
</trans-unit>
204204
<trans-unit id="tl_form.new.0">
205205
<source>New</source>
206-
<target>Actualité</target>
206+
<target>Nouveau</target>
207207
</trans-unit>
208208
<trans-unit id="tl_form.new.1">
209209
<source>Create a new form</source>

0 commit comments

Comments
 (0)