Skip to content

Commit 6333f10

Browse files
authored
Release: preparation for 4.4.0 release (#3237)
- fix translation warning - update version, etc (checklist) - update readme with new versions - pull translations - update swagger docs relates to xibosignageltd/xibo-private#1127
1 parent 01c111e commit 6333f10

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+4073
-4100
lines changed

README.md

Lines changed: 3 additions & 2 deletions

lib/Controller/Login.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/*
3-
* Copyright (C) 2025 Xibo Signage Ltd
3+
* Copyright (C) 2026 Xibo Signage Ltd
44
*
55
* Xibo - Digital Signage - https://xibosignage.com
66
*
@@ -338,8 +338,7 @@ public function forgottenPassword(Request $request, Response $response)
338338

339339
$mail->Body = $this->generateEmailBody(
340340
$mail->Subject,
341-
'<p>' . __('You are receiving this email because a password reminder was requested for your account.
342-
If you did not make this request, please report this email to your administrator immediately.') . '</p>'
341+
'<p>' . __('You are receiving this email because a password reminder was requested for your account. If you did not make this request, please report this email to your administrator immediately.') . '</p>' //phpcs:ignore
343342
. $linkButton
344343
. '<p style="margin-top:10px; font-size:14px; color:#555555;">'
345344
. __('If the button does not work, copy and paste the following URL into your browser:')

lib/Helper/Environment.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/*
3-
* Copyright (C) 2025 Xibo Signage Ltd
3+
* Copyright (C) 2026 Xibo Signage Ltd
44
*
55
* Xibo - Digital Signage - https://xibosignage.com
66
*
@@ -30,7 +30,7 @@
3030
*/
3131
class Environment
3232
{
33-
public static $WEBSITE_VERSION_NAME = '4.4.0-alpha3';
33+
public static $WEBSITE_VERSION_NAME = '4.4.0';
3434
public static $XMDS_VERSION = '7';
3535
public static $XLF_VERSION = 4;
3636
public static $VERSION_REQUIRED = '8.1.0';

locale/af.mo

0 Bytes
Binary file not shown.

locale/ar.mo

0 Bytes
Binary file not shown.

locale/bg.mo

0 Bytes
Binary file not shown.

locale/ca.mo

-169 Bytes
Binary file not shown.

locale/cs.mo

0 Bytes
Binary file not shown.

locale/da.mo

0 Bytes
Binary file not shown.

locale/de.mo

-174 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)