File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog #
2
2
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
+
3
8
## v2.4.0 (2018-07-03) ##
4
9
5
10
* Added ` string.classes ` option, which allows to define an array of classes or
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ fits in any of your dynamically generated PHP files.
20
20
21
21
The API documentation is available at: http://kit.riimu.net/api/phpencoder/
22
22
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 )
27
27
28
28
## Requirements ##
29
29
You can’t perform that action at this time.
0 commit comments