jesusangel / wc-sermepa

Sermepa payment gateway plugin for WooCommerce
Other
28 stars 16 forks source link

Removed legacy code. Now the plugin requires PHP >= 5.2.4, like current WP core. #23

Closed gonssal closed 8 years ago

gonssal commented 8 years ago

Brings the plugin requirements in line with current WP core (PHP >= 5.2.4) and avoids Deprecated warnings given by the legacy libs with PHP 7, because they were using functions with the classes name as constructors.

Fixes #22