Skip to content

Commit

Permalink
[RELEASE] 1.0
Browse files Browse the repository at this point in the history
Merge pull request #13 from KamiYang/1.0-dev
  • Loading branch information
KamiYang committed Mar 4, 2019
2 parents 2996671 + e70b527 commit 891a1f6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 14 deletions.
13 changes: 3 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,23 +55,16 @@ after_script:
jobs:
allow_failures:
- env: TYPO3_VERSION=dev-master
- env: TYPO3_VERSION=8.7.x-dev
include:
- stage: test
php: 7.2
env: TYPO3_VERSION=8.7.x-dev
- stage: test
php: 7.1
php: 7.0
env: TYPO3_VERSION=^8.0
- stage: test
php: 7.1
env: TYPO3_VERSION=8.7.x-dev
- stage: test
php: 7.0
env: TYPO3_VERSION=^8.0
- stage: test
php: 7.0
env: TYPO3_VERSION=8.7.x-dev
php: 7.2
env: TYPO3_VERSION=^8.0
- stage: test
php: 7.2
env: TYPO3_VERSION=~9.4.0
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[![StyleCI](https://github.styleci.io/repos/134700322/shield?branch=master)](https://github.styleci.io/repos/134700322)
[![Build Status](https://travis-ci.org/KamiYang/project_version.svg?branch=master)](https://travis-ci.org/KamiYang/project_version)
[![Coverage Status](https://coveralls.io/repos/github/KamiYang/project_version/badge.svg?branch=master)](https://coveralls.io/github/KamiYang/project_version?branch=master)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/KamiYang/project_version/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/KamiYang/project_version/?branch=master)

## What is project version?
Project version is a TYPO3 extension that adds an entry to the TYPO3 system information in the toolbar. This entry is based either on the common 'VERSION' file or on the local GIT revision.
Expand Down Expand Up @@ -85,7 +86,7 @@ The new configuration screen will look like this:
- [x] Add ability to configure "VERSION"-file path
- [x] GIT revision support
- [x] GIT tag/branch based on revision support
- [ ] Add documentation of this extensions features
- [x] Add documentation of this extensions features
- [x] Upload extension to packagist.org
- [x] Upload extension to TER
- [x] Support TYPO3 v9.4
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
{
"name": "Jan Stockfisch",
"email": "[email protected]",
"homepage": "http://jan-stockfisch.de/"
"homepage": "https://jan-stockfisch.de/"
}
],
"replace": {
Expand Down
4 changes: 2 additions & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
'clearCacheOnLoad' => 1,
'author' => 'Jan Stockfisch',
'author_email' => '[email protected]',
'version' => '0.6.0',
'version' => '1.0.0',
'constraints' => [
'depends' => [
'php' => '7.0',
'typo3' => '8.7.0-9.5.0'
'typo3' => '8.7.0-9.5.99'
],
'conflicts' => [
],
Expand Down

0 comments on commit 891a1f6

Please sign in to comment.