Skip to content

Commit

Permalink
Release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TitaKoleva committed Jul 1, 2024
1 parent 09f8ed6 commit 610bcd8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ 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/).

## [4.0.0] - 2024-07-01
This is stable release for v4.0.0. No changes have been made since v3.1.0-rc.1.

## [3.1.0-rc.1] - 2024-05-30

### Added
Expand Down Expand Up @@ -68,7 +71,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [1.0.0] - 2015-03-24

[3.1.0-rc.1]: https://github.com/OXID-eSales/vat_tbe_services/compare/v3.0.0...v3.1.0-rc.1
[4.0.0]: https://github.com/OXID-eSales/vat_tbe_services/compare/v3.0.0...v4.0.0
[3.0.0]: https://github.com/OXID-eSales/vat_tbe_services/compare/v2.1.0...v3.0.0
[2.1.0]: https://github.com/OXID-eSales/vat_tbe_services/compare/v2.0.0...v2.1.0
[2.0.0]: https://github.com/OXID-eSales/vat_tbe_services/compare/v1.0.0...v2.0.0
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ on commandline in your shop base directory (where the shop's composer.json file

* **composer require oxid-esales/evat-module:^2.0** to install the released version compatible with OXID eShop Version 6
* **composer require oxid-esales/evat-module:^3.0** to install the released version compatible with eShop Version 7
* **composer require oxid-esales/evat-module:dev-b-7.1.x** to install the latest version from GitHub, compatible with eShop Version 7.1
* **composer require oxid-esales/evat-module:^4.0** to install the latest version from GitHub, compatible with eShop Version 7.1

and [activate the module](https://docs.oxid-esales.com/developer/en/7.0/development/modules_components_themes/module/installation_setup/setup.html).

### Update

In case you are updating your module from v3.0.x (which is compatible with OXID eShop 7.0.x) to OXID eShop 7.1.x compatible module version, please run “**composer require oxid-esales/evat-module ^3.1.0-rc.1 --with-all-dependencies**
In case you are updating your module from v3.0.x (which is compatible with OXID eShop 7.0.x) to OXID eShop 7.1.x compatible module version, please run “**composer require oxid-esales/evat-module ^4.0.0 --with-all-dependencies**

## Bugs and Issues

Expand Down
2 changes: 1 addition & 1 deletion metadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<a href="https://ec.europa.eu/taxation_customs/news/vat-updated-version-moss-report-has-just-been-published-2016-05-12_en" target="_blank">European tax directive as of 2015</a>',
),
'thumbnail' => 'logo.png',
'version' => '3.1.0-rc.1',
'version' => '4.0.0',
'author' => 'OXID eSales AG',
'url' => 'http://www.oxid-esales.com',
'email' => 'info@oxid-esales.com',
Expand Down

0 comments on commit 610bcd8

Please sign in to comment.