Skip to content

Releases: solidusio/solidus_paypal_commerce_platform

v1.0.3

22 Dec 12:04
v1.0.3
a74d688
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.2...v1.0.3

v1.0.2

05 Jul 16:39
38379aa
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

v0.7.1

24 Apr 13:20
v0.7.1
872800c
Compare
Choose a tag to compare

What's Changed

  • Backport Solidus 4 changes to the v0 series by @elia in #197

Full Changelog: v0.7.0...v0.7.1

v1.0.1

21 Apr 15:41
9f86eee
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.0.1

v1.0.0

23 Jan 09:56
6bd8a0a
Compare
Choose a tag to compare

What's Changed

  • Reorganize the install generator and deprecate --skip-migrations by @elia in #167
  • Move 'shipping_preference' preference under PaypalOrder#to_json by @retsef in #152
  • Truncate the product name to 127 characters by @DanielePalombo in #139
  • Bugfixes and improvements (extracted from the SSF support branch) by @elia in #168
  • Fix issue on international transactions by @jtapia in #129
  • Setup compatibility with the starter frontend by @elia in #166
  • Remove solidus prefix from component names by @gsmendoza in #173
  • Hide the installer --specs=… option by @elia in #176
  • Fix: preferred_paypal_button_color error message should be translated dynamically by @gsmendoza in #179
  • Add instructions on how to use the PayPal sandbox by @elia in #177
  • Do not break custom pricing options classes by @mamhoff in #181
  • Uniform installer with Solidus Starter Frontend by @kennyadsl in #184
  • Allow cancelling orders by @kennyadsl in #183
  • Allow to use the auto_capture global preference by @kennyadsl in #186

New Contributors

Full Changelog: v0.5.0...v1.0.0

v1.0.0.beta3

23 Jan 09:43
v1.0.0.beta3
8e7051c
Compare
Choose a tag to compare
v1.0.0.beta3 Pre-release
Pre-release

What's Changed

  • Fix: preferred_paypal_button_color error message should be translated dynamically by @gsmendoza in #179
  • Add instructions on how to use the PayPal sandbox by @elia in #177
  • Do not break custom pricing options classes by @mamhoff in #181
  • Uniform installer with Solidus Starter Frontend by @kennyadsl in #184
  • Allow cancelling orders by @kennyadsl in #183
  • [v1] Allow to use the auto_capture global preference by @kennyadsl in #186

New Contributors

Full Changelog: v1.0.0.beta2...v1.0.0.beta3

v0.7.0

23 Jan 09:45
5dc1461
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.7.0

v1.0.0.beta2

12 Dec 17:35
v1.0.0.beta2
6d97a15
Compare
Choose a tag to compare
v1.0.0.beta2 Pre-release
Pre-release

Full Changelog

Fixed bugs:

  • wizard doesn't create payment method in v1.0.0.beta1 and no partial. #174
  • Solidus 3.2 doesn't install SPCP's checkout page when PayPal is chosen as the payment method #172

Closed issues:

  • Hide the installer option for copying specs #175
  • Decide about the testing approach for extensions that involve SSF code #171
  • Release 1.0.0.beta1 compatible with the new starter frontend #170

Merged pull requests:

  • Hide the installer --specs=… option #176 (elia)
  • Remove solidus prefix from component names #173 (gsmendoza)
  • Bugfixes and improvements (extracted from the SSF support branch) #168 (elia)
  • Reorganize the install generator and deprecate --skip-migrations #167 (elia)
  • Setup compatibility with the starter frontend #166 (elia)
  • Move 'shipping_preference' preference under PaypalOrder#to_json #152 (retsef)
  • Truncate the product name to 127 characters #139 (DanielePalombo)
  • Fix issue on international transactions #129 (jtapia)

v1.0.0.beta1

05 Dec 14:16
v1.0.0.beta1
ea44452
Compare
Choose a tag to compare
v1.0.0.beta1 Pre-release
Pre-release

What's Changed

  • Setup compatibility with the starter frontend by @elia in #166

Full Changelog: v0.6.0...v1.0.0.beta1

v0.6.0

25 Nov 15:39
v0.6.0
d3074db
Compare
Choose a tag to compare

What's Changed

Fixed bugs:

  • Gem does not support Ruby 3.0 #145

Closed issues:

  • Invalid string length error #135
  • PayPal SDK JS Error: Disallowed query param: shipping_preference #133

Merged pull requests:

  • More fixes and improvements extracted from SSF support #168 (elia)
    • inline the load_order before action
    • require the payment_method_id param when loading the payment method
    • mark the javascript_sdk_url as HTML safe
    • ensure amounts are presented with 2 decimals for the PayPal API
    • fixed the sign in requests
  • Reorganize the install generator and deprecate --skip-migrations #167 (elia)
  • Move 'shipping_preference' preference under PaypalOrder#to_json #152 (retsef)
  • Truncate the product name to 127 characters #139 (DanielePalombo)
  • Fix issue on international transactions #129 (jtapia)

New Contributors

Full Changelog: v0.5.0...v0.6.0