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
DateTimePicker,2.5.21exp,github.com/xdan/datetimepicker,2.5.21,rename .full version; we add .js auto-close on inline date select and extra 'reset' work & remove .css z-index issue
79
79
Bootstrap DateTimePicker,4.17.49,github.com/Eonasdan/bootstrap-datetimepicker,4.17.49,"patch for 'today' button in side-by-side view, modded version placed in bootstrap4theme & bootstrap5theme to help yadcf"
80
80
Tempus Dominus Bootstrap 4,5.39.0,github.com/tempusdominus/bootstrap-4,5.39.0,
81
-
Tempus Dominus Bootstrap 5,6.10.2,github.com/Eonasdan/tempus-dominus,6.10.3,added .inline z-index style; scss change @use color
81
+
Tempus Dominus Bootstrap 5,6.10.2,github.com/Eonasdan/tempus-dominus,6.10.4,added .inline z-index style; scss change @use color
82
82
moment.js,2.30.1,github.com/moment/moment,2.30.1,needed for Bootstrap DateTimePicker; min/moment-with-locales.js renamed
Copy file name to clipboardExpand all lines: external/easypost-php-8.2.0/UPGRADE_GUIDE.md
+36Lines changed: 36 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,49 @@
2
2
3
3
Use the following guide to assist in the upgrade process of the `easypost-php` library between major versions.
4
4
5
+
-[Upgrading from 7.x to 8.0](#upgrading-from-7x-to-80)
5
6
-[Upgrading from 6.x to 7.0](#upgrading-from-6x-to-70)
6
7
-[Upgrading from 5.x to 6.0](#upgrading-from-5x-to-60)
7
8
-[Upgrading from 4.x to 5.0](#upgrading-from-4x-to-50)
8
9
-[Upgrading from 3.x to 4.0](#upgrading-from-3x-to-40)
9
10
11
+
## Upgrading from 7.x to 8.0
12
+
13
+
### 8.0 High Impact Changes
14
+
15
+
-[Drop Support for PHP 8.0](#80-drop-support-for-php-80)
16
+
-[Error Parsing](#80-error-parsing)
17
+
18
+
### 8.0 Medium Impact Changes
19
+
20
+
-[Deprecations](#80-deprecations)
21
+
22
+
### 8.0 Drop Support for PHP 8.0
23
+
24
+
*Likelihood of Impact: **High***
25
+
26
+
This library now requires PHP 8.1 or greater.
27
+
28
+
## 8.0 Error Parsing
29
+
30
+
*Likelihood of Impact: **High***
31
+
32
+
The `errors` key of an error response can return either a list of `FieldError` objects or a list of strings. The error parsing has been expanded to include both formats. As such, you will now need to check for the format of the `errors` field and handle the errors appropriately for the type that is returned.
33
+
34
+
## 8.0 Deprecations
35
+
36
+
*Likelihood of Impact: **Medium***
37
+
38
+
The following deprecated functions have been removed:
39
+
40
+
-`tracker.createList` (trackers must be created individually moving forward)
0 commit comments