Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit 39e5758

Browse files
committed
Merge branch 'feature/89' into develop
Close #89 Fixes #88
2 parents 12517b1 + f72abfd commit 39e5758

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ All notable changes to this project will be documented in this file, in reverse
66

77
### Added
88

9-
- Nothing.
9+
- [#89](https://github.com/zendframework/zend-view/pull/89) updates the
10+
`HeadScript` view helper to whitelist the `id` attribute as an optional
11+
attribute.
1012

1113
### Deprecated
1214

src/Helper/HeadScript.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ class HeadScript extends Placeholder\Container\AbstractStandalone
9090
'async',
9191
'language',
9292
'src',
93+
'id',
9394
];
9495

9596
/**

0 commit comments

Comments
 (0)