You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[[#312]](https://github.com/Roboroads/laravel-tinker/issues/312) Fixed app settings storage conflict with another plugin.
19
+
-[[#255]](https://github.com/Roboroads/laravel-tinker/issues/255)[[#280]](https://github.com/Roboroads/laravel-tinker/issues/280) Fixed (worked around) characters not present in
20
+
windows-1252 charset being displayed weirdly on windows machines.
21
+
- Fixed deprecation warnings coming from the Migrations.
22
+
23
+
### Miscellaneous
24
+
25
+
- Updated all dependencies to their latest versions.
26
+
- Fixed a typo in feature request template. (Thanks [@igorsantos07](https://github.com/igorsantos07)!)
27
+
- Changed minimal version to 2024.1, deprecating the plugin for older versions of IDEs.
28
+
9
29
## [2.6.1] - 2023-05-08
10
30
11
31
### Fixed
12
32
13
-
-[[#252]](https://github.com/Roboroads/laravel-tinker/issues/252) Cast exception when running on an SSH interpreter
14
-
-[[#253]](https://github.com/Roboroads/laravel-tinker/issues/253) Remove unneeded `withPtty: true` from process handler
33
+
-[[#252]](https://github.com/Roboroads/laravel-tinker/issues/252) Cast exception when running on an SSH interpreter.
34
+
-[[#253]](https://github.com/Roboroads/laravel-tinker/issues/253) Remove unneeded `withPtty: true` from process handler.
15
35
- Fixed an early return when no ansicommands are found in the output, that also not parsed out the whisper tag.
0 commit comments