Releases: solidusio/solidus_paypal_commerce_platform
Releases · solidusio/solidus_paypal_commerce_platform
v0.5.0
What's Changed
Merged pull requests:
- Update links after moving to @solidusio #164 (elia)
- Assign created orders to users / Require Solidus 3 & Ruby 2.7 #163 (elia)
- Fix master, import paypal-checkout-sdk #161 (cpfergus1)
- Update to use forked solidus_frontend when needed #160 (waiting-for-dev)
- Fix paypal_order name address bug #153 (RyanofWoods)
New Contributors
- @waiting-for-dev made their first contribution in #160
- @cpfergus1 made their first contribution in #161
Full Changelog: v0.4.0...v0.5.0
v0.4.0
v0.4.0 (2022-06-02)
Closed issues:
Merged pull requests:
- Fix Rails 7 autoloading issues with SolidusPaypalCommercePlatform #156 (gsmendoza)
- Block #capture on Pending Payments" #155 (Naokimi)
- Block #capture on PayPal PENDING Payments #154 (Naokimi)
- Change Venmo integration to use Venmo standalone #151 (RyanofWoods)
- Allow enable_venmo preference to have default Venmo behaviour #148 (RyanofWoods)
- Fix RuboCop warnings #147 (RyanofWoods)
- Revert "Allow Ruby 3" #146 (RyanofWoods)
- Add Venmo as payment option #138 (RyanofWoods)
- Wizard#logo use
image_path
overimage_url
. #131 (essn)
v0.3.2
What's Changed
Closed issues:
- Unable To Cancel An Order #120
Merged pull requests:
- Update solidus using solidus_dev_support #124 (DanielePalombo)
- Add NO_SHIPPING to shipping preference #123 (DanielePalombo)
- Support solidus 3.0 #122 (DanielePalombo)
Full Changelog: v0.3.1...v0.3.2
v0.3.1
v0.3.0
v0.2.2
v0.2.2 (2020-11-20)
Full Changelog
Implemented enhancements:
- Make the PayPal messaging component a bit more modular #112
- Implement and QA Paypal credit solutions #99
Closed issues:
- Simulated Address Info in Live Order #104
Merged pull requests:
v0.2.1
v0.2.0
Merged pull requests:
- Add PayPal messaging component #102 (seand7565)
- Add partner ID attribute to SDK javascript tag #101 (seand7565)
- Set current_order_id and token during payment step #100 (MFRWDesign)
- Remove incorrect/unclear info from README #98 (seand7565)
- Update the extension with the latest solidus_dev_support defaults #95 (elia)
- Add skip migration option to installer #94 (seand7565)
- Update README to reflect referral fee #93 (seand7565)
v0.2.0.alpha.1
What's Changed
- Update README to reflect referral fee by @seand7565 in #93
- Add skip migration option to installer by @seand7565 in #94
- Update the extension with the latest solidus_dev_support defaults by @elia in #95
- Remove incorrect/unclear info from README by @seand7565 in #98
Closed issues:
- README lists two different types of PayPal credentials #97
paypal_email_confirmed
is not an actual preference #96- Make this extension the default option for Solidus #88
Full Changelog: v0.1.0...v0.2.0.alpha.1
v0.1.0
Added
- Better matching of subregions/states with a new state-guesser (#90).
Configure it to a custom class withSolidusPaypalCommercePlatform.config.state_guesser_class = "MyApp::MyStateGuesser"
. - Better error handling for JavaScript (#89).
Customize the handler by settingwindow.SolidusPaypalCommercePlatform.handleError = (error)=> …
.
Other
- The extension has been moved to to the solidusio-contrib organization.