Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
boxblinkracer committed Feb 3, 2023
1 parent ffa9573 commit ed21f59
Show file tree
Hide file tree
Showing 3 changed files with 400 additions and 510 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 SVRUnit releases are documented in this file
using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.

### [unreleased]
### [1.3.0]

### Added

Expand All @@ -16,7 +16,7 @@ using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.
- Fixed problems with broken "Umlaute" in Shopware 6 entities storage
- Fix problem with wrong translation coverage. A set with 0/0 was displayed as 0% coverage, but it's actually 100%.
- Fix problem with "fix:structure" when creating new snippets for translations-sets with groups. It accidentally used the full ID instead of the correct key name for the "key" identifier.
- Fix crash when parsing invalid json files.
- Fix crash when parsing invalid json files.

## [1.2.0]

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.2.0",
"version": "1.3.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 ed21f59

Please sign in to comment.