Changes between Version 2 and Version 3 of Ticket #23880, comment 43
- Timestamp:
- 04/16/2015 06:14:32 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23880, comment 43
v2 v3 3 3 All my new plugins already require PHP 5.3+ in which I use something like Ryan suggested, checking the PHP version and deactivating the plugin straight away if the requirement is not matched. 4 4 5 I'm currently in the process of upping PHP requirements for my ''existing'' plugins. To (try to) prevent crashing sites of users, I push out an earlier update (long before the new version is released) in which I d isable update checks (for just that plugin)for sites not meeting the new requirement.5 I'm currently in the process of upping PHP requirements for my ''existing'' plugins. To (try to) prevent crashing sites of users, I push out an earlier update (long before the new version is released) in which I don't show the major version releases of that plugin for sites not meeting the new requirement. 6 6 7 7 If core did something like this by default, it would really help plugin authors move forward and use more modern development practices..