Skip to content

Latest commit

 

History

History
307 lines (214 loc) · 13.5 KB

CHANGELOG.md

File metadata and controls

307 lines (214 loc) · 13.5 KB

Change Log

All notable changes to this project will be documented in this file.

This projects adheres to Semantic Versioning and Keep a CHANGELOG.

4.7.1 - 2024-12-17

Commits

Full set of changes: 4.7.0...4.7.1

4.7.0 - 2024-06-03

Changed

  • Use the pronamic/ideal-issuers library for iDEAL issuers. (#18)

Composer

  • Changed php from >=8.0 to >=8.1.

Full set of changes: 4.6.0...4.7.0

4.6.0 - 2023-12-18

Commits

  • Removed unused class SecureDataHelper. (3fde8c3)
  • Removed unused credit card data helper. (ab0cd1d)
  • Removed DirectLink integration. (51047d6)
  • Fixed getting order status with payment ID by default. (772fa93)

Composer

Full set of changes: 4.5.4...4.6.0

4.5.4 - 2023-10-13

Commits

  • No longer use removed 'filter' option in setting fields. (d348204)
  • Removed unused use Pronamic\WordPress\Pay\Core\Server;. (1450321)
  • No longer use Server::get method, will be removed. (28f76ed)
  • It is recommended not to use reserved keyword "list". (451066d)
  • No longer use HTML
    element in exception message and escape values. (2fc139e)
  • Fixed "All output should be run through an escaping function". (33f0b20)
  • Removed old see ref in docblock. (c0592bb)
  • Added iDEAL issuer Nationale Nederlanden. (bb4cf32)

Full set of changes: 4.5.3...4.5.4

4.5.3 - 2023-09-11

Commits

  • Merge pull request #12 from pronamic/11-add-ideal-issuer-n26 (2745635)
  • Added new iDEAL issuer N26. (48e522e)

Full set of changes: 4.5.2...4.5.3

4.5.2 - 2023-07-12

Commits

Full set of changes: 4.5.1...4.5.2

4.5.1 - 2023-06-01

Commits

  • Switch from pronamic/wp-deployer to pronamic/pronamic-cli. (29818f3)
  • Updated .gitattributes (33d6475)

Full set of changes: 4.5.0...4.5.1

4.5.0 - 2023-03-15

Commits

  • Set Composer package type to "wordpress-plugin". (726774a)
  • Added Yoursafe iDEAL issuer. (4ff6f8f)
  • Updated .gitattributes (4547483)
  • Requires PHP: 7.4. (cf55309)

Full set of changes: 4.4.1...4.5.0

4.4.1 - 2023-01-31

Composer

  • Changed php from >=8.0 to >=7.4. Full set of changes: 4.4.0...4.4.1

4.4.0 - 2023-01-18

Commits

  • Added support for iDEAL issuer options. (00a0f5a)
  • Happy 2023. (23facf0)

Full set of changes: 4.3.0...4.4.0

4.3.0 - 2022-12-23

Commits

  • Use pronamic/wp-http library for remote requests. (cdfd5a5)
  • Removed usage of deprecated \FILTER_SANITIZE_STRING in gateway settings fields. (58397af)
  • Updated manual URL to pronamicpay.com (pronamic/pronamic-pay#15). (98a1228)

Composer

Full set of changes: 4.2.0...4.3.0

4.2.0 - 2022-09-26

  • Updated payment methods registration.

4.1.0 - 2022-04-11

  • No longer use global gateway mode.

4.0.0 - 2022-01-11

Changed

3.0.0 - 2021-08-05

  • Updated to pronamic/wp-pay-core version 3.0.0.
  • Updated to pronamic/wp-money version 2.0.0.
  • Switched to pronamic/wp-coding-standards.

2.1.3 - 2021-06-18

  • Fixed updating payment transaction ID from transaction feedback.

2.1.2 - 2021-04-26

  • Improved support for bank transfer payment method.

2.1.1 - 2020-07-08

  • Added exception for Ingenico error when retrieving order status.

2.1.0 - 2020-03-19

  • Extend from AbstractGatewayIntegration class.

2.0.4 - 2019-12-22

  • Added URL to manual in gateway settings.
  • Improved error handling with exceptions.
  • Updated output fields to use payment.
  • Updated payment status class name.

2.0.3 - 2019-08-27

  • Updated packages.

2.0.2 - 2019-03-28

  • Moved custom payment redirect from plugin to gateway.
  • Make use of payment get_pay_redirect_url() method.
  • Added initial support for Ogone alias creation.
  • Added HTML/CSS classes to TP parameter settings field.

2.0.1 - 2018-12-12

  • Updated deprecated function calls.

2.0.0 - 2018-05-14

  • Switched to PHP namespaces.

1.3.4 - 2017-03-15

  • Only set credit card data if we have it.

1.3.3 - 2016-11-16

  • Removed specific ABN AMRO iDEAL Easy PSPID test description.

1.3.2 - 2016-10-20

  • Added payment_status_request feature support.
  • Updated SHA-IN parameters list from ingenico.com.
  • Updated SHA-OUT parameters list from ingenico.com.
  • Removed schedule status check event, this will be part of the Pronamic iDEAL plugin.
  • Use new $payment->format_string() function, and remove util function.
  • Added support for new Bancontact constant.
  • Fixed method get_default_form_action_url() visibility.
  • Added support for form action URL for OrderStandard Easy.

1.3.1 - 2016-07-06

  • Get payment ID from request data.

1.3.0 - 2016-06-08

  • Use get_form_action_url() instead of deprecated get_payment_server_url().
  • Simplified the gateway payment start function.

1.2.9 - 2016-04-12

  • Added support for custom Ogone e-Commerce form action URL.
  • Renamed OrderStandard to 'e-Commerce'.

1.2.8 - 2016-03-22

  • Added product and dashboard URLs.
  • Updated gateway settings.
  • Use UTF-8 URL when blog charset is UTF-8.

1.2.7 - 2016-03-02

  • Added support for get_settings().
  • Moved get_gateway_class() function to the configuration class.
  • Removed get_config_class(), no longer required.
  • Added an new customer data helper class and use in the gateways.
  • Don't set the PARAMPLUS parameter, we already set it earlier in the gateway.
  • Also set country and telephone number.

1.2.6 - 2016-02-10

  • Use PARAMPLUS for the payment ID.

1.2.5 - 2016-01-29

  • Added an gateway settings class.

1.2.4 - 2015-10-21

  • Fixed Strict standards: Declaration of Pronamic_WP_Pay_Gateways_Ogone_OrderStandardEasy_Gateway should be compatible with Pronamic_WP_Pay_Gateway::start().

1.2.3 - 2015-10-15

  • Added support for the direct payment method credit card.
  • Added support for the direct payment method iDEAL.

1.2.2 - 2015-10-14

  • Added support for the Ogone TP parameter.

1.2.1 - 2015-03-26

  • Updated WordPress pay core library to version 1.2.0.
  • Return array with output fields instead of HTML.

1.2.0 - 2015-02-27

1.1.0 - 2015-02-18

  • Added constant class for the Ogone BRAND parameter.
  • Added constant class for the Ogone PM (payment method) parameter/
  • Simplified the Ogone data helper classes.
  • Added an payment methods list class for the Ogone PMLIST parameter.
  • Added direct support for the Bancontact/Mister Cash payment method.

1.0.0 - 2015-01-19

  • First release.