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 authored and Jstockfisch committed Mar 4, 2019
2 parents 2996671 + e70b527 commit a2e9da0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 13 deletions.
13 changes: 3 additions & 10 deletions .travis.yml
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
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
Expand Up @@ -15,7 +15,7 @@
{
"name": "Jan Stockfisch",
"email": "jan@jan-stockfisch.de",
"homepage": "http://jan-stockfisch.de/"
"homepage": "https://jan-stockfisch.de/"
}
],
"replace": {
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Expand Up @@ -14,7 +14,7 @@
'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 a2e9da0

Please sign in to comment.