We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ebe002b + 3fd635f commit cb3ca18Copy full SHA for cb3ca18
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "laravel-file-manager",
3
- "version": "2.4.11",
+ "version": "2.4.12",
4
"description": "File manager for Laravel",
5
"keywords": [
6
"laravel",
src/store/settings/store.js
@@ -26,7 +26,7 @@ export default {
26
acl: null,
27
28
// App version
29
- version: '2.4.11',
+ version: '2.4.12',
30
31
// axios headers
32
headers: {},
@@ -43,7 +43,7 @@ export default {
43
windowsConfig: null,
44
45
// App language
46
- lang: 'pt-BR',
+ lang: null,
47
48
// Translations (/src/lang)
49
translations: {
0 commit comments