Skip to content

Commit

Permalink
EOL-Release v1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mariolorenz committed Jan 26, 2024
1 parent 5f31bee commit 947602c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [1.3.4] - 2024-01-26

- Composer-Installation now via packagist.
- https://packagist.org/packages/oxid-solution-catalysts/paypal-module
- https://packagist.org/packages/oxid-solution-catalysts/paypal-client
- "Repositories"-requirement for Source https://paypal-module.packages.oxid-esales.com/ not need anymore
- Important note: There will be no further developments for this version of the module (affects OXID 6.1, 6.2). All future planned expansions (e.g. PayPal Vaulting, ApplePay & GooglePay integration) are only available in the version for OXID 6.3-6.5 or OXID7

## [1.3.3] - 2023-11-16

- [0007549](https://bugs.oxid-esales.com/view.php?id=7549): Optional field in shop admin -> refund "Note to buyer" is transmitted to PayPal
Expand Down
6 changes: 0 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@
]
}
},
"repositories": [
{
"type": "composer",
"url": "https://paypal-module.packages.oxid-esales.com/"
}
],
"require": {
"giggsey/libphonenumber-for-php": "^8.12",
"viison/address-splitter": "^0.3.4",
Expand Down
2 changes: 1 addition & 1 deletion metadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
'en' => 'Use of the online payment service from PayPal. Documentation: <a href="https://docs.oxid-esales.com/modules/paypal-checkout/en/latest/" target="_blank">PayPal Checkout</a>'
],
'thumbnail' => 'out/img/paypal.png',
'version' => '1.3.3',
'version' => '1.3.4',
'author' => 'OXID eSales AG',
'url' => 'https://www.oxid-esales.com',
'email' => 'info@oxid-esales.com',
Expand Down

0 comments on commit 947602c

Please sign in to comment.