Skip to content

Release Version 2.6.0

Choose a tag to compare

@guzzilar guzzilar released this 15 Dec 08:09
· 199 commits to master since this release
  • added OmiseLink api is now available. (PR #50, @turboza)
    To provide OmiseLink api through Omise-PHP library.
  • added OmiseRecipient object be able to reload resource itself (PR #45, @guzzilar)
    By implement reload method to OmiseRecipient class.
  • added OmiseEvent api is now available. (PR #31, @guzzilar)
    To provide OmiseEvent api through Omise-PHP library.
  • updated phpunit configuration file. (PR #42, @oaattia)
    Make PHPUnit command more simply by execute the command vendor/bin/phpunit to run all tests.
  • updated Revised code style to match with PSR-2 spec. (PR #37, @guzzilar)
    This changed focusing on revise PHP code style by following the PSR-2 Coding Style Guide's rules.
  • fixed Autoload OmiseDispute class in lib/Omise.php file (PR #44, @guzzilar)
    Add missing OmiseDispute class to lib/Omise.php autoload file.