Skip to content

Commit

Permalink
Version Update
Browse files Browse the repository at this point in the history
  • Loading branch information
DirkPersky committed Nov 16, 2019
1 parent e089139 commit ef2c0ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.8.0" extensionName="dp_cookieconsent" />',
dpCSS:'<f:uri.resource absolute="1" path="css/cookie.min.css?v=9.9.0" extensionName="dp_cookieconsent" />',
overlay: {
notice: <f:format.raw>{settings.overlay.notice}</f:format.raw>,
box: {
Expand Down Expand Up @@ -58,5 +58,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.8.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.9.0"></script>
<!-- End Cookie Consent plugin -->
4 changes: 2 additions & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
'title' => 'Cookie Consent',
'description' => 'Include Cookie Consent, a lightweight JavaScript plugin for alerting users about the use of cookies on your website.',
'category' => 'fe',
'state' => 'beta',
'state' => 'stable',
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 0,
'author' => 'Dirk Persky',
'author_email' => 'infoy@dp-dvelop.de',
'version' => '9.8.0',
'version' => '9.9.0',
'constraints' => [
'depends' => [
'typo3' => '7.6.0-10.4.99'
Expand Down

0 comments on commit ef2c0ac

Please sign in to comment.