File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ class ProcessWireUpgrade extends Process {
24
24
'version' => 7,
25
25
'author' => 'Ryan Cramer',
26
26
'installs' => 'ProcessWireUpgradeCheck',
27
+ 'requires' => 'ProcessWire>=2.5.20',
27
28
'icon' => 'coffee'
28
29
);
29
30
}
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ what files to move.
28
28
29
29
Options to upgrade from the master or dev branch are available.
30
30
31
- This utility can be also used to upgrade any PW 2.3.4 + or newer
31
+ This utility can be also used to upgrade any PW 2.5.20 + or newer
32
32
site to the latest version.
33
33
34
34
This utility makes versioned backup copies of any files it
@@ -59,8 +59,6 @@ depending on your environment.
59
59
60
60
## Requirements
61
61
62
- - ProcessWire 2.3.4 or newer (for core upgrade capability)
63
- - ProcessWire 2.5.0 or newer (for module upgrade capability)
64
- - ProcessWire 2.5.20 or newer (for automatic upgrade checks)
62
+ - ProcessWire 2.5.20 or newer
65
63
66
64
You can’t perform that action at this time.
0 commit comments