Skip to content

Commit

Permalink
edit folder structure and filenaming
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-blom committed Jun 12, 2020
1 parent e6cca4b commit cc532fd
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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.1.0] - 2020-06-12
### Changed
- Move views and translations to Application folder (requires reinstallation)
- Rename langfiles to be compatible with the OXID standards
- Reformat CHANGELOG.md

## [v1.0.2] - 2020-06-10
### Changed
- Update all version numbers for the module
Expand Down
4 changes: 2 additions & 2 deletions 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.2',
'version' => '1.1.0',
'author' => 'Patrick Blom',
'url' => 'https://www.patrick-blom.de/',
'email' => '[email protected]',
Expand All @@ -28,7 +28,7 @@
[
'template' => 'shop_main.tpl',
'block' => 'admin_shop_main_leftform',
'file' => 'views/admin/blocks/shop_main__admin_shop_main_leftform.tpl'
'file' => 'Application/views/admin/blocks/shop_main__admin_shop_main_leftform.tpl'
]
],
'events' => [
Expand Down

0 comments on commit cc532fd

Please sign in to comment.