Skip to content

Commit

Permalink
4.37.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shalvah committed Aug 30, 2024
1 parent a98476b commit 6318f3f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/Scribe.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

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
Expand Down

0 comments on commit 6318f3f

Please sign in to comment.