-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add PHP version check for plugin. #174
Conversation
- Activation is checking 5.8 as min version, but as per plugin header php 7.4 is min requirement.
@ravinderk as you're able during your OSS time, if you could please help handle the code review items here that would be great... thanks! |
c6aaa26
to
bbb3fef
Compare
@jeffpaul I updated pull request. I found that E2E test are falling. |
We need to add |
@dkotter I made the change to |
Description of the Change
Add minimum version check for the plugin before loading it. This will ensure plugin update doesn't break the site that don't match our minimum PHP version.
Closes #172
How to test the Change
Changelog Entry
Credits
Props @dkotter, @rahulsprajapati
Checklist: