Skip to content

Commit 9cea9e7

Browse files
committed
Release 1.21.0
1 parent 2fab78b commit 9cea9e7

File tree

4 files changed

+118
-111
lines changed

4 files changed

+118
-111
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
All notable changes of releases are documented in this file
44
using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.
55

6-
## [Unreleased]
6+
## [1.21.0]
77

88
### Added
99

@@ -12,7 +12,7 @@ using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.
1212

1313
### Fixed
1414

15-
- Fixed binary detection to also support "Umlaute". These were accidentally detected as binary strings, but they are not.
15+
- Fixed binary detection to also support "Umlaute". These were accidentally detected as binary strings, but they are not (thx @mjosef89).
1616
- Fix bug where the coverage of a missing locale was accidentally 100%
1717
- Fix bug where it was not possible to only use import-config files without a Translation-Set inside the main configuration file. This is now possible.
1818

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "boxblinkracer/phpunuhi",
3-
"version": "1.20.0",
3+
"version": "1.21.0",
44
"license": "MIT",
55
"description": "Easy tool to work with translation files for validation, exports, imports and more.",
66
"homepage": "https://github.com/boxblinkracer/phpunuhi",

0 commit comments

Comments
 (0)