You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/updating.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,19 @@ This guide provides instructions for updating EasyAdmin between versions.
4
4
5
5
---
6
6
7
+
## Updating to 7.5
8
+
9
+
**EasyAdmin 7.5** removes the Permission Editor due to a new security feature by FiveM.
10
+
11
+
To update you must delete the following folders before updating EasyAdmin:
12
+
13
+
```
14
+
src/
15
+
dist/
16
+
```
17
+
18
+
This ensures that the Discord Commands are properly updated.
19
+
7
20
## Updating to 7.4
8
21
9
22
**EasyAdmin 7.4** brings major structural changes to the resource and introduces a completely rewritten Discord Bot system. Dependencies are no longer installed via `yarn`; they are now included directly with the EasyAdmin package.
0 commit comments