-
Notifications
You must be signed in to change notification settings - Fork 313
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release' into 'master'
PB-25443: Release v4.1.2 stable See merge request passbolt/passbolt-ce-api!162
- Loading branch information
Showing
38 changed files
with
5,473 additions
and
1,459 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?php | ||
return [ | ||
'passbolt' => [ | ||
'version' => '4.1.1', | ||
'name' => 'Insane in the Brain', | ||
] | ||
'version' => '4.1.2', | ||
'name' => 'Bella ciao', | ||
], | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,18 @@ | ||
files: | ||
- source: /resources/locales/en_UK/*.po | ||
translation: /resources/locales/%locale_with_underscore%/%original_file_name% | ||
export_languages: | ||
- de | ||
- en | ||
- es | ||
- fr | ||
- it | ||
- ja | ||
- ko | ||
- lt | ||
- nl | ||
- pl | ||
- pt-BR | ||
- ro | ||
- sv | ||
commit_message: '[skip-ci]' |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.