From e5e8617d644c863064e5ab5db31071c6940ac0e3 Mon Sep 17 00:00:00 2001 From: Reinder van Bochove Date: Wed, 5 Jun 2019 16:54:38 +0200 Subject: [PATCH] Created new release version for Shopware Store after Apple Pay fix --- Client/examples/captures/get-capture.php | 2 +- Client/examples/captures/list-captures.php | 2 +- .../examples/customers/create-customer-first-payment.php | 2 +- Client/examples/customers/create-customer-payment.php | 2 +- .../customers/create-customer-recurring-payment.php | 2 +- Client/examples/customers/create-customer.php | 2 +- Client/examples/customers/delete-customer.php | 2 +- Client/examples/customers/list-customer-payments.php | 2 +- Client/examples/customers/update-customer.php | 2 +- Client/examples/functions.php | 2 +- Client/examples/initialize.php | 2 +- Client/examples/initialize_with_oauth.php | 2 +- Client/examples/invoices/list-invoices.php | 2 +- Client/examples/mandates/create-mandate.php | 2 +- Client/examples/mandates/list-mandates.php | 2 +- Client/examples/mandates/revoke-mandate.php | 2 +- Client/examples/orders/cancel-order-lines.php | 2 +- Client/examples/orders/cancel-order.php | 2 +- Client/examples/orders/create-order.php | 2 +- Client/examples/orders/list-methods.php | 2 +- Client/examples/orders/list-orders.php | 2 +- Client/examples/orders/refund-order-completely.php | 2 +- Client/examples/orders/refund-order-partially.php | 2 +- Client/examples/orders/webhook.php | 2 +- Client/examples/payments/create-ideal-payment.php | 2 +- Client/examples/payments/create-payment-oauth.php | 2 +- Client/examples/payments/create-payment.php | 2 +- Client/examples/payments/list-methods.php | 2 +- Client/examples/payments/list-payments.php | 2 +- Client/examples/payments/refund-payment.php | 2 +- Client/examples/payments/return.php | 2 +- Client/examples/payments/webhook.php | 2 +- Client/examples/profiles/create-profile.php | 2 +- Client/examples/profiles/delete-profile.php | 2 +- Client/examples/profiles/list-profiles.php | 2 +- Client/examples/profiles/update-profile.php | 2 +- Client/examples/settlements/list-settlements.php | 2 +- Client/examples/shipments/create-shipment-all.php | 2 +- Client/examples/shipments/create-shipment-partial.php | 2 +- Client/examples/shipments/get-shipment.php | 2 +- Client/examples/shipments/list-shipments.php | 2 +- Client/examples/shipments/update-shipment.php | 2 +- Client/examples/subscriptions/cancel-subscription.php | 2 +- Client/examples/subscriptions/create-subscription.php | 2 +- Client/examples/subscriptions/update-subscription.php | 2 +- Client/src/CompatibilityChecker.php | 2 +- Client/src/Endpoints/ChargebackEndpoint.php | 2 +- Client/src/Endpoints/CollectionEndpointAbstract.php | 2 +- Client/src/Endpoints/CustomerEndpoint.php | 2 +- Client/src/Endpoints/CustomerPaymentsEndpoint.php | 2 +- Client/src/Endpoints/EndpointAbstract.php | 2 +- Client/src/Endpoints/InvoiceEndpoint.php | 2 +- Client/src/Endpoints/MandateEndpoint.php | 2 +- Client/src/Endpoints/MethodEndpoint.php | 2 +- Client/src/Endpoints/OnboardingEndpoint.php | 2 +- Client/src/Endpoints/OrderEndpoint.php | 2 +- Client/src/Endpoints/OrderLineEndpoint.php | 2 +- Client/src/Endpoints/OrderPaymentEndpoint.php | 2 +- Client/src/Endpoints/OrderRefundEndpoint.php | 2 +- Client/src/Endpoints/OrganizationEndpoint.php | 2 +- Client/src/Endpoints/PaymentCaptureEndpoint.php | 2 +- Client/src/Endpoints/PaymentChargebackEndpoint.php | 2 +- Client/src/Endpoints/PaymentEndpoint.php | 2 +- Client/src/Endpoints/PaymentRefundEndpoint.php | 2 +- Client/src/Endpoints/PermissionEndpoint.php | 2 +- Client/src/Endpoints/ProfileEndpoint.php | 2 +- Client/src/Endpoints/ProfileMethodEndpoint.php | 2 +- Client/src/Endpoints/RefundEndpoint.php | 2 +- Client/src/Endpoints/SettlementsEndpoint.php | 2 +- Client/src/Endpoints/ShipmentEndpoint.php | 2 +- Client/src/Endpoints/SubscriptionEndpoint.php | 2 +- Client/src/Exceptions/ApiException.php | 2 +- Client/src/Exceptions/IncompatiblePlatform.php | 2 +- Client/src/MollieApiClient.php | 2 +- Client/src/Resources/BaseCollection.php | 2 +- Client/src/Resources/BaseResource.php | 2 +- Client/src/Resources/Capture.php | 2 +- Client/src/Resources/CaptureCollection.php | 2 +- Client/src/Resources/Chargeback.php | 2 +- Client/src/Resources/ChargebackCollection.php | 2 +- Client/src/Resources/CurrentProfile.php | 2 +- Client/src/Resources/CursorCollection.php | 2 +- Client/src/Resources/Customer.php | 2 +- Client/src/Resources/CustomerCollection.php | 2 +- Client/src/Resources/Invoice.php | 2 +- Client/src/Resources/InvoiceCollection.php | 2 +- Client/src/Resources/Issuer.php | 2 +- Client/src/Resources/IssuerCollection.php | 2 +- Client/src/Resources/Mandate.php | 2 +- Client/src/Resources/MandateCollection.php | 2 +- Client/src/Resources/Method.php | 2 +- Client/src/Resources/MethodCollection.php | 2 +- Client/src/Resources/MethodPrice.php | 2 +- Client/src/Resources/MethodPriceCollection.php | 2 +- Client/src/Resources/Onboarding.php | 2 +- Client/src/Resources/Order.php | 2 +- Client/src/Resources/OrderCollection.php | 2 +- Client/src/Resources/OrderLine.php | 2 +- Client/src/Resources/OrderLineCollection.php | 2 +- Client/src/Resources/Organization.php | 2 +- Client/src/Resources/OrganizationCollection.php | 2 +- Client/src/Resources/Payment.php | 2 +- Client/src/Resources/PaymentCollection.php | 2 +- Client/src/Resources/Permission.php | 2 +- Client/src/Resources/PermissionCollection.php | 2 +- Client/src/Resources/Profile.php | 2 +- Client/src/Resources/ProfileCollection.php | 2 +- Client/src/Resources/Refund.php | 2 +- Client/src/Resources/RefundCollection.php | 2 +- Client/src/Resources/ResourceFactory.php | 2 +- Client/src/Resources/Settlement.php | 2 +- Client/src/Resources/SettlementCollection.php | 2 +- Client/src/Resources/Shipment.php | 2 +- Client/src/Resources/ShipmentCollection.php | 2 +- Client/src/Resources/Subscription.php | 2 +- Client/src/Resources/SubscriptionCollection.php | 2 +- Client/src/Types/InvoiceStatus.php | 2 +- Client/src/Types/MandateMethod.php | 2 +- Client/src/Types/MandateStatus.php | 2 +- Client/src/Types/OnboardingStatus.php | 2 +- Client/src/Types/OrderLineStatus.php | 2 +- Client/src/Types/OrderLineType.php | 2 +- Client/src/Types/OrderStatus.php | 2 +- Client/src/Types/PaymentMethod.php | 2 +- Client/src/Types/PaymentStatus.php | 2 +- Client/src/Types/ProfileStatus.php | 2 +- Client/src/Types/RefundStatus.php | 2 +- Client/src/Types/SequenceType.php | 2 +- Client/src/Types/SettlementStatus.php | 2 +- Client/src/Types/SubscriptionStatus.php | 2 +- Commands/Mollie/GetIdealBanksCommand.php | 2 +- Commands/Mollie/GetPaymentMethodsCommand.php | 2 +- Components/Attributes.php | 2 +- Components/Base/AbstractPaymentController.php | 2 +- Components/Config.php | 2 +- Components/Constants/PaymentMethod.php | 2 +- Components/Constants/PaymentStatus.php | 2 +- Components/CurrentCustomer.php | 2 +- Components/Helpers.php | 2 +- Components/Logger.php | 2 +- Components/MollieApiFactory.php | 4 ++-- Components/Notifier.php | 2 +- Components/Schema.php | 2 +- Components/Services/BasketService.php | 2 +- Components/Services/IdealService.php | 2 +- Components/Services/OrderService.php | 2 +- Components/Services/PaymentService.php | 2 +- Components/Url.php | 2 +- Controllers/Backend/MollieOrders.php | 2 +- Controllers/Frontend/Mollie.php | 2 +- Models/OrderLines.php | 2 +- Models/OrderLinesRepository.php | 2 +- Models/Transaction.php | 2 +- Models/TransactionRepository.php | 2 +- MollieShopware.php | 2 +- Subscriber/FrontendViewSubscriber.php | 2 +- Subscriber/IdealIssuersSubscriber.php | 2 +- Subscriber/OrderBackendSubscriber.php | 2 +- insert_version.php | 2 +- plugin.xml | 8 ++++---- 160 files changed, 164 insertions(+), 164 deletions(-) diff --git a/Client/examples/captures/get-capture.php b/Client/examples/captures/get-capture.php index 7ab8388e..b7189b94 100644 --- a/Client/examples/captures/get-capture.php +++ b/Client/examples/captures/get-capture.php @@ -1,6 +1,6 @@ apiClient->addVersionString( - 'MollieShopware/1.4.6' + 'MollieShopware/1.4.7' ); } catch (\Exception $ex) { diff --git a/Components/Notifier.php b/Components/Notifier.php index 3533f970..66dd3f09 100644 --- a/Components/Notifier.php +++ b/Components/Notifier.php @@ -1,6 +1,6 @@ Mollie - 1.4.6 + 1.4.7 (c) Mollie B.V. Kiener E-commerce https://www.kiener.nl - Plugin to allow iDeal payments using the Mollie API (1.4.6) - Plugin die iDealbetalingen via de Mollie API doorgeeft (1.4.6) - Plugin um Zahlungen mit der Mollie API zu ermöglichen (1.4.6) + Plugin to allow iDeal payments using the Mollie API (1.4.7) + Plugin die iDealbetalingen via de Mollie API doorgeeft (1.4.7) + Plugin um Zahlungen mit der Mollie API zu ermöglichen (1.4.7)