Skip to content

Commit b4e8fdb

Browse files
author
Vitaliy Boyko
committed
Updated templates and other fixes from 4.0.0
1 parent 6bf795d commit b4e8fdb

File tree

6 files changed

+7
-4
lines changed

6 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0).
66

77
## 3.2.1
88

9+
### Fixed
10+
11+
- Directory validator
12+
- Entity data mapper file template
13+
914
## 3.2.0
1015

1116
### Added

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*/
55

66
plugins {
7-
id 'org.jetbrains.intellij' version '0.6.5'
7+
id 'org.jetbrains.intellij' version '0.7.2'
88
id 'checkstyle'
99
id 'pmd'
1010
id 'org.jetbrains.changelog' version '0.6.2'

gradle-tasks/staticChecks.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ checkstyle {
1919
pmd {
2020
toolVersion = "6.21.0"
2121
consoleOutput = true
22-
rulePriority = 5
2322
ruleSets = [
2423
rootProject.file("gradle-tasks/pmd/ruleset.xml")
2524
]

resources/META-INF/pluginIcon_dark.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

resources/fileTemplates/code/Magento Entity Data Mapper.php.ft renamed to resources/fileTemplates/internal/Magento Entity Data Mapper.php.ft

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class ${CLASS_NAME}
4444
$entityDto->addData($item->getData());
4545

4646
#set($brackets = "[]")
47-
$results$brackets = $entityDto;
47+
$results$brackets = $entityDto;
4848
}
4949

5050
return $results;

0 commit comments

Comments
 (0)