Skip to content

Commit 97e543a

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents e52f65a + 249e3db commit 97e543a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55

66
## [Unreleased]
77

8+
## [3.0.0] - 2025-06-18
9+
810
### Added
911

1012
- Added file type, `*.tinker.php`. This will allow you to put scripts anywhere in your project and give them custom names.
@@ -19,13 +21,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1921
- [[#330]](https://github.com/Roboroads/laravel-tinker/issues/330) Tinker consoles are now saved within the project, so you have per-project tinker consoles.
2022
- [[#364]](https://github.com/Roboroads/laravel-tinker/issues/364) Changed Laravel project detection to use the existence of `venctor/laravel/framework/conposer.json` instead of checking in the composer.json file for the `laravel/framework` package.
2123

22-
### Fixed
24+
### Fixed
2325

2426
- [[#392]](https://github.com/Roboroads/laravel-tinker/issues/392) Moved tinker actions to the BGT, removing the EDT error.
2527
- New tinker consoles now always start with the `<?php` tag.
2628
- Fixed the `OpenNewConsoleWithSelectionAction` using the current editors VirtualFile (Thanks [@KamikX](https://github.com/KamikX)!)
2729

2830
### Removed
31+
2932
- Laravel Tinker Console from the "Scratches and Consoles" menu. \
3033
⚠️ BREAKING CHANGE: Your old tinker consoles are still available on the file system. You can find them in the `${idea.config.path}/laravel-tinker` directory. Your tinker consoles will *not* be automatically migrated to the new location, because the new location is per-project. You can copy them manually to the new location, or just create new tinker consoles.\
3134
_[Where is my idea.config.path?](https://intellij-support.jetbrains.com/hc/en-us/articles/206544519-Directories-used-by-the-IDE-to-store-settings-caches-plugins-and-logs)_
@@ -407,7 +410,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
407410

408411
- Everything.
409412

410-
[Unreleased]: https://github.com/Roboroads/laravel-tinker/compare/v2.7.3...HEAD
413+
[Unreleased]: https://github.com/Roboroads/laravel-tinker/compare/v3.0.0...HEAD
414+
[3.0.0]: https://github.com/Roboroads/laravel-tinker/compare/v2.7.3...v3.0.0
411415
[2.7.3]: https://github.com/Roboroads/laravel-tinker/compare/v2.7.2...v2.7.3
412416
[2.7.2]: https://github.com/Roboroads/laravel-tinker/compare/v2.7.1...v2.7.2
413417
[2.7.1]: https://github.com/Roboroads/laravel-tinker/compare/v2.7.0...v2.7.1

0 commit comments

Comments
 (0)