From 2331c6e927500b49d7b1e8c5247b62c02c44bae0 Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Fri, 17 May 2024 15:49:38 +0200 Subject: [PATCH 1/3] :speech_balloon: bundesrat 2 recording link --- page/start/index.php | 2 +- page/strings.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/page/start/index.php b/page/start/index.php index 87431cf..497f563 100644 --- a/page/start/index.php +++ b/page/start/index.php @@ -388,7 +388,7 @@ ?>
- + get("timeline_bundesrat_2_button") ?> diff --git a/page/strings.php b/page/strings.php index a22cc34..0396ec6 100644 --- a/page/strings.php +++ b/page/strings.php @@ -332,8 +332,8 @@ ] ], "timeline_bundesrat_2_button" => [ - "de" => "Entwurf der Tagesordnung", - "en" => "Agenda Draft (German)" + "de" => "Aufzeichnung TOP 2", + "en" => "Recording TOP 2 (German)" ], From 9125e26401f7a2bbd7dddac8f46bb11422d82480 Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Fri, 17 May 2024 15:55:29 +0200 Subject: [PATCH 2/3] :sparkles: new newsletter: 2024-05-17-bundesrat-2 --- .../content/2024-05-17-bundesrat-2.data.php | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 newsletter/content/2024-05-17-bundesrat-2.data.php diff --git a/newsletter/content/2024-05-17-bundesrat-2.data.php b/newsletter/content/2024-05-17-bundesrat-2.data.php new file mode 100644 index 0000000..628ce91 --- /dev/null +++ b/newsletter/content/2024-05-17-bundesrat-2.data.php @@ -0,0 +1,29 @@ + [ + "de" => "SBGG.jetzt: Beratung im Bundesrat", + "en" => "SBGG.jetzt: Consultation in the Federal Council" + ], + + "main" => [ + "de" => <<Beratung im Bundesrat + +
    +
  • Die Grünenpolitiker*innen Katharina Fegebank, Dr. Benjamin Limbach und Doreen Denstädt sprachen sich für das Gesetz aus und betonten dessen Wichtigkeit für Trans*-Menschen.

  • +
  • Die Forderung, den Vermittlungsausschuss anzurufen, fand keine Mehrheit.

  • +
  • Aufzeichnung TOP 2 auf www.bundesrat.de

  • +
+ HTML, + "en" => <<Consultation in the Federal Council + +
    +
  • The green politicians Katharina Fegebank, Dr. Benjamin Limbach and Doreen Denstädt spoke out for the law and emphasized its importance for trans* people.

  • +
  • The request to call the mediation committee did not obtain a majority.

  • +
  • Recording TOP 2 (German) on www.bundesrat.de

  • +
+ HTML + ] + ]; +?> From bcfddd31aa6c316f2e2423b1ca478a28ff230a04 Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Fri, 17 May 2024 16:02:02 +0200 Subject: [PATCH 3/3] :bookmark: bump version to v1.2.15 --- meta.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta.php b/meta.php index 4aca2a5..fbc21ff 100644 --- a/meta.php +++ b/meta.php @@ -1,6 +1,6 @@