Skip to content

Commit 309b448

Browse files
Update version requirements
1 parent 5333322 commit 309b448

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

ProcessWireUpgrade.module

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ class ProcessWireUpgrade extends Process {
2424
'version' => 7,
2525
'author' => 'Ryan Cramer',
2626
'installs' => 'ProcessWireUpgradeCheck',
27+
'requires' => 'ProcessWire>=2.5.20',
2728
'icon' => 'coffee'
2829
);
2930
}

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ what files to move.
2828

2929
Options to upgrade from the master or dev branch are available.
3030

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
3232
site to the latest version.
3333

3434
This utility makes versioned backup copies of any files it
@@ -59,8 +59,6 @@ depending on your environment.
5959

6060
## Requirements
6161

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
6563

6664

0 commit comments

Comments
 (0)