Skip to content

Commit 24546e6

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.1...v1.1.0) (2024-06-11) ### Features * dark visitors analytics ([5acdd5a](5acdd5a))
1 parent 5acdd5a commit 24546e6

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.1.0](https://github.com/mauricerenck/dark-visitors/compare/v1.0.1...v1.1.0) (2024-06-11)
2+
3+
4+
### Features
5+
6+
* dark visitors analytics ([5acdd5a](https://github.com/mauricerenck/dark-visitors/commit/5acdd5a306c65019967a31cf26d95bb0b18eb5f4))
7+
18
## [1.0.1](https://github.com/mauricerenck/dark-visitors/compare/v1.0.0...v1.0.1) (2024-04-19)
29

310

composer.json

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mauricerenck/darkvisitors",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Kirby robots.txt plugin for blocking AI Crawlers and Bots",
55
"homepage": "https://github.com/mauricerenck/dark-visitors",
66
"type": "kirby-plugin",
@@ -15,7 +15,9 @@
1515
"psr-4": {
1616
"mauricerenck\\DarkVisitors\\": "plugin"
1717
},
18-
"classmap": ["plugin"]
18+
"classmap": [
19+
"plugin"
20+
]
1921
},
2022
"require": {
2123
"getkirby/composer-installer": "^1.2",
@@ -33,10 +35,15 @@
3335
}
3436
},
3537
"scripts": {
36-
"start": ["Composer\\Config::disableProcessTimeout", "php -S localhost:8000 kirby/router.php"],
38+
"start": [
39+
"Composer\\Config::disableProcessTimeout",
40+
"php -S localhost:8000 kirby/router.php"
41+
],
3742
"test": "vendor/bin/phpunit --testdox --colors=always tests",
3843
"build-test-package": "git archive HEAD -o dark-visitors.zip --worktree-attributes",
3944
"build-composer": "composer install --no-dev --optimize-autoloader",
40-
"build-release": ["composer install --no-dev --optimize-autoloader"]
45+
"build-release": [
46+
"composer install --no-dev --optimize-autoloader"
47+
]
4148
}
42-
}
49+
}

0 commit comments

Comments
 (0)