Skip to content

Commit

Permalink
Release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
boxblinkracer committed Feb 7, 2023
1 parent 37b0e17 commit ef461a4
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 28 deletions.
2 changes: 1 addition & 1 deletion 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.4.0]

### Added

Expand Down
38 changes: 20 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,43 +18,45 @@ The framework is free, there's no guarantee or claim to anything.
Now that you know this, let's get started!

<!-- TOC -->
* [1. Basic Concept](#1-basic-concept)
* [2. Installation](#2-installation)
* [3. Configuration](#3-configuration)
* [4. Commands](#4-commands)

* [1. Basic Concept](#1-basic-concept)
* [2. Installation](#2-installation)
* [3. Configuration](#3-configuration)
* [4. Commands](#4-commands)
* [4.1 Validate Command](#41-validate-command)
* [4.2 Fix Structure Command](#42-fix-structure-command)
* [4.3 Export Command](#43-export-command)
* [4.4 Import Command](#44-import-command)
* [4.5 Status Command](#45-status-command)
* [4.6 Translate Command](#46-translate-command)
* [4.7 List Translations Command](#47-list-translations-command)
* [5. Use Cases](#5-use-cases)
* [5. Use Cases](#5-use-cases)
* [5.1 Validation in CI pipeline](#51-validation-in-ci-pipeline)
* [5.2 Working with external translation agencies](#52-working-with-external-translation-agencies)
* [5.3 Live WebEdit with HTML](#53-live-webedit-with-html)
* [5.4 Automatic Translation with Google, DeepL, ...](#54-automatic-translation-with-google-deepl-)
* [6. Warning](#6-warning)
* [7. Appendix](#7-appendix)
* [6. Warning](#6-warning)
* [7. Appendix](#7-appendix)
* [7.1 Storage Formats](#71-storage-formats)
* [7.1.1 JSON](#711-json)
* [7.1.2 INI](#712-ini)
* [7.1.3 PHP](#713-php)
* [7.1.4 Shopware 6](#714-shopware-6)
* [7.1.1 JSON](#711-json)
* [7.1.2 INI](#712-ini)
* [7.1.3 PHP](#713-php)
* [7.1.4 Shopware 6](#714-shopware-6)
* [7.2 Filters](#72-filters)
* [7.3 Groups](#73-groups)
* [7.4 Case Styles](#74-case-styles)
* [7.5 PHP ENV Variables](#75-php-env-variables)
* [7.6 Exchange Formats](#76-exchange-formats)
* [7.6.1 CSV](#761-csv)
* [7.6.2 HTML / WebEdit](#762-html--webedit)
* [7.6.1 CSV](#761-csv)
* [7.6.2 HTML / WebEdit](#762-html--webedit)
* [7.7 Translator Services](#77-translator-services)
* [7.7.1 DeepL](#771-deepl)
* [7.7.2 Google Cloud Translate](#772-google-cloud-translate)
* [7.7.3 Google Web Translate](#773-google-web-translate)
* [7.7.4 OpenAI GPT Translate](#774-openai-gpt-translate)
* [7.7.1 DeepL](#771-deepl)
* [7.7.2 Google Cloud Translate](#772-google-cloud-translate)
* [7.7.3 Google Web Translate](#773-google-web-translate)
* [7.7.4 OpenAI GPT Translate](#774-openai-gpt-translate)
* [7.8 Validation Reports](#78-validation-reports)
* [7.8.1 JUnit Report](#781-junit-report)
* [7.8.1 JUnit Report](#781-junit-report)

<!-- TOC -->

## 1. Basic Concept
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.3.0",
"version": "1.4.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
16 changes: 8 additions & 8 deletions composer.lock

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

0 comments on commit ef461a4

Please sign in to comment.