mibuthu / wp-comment-guestbook

Wordpress Plugin to add a guestbook site which uses the wordpress integrated comments
https://wordpress.org/plugins/comment-guestbook/
4 stars 3 forks source link

remove support for php version 5.2 #37

Open mibuthu opened 8 years ago

mibuthu commented 8 years ago

Wordpress still supports PHP 5.2 which has reached EOL years ago and there is no information availa ble when this support should end.

But I want to remove PHP 5.2 support for this plugin in the next time. This shall be done in multiple steps:

  1. Show a warning in the admin area that PHP 5.2 support is depreached for the plugin [open]
  2. Add the information in the readme file that it is displayed in the description on wordpress.org [open]
  3. Do not test new version with PHP 5.2 anymore [open]
  4. Remove special code which is only required for PHP 5.2 [open]

This steps shall be done in different versions of the plugin. The Milestone only sets the version for the next step.