From 9261a0a4ce88e0fc0fda40a038daa94540a31105 Mon Sep 17 00:00:00 2001 From: Andrei Mondoc Date: Wed, 6 Mar 2019 01:37:34 +0000 Subject: [PATCH] require CF v1.8.1, bump version, and update changelog --- caldera-forms-civicrm.php | 6 +++--- readme.txt | 17 +++++++++++++++-- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/caldera-forms-civicrm.php b/caldera-forms-civicrm.php index f45ca6d..a617064 100644 --- a/caldera-forms-civicrm.php +++ b/caldera-forms-civicrm.php @@ -16,7 +16,7 @@ * * @since 0.1 */ -define( 'CF_CIVICRM_INTEGRATION_VER', '1.0.1' ); +define( 'CF_CIVICRM_INTEGRATION_VER', '1.0.2' ); define( 'CF_CIVICRM_INTEGRATION_URL', plugin_dir_url( __FILE__ ) ); define( 'CF_CIVICRM_INTEGRATION_PATH', plugin_dir_path( __FILE__ ) ); @@ -192,7 +192,7 @@ public static function instance() { private function check_dependencies() { // Bail if Caldera Forms is not available - if ( ! defined( 'CFCORE_VER' ) || ! version_compare( CFCORE_VER, '1.7.3', '>=' ) ) { + if ( ! defined( 'CFCORE_VER' ) || ! version_compare( CFCORE_VER, '1.8.1', '>=' ) ) { add_action( 'admin_notices', [$this, 'caldera_forms_version_notice'] ); return false; } @@ -297,7 +297,7 @@ private function register_hooks() { public function caldera_forms_version_notice() { ?>
-

+