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
+31
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,36 @@
1
1
# CHANGELOG
2
2
3
+
## 19.2.0 - 2024-04-05
4
+
5
+
- Fix deprecated call to `http_build_query` (https://github.com/BenMorel/ebay-sdk-php/pull/6 by @Wojtazzzz)
6
+
- Add IAF token for Shopping API (https://github.com/BenMorel/ebay-sdk-php/pull/1 by @dm-alex)
7
+
- Support for guzzlehttp/psr7 2.0 (see https://github.com/BenMorel/ebay-sdk-php/pull/5 by @xtremevision)
8
+
9
+
## 19.1.0 - 2022-08-13
10
+
11
+
- ✨ Compatibility with PHP 8.1
12
+
- 🔥 Minimum PHP version is now 7.2
13
+
14
+
## 19.0.0 - 2020-12-05
15
+
16
+
**First release of this fork.**
17
+
18
+
- ✨ Fixed compatibility with PHP 7.3, 7.4 & 8.0
19
+
- ✨ Added compatibility with Guzzle 7 (still compatible with Guzzle 6)
20
+
- 🔥 Dropped compatibility with PHP < 7.1
21
+
22
+
Fixes the following upstream issues:
23
+
24
+
-https://github.com/davidtsadler/ebay-sdk-php/issues/279 "Warning: continue targeting switch is equivalent to break." by @CnczubehoerEu cc @michabbb
25
+
-https://github.com/davidtsadler/ebay-sdk-php/pull/277 "Fix PHP 7.4 compatibility" by @abedham
26
+
-https://github.com/davidtsadler/ebay-sdk-php/pull/276 "Swap implode parameters" by @abedham
27
+
-https://github.com/davidtsadler/ebay-sdk-php/pull/264 "Fix php 7.2 notice - replace wrong keyword in XmlParser" by @bethrezen
28
+
-https://github.com/davidtsadler/ebay-sdk-php/pull/263 "Fix warning in newer versions of php" by @joe-pritchard
29
+
-https://github.com/davidtsadler/ebay-sdk-php/pull/258 "Use break instead of continue in switch statement" by @joe-pritchard cc @olimortimer@michabbb@yiiprogrammer@skcin7
30
+
-https://github.com/davidtsadler/ebay-sdk-php/pull/253 "Fix compatibility with PHP 7.3" by @stefnats
31
+
-https://github.com/davidtsadler/ebay-sdk-php/pull/244 "Update for PHP 7.3 compatibility" by @olimortimer cc @Aristona@yiiprogrammer@willishq@michabbb@izshreyansh@rbur0425
32
+
-https://github.com/davidtsadler/ebay-sdk-php/issues/241 "PHP 7.3 Error - continue targeting switch is equivalent to break" by @olimortimer cc @michabbb@Aristona@Andicot@yiiprogrammer
0 commit comments