Skip to content

Commit

Permalink
Merge pull request #44 from jweiland-net/renameCrowdinYml
Browse files Browse the repository at this point in the history
Rename crowdin.yml
  • Loading branch information
sfroemkenjw committed Feb 5, 2024
2 parents ee2e0b9 + 3d9b07b commit 2091f38
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Expand Up @@ -4,3 +4,4 @@
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/crowdin.yml export-ignore
2 changes: 1 addition & 1 deletion .github/workflows/typo3_11.yml
@@ -1,4 +1,4 @@
name: Test avalex against TYPO3 11
name: TYPO3 11

on: [pull_request]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/typo3_12.yml
@@ -1,4 +1,4 @@
name: Test avalex against TYPO3 12
name: TYPO3 12

on: [pull_request]

Expand Down
18 changes: 16 additions & 2 deletions README.md
@@ -1,9 +1,23 @@
# TYPO3 avalex extension

[![Latest Stable Version](https://poser.pugx.org/jweiland/avalex/v/stable.svg)](https://packagist.org/packages/jweiland/avalex)
[![TYPO3 6.2](https://img.shields.io/badge/TYPO3-6.2-red.svg)](https://get.typo3.org/version/6)
[![TYPO3 7.6](https://img.shields.io/badge/TYPO3-7.6-red.svg)](https://get.typo3.org/version/7)
[![TYPO3 8.7](https://img.shields.io/badge/TYPO3-8.7-red.svg)](https://get.typo3.org/version/8)
[![TYPO3 9.5](https://img.shields.io/badge/TYPO3-9.5-red.svg)](https://get.typo3.org/version/9)
[![TYPO3 10.4](https://img.shields.io/badge/TYPO3-10.4-yellow.svg)](https://get.typo3.org/version/10)
[![TYPO3 11.5](https://img.shields.io/badge/TYPO3-11.5-green.svg)](https://get.typo3.org/version/11)
[![TYPO3 12.4](https://img.shields.io/badge/TYPO3-12.4-green.svg)](https://get.typo3.org/version/12)
[![License](http://poser.pugx.org/jweiland/avalex/license)](https://packagist.org/packages/jweiland/avalex)
[![Total Downloads](https://poser.pugx.org/jweiland/avalex/downloads.svg)](https://packagist.org/packages/jweiland/avalex)
[![Monthly Downloads](https://poser.pugx.org/jweiland/avalex/d/monthly)](https://packagist.org/packages/jweiland/avalex)
![Build Status](https://github.com/jweiland-net/avalex/actions/workflows/typo3_11.yml/badge.svg)
![Build Status](https://github.com/jweiland-net/avalex/actions/workflows/typo3_12.yml/badge.svg)

## Versions

This extension provides two version branches! The `master` branch (avalex 6.x)
is compatible with TYPO3 6.2 - 12.5.99.
This extension provides two version branches! The `main` branch (avalex 6.x)
is compatible with TYPO3 6.2 - 12.4.99.
The `legacy` branch (avalex 4.x) is compatible with TYPO3 4.3 - 6.1.99
(dinosaur versions).

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion ext_emconf.php
Expand Up @@ -12,7 +12,7 @@
'constraints' => [
'depends' => [
'php' => '5.6.0-0.0.0',
'typo3' => '6.2.0-12.5.99',
'typo3' => '6.2.0-12.4.99',
'extbase' => '1.0.0-0.0.0',
],
'conflicts' => [],
Expand Down

0 comments on commit 2091f38

Please sign in to comment.