Skip to content

Commit cc532fd

Browse files
committed
edit folder structure and filenaming
1 parent e6cca4b commit cc532fd

5 files changed

Lines changed: 8 additions & 2 deletions

File tree

views/admin/blocks/shop_main__admin_shop_main_leftform.tpl renamed to Application/views/admin/blocks/shop_main__admin_shop_main_leftform.tpl

File renamed without changes.
File renamed without changes.
File renamed without changes.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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.1.0] - 2020-06-12
8+
### Changed
9+
- Move views and translations to Application folder (requires reinstallation)
10+
- Rename langfiles to be compatible with the OXID standards
11+
- Reformat CHANGELOG.md
12+
713
## [v1.0.2] - 2020-06-10
814
### Changed
915
- Update all version numbers for the module

metadata.php

Lines changed: 2 additions & 2 deletions
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.2',
20+
'version' => '1.1.0',
2121
'author' => 'Patrick Blom',
2222
'url' => 'https://www.patrick-blom.de/',
2323
'email' => '[email protected]',
@@ -28,7 +28,7 @@
2828
[
2929
'template' => 'shop_main.tpl',
3030
'block' => 'admin_shop_main_leftform',
31-
'file' => 'views/admin/blocks/shop_main__admin_shop_main_leftform.tpl'
31+
'file' => 'Application/views/admin/blocks/shop_main__admin_shop_main_leftform.tpl'
3232
]
3333
],
3434
'events' => [

0 commit comments

Comments
 (0)