Skip to content

Commit c85a709

Browse files
committed
chore: Bump version number to 1.2.0
1 parent 8a0a26e commit c85a709

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"spreadsheet",
1010
"field"
1111
],
12-
"version": "1.1.0",
12+
"version": "1.2.0",
1313
"homepage": "https://distantnative.com/kirby-csv-field/",
1414
"authors": [
1515
{
@@ -18,8 +18,8 @@
1818
}
1919
],
2020
"require": {
21-
"php": ">=8.1.0 <8.4.0",
22-
"getkirby/cms": "^4.0",
21+
"php": ">=8.1.0 <8.5.0",
22+
"getkirby/cms": "^4.0 || ^5.0",
2323
"getkirby/composer-installer": "^1.1"
2424
},
2525
"extra": {

docs/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This Panel field is ideal for people who want to preview single CSV files in the
44

55
## Requirements
66

7-
The CSV field requires Kirby 4.
7+
The CSV field requires Kirby 4 or 5.
88

99
## Install
1010

i18n/index.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
foreach (Dir::files(__DIR__) as $file) {
99
$locale = basename($file, '.json');
10+
1011
if ($content = F::read(__DIR__ . '/' . $file)) {
1112
$translations[$locale] = json_decode($content, true);
1213
}

0 commit comments

Comments
 (0)