Skip to content

Commit 63d71e0

Browse files
committed
releasing 1.0.0
1 parent 7dbf3af commit 63d71e0

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Changelog
22

3-
## 1.0.0 - WIP
3+
## 1.0.0 - 2025-10-17
44
- Upgrading the support for Laravel 12
55
- Adding check if content directory is present with the `php artisan fusion:check` command
6+
- Upgrading Rector 2
67

78
## 0.0.10 - 2024-05-01
89
- Adding support for code syntax highlights

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"orchestra/testbench": "^10.6",
3232
"pestphp/pest": "^4.0",
3333
"pestphp/pest-plugin-laravel": "^4",
34-
"rector/rector": "^1.0"
34+
"rector/rector": "^2.0"
3535
},
3636
"autoload": {
3737
"psr-4": {

src/Console/Commands/CheckMarkdown.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function handle(): int
7171
}
7272
}
7373

74-
if ($numberMarkdown == 0) {
74+
if ($numberMarkdown === 0) {
7575
$this->warn('No Markdown files in '.$directory);
7676
}
7777

0 commit comments

Comments
 (0)