bobbingwide / oik-types

oik custom content type manager
http://www.oik-plugins.com/oik-plugins/oik-types/
GNU General Public License v2.0
1 stars 0 forks source link

Support PHP 7.1.x and PHP 7.2.x #7

Closed bobbingwide closed 10 months ago

bobbingwide commented 7 years ago

PHP 7.1 is available. The code doesn't yet support it. The following message is evidence.

Fatal error: Cannot use $this as parameter in /home/bwdesign/public_html/wp-content/plugins/oik-types/oik-types.php on line 384

Simple solution: Rename $this to $thus

See https://wiki.php.net/rfc/this_var

bobbingwide commented 6 years ago

PHP 7.2 is also available.
Note: We haven't closed this issue since there are no PHPUnit tests yet.

bobbingwide commented 5 years ago

The version that supports PHP 7.2 was mistakenly labeled 2.0.0-alpha-20181019 but released as 2.0.0-20181019. Need to correct and re-zip.

bobbingwide commented 10 months ago

Superceded by #28, which was delivered in v2.3.1