We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cca14a commit 6bf7166Copy full SHA for 6bf7166
CHANGELOG.md
@@ -8,6 +8,12 @@ All Notable changes to `Backpack CRUD` will be documented in this file.
8
9
-----------
10
11
+## 4.0.46 - 2020-03-05
12
+
13
+### Fixed
14
+- added back revisionable as a dependency;
15
16
17
## 4.0.45 - 2020-03-05
18
19
### Fixed
composer.json
@@ -39,6 +39,7 @@
39
"ocramius/package-versions": "^1.4",
40
"laravel/helpers": "^1.1",
41
"doctrine/dbal": "^2.5",
42
+ "venturecraft/revisionable": "1.*",
43
"intervention/image": "^2.3",
44
"guzzlehttp/guzzle": "^6.3"
45
},
0 commit comments