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
+45-1Lines changed: 45 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com)
6
6
and this project adheres to [Semantic Versioning](https://semver.org).
7
7
8
-
## TBD - 3.6.0
8
+
## TBD - 3.8.0
9
9
10
10
### Added
11
11
@@ -27,6 +27,50 @@ and this project adheres to [Semantic Versioning](https://semver.org).
27
27
28
28
- Nothing yet.
29
29
30
+
## 2024-12-26 - 3.7.0
31
+
32
+
### Deprecated
33
+
34
+
- Drawing::setIsUrl is unneeded. The property is set when setPath determines whether path is a url.
35
+
36
+
### Fixed
37
+
38
+
- Security patches for Samples.
39
+
- Security patches for Html Writer.
40
+
- Avoid unexpected charset in currency symbol. [PR #4279](https://github.com/PHPOffice/PhpSpreadsheet/pull/4279)
41
+
- Add forceFullCalc option to Xlsx Writer. [Issue #4269](https://github.com/PHPOffice/PhpSpreadsheet/issues/4269)[PR #4271](https://github.com/PHPOffice/PhpSpreadsheet/pull/4271)
42
+
- More context options may be needed for http(s) image. [Php issue 17121](https://github.com/php/php-src/issues/17121)[PR #4276](https://github.com/PHPOffice/PhpSpreadsheet/pull/4276)
43
+
- Coverage-related tweaks to Xls Reader. [PR #4277](https://github.com/PHPOffice/PhpSpreadsheet/pull/4277)
44
+
- Several fixed to ODS Writer. [Issue #4261](https://github.com/PHPOffice/PhpSpreadsheet/issues/4261)[PR #4263](https://github.com/PHPOffice/PhpSpreadsheet/pull/4263)[PR #4264](https://github.com/PHPOffice/PhpSpreadsheet/pull/4264)[PR #4266](https://github.com/PHPOffice/PhpSpreadsheet/pull/4266)
45
+
46
+
## 2024-12-08 - 3.6.0
47
+
48
+
### Added
49
+
50
+
- Nothing yet.
51
+
52
+
### Changed
53
+
54
+
- Nothing yet.
55
+
56
+
### Moved
57
+
58
+
- Nothing yet.
59
+
60
+
### Deprecated
61
+
62
+
- Nothing yet.
63
+
64
+
### Fixed
65
+
66
+
- Html Reader/Writer Better Handling of Booleans. [PR #4257](https://github.com/PHPOffice/PhpSpreadsheet/pull/4257)
67
+
- Fill Patterns/Colors When Xml Attributes are Missing. [Issue #4248](https://github.com/PHPOffice/PhpSpreadsheet/issues/4248)[PR #4250](https://github.com/PHPOffice/PhpSpreadsheet/pull/4250)
68
+
- Remove Unneccesary files from Composer Package. [PR #4262](https://github.com/PHPOffice/PhpSpreadsheet/pull/4262)
69
+
- Swapped row and column indexes in ReferenceHelper. [Issue #4246](https://github.com/PHPOffice/PhpSpreadsheet/issues/4246)[PR #4247](https://github.com/PHPOffice/PhpSpreadsheet/pull/4247)
70
+
- Fix minor break handling drawings. [Issue #4241](https://github.com/PHPOffice/PhpSpreadsheet/issues/4241)[PR #4244](https://github.com/PHPOffice/PhpSpreadsheet/pull/4244)
71
+
- Ignore cell formatting when the format is a single @. [Issue #4242](https://github.com/PHPOffice/PhpSpreadsheet/issues/4242)[PR #4243](https://github.com/PHPOffice/PhpSpreadsheet/pull/4243)
72
+
- Upgrade Dompdf to Php-8.4 compatible version [PR #4267](https://github.com/PHPOffice/PhpSpreadsheet/pull/4267)
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ This makes it easier to see exactly what is being tested when reviewing the PR.
40
40
2. Tag subject must be the version number, eg: `1.2.3`
41
41
3. Tag body must be a copy-paste of the changelog entries.
42
42
3. Push the tag with `git push --tags`, GitHub Actions will create a GitHub release automatically, and the release details will automatically be sent to packagist.
43
-
4. By default, Github remove markdown headings in the Release Notes. You can either edit to restore these, or, probably preferably, change the default comment character on your system - `git config core.commentChar ';'`.
43
+
4. By default, Github removes markdown headings in the Release Notes. You can either edit to restore these, or, probably preferably, change the default comment character on your system - `git config core.commentChar ";"`.
44
44
45
45
> **Note:** Tagged releases are made from the `master` branch. Only in an emergency should a tagged release be made from the `release` branch. (i.e. cherry-picked hot-fixes.) However, there are 3 branches which have been updated to apply security patches, and those may be tagged if future security updates are needed.
0 commit comments