Skip to content

Commit aaf2a53

Browse files
author
Lee Hicks
committed
Merge branch 'release/0.8.1' into develop
2 parents 123ad25 + bd9803c commit aaf2a53

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased]
6+
## [0.8.1] - 2018-01-25
67
### Added
78
- DF-1293 Added implements_access_list config option for overriding swagger def for role service access
89
### Fixed
9-
- DF-1287 Fixed NodeJS (and Python) script execution for large script. Made script size configurable
10+
- DF-1287 Fixed NodeJS (and Python) script execution for large script, making script size limit check configurable
1011
- DF-1293 Fixed role service access components when swagger def is supplied
1112

1213
## [0.8.0] - 2017-12-28
@@ -81,7 +82,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
8182
## 0.1.0 - 2016-11-30
8283
First official release working with the new [dreamfactory](https://github.com/dreamfactorysoftware/dreamfactory) project.
8384

84-
[Unreleased]: https://github.com/dreamfactorysoftware/df-script/compare/0.8.0...HEAD
85+
[Unreleased]: https://github.com/dreamfactorysoftware/df-script/compare/0.8.1...HEAD
86+
[0.8.1]: https://github.com/dreamfactorysoftware/df-script/compare/0.8.0...0.8.1
8587
[0.8.0]: https://github.com/dreamfactorysoftware/df-script/compare/0.7.0...0.8.0
8688
[0.7.0]: https://github.com/dreamfactorysoftware/df-script/compare/0.6.2...0.7.0
8789
[0.6.2]: https://github.com/dreamfactorysoftware/df-script/compare/0.6.1...0.6.2

src/Engines/ExecutedEngine.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,6 @@ protected function getWritablePath($identifier)
143143
$filePath .= '.' . $this->fileExtension;
144144
}
145145

146-
147-
148146
return $filePath;
149147
}
150148

0 commit comments

Comments
 (0)