From ca6f004e1290aec7ef4bebf6c0807b30fcf981d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Riikka=20Kalliom=C3=A4ki?= Date: Sun, 29 Nov 2020 18:53:17 +0200 Subject: [PATCH] Update badges and changelog --- CHANGES.md | 5 +++++ README.md | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index d1e51c3..3a5776a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,10 @@ # Changelog # +## v2.4.1 (2020-11-29) ## + + * Migrated to Github actions for CI + * Added automated builds to test for PHP versions from 5.6 to 8.0 + ## v2.4.0 (2018-07-03) ## * Added `string.classes` option, which allows to define an array of classes or diff --git a/README.md b/README.md index efc2439..3eab18d 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,10 @@ fits in any of your dynamically generated PHP files. The API documentation is available at: http://kit.riimu.net/api/phpencoder/ -[![Travis](https://img.shields.io/travis/Riimu/Kit-PHPEncoder.svg?style=flat-square)](https://travis-ci.org/Riimu/Kit-PHPEncoder) -[![Scrutinizer](https://img.shields.io/scrutinizer/g/Riimu/Kit-PHPEncoder.svg?style=flat-square)](https://scrutinizer-ci.com/g/Riimu/Kit-PHPEncoder/) -[![Scrutinizer Coverage](https://img.shields.io/scrutinizer/coverage/g/Riimu/Kit-PHPEncoder.svg?style=flat-square)](https://scrutinizer-ci.com/g/Riimu/Kit-PHPEncoder/) -[![Packagist](https://img.shields.io/packagist/v/riimu/kit-phpencoder.svg?style=flat-square)](https://packagist.org/packages/riimu/kit-phpencoder) +[![CI](https://img.shields.io/github/workflow/status/Riimu/Kit-PHPEncoder/CI/master?style=flat-square)](https://github.com/violet-php/streaming-json-encoder/actions) +[![Scrutinizer](https://img.shields.io/scrutinizer/quality/g/Riimu/Kit-PHPEncoder/master?style=flat-square)](https://scrutinizer-ci.com/g/violet-php/streaming-json-encoder/) +[![codecov](https://img.shields.io/codecov/c/github/Riimu/Kit-PHPEncoder/master?style=flat-square)](https://codecov.io/gh/violet-php/streaming-json-encoder) +[![Packagist](https://img.shields.io/packagist/v/riimu/kit-phpencoder.svg?style=flat-square)](https://packagist.org/packages/violet/streaming-json-encoder) ## Requirements ##