You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,14 @@
1
1
# Changelog
2
2
3
-
## 4.x
3
+
## 4.2.0
4
4
* 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.
6
5
* Use SQL "REPLACE INTO" syntax for the state storage. This requires a mysql or sqlite backend.
7
6
* Stricter checking of OCRA suite configuration.
8
7
* Add openssl encryption type to replace the deprecated mcrypt encryption (#50).
9
8
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
+
10
12
## 4.0.0
11
13
* 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.
12
14
* 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