Skip to content

Commit 054e19f

Browse files
committed
Merge branch '1.x'
2 parents 84cfc99 + a9977de commit 054e19f

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ jobs:
5555
- '2.9.3'
5656
- '3.0.0'
5757
- '3.1.0'
58+
- '3.2.0'
59+
- '3.2.1'
60+
- '3.2.2'
5861

5962
name: PHP ${{ matrix.php }} - TIKA ${{ matrix.tika }}
6063

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v1.4.1
4+
5+
* Fixed `WebCLient::getHeader()` to return null if header does not exist (thanks to @menturion)
6+
* Fixed mode deprecations for nullable parameters on PHP 8.4 (thanks to @Zombaya)
7+
* Tested up to Apache Tika 1.28.5, 2.9.4 and 3.2.2
8+
39
## v1.4.0
410

511
* Drop support for PHP 7.3

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ to work with the new versions of the tool.
3131
* Support for local and remote resources
3232
* No heavyweight library dependencies
3333
* Compatible with Apache Tika 1.15 or greater
34-
* Tested up to 1.28.5, 2.9.3 and 3.1.0
34+
* Tested up to 1.28.5, 2.9.4 and 3.2.2
3535
* Works on Linux, macOS, Windows and probably on FreeBSD
3636

3737
## Requirements

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"1.15", "1.16", "1.17", "1.18", "1.19", "1.19.1", "1.20", "1.21", "1.22", "1.23", "1.24", "1.24.1",
5151
"1.25", "1.26", "1.27", "1.28", "1.28.1", "1.28.2", "1.28.3", "1.28.4", "1.28.5",
5252
"2.0.0", "2.1.0", "2.2.0", "2.2.1", "2.3.0", "2.4.0", "2.5.0", "2.6.0", "2.7.0", "2.8.0",
53-
"2.9.0", "2.9.1", "2.9.2", "2.9.3", "3.0.0", "3.1.0"
53+
"2.9.0", "2.9.1", "2.9.2", "2.9.3", "3.0.0", "3.1.0", "3.2.0", "3.2.1", "3.2.2"
5454
]
5555
},
5656
"scripts": {

0 commit comments

Comments
 (0)