Skip to content

Commit

Permalink
Merge branch 'release/1.0.1' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieu2607 committed Sep 29, 2023
2 parents 2549b0b + 6e6a72a commit de557bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This plugin is free but if you use it in a commercial project please consider
### Composer

```
composer require pixelopen/asset-version
composer require pixelopen/kirby-asset-version
```

### Git Submodule
Expand All @@ -46,7 +46,7 @@ You can disable the plugin with the following line in your `/site/config/config.

```php
return [
'pixelopen.asset-version.active' => true (default),
'pixelopen.asset-version.active' => false,
];
```

Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pixelopen/kirby-asset-version",
"version": "1.0.0",
"version": "1.0.1",
"type": "kirby-plugin",
"description": "A plugin for Kirby CMS to add modification timestamps to css and js files",
"homepage": "https://github.com/Pixel-Open/kirby-asset-version",
Expand All @@ -16,7 +16,8 @@
"kirby-plugin"
],
"require": {
"getkirby/composer-installer": "^1.1"
"getkirby/composer-installer": "^1.1",
"getkirby/cms": "^3.6.0||^4.0.0"
},
"extra": {
"installer-name": "asset-version"
Expand Down

0 comments on commit de557bb

Please sign in to comment.