Skip to content

Commit

Permalink
added version 1.1.4
Browse files Browse the repository at this point in the history
closed #2 update to TER version
  • Loading branch information
Kephson committed Mar 5, 2018
1 parent 1776884 commit 07d7993
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
6 changes: 6 additions & 0 deletions Documentation/ChangeLog/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
ChangeLog
=========

- **13.09.2017** -> 1.1.4

- fixed composer.json and added TYPO3 8 compatibility

-----------------------------------

- **12.09.2017** -> 1.1.3

- fixed composer.json
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "renolit/reint-file-timestamp",
"type": "typo3-cms-extension",
"version": "1.1.4",
"description": "Timestamp parameter in public file uri",
"homepage": "https://github.com/Kephson/reint_file_timestamp",
"license": "GPL-2.0+",
"keywords": ["TYPO3 CMS"],
"require": {
"typo3/cms-core": "^7.6.0 || >=8.5.0 <9"
"typo3/cms-core": "^6.2.4 || ^7.6.0 || >=8.5.0 <9"
},
"autoload": {
"psr-4": {
Expand Down
4 changes: 2 additions & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
'uploadfolder' => false,
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '1.1.3',
'version' => '1.1.4',
'constraints' =>
array(
'depends' =>
array(
'typo3' => '6.2.4-7.99.99',
'typo3' => '6.2.4-8.7.99',
'php' => '5.5.0-7.1.99',
),
'conflicts' =>
Expand Down

0 comments on commit 07d7993

Please sign in to comment.