From ef461a4a48e399734dda42c30ae999001efd39fb Mon Sep 17 00:00:00 2001 From: Christian Dangl Date: Tue, 7 Feb 2023 07:54:29 +0100 Subject: [PATCH] Release 1.4.0 --- CHANGELOG.md | 2 +- README.md | 38 ++++++++++++++++++++------------------ composer.json | 2 +- composer.lock | 16 ++++++++-------- 4 files changed, 30 insertions(+), 28 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 434ecac1..f475e012 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 2af0dce2..2bdc0ee3 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,11 @@ The framework is free, there's no guarantee or claim to anything. Now that you know this, let's get started! - * [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) @@ -29,32 +30,33 @@ Now that you know this, let's get started! * [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) + ## 1. Basic Concept diff --git a/composer.json b/composer.json index 27b8ea7e..cc69c9b3 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/composer.lock b/composer.lock index 608a1cd8..d1e05432 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "884bed7aefec81c22dcf2e2f107cebe0", + "content-hash": "24385c433a7fb4eb26d6bbedae403d24", "packages": [ { "name": "deeplcom/deepl-php", @@ -1260,16 +1260,16 @@ }, { "name": "monolog/monolog", - "version": "2.8.0", + "version": "2.9.1", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", - "reference": "720488632c590286b88b80e62aa3d3d551ad4a50" + "reference": "f259e2b15fb95494c83f52d3caad003bbf5ffaa1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/monolog/zipball/720488632c590286b88b80e62aa3d3d551ad4a50", - "reference": "720488632c590286b88b80e62aa3d3d551ad4a50", + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/f259e2b15fb95494c83f52d3caad003bbf5ffaa1", + "reference": "f259e2b15fb95494c83f52d3caad003bbf5ffaa1", "shasum": "" }, "require": { @@ -1284,7 +1284,7 @@ "doctrine/couchdb": "~1.0@dev", "elasticsearch/elasticsearch": "^7 || ^8", "ext-json": "*", - "graylog2/gelf-php": "^1.4.2", + "graylog2/gelf-php": "^1.4.2 || ^2@dev", "guzzlehttp/guzzle": "^7.4", "guzzlehttp/psr7": "^2.2", "mongodb/mongodb": "^1.8", @@ -1346,7 +1346,7 @@ ], "support": { "issues": "https://github.com/Seldaek/monolog/issues", - "source": "https://github.com/Seldaek/monolog/tree/2.8.0" + "source": "https://github.com/Seldaek/monolog/tree/2.9.1" }, "funding": [ { @@ -1358,7 +1358,7 @@ "type": "tidelift" } ], - "time": "2022-07-24T11:55:47+00:00" + "time": "2023-02-06T13:44:46+00:00" }, { "name": "orhanerday/open-ai",