Skip to content

Commit 63c666b

Browse files
committed
Update Changelog for release 4.2.0
1 parent 4bb3f12 commit 63c666b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# Changelog
22

3-
## 4.x
3+
## 4.2.0
44
* Require PHP 8.2
5-
* Switch to FCM HTTP v1 API for Google push notifications (#52). See the included FCM.md for instructions on how to set up FCM for Tiqr.
65
* Use SQL "REPLACE INTO" syntax for the state storage. This requires a mysql or sqlite backend.
76
* Stricter checking of OCRA suite configuration.
87
* Add openssl encryption type to replace the deprecated mcrypt encryption (#50).
98

9+
## 4.1.0
10+
* Switch to FCM HTTP v1 API for Google push notifications (#52). See the included FCM.md for instructions on how to set up FCM for Tiqr.
11+
1012
## 4.0.0
1113
* Switch to the composer autoloader. Removed the `Tiqr_Autoloader` class. This means you must now use composer to use this library, or add your own autoloading.
1214
* Remove support for Apple push notifications (APNS) v1, and the Zend Framework 1 dependency that it required. The library now only supports APNS v2.

0 commit comments

Comments
 (0)