Skip to content

Commit

Permalink
Release Preparation: 4.0.11 (#2522)
Browse files Browse the repository at this point in the history
* Release prep:
 - update translations
 - update version
 - update swagger
 - update mo files

relates to xibosignageltd/xibo-private#711
  • Loading branch information
dasgarner authored May 9, 2024
1 parent 1f160d6 commit 3e39097
Show file tree
Hide file tree
Showing 48 changed files with 795 additions and 744 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 = '4.0.10';
public static $WEBSITE_VERSION_NAME = '4.0.11';
public static $XMDS_VERSION = '7';
public static $XLF_VERSION = 4;
public static $VERSION_REQUIRED = '8.1.0';
Expand Down
Binary file modified locale/af.mo
Binary file not shown.
Binary file modified locale/ar.mo
Binary file not shown.
Binary file modified locale/bg.mo
Binary file not shown.
Binary file modified locale/ca.mo
Binary file not shown.
Binary file modified locale/cs.mo
Binary file not shown.
Binary file modified locale/da.mo
Binary file not shown.
Binary file modified locale/de.mo
Binary file not shown.
1,507 changes: 764 additions & 743 deletions locale/default.pot

Large diffs are not rendered by default.

Binary file modified locale/el.mo
Binary file not shown.
Binary file modified locale/en_GB.mo
Binary file not shown.
Binary file modified locale/es.mo
Binary file not shown.
Binary file modified locale/et.mo
Binary file not shown.
Binary file modified locale/eu.mo
Binary file not shown.
Binary file modified locale/fa.mo
Binary file not shown.
Binary file modified locale/fi.mo
Binary file not shown.
Binary file modified locale/fr.mo
Binary file not shown.
Binary file modified locale/fr_CA.mo
Binary file not shown.
Binary file modified locale/he.mo
Binary file not shown.
Binary file modified locale/hi.mo
Binary file not shown.
Binary file modified locale/hr.mo
Binary file not shown.
Binary file modified locale/hu.mo
Binary file not shown.
Binary file modified locale/id.mo
Binary file not shown.
Binary file modified locale/it.mo
Binary file not shown.
Binary file modified locale/ja.mo
Binary file not shown.
Binary file modified locale/ko.mo
Binary file not shown.
Binary file modified locale/ku.mo
Binary file not shown.
Binary file modified locale/lb.mo
Binary file not shown.
Binary file modified locale/lo.mo
Binary file not shown.
Binary file modified locale/lt.mo
Binary file not shown.
Binary file modified locale/nb.mo
Binary file not shown.
Binary file modified locale/nl.mo
Binary file not shown.
Binary file modified locale/nl_NL.mo
Binary file not shown.
Binary file modified locale/pl.mo
Binary file not shown.
Binary file modified locale/pt.mo
Binary file not shown.
Binary file modified locale/pt_BR.mo
Binary file not shown.
Binary file modified locale/ro.mo
Binary file not shown.
Binary file modified locale/ru.mo
Binary file not shown.
Binary file modified locale/sk.mo
Binary file not shown.
Binary file modified locale/sl.mo
Binary file not shown.
Binary file modified locale/[email protected]
Binary file not shown.
Binary file modified locale/sv.mo
Binary file not shown.
Binary file modified locale/th.mo
Binary file not shown.
Binary file modified locale/tr.mo
Binary file not shown.
Binary file modified locale/vi.mo
Binary file not shown.
Binary file modified locale/zh_CN.mo
Binary file not shown.
Binary file modified locale/zh_TW.mo
Binary file not shown.
30 changes: 30 additions & 0 deletions web/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -4327,6 +4327,36 @@
"summary": "Search Folders",
"description": "Returns JSON representation of the Folder tree",
"operationId": "folderSearch",
"parameters": [
{
"name": "folderId",
"in": "path",
"description": "Show usage details for the specified Folder Id",
"required": false,
"type": "integer"
},
{
"name": "gridView",
"in": "query",
"description": "Flag (0, 1), Show Folders in a standard grid response",
"required": false,
"type": "integer"
},
{
"name": "folderId",
"in": "query",
"description": "Use with gridView, Filter by Folder Id",
"required": false,
"type": "integer"
},
{
"name": "folderName",
"in": "query",
"description": "Use with gridView, Filter by Folder name",
"required": false,
"type": "string"
}
],
"responses": {
"200": {
"description": "successful operation",
Expand Down

0 comments on commit 3e39097

Please sign in to comment.