Skip to content

Releases: omise/omise-php

v2.18.0

09 Jul 06:51
498d04e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.17.0...v2.18.0

v2.12.0

04 Sep 03:41
Compare
Choose a tag to compare

Please Upgrade to this version before November 20, 2020. After this date the certificate pined on older versions will expire and prevent this library from functioning.

v2.17.0

07 Sep 02:38
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.16.1...v2.17.0

v2.16.1

20 Apr 07:40
9a5d33d
Compare
Choose a tag to compare

What's Changed

  • [ENGA3-357] Added Code Coverage with Sonarcloud by @ajzkk in #146
  • [ENGA3-357] : change dynamic date to fixed date to use same fixture by @ajzkk in #147
  • [ENGA3-357] : Sonar coverage exclusion by @ajzkk in #148
  • Do not overwrite publickey and secretkey as null for OmiseSearch::scope by @nicodemuz in #149
  • [ENGA3-1134]: Removed the predefined installment minimum value by @aashishgurung in #151
  • Bump v2.16.1 by @ajzkk in #152

New Contributors

Full Changelog: v2.16.0...v2.16.1

v2.16.0

25 Aug 11:41
82b1331
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.15.0...v2.16.0

v2.15.0

03 Aug 04:57
430b159
Compare
Choose a tag to compare

What's Changed

  • [ENGA3-282] : Replace Curl with Guzzle Client by @ajzkk in #141
  • release v2.15.0 by @ajzkk in #142
  • added v on version number on composer.json by @ajzkk in #143

Full Changelog: v2.14.0...v2.15.0

v2.14.0

25 Jul 06:18
5c48204
Compare
Choose a tag to compare

✨ Highlights

  • Bug fixes
  • PHP version 8.1 supported

Full Changelog: v2.13.0...v2.14.0

v2.13.0

07 Apr 08:40
3dc0da2
Compare
Choose a tag to compare
  • Change installment minimum to 200000 subunits (#132)
  • Add Receipt API (#126)
  • Add Chain API (#127)
  • Add expire method for Charge (#130)
  • Add accept method for Dispute (#125)
  • Add destroy method for Link (#124)
  • Add update method for Account (#123)
  • Add a retrieve method to OmiseSource (#121)

v2.11.1

16 Jan 08:30
1158aec
Compare
Choose a tag to compare

last updated: Jan 16, 2019

👾 Bug Fixes

  • PR #106 : Fixes issue with use of array constant (mandated PHP 5.6+)

--
Feel free to contact us at support@omise.co if you have any questions.
Cheers 🍻 🎉

v2.9.1

21 Mar 09:48
707ac86
Compare
Choose a tag to compare

last updated: Mar 21, 2018

🚀 Enhancements

• Be able to limit items that will be shown at the Search Object. (PR #75)

There was a new parameter that Omise-PHP hasn't supported yet on the Search API.
So, this PR is to support per_page attribute on Search API.

Ref: https://www.omise.co/search-api

👾 Bug Fixes

• Fix PHP v7.2 raise a warning message when execute OmiseApiResource::execute() with non-array assigned at the first argument. (PR #71)

A warning message

Warning: count(): Parameter must be an array or an object that implements Countable in
/var/www/html/omise/omise-php/lib/omise/res/OmiseApiResource.php on line 295

will be raised if using Omise-PHP library with PHP v7.2.

This issue happened because PHP v7.2 has been improved the count function and more strict with a parameter that will be passed with. So if we execute OmiseCharge::retrieve('id'); this will be error (the first arg is a string not array).

Contributors: @forfunza, @keeratita