Changeset 3227863
- Timestamp:
- 01/24/2025 07:23:21 AM (11 months ago)
- Location:
- profiler-donations-gravityforms
- Files:
-
- 3 edited
- 5 copied
-
tags/2.5.2 (copied) (copied from profiler-donations-gravityforms/trunk)
-
tags/2.5.2/class-profilercommon.php (copied) (copied from profiler-donations-gravityforms/trunk/class-profilercommon.php) (1 diff)
-
tags/2.5.2/class-profilerdonate-gfaddon.php (copied) (copied from profiler-donations-gravityforms/trunk/class-profilerdonate-gfaddon.php)
-
tags/2.5.2/index.php (copied) (copied from profiler-donations-gravityforms/trunk/index.php) (1 diff)
-
tags/2.5.2/readme.txt (copied) (copied from profiler-donations-gravityforms/trunk/readme.txt) (1 diff)
-
trunk/class-profilercommon.php (modified) (1 diff)
-
trunk/index.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
profiler-donations-gravityforms/tags/2.5.2/class-profilercommon.php
r3217308 r3227863 29 29 add_filter('gform_stripe_charge_description', array($this, 'stripe_payment_description'), 10, 5); 30 30 add_filter('gform_stripe_payment_element_initial_payment_information', array($this, 'stripe_elements_setup'), 10, 3); 31 32 // Workaround for change/bug introduced in v2.9.1 33 // See https://community.gravityforms.com/t/gf-2-9-stripe-transaction-id-in-gffeedaddon-empty/18770 34 remove_filter('gform_entry_post_save', array($this, 'maybe_process_feed'), 10); 35 add_filter('gform_entry_post_save', array($this, 'maybe_process_feed'), 12, 2); 31 36 32 37 // Metabox for Profiler Logs -
profiler-donations-gravityforms/tags/2.5.2/index.php
r3217308 r3227863 4 4 Plugin URI: https://mediarealm.com.au/ 5 5 Description: Integrates Gravity Forms with Profiler, enabling donation data and more to be sent directly to Profiler. 6 Version: 2.5. 16 Version: 2.5.2 7 7 8 8 Author: Media Realm -
profiler-donations-gravityforms/tags/2.5.2/readme.txt
r3217308 r3227863 22 22 23 23 == Changelog == 24 25 = 2.5.2 = 26 27 Please backup your site before upgrading, and test all your integrations thoroughly after upgrading this plugin. If you experience trouble, please roll back to a previous version of your site. 28 29 * Fix a problem in Gravity Forms v2.9.1 where a payment feed's Transaction ID wasn't being sent to Profiler 24 30 25 31 = 2.5.1 = -
profiler-donations-gravityforms/trunk/class-profilercommon.php
r3217308 r3227863 29 29 add_filter('gform_stripe_charge_description', array($this, 'stripe_payment_description'), 10, 5); 30 30 add_filter('gform_stripe_payment_element_initial_payment_information', array($this, 'stripe_elements_setup'), 10, 3); 31 32 // Workaround for change/bug introduced in v2.9.1 33 // See https://community.gravityforms.com/t/gf-2-9-stripe-transaction-id-in-gffeedaddon-empty/18770 34 remove_filter('gform_entry_post_save', array($this, 'maybe_process_feed'), 10); 35 add_filter('gform_entry_post_save', array($this, 'maybe_process_feed'), 12, 2); 31 36 32 37 // Metabox for Profiler Logs -
profiler-donations-gravityforms/trunk/index.php
r3217308 r3227863 4 4 Plugin URI: https://mediarealm.com.au/ 5 5 Description: Integrates Gravity Forms with Profiler, enabling donation data and more to be sent directly to Profiler. 6 Version: 2.5. 16 Version: 2.5.2 7 7 8 8 Author: Media Realm -
profiler-donations-gravityforms/trunk/readme.txt
r3217308 r3227863 22 22 23 23 == Changelog == 24 25 = 2.5.2 = 26 27 Please backup your site before upgrading, and test all your integrations thoroughly after upgrading this plugin. If you experience trouble, please roll back to a previous version of your site. 28 29 * Fix a problem in Gravity Forms v2.9.1 where a payment feed's Transaction ID wasn't being sent to Profiler 24 30 25 31 = 2.5.1 =
Note: See TracChangeset
for help on using the changeset viewer.