Skip to content

Commit

Permalink
see cl 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Patzer committed Jul 25, 2018
1 parent fb14742 commit d0a8aba
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,16 @@
# Changelog
All notable changes to this project will be documented in this file.

## [1.2.3] - 2018-07-25

#### Fixed
- reader config element localization issue

## [1.2.2] - 2018-07-25

#### Fixed
- reader config element localization issue

## [1.2.1] - 2018-07-06

#### Fixed
Expand Down
Expand Up @@ -5,6 +5,4 @@
/**
* Reference
*/
$lang['reference'] = [
\HeimrichHannot\YoutubeBundle\ConfigElementType\YoutubeReaderConfigElementType::TYPE => "YouTube",
];
$lang['reference'][\HeimrichHannot\YoutubeBundle\ConfigElementType\YoutubeReaderConfigElementType::TYPE] = 'YouTube';

0 comments on commit d0a8aba

Please sign in to comment.