Document that Readonly is a required module. Fixes bug #10801
This commit is contained in:
parent
5ef030d1f8
commit
ca7ca6660d
2 changed files with 2 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
7.7.18
|
7.7.18
|
||||||
|
- fixed #10801: Payment Methods: can select a blank method
|
||||||
- fixed #10511: Carousel cutting off edge of photo
|
- fixed #10511: Carousel cutting off edge of photo
|
||||||
- fixed #10804: EMS Schedule Screen broken
|
- fixed #10804: EMS Schedule Screen broken
|
||||||
- fixed: Logging errors when getting the list of available driver classes.
|
- fixed: Logging errors when getting the list of available driver classes.
|
||||||
|
|
|
||||||
|
|
@ -132,6 +132,7 @@ checkModule('Scope::Guard', '0.03' );
|
||||||
checkModule('Digest::SHA', '5.47' );
|
checkModule('Digest::SHA', '5.47' );
|
||||||
checkModule("CSS::Minifier::XS", "0.03" );
|
checkModule("CSS::Minifier::XS", "0.03" );
|
||||||
checkModule("JavaScript::Minifier::XS", "0.05" );
|
checkModule("JavaScript::Minifier::XS", "0.05" );
|
||||||
|
checkModule("Readonly", "1.03" );
|
||||||
|
|
||||||
failAndExit("Required modules are missing, running no more checks.") if $missingModule;
|
failAndExit("Required modules are missing, running no more checks.") if $missingModule;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue