Skip to content

Commit 73802a3

Browse files
committed
Release v5.0.0
1 parent 1acc489 commit 73802a3

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ 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+
## [v5.0.0] - 2025-06-30
8+
This is the stable release for v5.0.0. No changes have been made since v5.0.0-rc.1.
9+
710
## [v5.0.0-rc.1] - 2025-06-05
811

912
### Changed
@@ -129,6 +132,7 @@ This is the stable release for v3.0.0. No changes have been made since v3.0.0-rc
129132
### Added
130133
- First version of our reusable examples
131134

132-
[v5.0.0]: https://github.com/OXID-eSales/module-template/compare/v4.0.0...b-7.3.x
135+
[v5.0.0]: https://github.com/OXID-eSales/module-template/compare/v5.0.0-rc.1...v5.0.0
136+
[v5.0.0-rc.1]: https://github.com/OXID-eSales/module-template/compare/v4.0.0...v5.0.0-rc.1
133137
[v4.0.0]: https://github.com/OXID-eSales/module-template/compare/v4.0.0-rc.1...v4.0.0
134138
[v4.0.0-rc.1]: https://github.com/OXID-eSales/module-template/compare/v3.0.0...v4.0.0-rc.1

metadata.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
'title' => 'OXID eSales Module Template (OEMT)',
1919
'description' => 'Module Template – Clean Skeleton for OXID Modules',
2020
'thumbnail' => 'pictures/logo.png',
21-
'version' => '5.0.0-rc.1',
21+
'version' => '5.0.0',
2222
'author' => 'OXID eSales AG',
23-
'url' => '',
24-
'email' => '',
23+
'url' => 'https://github.com/OXID-eSales/module-template',
24+
'email' => 'info@oxid-esales.com',
2525
'extend' => [],
2626
];

0 commit comments

Comments
 (0)