Skip to content

Releases: Crowdtilt/CrowdtiltOpen

Version 1.4.1

26 Mar 23:36
Compare
Choose a tag to compare

Bugfixes and improvements:

  • Fix length -> count for some reward + payment queries
  • Refactor payments_successful and payments_completed into scopes
  • Rewrite rewards_claimed to remove n+1 query

Version 1.4.0

20 Mar 21:30
Compare
Choose a tag to compare

We're now creating a new Crowdtilt user for each payment - this will help with tracking and fraud prevention purposes.

  • #240 #242 create CT API user per payment
  • #235 Fix comma issue in checkout_amount
  • Updates to language and readme

Version 1.3.2

04 Feb 00:12
Compare
Choose a tag to compare

Fixes issue with the unsaved changes checker on the newly added admin pages

Version 1.3.1

03 Feb 22:46
Compare
Choose a tag to compare
  • Fix #27 - countdown on campaign homepage is much improved!
  • #223 - Admin interface fieldsets are now folded to improve the customization experience.
  • A few small bug fixes and improvements

Version 1.3.0

02 Feb 04:32
Compare
Choose a tag to compare

Major changes include:
#170 Added ability to associate an image with a reward
#172 Added option to collect shipping for only specific rewards
#181 Added example usage of Crowdhoster API
#182 Rewards are now in a disabled state if the campaign is expired
#183 Add ability to duplicate expired campaigns
#185 Clean up test framework and simple rewrite to ensure...
#204 Add initializer to check that all necessary env variables are defined
#196 Check the custom CSS/JS inputs for insecure content
#209 Upgrade Devise to latest version
#213 Add basic limiting & ordering to payments API
#210 Save client side payment errors
#215 Add view payments link to admin navbar
#216 Split website into homepage and site settings
#220 Add modal on successful signup

Version 1.2.6

21 Dec 00:02
Compare
Choose a tag to compare
  • Fix payment confirmation page reward bug
  • Update README with homebrew link and papertrail instructions

Version 1.2.5

18 Dec 03:57
Compare
Choose a tag to compare
  • #153 Default Facebook app ID
  • #154 New campaign link in header
  • #155 Update business bank account label
  • #156 Add Crowdtilt link in footer
  • #157 Fixed duplicate payments resubmission bug
  • #161 Search payments by email
  • #157 Track failed payments that occur on authorization or charge failure
  • #162 Add placeholder text for Google Analytics and phone number format
  • #163 Allow whitespace in credit card input field
  • #164 Ability to update admin bank account

Version 1.2.4

28 Nov 02:49
Compare
Choose a tag to compare
  • Condense production logs with lograge
  • Make additional information optional (remove client-side validation)
  • Add more detailed error messages for users throughout the payment flow
  • #19 - Refactor payment flow to use Post/Request/Get pattern to prevent double payments through form resubmission
  • Add ability for campaign admin to enter a contact phone number

Version 1.2.3

19 Nov 03:47
Compare
Choose a tag to compare
  • Added alert popup when navigating away with unsaved changes
  • Added new campaign shortcut link to admin navbar
  • Fixed the transaction fee calculation with the correct CC processing fee structure
  • Updated status text ordering for mini campaign boxes on the homepage
  • Updated unitialized application text for first run to be less error-like

Version 1.2.2

08 Nov 01:08
Compare
Choose a tag to compare
  • #48 - Adds toggle for search engines to index the site (noindex, nofollow)
  • #39 - Refund button for admins on the payments dashboard
  • Added default privacy policy to footer
  • Fixed bug with button background color in IE
  • Updated and clarified the readme and some examples