Skip to content

Releases: systopia/de.systopia.twingle

Twingle API 1.5-beta3

01 Oct 12:31
Compare
Choose a tag to compare
Twingle API 1.5-beta3 Pre-release
Pre-release

This release most notably features integration for twingle's shop functionality, which goes along with some useful improvements to profile management and several bug fixes. Huge thanks to @MarcMichalsky for this contribution!

Changes since Twingle API 1.4.0

Full Changelog: 1.4.0...1.5-beta3

Twingle API 1.5-beta2

24 Sep 12:33
Compare
Choose a tag to compare
Twingle API 1.5-beta2 Pre-release
Pre-release

This release most notably features integration for twingle's shop functionality, which goes along with some useful improvements to profile management and several bug fixes. Huge thanks to @MarcMichalsky for this contribution!

Changes since Twingle API 1.4.0

Full Changelog: 1.4.0...1.5-beta2

Twingle API 1.4.0

03 Sep 11:18
Compare
Choose a tag to compare

Changes since Twingle API 1.3

Twingle API 1.5-beta1

03 Sep 11:25
Compare
Choose a tag to compare
Twingle API 1.5-beta1 Pre-release
Pre-release

This release most notably features integration for twingle's shop functionality, which goes along with some useful improvements to profile management and several bug fixes. Huge thanks to @MarcMichalsky for this contribution!

Changes since Twingle API 1.4.0

Full Changelog: 1.4.0...1.5-beta1

Twingle API 1.4-beta1

13 Mar 11:56
Compare
Choose a tag to compare
Twingle API 1.4-beta1 Pre-release
Pre-release

Changes since Twingle API 1.3

New Contributors

Full Changelog: 1.3...1.4-beta1

Twingle API 1.3

31 May 09:08
Compare
Choose a tag to compare

Changes since Twingle API 1.2

Twingle API 1.3-beta1

02 May 13:38
Compare
Choose a tag to compare
Twingle API 1.3-beta1 Pre-release
Pre-release

Changes since Twingle API 1.2

Twingle API 1.2.2

09 Nov 11:01
Compare
Choose a tag to compare

This release features some important fixes of the 1.3 branch as a stable release:

Twingle API 1.2.1

10 Nov 14:31
Compare
Choose a tag to compare

This is a hotfix release which makes copying profiles actually work, since with 1.2 the source profile would be overwritten when saving a copied profile.

Twingle API 1.2

10 Nov 11:37
Compare
Choose a tag to compare

This release makes recurring contributions actually work, i.e. connecting individual payments with the original recurring contribution and not treating them as new single contributions. Also, it is now possible to trigger a user-defined callback for performing additional tasks with newly created memberships in your own extension. Moreover, the campaign can now be assigned to more than just the contribution entity. With these enhancements, you can now use Twingle forms as membership signup forms.

Changes since Twingle API 1.1

  • [#19] Custom post process call for newly created memberships - by @bjendres
  • [#20] Alternative to blocking cancelling/ending recurring contributions - by @bjendres
  • [#23] Correctly differentiate initial recurring and subsequent contributions and link them - by @jensschuppe
  • [#24] Option to use CiviSEPA's own mandate reference rather than Twingle's - by @bjendres
  • [#25] Custom fields mapping not working - unnecessary json_decode() - by @jensschuppe, @MarcMichalsky
  • [#26], [#27] More flexibility on where to put the campaign information - by @bjendres
  • [#29] Copying profile overwrites existing or default profile - by @bjendres, @jensschuppe
  • [#31] Create memberships only on initial recurring contribution, not every installment - by @bjendres
  • [#33] fix custom_field_mapping - by @MarcMichalsky