Skip to content

Commit

Permalink
Merge pull request #102 from Textalk/v1.4.1
Browse files Browse the repository at this point in the history
v1.4.1
  • Loading branch information
sirn-se authored Oct 30, 2020
2 parents 0e1ffc4 + 074b1d3 commit 7f2baaf
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
12 changes: 8 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,22 +1,26 @@
install: composer.phar
./composer.phar install

update:
update: composer.phar
./composer.phar self-update
./composer.phar update

test: vendor/bin/phpunit build
test: composer.lock
./vendor/bin/phpunit

cs-check: vendor/bin/phpunit
cs-check: composer.lock
./vendor/bin/phpcs --standard=codestandard.xml lib tests

coverage: vendor/bin/phpunit build
coverage: composer.lock build
./vendor/bin/phpunit --coverage-clover build/logs/clover.xml
./vendor/bin/php-coveralls -v

composer.phar:
curl -s http://getcomposer.org/installer | php

composer.lock: composer.phar
./composer.phar --no-interaction install

vendor/bin/phpunit: install

build:
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,11 +244,17 @@ See [Copying](COPYING).
Fredrik Liljegren, Armen Baghumian Sankbarani, Ruslan Bekenev,
Joshua Thijssen, Simon Lipp, Quentin Bellus, Patrick McCarren, swmcdonnell,
Ignas Bernotas, Mark Herhold, Andreas Palm, Sören Jensen, pmaasz, Alexey Stavrov,
Michael Slezak.
Michael Slezak, Pierre Seznec, rmeisler, Nickolay V. Shmyrev.


## Changelog

1.4.1

* Ping/Pong, handled internally to avoid breaking fragmented messages (@nshmyrev, @sirn-se)
* Fix for persistent connections (@rmeisler)
* Fix opcode bitmask (@peterjah)

1.4.0

* Dropped support of old PHP versions (@sirn-se)
Expand Down

0 comments on commit 7f2baaf

Please sign in to comment.