Skip to content

Commit

Permalink
Release 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
boxblinkracer committed Jul 25, 2023
1 parent 6ab5d0e commit feb03e8
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 42 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,22 @@
All notable changes of PHPUnuhi releases are documented in this file
using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.

## [unreleased]
## [1.12.0]

### Added

- Added new **JSON** reporter that creates a JSON file with all validation errors.
- Add option to register **custom translator services* by using the TranslatorFactory **register** command.
- Add option to register **custom exchange formats* by using the ExchangeFactory **register** command.

### Changed

- Translator Services are now in charge of handling protection markers, because for some services the automatic encryption of markers would lead to problems.

### Fixed

- Fixed problem when using OpenAI to translate values in combination with protection markers. This should now work.

## [1.11.0]

### Added
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.11.0",
"version": "1.12.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
76 changes: 38 additions & 38 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions tests/svrunit/tests/version.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
commands:
- name: "Version is correct"
command: "(($EXEC)) --version --configuration=./tests/svrunit/formats/json/phpunuhi.xml"
expected: "PHPUnuhi 1.11.0"
expected: "PHPUnuhi 1.12.0"
- name: "Version is correct (command header)"
command: "(($EXEC)) status --configuration=./tests/svrunit/formats/json/phpunuhi.xml"
expected: "PHPUnuhi Framework, v1.11.0"
expected: "PHPUnuhi Framework, v1.12.0"

0 comments on commit feb03e8

Please sign in to comment.