Skip to content

Commit

Permalink
Release 1.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
boxblinkracer committed Jun 3, 2024
1 parent 2fab78b commit 9cea9e7
Show file tree
Hide file tree
Showing 4 changed files with 118 additions and 111 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes of releases are documented in this file
using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.

## [Unreleased]
## [1.21.0]

### Added

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

### Fixed

- Fixed binary detection to also support "Umlaute". These were accidentally detected as binary strings, but they are not.
- Fixed binary detection to also support "Umlaute". These were accidentally detected as binary strings, but they are not (thx @mjosef89).
- Fix bug where the coverage of a missing locale was accidentally 100%
- 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.

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "boxblinkracer/phpunuhi",
"version": "1.20.0",
"version": "1.21.0",
"license": "MIT",
"description": "Easy tool to work with translation files for validation, exports, imports and more.",
"homepage": "https://github.com/boxblinkracer/phpunuhi",
Expand Down
Loading

0 comments on commit 9cea9e7

Please sign in to comment.