johnfmorton / SuperGeekery-Tag-Stripper

Strip all, some, or all except some HTML tags from strings with this easy-to-use Expression Engine add on.
http://devot-ee.com/add-ons/supergeekery-tag-stripper/
MIT License
5 stars 1 forks source link

php7 Support #1

Open tomwatney opened 7 years ago

tomwatney commented 7 years ago

Methods with the same name as their class will not be constructors in a future version of PHP; Tagstripper has a deprecated constructor.

areynold commented 5 years ago

I'm about to submit a PR to add ExpressionEngine 3-5 compatibility, which also updates constructor syntax.

johnfmorton commented 5 years ago

Sounds good to me. Thanks.