jaredcobb / ccb-core

Church Community Builder Core API - A WordPress plugin to sync your church data
http://www.wpccb.com
GNU General Public License v2.0
8 stars 5 forks source link

php 7.2 compatibility? #21

Closed jough74 closed 5 years ago

jough74 commented 5 years ago

Will this plugin be updated to work with php 7.2 in the near future? I understand php7.0 will soon not be supported. My compatibility checking plugin says this plugin is not currently 7.2 (or 7.1) compatible.Thanks

jaredcobb commented 5 years ago

@jough74 This evening I released version 1.0.7 https://github.com/jaredcobb/ccb-core/releases/tag/1.0.7 and the update should also be available in your dashboard.

The compatibility plugin may still flag an incompatibility issue because I'm still including an encryption library for sites running PHP 5.6 / PHP 7.0. However if your site is running PHP 7.2 or above it will not load the incompatible library (and instead will use the native encryption methods that are available).