Skip to content

Commit 456749a

Browse files
committed
Revert "Changelog update - v3.0.0 (#398)"
This reverts commit 249e3db.
1 parent 97e543a commit 456749a

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ 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-
108
### Added
119

1210
- Added file type, `*.tinker.php`. This will allow you to put scripts anywhere in your project and give them custom names.
@@ -21,14 +19,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2119
- [[#330]](https://github.com/Roboroads/laravel-tinker/issues/330) Tinker consoles are now saved within the project, so you have per-project tinker consoles.
2220
- [[#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.
2321

24-
### Fixed
22+
### Fixed
2523

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

3028
### Removed
31-
3229
- Laravel Tinker Console from the "Scratches and Consoles" menu. \
3330
⚠️ 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.\
3431
_[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)_
@@ -410,8 +407,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
410407

411408
- Everything.
412409

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
410+
[Unreleased]: https://github.com/Roboroads/laravel-tinker/compare/v2.7.3...HEAD
415411
[2.7.3]: https://github.com/Roboroads/laravel-tinker/compare/v2.7.2...v2.7.3
416412
[2.7.2]: https://github.com/Roboroads/laravel-tinker/compare/v2.7.1...v2.7.2
417413
[2.7.1]: https://github.com/Roboroads/laravel-tinker/compare/v2.7.0...v2.7.1

0 commit comments

Comments
 (0)