shalvah 3 年之前
父節點
當前提交
c5609a0e6d
共有 2 個文件被更改,包括 5 次插入1 次删除
  1. 4 0
      CHANGELOG.md
  2. 1 1
      src/Tools/Globals.php

+ 4 - 0
CHANGELOG.md

@@ -12,6 +12,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 
 ### Removed
 
+## 3.24.0 (21 February 2022)
+### Added
+- `Scribe::instantiateFormRequestUsing()` hook to allow customising FormRequest instantiation ([3fb9872fa6fb84b0cfc1fdb6900f4d7008b7389c](https://github.com/knuckleswtf/scribe/commit/3fb9872fa6fb84b0cfc1fdb6900f4d7008b7389c))
+
 ## 3.23.0 (31 January 2022)
 ### Added
 - Try loading an example URL parameter from the database ([409](https://github.com/knuckleswtf/scribe/pull/409))

+ 1 - 1
src/Tools/Globals.php

@@ -4,7 +4,7 @@ namespace Knuckles\Scribe\Tools;
 
 class Globals
 {
-    public const SCRIBE_VERSION = '3.23.0';
+    public const SCRIBE_VERSION = '3.24.0';
 
     public static bool $shouldBeVerbose = false;