From 1c0083f2a316aa65a0ddba76d05c3dee4dedd637 Mon Sep 17 00:00:00 2001 From: Andrei Mondoc Date: Mon, 26 Mar 2018 12:35:47 +0100 Subject: [PATCH] bump version and update changelog --- assets/js/admin.js | 2 +- caldera-forms-civicrm.php | 4 ++-- readme.txt | 11 +++++++++-- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/assets/js/admin.js b/assets/js/admin.js index 06b4a44..a66db83 100644 --- a/assets/js/admin.js +++ b/assets/js/admin.js @@ -2,7 +2,7 @@ function cfc_contact_link_options( id = null ) { var options = []; for ( var i = 1; i <= 10; i++ ) { - options.push( { id: 'contact_' + i, text: 'Contact ' + i } ) + options.push( { id: 'contact_' + i, text: 'Contact ' + i } ); } if( ! id ) return options; diff --git a/caldera-forms-civicrm.php b/caldera-forms-civicrm.php index bc1299a..d2ce274 100644 --- a/caldera-forms-civicrm.php +++ b/caldera-forms-civicrm.php @@ -2,7 +2,7 @@ /** * Plugin Name: Caldera Forms CiviCRM * Description: CiviCRM integration for Caldera Forms. - * Version: 0.4.2 + * Version: 0.4.3 * Author: Andrei Mondoc * Author URI: https://github.com/mecachisenros * Plugin URI: https://github.com/mecachisenros/caldera-forms-civicrm @@ -15,7 +15,7 @@ * * @since 0.1 */ -define( 'CF_CIVICRM_INTEGRATION_VER', '0.4.2' ); +define( 'CF_CIVICRM_INTEGRATION_VER', '0.4.3' ); define( 'CF_CIVICRM_INTEGRATION_URL', plugin_dir_url( __FILE__ ) ); define( 'CF_CIVICRM_INTEGRATION_PATH', plugin_dir_path( __FILE__ ) ); diff --git a/readme.txt b/readme.txt index 212181b..377e638 100755 --- a/readme.txt +++ b/readme.txt @@ -2,8 +2,8 @@ Contributors: mecachisenros, needle Tags: civicrm, caldera, forms, integration Requires at least: 4.5 -Tested up to: 4.6 -Stable tag: 0.4.2 +Tested up to: 4.9.4 +Stable tag: 0.4.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -34,6 +34,13 @@ This plugin is in active development. For feature requests and bug reports (or i == Changelog == += 0.4.3 = +* Fix to prevent select2 conflicts if different vesions are present +* Added Activity Target, Source, and Assignee fields as select2 widgets (entityRef-like field) +* Show CiviCRM API errors in form +* Added Contribution processor (code contributed by Agileware) needs documentation +* Added Case Id magic tag (code contributed by Agileware) + = 0.4.2 = * Added support for CiviCRM file uploads, Advanced File field (allowing multiple uploads for Activities) and File field (for custom fields and notes) * Added CiviCRM Preferred Language as autopopulate option