sgtpep / woocommerce-1c

Provides data exchange between the WooCommerce plugin for WordPress and the business application "1C:Enterprise 8. Trade Management" (and compatible ones).
https://wordpress.org/plugins/woocommerce-and-1centerprise-data-exchange/
GNU General Public License v3.0
69 stars 41 forks source link

Restore PHP<8 backward compatibility #73

Closed lufton closed 1 year ago

Alex01d commented 1 year ago

Also str_starts_with and str_contains should break compatibility.

sgtpep commented 1 year ago

Fyi, @Alex01d and @lufton, I reverted the changes introduced in #72. It was a premature decision to merge it to master as it indeed breaks backward compatibility with earlier PHP versions, and we shouldn't break it. Sorry for the trouble!