Skip to content

Commit

Permalink
Release prep: Translations, Swagger and Version bump. (#1589)
Browse files Browse the repository at this point in the history
This will be code freeze for 3.3.3
  • Loading branch information
dasgarner authored Feb 8, 2023
1 parent 044e72a commit 7763f9a
Show file tree
Hide file tree
Showing 7 changed files with 347 additions and 282 deletions.
2 changes: 1 addition & 1 deletion lib/Helper/Environment.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
*/
class Environment
{
public static $WEBSITE_VERSION_NAME = '3.3.2';
public static $WEBSITE_VERSION_NAME = '3.3.3';
public static $XMDS_VERSION = '6';
public static $XLF_VERSION = 3;
public static $VERSION_REQUIRED = '7.2.9';
Expand Down
8 changes: 4 additions & 4 deletions lib/routes.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*
* Copyright (C) 2022 Xibo Signage Ltd
* Copyright (C) 2023 Xibo Signage Ltd
*
* Xibo - Digital Signage - http://www.xibo.org.uk
*
Expand Down Expand Up @@ -37,7 +37,7 @@
* },
* @SWG\ExternalDocumentation(
* description="Manual",
* url="http://xibo.org.uk/manual"
* url="https://xibosignage.com/manual"
* )
* )
*
Expand All @@ -46,8 +46,8 @@
* description="Xibo CMS API.
Using HTTP formData requests.
All PUT requests require Content-Type:application/x-www-form-urlencoded header.",
* version="3.1",
* termsOfService="http://xibo.org.uk/legal",
* version="3.3",
* termsOfService="https://xibosignage.com/legal",
* @SWG\License(
* name="AGPLv3 or later",
* url="http://www.gnu.org/licenses/"
Expand Down
613 changes: 339 additions & 274 deletions locale/default.pot

Large diffs are not rendered by default.

Binary file modified locale/en_GB.mo
Binary file not shown.
Binary file modified locale/fr.mo
Binary file not shown.
Binary file modified locale/ja.mo
Binary file not shown.
6 changes: 3 additions & 3 deletions web/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"info": {
"title": "Xibo API",
"description": "Xibo CMS API.\n Using HTTP formData requests.\n All PUT requests require Content-Type:application/x-www-form-urlencoded header.",
"termsOfService": "http://xibo.org.uk/legal",
"termsOfService": "https://xibosignage.com/legal",
"contact": {
"email": "[email protected]"
},
"license": {
"name": "AGPLv3 or later",
"url": "http://www.gnu.org/licenses/"
},
"version": "3.1"
"version": "3.3"
},
"basePath": "/api",
"schemes": [
Expand Down Expand Up @@ -17561,6 +17561,6 @@
],
"externalDocs": {
"description": "Manual",
"url": "http://xibo.org.uk/manual"
"url": "https://xibosignage.com/manual"
}
}

0 comments on commit 7763f9a

Please sign in to comment.