PluginProbe
Subscriptions for WooCommerce with Stripe Recurring Payments / 2.0.0
Subscriptions for WooCommerce with Stripe Recurring Payments v2.0.0
2.0.0 1.11.2 1.11.1 1.11.0 1.10.9 1.10.8 1.10.7 1.10.6 1.10.5 1.10.4 1.10.3 1.10.2 1.10.1 1.10.0 1.9.6 1.9.5 trunk 1.3.0 1.3.1 1.3.2 1.4.0 1.4.1 1.4.2 1.5.0 1.5.1 All 61 releases
← All changes | vendor/autoload.php +2 -5 1.3.12.0.0 View file →
@@ -13,13 +13,10 @@
13 13 } elseif (!headers_sent()) {
14 14 echo $err;
15 15 }
16 16 }
17 - trigger_error(
18 - $err,
19 - E_USER_ERROR
20 - );
17 + throw new RuntimeException($err);
21 18 }
22 19
23 20 require_once __DIR__ . '/composer/autoload_real.php';
24 21
25 -return ComposerAutoloaderInitf36c272eb9d9672b5ad83d818f1e3ad7::getLoader();
22 +return ComposerAutoloaderInit491aa1cb39e2cdddbda96b848f854796::getLoader();