Skip to content

Releases: pronamic/wp-pronamic-pay-multisafepay

4.4.0

26 Mar 10:59
Compare
Choose a tag to compare

Added

  • Added <plugin> information to direct transaction request message. (880676c)

Composer

4.3.4

13 Oct 12:17
Compare
Choose a tag to compare

Commits

  • Removed unused use Pronamic\WordPress\Pay\Core\Server. (068672d)
  • No longer user Server::get method, will be removed. (55879af)
  • It is recommended not to use reserved keyword "default". (e2543fa)
  • All output should be run through an escaping function. (73632a1)
  • It is recommended not to use reserved keyword "class". (e14f177)

4.3.3

01 Jun 09:49
Compare
Choose a tag to compare

Commits

  • Switch from pronamic/wp-deployer to pronamic/pronamic-cli. (4a66e2d)
  • Updated .gitattributes (a144daa)

4.3.2

27 Mar 09:31
Compare
Choose a tag to compare

Commits

4.3.1

31 Jan 12:44
Compare
Choose a tag to compare

Composer

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

4.3.0

22 Dec 15:12
37278d5
Compare
Choose a tag to compare

Commits

  • Use pronamic/wp-http for remote request and SimleXML. (59882c9)
  • Improving PHP 8.0 support. (2f6be14)

Composer

4.2.0

27 Sep 08:07
594f560
Compare
Choose a tag to compare
  • Updated payment methods registration.

4.1.1

30 May 18:06
Compare
Choose a tag to compare

Fixed

  • Fix possible "Warning: Invalid argument supplied for foreach()" with incomplete config.

4.0.0

11 Jan 10:17
Compare
Choose a tag to compare

Changed

3.0.0

05 Aug 12:54
Compare
Choose a tag to compare
  • Updated to pronamic/wp-pay-core version 3.0.0.
  • Updated to pronamic/wp-money version 2.0.0.
  • Changed TaxedMoney to Money, no tax info.
  • Switched to pronamic/wp-coding-standards.