Releases: PAYONE-GmbH/shopware-6
Release v4.0.0
New Features
-
Shopware 6.3 support removed
-
General code optimizations implemented
-
Important change: The transaction data of PAYONE payments was
previously always stored in the additional fields of the orders.
Since the additional fields are stored as JSON in the database,
searching the transaction data was not very performant for large
amounts of data. Therefore, an entity extension was set up for
the transaction data so that the data is stored in an extra database
table that can be searched much more performantly. During the plugin
update, the old additional fields are migrated to the entity extension
and then the additional fields are deleted. If you have used our
additional fields in your own code or for example in the synchronization
to external systems, you have to adapt this to the new entity extension.
Bugfix
- Remove deletion of saved credit cards
Maintenance
- Remove BIC from debit
- Tested with 6.4.16
Release v3.3.0
New Features
- New payment method: Ratepay Open Invoice
- New payment method: Ratepay Direct Debit
- New payment method: Ratepay Installments
Maintenance
- Integrate a sales landingpage in backend
- Tested with version 6.4.14
Release v3.2.0
New Features
- New payment method: Bancontact
- Added bankgrouptypes for iDEAL
- Add scheduled task to clean up redirect table
- Add due date for invoice on standard invoice
Bugfixes
- added shipping costs to line items
- fixed removal rule of secure invoice
Maintenance
- Changed renaming of payment methods
- Changed PAYONE Logo
- tested with 6.4.12
Release v3.1.0
New Features
- New payment method: Open Invoice
- Add checkbox for credit card payments to save or remove payment data
Bugfixes
- remove capturemode param if completed
- update ZeroAmountCartValidator
- always set data protection check
Maintenance
- include line items with no tax for capture
- add shipping information to Unzer
Tested with:
Shopware 6.4.10.0
Release v3.0.0
Bugfixes
- Customer deletion now possible
- Refund only from not yet refunded items possible
- Adjustment missing dependencies when installing via store
Maintenance
- fix compatibility 6.4.7.0
- drop support for 6.2
Release v2.4.1
New Features
deactivate payone payment methods on zero amount carts
add apple-pay
add payment method description
Bugfixes
fix config loading error
fix storefront requests
fix missing service
fix missing customer parameter on prepayment
Maintenance
fix backwards compatibility
Removed cardtype type discover
Add dependency to GitHub pipeline
Add fix for Version 6.4.5.0
Thanks @hummer2k for your contribution
Release v2.4.0
🚨We encountered a bug where an unsolved dependency could break shops after an update to this Release. We're tagging this as a pre-release and will provide a bugfix-update soon. If you encounter any errors, try our hotfix from #138 🚨
New Features
- New payment method: 🍏 Apple Pay 🍏
- Enable forwarding of transaction status to third-party systems
Bugfixes
- Various fixes for sales channels in different languages than DE and ENG
- Fixed a bug for prepayment method
Maintenance
- Compatibility with 0€ orders
- tested with Shopware 6.4.4.1
Release v2.3.2
Bugfix
- transaction status transmission of txstatus "paid"
Maintenance
- Shopware 6.4.4.0 compatibility
Notice
- We're dropping compatibility with Shopware 6.2.* in a future release of this plugin
Release v2.3.1
Bugfix
- backward compatibility to version <6.4.0
Release v2.3.0
❗ We've discovered a bug that breaks compatibility of this plugin with Shops <6.4.0.0. We'll publish a bugfix release asap. ❗
New Features
- new PAYONE permissions management
- status mapping per payment method possible
Bugfixes
- fix for unlock the buy now button
- PayPal Express: telephone number not a mandatory field
Maintenance
- Shopware 6.4.3.1 compatibility
- massive refactoring effort
- Elasticsearch compatibility