shalvah 2 năm trước cách đây
mục cha
commit
6db66dbf6a
2 tập tin đã thay đổi với 11 bổ sung1 xóa
  1. 10 0
      CHANGELOG.md
  2. 1 1
      src/Scribe.php

+ 10 - 0
CHANGELOG.md

@@ -12,6 +12,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 
 ### Removed
 
+# 4.7.0 (27 November 2022)
+## Added
+- `scribe:config:diff` command for easier debugging
+
+## Modified
+- Don't escape slashes in response content ([fdb8f4e5](https://github.com/knuckleswtf/scribe/commit/fdb8f4e5cab6e9b16339a5af1cb698fbcf77dafa))
+
+## Fixed
+- Fix default theme CSS ([#571](https://github.com/knuckleswtf/scribe/pull/571))
+
 # 4.6.1 (25 November 2022)
 ## Fixed
 - Fix content overflow (closes #567) ([1fad3eb0](https://github.com/knuckleswtf/scribe/commit/1fad3eb021e3fd763485e5cf4c9d9ce495e9dd4a))

+ 1 - 1
src/Scribe.php

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