Skip to content

Commit

Permalink
Composer Update
Browse files Browse the repository at this point in the history
  • Loading branch information
DirkPersky committed Nov 4, 2019
1 parent 5388d28 commit 3cafd95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Resources/Private/Layouts/Cookie.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
window.cookieconsent_options = {
js:'<f:uri.resource absolute="1" path="JavaScript/cookieconsent.min.js?v=3.1.1" extensionName="dp_cookieconsent" />',
css:'<f:uri.resource absolute="1" path="css/cookieconsent.min.css?v=3.1.1" extensionName="dp_cookieconsent" />',
dpCSS:'<f:uri.resource absolute="1" path="css/cookie.min.css?v=9.7.0" extensionName="dp_cookieconsent" />',
dpCSS:'<f:uri.resource absolute="1" path="css/cookie.min.css?v=9.7.1" extensionName="dp_cookieconsent" />',
content: {
message:'<f:translate key="message" extensionName="dp_cookieconsent" />',
dismiss:'<f:translate key="dismiss" extensionName="dp_cookieconsent" />',
Expand Down Expand Up @@ -39,5 +39,5 @@
}
};
</script>
<script type="text/javascript" data-ignore="1" defer src="{f:uri.resource(extensionName: 'dp_cookieconsent', path:'JavaScript/cookie.min.js', absolute: 1)}?v=9.7.0"></script>
<script type="text/javascript" data-ignore="1" defer src="{f:uri.resource(extensionName: 'dp_cookieconsent', path:'JavaScript/cookie.min.js', absolute: 1)}?v=9.7.1"></script>
<!-- End Cookie Consent plugin -->
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
'clearCacheOnLoad' => 0,
'author' => 'Dirk Persky',
'author_email' => 'infoy@dp-dvelop.de',
'version' => '9.7.0',
'version' => '9.7.1',
'constraints' => [
'depends' => [
'typo3' => '6.2.0-9.5.99'
Expand Down

0 comments on commit 3cafd95

Please sign in to comment.