File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
4
4
5
+ ## 0.8.0
6
+
7
+ ### Added
8
+
9
+ - Bootstrap 4.1 CSS for web UI
10
+ - Support for stable ` php-translation ` dependencies
11
+
12
+ ### Fixed
13
+
14
+ - Only add translation form ` @desc ` annotation to the default locale
15
+ - Ensure storage exists before using it in commands
16
+ - ` FileDumper::setBackup() ` deprecation notice
17
+ - Twig ` strict_variabels ` deprecation notice
18
+ - Avoid global bootstrap overrides - apply styles via new .configs CSS class
19
+
20
+ ### Changed
21
+
22
+ - The ` FallbackTranslator ` will not try to translate to an empty locale. This could be considered as a BC break
23
+ since now it will return the translation key instead of whatever the translator service returned (usually the translated string in original language).
24
+
5
25
## 0.7.0
6
26
7
27
### Added
You can’t perform that action at this time.
0 commit comments