Skip to content

Commit bdf728d

Browse files
committedJul 16, 2024·
docs: fix badges
1 parent 44b9ccc commit bdf728d

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed
 

‎README.md

-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
# Restler for TYPO3
22

3-
[![Latest Stable Version](http://poser.pugx.org/aoe/restler/v)](https://packagist.org/packages/aoe/restler)
43
[![Tests](https://github.com/AOEpeople/TYPO3_Restler/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/AOEpeople/TYPO3_Restler/actions)
54
[![Code Coverage](https://scrutinizer-ci.com/g/AOEpeople/TYPO3_Restler/badges/coverage.png?b=main)](https://scrutinizer-ci.com/g/AOEpeople/TYPO3_Restler/?branch=main)
65
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/AOEpeople/TYPO3_Restler/badges/quality-score.png?b=main)](https://scrutinizer-ci.com/g/AOEpeople/TYPO3_Restler/?branch=main)
7-
[![License](http://poser.pugx.org/aoe/restler/license)](https://packagist.org/packages/aoe/restler)
8-
[![Total Downloads](http://poser.pugx.org/aoe/restler/downloads)](https://packagist.org/packages/aoe/restler)
96

107
This is a TYPO3-Extension, that integrates the popular [PHP REST-framework Restler](https://github.com/Luracast/Restler) in TYPO3.
118

‎ext_emconf.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
'state' => 'stable',
2121
'uploadfolder' => 0,
2222
'clearCacheOnLoad' => 0,
23-
'version' => '12.0.2',
23+
'version' => '12.0.3',
2424
'constraints' => [
2525
'depends' => [
2626
'typo3' => '12.4.0-12.4.99'

0 commit comments

Comments
 (0)
Please sign in to comment.