Skip to content

Commit

Permalink
Add CHANGELOG.md entry
Browse files Browse the repository at this point in the history
  • Loading branch information
saperi22 committed May 20, 2024
1 parent db50a67 commit b6264ba
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
17 changes: 10 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# PayPal Android SDK Release Notes

## 1.4.0 (2024-04-29)
## unreleased
* PaymentButtons
* Undeprecate `PayPalCreditButtonColor.BLACK` and `.DARK_BLUE`
* Undeprecate `PayPalButtonColor.BLUE`, `.BLACK`, and `.SILVER`
* Added analytics events
* `payment-button:initialized` and `payment-button:tapped`
* Add `paylater_color` to `PayLaterButton` to control the color of the pay later button from XML.

## 1.4.0 (2024-04-29)
* CardPayments
* Add `liabilityShift` property to `CardResult`
* Callback `PayPalSDKError` when `CardClient#approveOrder()` 3DS verification fails
Expand All @@ -20,12 +19,16 @@
* Create `PayPalDataCollectorRequest`
* Add `PayPalDataCollector#collectDeviceData(context, request)`
* Deprecate `PayPalDataCollector#collectDeviceData(context, clientMetadataId, additionalData)`
* PaymentButtons
* Undeprecate `PayPalCreditButtonColor.BLACK` and `.DARK_BLUE`
* Undeprecate `PayPalButtonColor.BLUE`, `.BLACK`, and `.SILVER`
* Added analytics events
* `payment-button:initialized` and `payment-button:tapped`
* Update font typeface to "PayPalOpen" to meet brand guidelines
* PayPalNativePayments
* Fixes Google Play Store Rejection
* Bump Native Checkout version to 1.3.2
* Add `hasUserLocationConsent` to `PayPalNativeCheckoutRequest`
* PaymentButtons
* Update font typeface to "PayPalOpen" to meet brand guidelines
* PayPalWebPayments
* Add `PayPalWebCheckoutClient.removeObservers()` method

Expand Down
3 changes: 3 additions & 0 deletions Demo/src/main/res/layout/pay_later_button_test_layout.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>

<!-- XML view for testing only. These aren't used anywhere else in the demo application. -->

<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
Expand Down

0 comments on commit b6264ba

Please sign in to comment.