File tree Expand file tree Collapse file tree 2 files changed +19
-5
lines changed Expand file tree Collapse file tree 2 files changed +19
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
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" ,
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+ }
You can’t perform that action at this time.
0 commit comments