Shalvah 8 months ago
parent
commit
6318f3f68c
2 changed files with 8 additions and 1 deletions
  1. 7 0
      CHANGELOG.md
  2. 1 1
      src/Scribe.php

+ 7 - 0
CHANGELOG.md

@@ -12,6 +12,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 
 ### Removed
 
+# 4.37.2 (30 August 2024)
+## Fixed
+- Stop response fields from overflowing to the dark box zone [#868](https://github.com/knuckleswtf/scribe/pull/868)
+- Don't ignore comments for validator parameters with non string/array (e.g. conditional) rule lists [#880](https://github.com/knuckleswtf/scribe/pull/880)
+- Allow custom output path for static and external_static instead of only static [#884](https://github.com/knuckleswtf/scribe/pull/884)
+
+
 # 4.37.1 (11 July 2024)
 ## Fixed
 - Multipart file upload in `elements` theme [#864](https://github.com/knuckleswtf/scribe/pull/864)

+ 1 - 1
src/Scribe.php

@@ -9,7 +9,7 @@ use Symfony\Component\HttpFoundation\Request;
 
 class Scribe
 {
-    public const VERSION = '4.37.1';
+    public const VERSION = '4.37.2';
 
     /**
      * Specify a callback that will be executed just before a response call is made