mirror of
https://github.com/ambieco/scribe.git
synced 2026-03-26 14:14:05 +08:00
4.21.2
This commit is contained in:
@@ -12,6 +12,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
|
||||
### Removed
|
||||
|
||||
# 4.21.2 (5 June 2023)
|
||||
## Fixed
|
||||
- Typehint interface in CustomTranslationsLoader for maximum compatibility ([#679](https://github.com/knuckleswtf/scribe/pull/679))
|
||||
|
||||
|
||||
# 4.21.1 (3 June 2023)
|
||||
## Fixed
|
||||
- Load translations on demand to get around false negative for `runningInConsole()` ([963340f2](https://github.com/knuckleswtf/scribe/commit/963340f2bea654bb267286f807bcdf15b699d06e))
|
||||
|
||||
@@ -9,7 +9,7 @@ use Symfony\Component\HttpFoundation\Request;
|
||||
|
||||
class Scribe
|
||||
{
|
||||
public const VERSION = '4.21.1';
|
||||
public const VERSION = '4.21.2';
|
||||
|
||||
/**
|
||||
* Specify a callback that will be executed just before a response call is made
|
||||
|
||||
Reference in New Issue
Block a user