v1.1.5 #69

Merged
DrMaxNix merged 3 commits from dev into main 2024-02-27 18:46:46 +01:00
3 changed files with 3 additions and 5 deletions

View File

@ -1,6 +1,6 @@
<?php
// VERSION //
static::$version = "1.1.4";
static::$version = "1.1.5";
// DEPENDENCIES //

View File

@ -506,8 +506,6 @@ a.box:hover {
}
.button:hover {
cursor: pointer;
}
.button:hover {
background-color: var(--color-gray-dark);
}
.button.on-bg:hover {

View File

@ -289,11 +289,11 @@
"timeline_lesung_2_text" => [
"de" => [
"Die zweite Lesung im Bundestag diskutiert die Ergebnisse der Ausschüsse. Einzelne Abgeordnete können Änderungen beantragen.",
"<span class=\"inline gray\">Hinweis: In der Tagesordnung des Deutschen Bundestags ist derzeit noch kein Termin für die zweite Lesung angesetzt. Nächste Sitzungswoche: ab 11 Mär 2024 (Stand: 19 Feb 2024)</span>"
"<span class=\"inline gray\">Hinweis: In der Tagesordnung des Deutschen Bundestags ist derzeit noch kein Termin für die zweite Lesung angesetzt. Nächste Sitzungswoche: ab 13 Mär 2024 (Stand: 27 Feb 2024)</span>"
],
"en" => [
"The second reading in the <i>Bundestag</i> (Parliament) discusses the results of the committees. Individual members of the Bundestag can request changes.",
"<span class=\"inline gray\">Note: The agenda of the <i>Bundestag</i> (Parliament) does currently not contain an appointment for the second reading. Next session week: from 11 Mar 2024 (As of 19 Feb 2024)</span>"
"<span class=\"inline gray\">Note: The agenda of the <i>Bundestag</i> (Parliament) does currently not contain an appointment for the second reading. Next session week: from 13 Mar 2024 (As of 27 Feb 2024)</span>"
]
],
"timeline_lesung_2_button" => [