Skip to content

Commit

Permalink
update version numbers and change log
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-blom committed Jun 10, 2020
1 parent f97b7da commit e6cca4b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,21 @@ 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.0.0] - 2020-04-10
## [v1.0.2] - 2020-06-10
### Changed
- Update all version numbers for the module
- Reformat CHANGELOG.md
- Removed version field from composer.json (recommended by packagist.org)

## [v1.0.1] - 2020-06-10
### Added
- Add info how to install the module with packagist
- Add required version of oxideshop-ce component
- Add testting library as dev dependency

### Changed
- Fixed typos in README.md

## [v1.0.0] - 2020-04-10
### Added
- Initial module release
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"type": "oxideshop-module",
"keywords": ["oxid", "module", "eShop", "emails", "order", "admin","carbon copy"],
"homepage": "https://www.patrick-blom.de/",
"version": "1.0",
"license": [
"GPL-3.0-only"
],
Expand Down
2 changes: 1 addition & 1 deletion metadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
'de' => 'Das Modul erweitert die Anzahl der E-Mailempfänger fü Admin-Bestell-E-Mail',
'en' => 'This module extends the amount of the admin order mail receivers',
],
'version' => '1.0',
'version' => '1.0.2',
'author' => 'Patrick Blom',
'url' => 'https://www.patrick-blom.de/',
'email' => '[email protected]',
Expand Down

0 comments on commit e6cca4b

Please sign in to comment.