Skip to content

Commit

Permalink
Update the changelog and the language files
Browse files Browse the repository at this point in the history
  • Loading branch information
leofeyer committed Dec 10, 2020
1 parent bacb48b commit 6c50c48
Show file tree
Hide file tree
Showing 23 changed files with 69 additions and 17 deletions.
47 changes: 47 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,32 @@

This project adheres to [Semantic Versioning].

## Unreleased

**Fixed issues:**

- [#2551] Fix the cache tag invalidation ([leofeyer])
- [#2540] Correctly load the DCA labels ([aschempp])
- [#2550] Do not index preview URLs for searching ([leofeyer])
- [#2547] Fix the compatibility with scssphp 1.4 ([ausi])
- [#2545] Move migrations to the core bundle ([ausi])
- [#2527] Use a textarea for the image caption field ([Toflar])
- [#2521] Do not try to generate fragments for generated fragments ([aschempp])
- [#2506] Handle the global page model in fragments ([aschempp])
- [#2535] Add compatibility with PHP 8 ([leofeyer])
- [#2534] Backport the doctrine-cache-bundle changes ([leofeyer])
- [#2528] Increase the undo period ([Toflar])
- [#2522] Allow version 3 of toflar/psr6-symfony-http-cache-store ([Toflar])
- [#2509] Add compatibility with terminal42/escargot 1.0 ([ausi])
- [#2480] Correctly assign the CSS class in the newsletter subscribe module ([leofeyer])
- [#2479] Correctly handle falsey values when decoding entities ([leofeyer])
- [#2474] Correctly apply the CSS classes in the content module ([leofeyer])
- [#2473] Add a Cache-Control header to the back end response ([leofeyer])
- [#2463] Remove the hard dependency on PDO ([fritzmg])
- [#2465] Fix routing issue with multiple domains and languages ([aschempp])
- [#2321] Allow version 2 of the Doctrine bundle ([bytehead])
- [#2433] Do not use all:unset with the preview toolbar ([leofeyer])

## [4.9.9] (2020-10-20)

**Fixed issues:**
Expand Down Expand Up @@ -481,6 +507,27 @@ This project adheres to [Semantic Versioning].
[Tastaturberuf]: https://github.com/Tastaturberuf
[Toflar]: https://github.com/Toflar
[xchs]: https://github.com/xchs
[#2551]: https://github.com/contao/contao/pull/2551
[#2540]: https://github.com/contao/contao/pull/2540
[#2550]: https://github.com/contao/contao/pull/2550
[#2547]: https://github.com/contao/contao/pull/2547
[#2545]: https://github.com/contao/contao/pull/2545
[#2527]: https://github.com/contao/contao/pull/2527
[#2521]: https://github.com/contao/contao/pull/2521
[#2506]: https://github.com/contao/contao/pull/2506
[#2535]: https://github.com/contao/contao/pull/2535
[#2534]: https://github.com/contao/contao/pull/2534
[#2528]: https://github.com/contao/contao/pull/2528
[#2522]: https://github.com/contao/contao/pull/2522
[#2509]: https://github.com/contao/contao/pull/2509
[#2480]: https://github.com/contao/contao/pull/2480
[#2479]: https://github.com/contao/contao/pull/2479
[#2474]: https://github.com/contao/contao/pull/2474
[#2473]: https://github.com/contao/contao/pull/2473
[#2463]: https://github.com/contao/contao/pull/2463
[#2465]: https://github.com/contao/contao/pull/2465
[#2321]: https://github.com/contao/contao/pull/2321
[#2433]: https://github.com/contao/contao/pull/2433
[#2434]: https://github.com/contao/contao/pull/2434
[#2430]: https://github.com/contao/contao/pull/2430
[#2417]: https://github.com/contao/contao/pull/2417
Expand Down
Expand Up @@ -75,6 +75,7 @@
</trans-unit>
<trans-unit id="tl_calendar.disableCaptcha.0">
<source>Disable spam protection</source>
<target>Deaktiver spambeskyttelse</target>
</trans-unit>
<trans-unit id="tl_calendar.disableCaptcha.1">
<source>Use this option only if you have limited comments to authenticated users.</source>
Expand Down
Expand Up @@ -151,7 +151,7 @@
</trans-unit>
<trans-unit id="tl_calendar.new.0">
<source>New</source>
<target>Actualité</target>
<target>Nouveau</target>
</trans-unit>
<trans-unit id="tl_calendar.new.1">
<source>Create a new calendar</source>
Expand Down
Expand Up @@ -331,7 +331,7 @@
</trans-unit>
<trans-unit id="tl_calendar_events.new.0">
<source>New</source>
<target>Actualité</target>
<target>Nouveau</target>
</trans-unit>
<trans-unit id="tl_calendar_events.new.1">
<source>Create a new event</source>
Expand Down
Expand Up @@ -95,6 +95,7 @@
</trans-unit>
<trans-unit id="tl_calendar_feed.new.0">
<source>New</source>
<target>Nouveau</target>
</trans-unit>
<trans-unit id="tl_calendar_feed.new.1">
<source>Create a new feed</source>
Expand Down
2 changes: 1 addition & 1 deletion core-bundle/src/Resources/contao/config/constants.php
Expand Up @@ -10,7 +10,7 @@

// Core version
define('VERSION', '4.9');
define('BUILD', '9');
define('BUILD', '10');
define('LONG_TERM_SUPPORT', true);

// Link constants
Expand Down
2 changes: 1 addition & 1 deletion core-bundle/src/Resources/contao/languages/fr/default.xlf
Expand Up @@ -2811,7 +2811,7 @@
</trans-unit>
<trans-unit id="DCA.new.0">
<source>New</source>
<target>Actualité</target>
<target>Nouveau</target>
</trans-unit>
<trans-unit id="DCA.new.1">
<source>Create a new element</source>
Expand Down
Expand Up @@ -195,7 +195,7 @@
</trans-unit>
<trans-unit id="tl_article.new.0">
<source>New</source>
<target>Actualité</target>
<target>Nouveau</target>
</trans-unit>
<trans-unit id="tl_article.new.1">
<source>Create a new article</source>
Expand Down
Expand Up @@ -851,7 +851,7 @@
</trans-unit>
<trans-unit id="tl_content.new.0">
<source>New</source>
<target>Actualité</target>
<target>Nouveau</target>
</trans-unit>
<trans-unit id="tl_content.new.1">
<source>Add a new content element</source>
Expand Down
2 changes: 1 addition & 1 deletion core-bundle/src/Resources/contao/languages/fr/tl_form.xlf
Expand Up @@ -203,7 +203,7 @@
</trans-unit>
<trans-unit id="tl_form.new.0">
<source>New</source>
<target>Actualité</target>
<target>Nouveau</target>
</trans-unit>
<trans-unit id="tl_form.new.1">
<source>Create a new form</source>
Expand Down
Expand Up @@ -383,7 +383,7 @@
</trans-unit>
<trans-unit id="tl_form_field.new.0">
<source>New</source>
<target>Actualité</target>
<target>Nouveau</target>
</trans-unit>
<trans-unit id="tl_form_field.new.1">
<source>Create a new form field</source>
Expand Down
2 changes: 1 addition & 1 deletion core-bundle/src/Resources/contao/languages/fr/tl_page.xlf
Expand Up @@ -495,7 +495,7 @@
</trans-unit>
<trans-unit id="tl_page.new.0">
<source>New</source>
<target>Actualité</target>
<target>Nouveau</target>
</trans-unit>
<trans-unit id="tl_page.new.1">
<source>Create a new page</source>
Expand Down
2 changes: 1 addition & 1 deletion core-bundle/src/Resources/contao/languages/fr/tl_user.xlf
Expand Up @@ -359,7 +359,7 @@
</trans-unit>
<trans-unit id="tl_user.new.0">
<source>New</source>
<target>Actualité</target>
<target>Nouveau</target>
</trans-unit>
<trans-unit id="tl_user.new.1">
<source>Create a new user</source>
Expand Down
Expand Up @@ -83,6 +83,7 @@
</trans-unit>
<trans-unit id="tl_faq_category.disableCaptcha.0">
<source>Disable spam protection</source>
<target>Deaktiver spambeskyttelse</target>
</trans-unit>
<trans-unit id="tl_faq_category.disableCaptcha.1">
<source>Use this option only if you have limited comments to authenticated users.</source>
Expand Down
2 changes: 1 addition & 1 deletion faq-bundle/src/Resources/contao/languages/fr/tl_faq.xlf
Expand Up @@ -99,7 +99,7 @@
</trans-unit>
<trans-unit id="tl_faq.new.0">
<source>New</source>
<target>Actualité</target>
<target>Nouveau</target>
</trans-unit>
<trans-unit id="tl_faq.new.1">
<source>Create a new question</source>
Expand Down
Expand Up @@ -123,7 +123,7 @@
</trans-unit>
<trans-unit id="tl_faq_category.new.0">
<source>New</source>
<target>Actualité</target>
<target>Nouveau</target>
</trans-unit>
<trans-unit id="tl_faq_category.new.1">
<source>Create a new category</source>
Expand Down
2 changes: 1 addition & 1 deletion news-bundle/src/Resources/contao/languages/fr/tl_news.xlf
Expand Up @@ -259,7 +259,7 @@
</trans-unit>
<trans-unit id="tl_news.new.0">
<source>New</source>
<target>Actualité</target>
<target>Nouveau</target>
</trans-unit>
<trans-unit id="tl_news.new.1">
<source>Create a new news item</source>
Expand Down
Expand Up @@ -143,7 +143,7 @@
</trans-unit>
<trans-unit id="tl_news_archive.new.0">
<source>New</source>
<target>Actualité</target>
<target>Nouveau</target>
</trans-unit>
<trans-unit id="tl_news_archive.new.1">
<source>Create a new news archive</source>
Expand Down
Expand Up @@ -95,6 +95,7 @@
</trans-unit>
<trans-unit id="tl_news_feed.new.0">
<source>New</source>
<target>Nouveau</target>
</trans-unit>
<trans-unit id="tl_news_feed.new.1">
<source>Create a new feed</source>
Expand Down
Expand Up @@ -55,6 +55,7 @@
</trans-unit>
<trans-unit id="tl_newsletter.template.1">
<source>Here you can override the e-mail template of the channel.</source>
<target>Her kan vælge en anden skabelon end standardskabelonen for denne kanal.</target>
</trans-unit>
<trans-unit id="tl_newsletter.sendText.0">
<source>Send as plain text</source>
Expand Down
Expand Up @@ -203,7 +203,7 @@
</trans-unit>
<trans-unit id="tl_newsletter.new.0">
<source>New</source>
<target>Actualité</target>
<target>Nouveau</target>
</trans-unit>
<trans-unit id="tl_newsletter.new.1">
<source>Create a new newsletter</source>
Expand Down
Expand Up @@ -63,7 +63,7 @@
</trans-unit>
<trans-unit id="tl_newsletter_channel.new.0">
<source>New</source>
<target>Actualité</target>
<target>Nouveau</target>
</trans-unit>
<trans-unit id="tl_newsletter_channel.new.1">
<source>Create a new channel</source>
Expand Down
Expand Up @@ -71,7 +71,7 @@
</trans-unit>
<trans-unit id="tl_newsletter_recipients.new.0">
<source>New</source>
<target>Actualité</target>
<target>Nouveau</target>
</trans-unit>
<trans-unit id="tl_newsletter_recipients.new.1">
<source>Create a new recipient</source>
Expand Down

0 comments on commit 6c50c48

Please sign in to comment.