From c5609a0e6d93e678b1049695b921698cb9ece0f2 Mon Sep 17 00:00:00 2001 From: shalvah Date: Mon, 21 Feb 2022 13:25:39 +0100 Subject: [PATCH] 3.24.0 --- CHANGELOG.md | 4 ++++ src/Tools/Globals.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e429cea9..f046bc5d 100644 --- a/CHANGELOG.md +++ b/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)) diff --git a/src/Tools/Globals.php b/src/Tools/Globals.php index e796f98a..29a96eae 100644 --- a/src/Tools/Globals.php +++ b/src/Tools/Globals.php @@ -4,7 +4,7 @@ class Globals { - public const SCRIBE_VERSION = '3.23.0'; + public const SCRIBE_VERSION = '3.24.0'; public static bool $shouldBeVerbose = false;