From 089ed4b853905fb438bc3310655efc9cb6154641 Mon Sep 17 00:00:00 2001 From: Anton Fedurtsya Date: Sat, 4 Mar 2023 11:47:57 +0200 Subject: [PATCH] Release 1.2.0 Signed-off-by: Anton Fedurtsya --- CHANGELOG.md | 4 ++-- README.md | 3 +-- metadata.php | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6dc3923..11658ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [v1.2.0] - Unreleased +## [v1.2.0] - 2023-03-04 ### Added - Show Discounts, Voucher discounts and VATs in totals column @@ -30,6 +30,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - PDF file generated from order data with possibility to adjust some of the fields and regenerate the invoice file - Invoice generated in Shop's main language (if translation available) -[v1.2.0]: https://github.com/Fresh-Advance/Invoice/compare/v1.1.0...b-7.0.x +[v1.2.0]: https://github.com/Fresh-Advance/Invoice/compare/v1.1.0...v1.2.0 [v1.1.0]: https://github.com/Fresh-Advance/Invoice/compare/v1.0.0...v1.1.0 [v1.0.0]: https://github.com/Fresh-Advance/Invoice/compare/6e6618ba66...v1.0.0 diff --git a/README.md b/README.md index f8acd7b..07ef4b2 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,7 @@ OXID PDF Invoice Module ## What to expect in next versions * New blocks in templates for easy extending -* VAT listed in pdf -* Discounts listed in pdf +* Show Vat for every product in list * Other improvements ## Installation diff --git a/metadata.php b/metadata.php index 1596408..8253af5 100644 --- a/metadata.php +++ b/metadata.php @@ -21,7 +21,7 @@ 'description' => [ 'en' => 'Invoice module for OXID eShop.', ], - 'version' => '1.1.0', + 'version' => '1.2.0', 'author' => 'Anton Fedurtsya', 'email' => 'anton@fedurtsya.com', 'url' => '',