-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
42 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,36 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
## 1.2.0 | ||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) | ||
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [1.2.1] - 2018-06-26 | ||
### Changed | ||
- Text of Constants description | ||
- Updated Changelog.md | ||
- Description of Extension | ||
|
||
## [1.2.0] - 2018-03-22 | ||
### Added | ||
* Positions of cookieconsent | ||
* Subcategorys for constants | ||
* Layouts of cookieconsent | ||
- Positions of cookieconsent | ||
- Subcategorys for constants | ||
- Layouts of cookieconsent | ||
|
||
## 1.1.0 | ||
## [1.1.0] - 2018-03-15 | ||
### Added | ||
* Changelog.md | ||
- Changelog | ||
|
||
### Changed | ||
* headerData to footerData | ||
* minifyed Javascript code | ||
* ConstantNames -> Added Prefix | ||
- headerData to footerData | ||
- minifyed Javascript code | ||
- ConstantNames -> Added Prefix | ||
|
||
## 1.0.1 | ||
## [1.0.1] - 2018-03-14 | ||
### Changed | ||
* id of headerData | ||
* Description of Constants in Constanteditor | ||
- Id of headerData | ||
- Constants description | ||
|
||
## 1.0.0 | ||
* Initial Release | ||
## [1.0.0] - 2018-03-14 | ||
- Initial Release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
<?php | ||
$EM_CONF[$_EXTKEY] = [ | ||
'title' => 'Cookiebanner', | ||
'description' => 'Adds a Cookieconsent-banner', | ||
'description' => 'Cookieconsent-Banner for DSGVO/GDPR', | ||
'category' => 'plugin', | ||
'author' => 'Julian Seidl', | ||
'author_email' => '[email protected]', | ||
'state' => 'stable', | ||
'internal' => '', | ||
'uploadfolder' => '0', | ||
'createDirs' => '', | ||
'clearCacheOnLoad' => 0, | ||
'version' => '1.2.0', | ||
'clearCacheOnLoad' => 1, | ||
'version' => '1.2.1', | ||
'constraints' => [ | ||
'depends' => [ | ||
'typo3' => '8.7.0-8.7.99', | ||
|