Skip to content

Commit

Permalink
update to new kirby picklist input
Browse files Browse the repository at this point in the history
  • Loading branch information
tobimori committed Dec 5, 2023
1 parent 90d30c6 commit 5e9aac9
Show file tree
Hide file tree
Showing 16 changed files with 657 additions and 558 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tobimori/kirby-icon-field",
"description": "A simple Icon field plugin for Kirby CMS",
"version": "2.0.0-rc.3",
"version": "2.0.0-rc.4",
"type": "kirby-plugin",
"keywords": [
"kirby",
Expand All @@ -20,7 +20,7 @@
"getkirby/composer-installer": "^1.2"
},
"require-dev": {
"getkirby/cms": "^4.0.0-beta.2"
"getkirby/cms": "^4.0.1"
},
"scripts": {
"dist": "composer install --no-dev --optimize-autoloader"
Expand Down
2 changes: 1 addition & 1 deletion index.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@

// shamelessly borrowed from distantnative/retour-for-kirby
if (
version_compare(App::version() ?? '0.0.0', '4.0.0-beta.2', '<') === true ||
version_compare(App::version() ?? '0.0.0', '4.0.1', '<') === true ||
version_compare(App::version() ?? '0.0.0', '5.0.0', '>') === true
) {
throw new Exception('Kirby Icon Field requires Kirby 4');
throw new Exception('Kirby Icon Field requires Kirby v4.0.1');
}

App::plugin('tobimori/icon-field', [
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
},
"type": "module",
"devDependencies": {
"autoprefixer": "^10.4.14",
"autoprefixer": "^10.4.16",
"husky": "^8.0.3",
"kirbyup": "^2.2.1",
"postcss": "^8.4.24",
"postcss": "^8.4.32",
"postcss-logical": "^6.2.0",
"sass": "^1.63.4"
"sass": "^1.69.5"
}
}
Loading

0 comments on commit 5e9aac9

Please sign in to comment.