Releases: solidusio/solidus_paypal_commerce_platform
Releases · solidusio/solidus_paypal_commerce_platform
v1.0.3
What's Changed
- 1 letter typo fix by @felipedmesquita in #202
- Update to new "main" default branch by @waiting-for-dev in #203
- Install routes where Solidus lives by @kennyadsl in #207
- Don't try to autoload the deface overrides folder by @elia in #208
New Contributors
- @felipedmesquita made their first contribution in #202
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
- Bump minimal Ruby version requirement to v3.0 by @waiting-for-dev in #199
- Adapt to latest Solidus by @waiting-for-dev in #198
- Use the correct spec helper name by @kennyadsl in #200
Full Changelog: v1.0.1...v1.0.2
v0.7.1
v1.0.1
What's Changed
- Fix dummy and sandbox generation by @kennyadsl in #189
- Fix sandbox search field autocomplete by @gsmendoza in #190
- Fix migration version by @tvdeyen in #194
- Relax dependency on Solidus by @waiting-for-dev in #195
- Update extension to use the new release process by @kennyadsl in #196
New Contributors
Full Changelog: v1.0.0...v1.0.1
v1.0.0
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
- @retsef made their first contribution in #152
- @jtapia made their first contribution in #129
- @mamhoff made their first contribution in #181
Full Changelog: v0.5.0...v1.0.0
v1.0.0.beta3
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
What's Changed
- Fix issue on international transactions by @jtapia in #129
- Allow cancelling orders by @kennyadsl in #180
- Allow to use the auto_capture global preference by @kennyadsl in #185
New Contributors
Full Changelog: v0.6.0...v0.7.0
v1.0.0.beta2
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
What's Changed
Full Changelog: v0.6.0...v1.0.0.beta1
v0.6.0
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