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
+25-3Lines changed: 25 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,28 @@ and this project adheres to [Semantic Versioning](https://semver.org).
9
9
10
10
### Added
11
11
12
+
- Nothing.
13
+
14
+
### Changed
15
+
16
+
- Nothing.
17
+
18
+
### Deprecated
19
+
20
+
- Nothing.
21
+
22
+
### Removed
23
+
24
+
- Nothing.
25
+
26
+
### Fixed
27
+
28
+
- Nothing.
29
+
30
+
## 1.16.0 - 2020-12-31
31
+
32
+
### Added
33
+
12
34
- CSV Reader - Best Guess for Encoding, and Handle Null-string Escape [#1647](https://github.com/PHPOffice/PhpSpreadsheet/issues/1647)
13
35
14
36
### Changed
@@ -26,20 +48,20 @@ and this project adheres to [Semantic Versioning](https://semver.org).
26
48
### Fixed
27
49
28
50
- Fix for Xls Reader when SST has a bad length [#1592](https://github.com/PHPOffice/PhpSpreadsheet/issues/1592)
29
-
- Resolve Xlsx loader issue whe hyperlinks don't have a destination
51
+
- Resolve Xlsx loader issue whe hyperlinks don't have a destination
30
52
- Resolve issues when printer settings resources IDs clash with drawing IDs
31
53
- Resolve issue with SLK long filenames [#1612](https://github.com/PHPOffice/PhpSpreadsheet/issues/1612)
32
54
- ROUNDUP and ROUNDDOWN return incorrect results for values of 0 [#1627](https://github.com/phpoffice/phpspreadsheet/pull/1627)
33
55
- Apply Column and Row Styles to Existing Cells [#1712](https://github.com/PHPOffice/PhpSpreadsheet/issues/1712)[PR #1721](https://github.com/PHPOffice/PhpSpreadsheet/pull/1721)
34
56
- Resolve issues with defined names where worksheet doesn't exist (#1686)[https://github.com/PHPOffice/PhpSpreadsheet/issues/1686] and [#1723](https://github.com/PHPOffice/PhpSpreadsheet/issues/1723) - [PR #1742](https://github.com/PHPOffice/PhpSpreadsheet/pull/1742)
35
-
- Fix for issue [#1735](https://github.com/PHPOffice/PhpSpreadsheet/issues/1735) Incorrect activeSheetIndex after RemoveSheetByIndex - [PR #1743](https://github.com/PHPOffice/PhpSpreadsheet/pull/1743)
57
+
- Fix for issue [#1735](https://github.com/PHPOffice/PhpSpreadsheet/issues/1735) Incorrect activeSheetIndex after RemoveSheetByIndex - [PR #1743](https://github.com/PHPOffice/PhpSpreadsheet/pull/1743)
36
58
- Ensure that the list of shared formulae is maintained when an xlsx file is chunked with readFilter[Issue #169](https://github.com/PHPOffice/PhpSpreadsheet/issues/1669).
37
59
- Fix for notice during accessing "cached magnification factor" offset [#1354](https://github.com/PHPOffice/PhpSpreadsheet/pull/1354)
38
60
- Fix compatibility with ext-gd on php 8
39
61
40
62
### Security Fix (CVE-2020-7776)
41
63
42
-
- Prevent XSS through cell comments in the HTML Writer.
64
+
- Prevent XSS through cell comments in the HTML Writer.
0 commit comments