Skip to content

Commit 21d1165

Browse files
committed
Release of new version 3.3.0
1 parent 395b802 commit 21d1165

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
VERSION 3 OPTIONS CHANGED
33
==========================
44

5+
Version 3.3 - JSON format language files
6+
25/01/2019 01:06 3.3.0 initial release
7+
395b802 Use JSON format language files
8+
c299e39 Remove debug codes
9+
510
Version 3.2 - add none-level diff
611
24/01/2019 23:54 3.2.6 nits
712
7d9ca9c Code tidy

src/Utility/Language.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public function getTranslationsByLanguage(string $language): array
9696
throw new FileNotFoundException($file);
9797
}
9898

99-
return json_decode(file_get_contents($file), true);
99+
return \json_decode(\file_get_contents($file), true);
100100
}
101101

102102
/**

0 commit comments

Comments
 (0)