Skip to content

Commit

Permalink
bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mecachisenros committed Mar 26, 2018
1 parent 93b13f8 commit 1c0083f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion assets/js/admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions caldera-forms-civicrm.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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__ ) );

Expand Down
11 changes: 9 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1c0083f

Please sign in to comment.