Skip to content

Commit e6cca4b

Browse files
committed
update version numbers and change log
1 parent f97b7da commit e6cca4b

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,21 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## [v1.0.0] - 2020-04-10
7+
## [v1.0.2] - 2020-06-10
8+
### Changed
9+
- Update all version numbers for the module
10+
- Reformat CHANGELOG.md
11+
- Removed version field from composer.json (recommended by packagist.org)
12+
13+
## [v1.0.1] - 2020-06-10
14+
### Added
15+
- Add info how to install the module with packagist
16+
- Add required version of oxideshop-ce component
17+
- Add testting library as dev dependency
818

19+
### Changed
20+
- Fixed typos in README.md
21+
22+
## [v1.0.0] - 2020-04-10
923
### Added
1024
- Initial module release

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"type": "oxideshop-module",
55
"keywords": ["oxid", "module", "eShop", "emails", "order", "admin","carbon copy"],
66
"homepage": "https://www.patrick-blom.de/",
7-
"version": "1.0",
87
"license": [
98
"GPL-3.0-only"
109
],

metadata.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
'de' => 'Das Modul erweitert die Anzahl der E-Mailempfänger fü Admin-Bestell-E-Mail',
1818
'en' => 'This module extends the amount of the admin order mail receivers',
1919
],
20-
'version' => '1.0',
20+
'version' => '1.0.2',
2121
'author' => 'Patrick Blom',
2222
'url' => 'https://www.patrick-blom.de/',
2323
'email' => '[email protected]',

0 commit comments

Comments
 (0)