Skip to content

Commit

Permalink
bump version and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mecachisenros committed Jul 20, 2019
1 parent c1d0cce commit 4168c1d
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 5 deletions.
4 changes: 2 additions & 2 deletions cf-civicrm.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: CF CiviCRM
* Description: CiviCRM integration for Caldera Forms.
* Version: 1.0.2
* Version: 1.0.3
* Author: Andrei Mondoc
* Author URI: https://github.com/mecachisenros
* Plugin URI: https://github.com/mecachisenros/cf-civicrm
Expand All @@ -16,7 +16,7 @@
*
* @since 0.1
*/
define( 'CF_CIVICRM_INTEGRATION_VER', '1.0.2' );
define( 'CF_CIVICRM_INTEGRATION_VER', '1.0.3' );
define( 'CF_CIVICRM_INTEGRATION_URL', plugin_dir_url( __FILE__ ) );
define( 'CF_CIVICRM_INTEGRATION_PATH', plugin_dir_path( __FILE__ ) );

Expand Down
27 changes: 24 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
=== Caldera Forms CiviCRM ===
Contributors: mecachisenros, needle
Tags: civicrm, caldera, forms, integration
Requires at least: 4.5
Tested up to: 5.1
Stable tag: 1.0.2
Requires at least: 4.7
Tested up to: 5.2.2
Stable tag: 1.0.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -34,6 +34,27 @@ This plugin is in active development. For feature requests and bug reports (or i

== Changelog ==

= 1.0.3 =
* Published to WP plugin directory, text domain has changed from 'caldera-forms-civicrm' to 'cf-civicrm'
* Added 'cfc_participant_pre_processor_config' filter
* Added 'cfc_participant_pre_processor_event_config' filter
* Added 'cfc_participant_processor_config_template_before_link' action
* Added 'cfc_participant_pre_processor_return' filter
* Participant processor can handle multiple registrations for the same contact through the added hooks
* Fix - Re-registration based on 'Allow same participant email'
* Date pickers auto-population respects the date format, thanks @kirk-circle
* Added 'cfc_membership_pre_processor_config' filter
* Added 'cfc_membership_pre_processor_return' filter
* Added 'cfc_membership_processor_config_template_before_link' action
* Added Campaign field for Membership processor
* Fix - Auto-population checkbox ignored, the form would always be autopopulated with the current user data
* Case processor now supports custom fields, and custom fields autopopulation/presets
* Contact Reference can be mapped for Organization Name
* FIX - jQuery could not be defined breaking processor templates
* Added 'cfc_case_processor_case_create' action
* Added 'cfc_case_pre_processor_return' filter
* Added 'cfc_case_processor_config_template_before_link' action

= 1.0.2 =
* Added Participant processor for free and paid events
* Price sets improvements
Expand Down

0 comments on commit 4168c1d

Please sign in to comment.