Skip to content

Commit ca6f004

Browse files
committed
Update badges and changelog
1 parent f242a0a commit ca6f004

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog #
22

3+
## v2.4.1 (2020-11-29) ##
4+
5+
* Migrated to Github actions for CI
6+
* Added automated builds to test for PHP versions from 5.6 to 8.0
7+
38
## v2.4.0 (2018-07-03) ##
49

510
* Added `string.classes` option, which allows to define an array of classes or

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ fits in any of your dynamically generated PHP files.
2020

2121
The API documentation is available at: http://kit.riimu.net/api/phpencoder/
2222

23-
[![Travis](https://img.shields.io/travis/Riimu/Kit-PHPEncoder.svg?style=flat-square)](https://travis-ci.org/Riimu/Kit-PHPEncoder)
24-
[![Scrutinizer](https://img.shields.io/scrutinizer/g/Riimu/Kit-PHPEncoder.svg?style=flat-square)](https://scrutinizer-ci.com/g/Riimu/Kit-PHPEncoder/)
25-
[![Scrutinizer Coverage](https://img.shields.io/scrutinizer/coverage/g/Riimu/Kit-PHPEncoder.svg?style=flat-square)](https://scrutinizer-ci.com/g/Riimu/Kit-PHPEncoder/)
26-
[![Packagist](https://img.shields.io/packagist/v/riimu/kit-phpencoder.svg?style=flat-square)](https://packagist.org/packages/riimu/kit-phpencoder)
23+
[![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)
24+
[![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/)
25+
[![codecov](https://img.shields.io/codecov/c/github/Riimu/Kit-PHPEncoder/master?style=flat-square)](https://codecov.io/gh/violet-php/streaming-json-encoder)
26+
[![Packagist](https://img.shields.io/packagist/v/riimu/kit-phpencoder.svg?style=flat-square)](https://packagist.org/packages/violet/streaming-json-encoder)
2727

2828
## Requirements ##
2929

0 commit comments

Comments
 (0)