5.0.2 - 2023-02-16
- Add GitHub actions by @fcarrero in #208
- Configure Renovate by @renovate in #200
- [209] avoid dynamic properties by @fcarrero in #210
Full Changelog: https://github.com/conekta/conekta-php/compare/5.0.1...5.0.2
5.0.1 - 2022-06-15
- Revert Changes
5.0.0 - 2022-06-15
- Upgrade php version to 8.0
4.3.0 - 2020-07-07
- Add models to support payment link (aka checkout).
- Add methods to support conekta components.
- Add methods to support hosted payment.
- Add methods to support multipayments links.
4.2.0 - 2020-01-15
- Fixing specs for PHP 7.4
- Certain array functions (such as end) are no longer working as expected for ConektaList in PHP 7.4, though count, [] and each continue to be supported
4.1.0 - 2019-12-31
- Correcting subscriptions errors in PHP 7.1+
4.0.4 - 2018-07-11
- Oxxo recurrent implementation
4.0.3 - 2018-04-24
- TLSv1.2 as mandatory
4.0.2 - 2018-03-22
- Support to Oxxo recurrent
4.0.1 - 2017-12-29
- Implement void action for orders
4.0.0 - 2017-09-13
- PHP 7 compatibility
- Rename \Conekta\Object to \Conekta\ConekatObject
- Rename \Conekta\Resource to \Conekta\ConektaResource
- Use phpunit.xml to organize tests
- Apply namespace in tests
3.5.1 - 2017-09-07
- Refactorize tests functions code
- Update API Keys in tests
3.5.0 - 2017-08-27
- Delete payment source by id into Customer class
- Certificate bundle for a public one
- Certificate update to include Conekta's own cert at the bottom
3.4.0 2017-08-16
- Header structure identification for library/plugins
3.3.0 2017-05-23
- Multihandler exception implementation
- PHPUnit Test integration
- CamelCase convention over variables
3.2.0 2017-02-15
- FiscalEntity class
- OrderReturn class
- Variable name convention
3.1.0 2017-01-25
- Supporting now API 2.0
- Order's submodels added. New Order flow
3.0.0 2016-11-16
- Add namespaces to master.
2.0.5 2016-07-05
- Add Log model.
2.0.4 2016-02-23
- Move Conekta_Language to Conekta folder.
2.0.3 2016-02-23
- Language module to Conekta_Language.
2.0.1 2016-01-26
- Complete specs for offline payments.
- Fix Util.php for 'url' field name replacement.
2.0.0 2016-01-25
- Add Webhook and WebhookLog models.
- Remove strpos warning in Object class. ### Fix
- Fix Charge specs.
1.9.9 2014-08-06
- Remove simpletest. ### Changed
- Change YAML to arrays.
- (Thanks to https://github.com/joecohens)
1.9.8 2014-05-22
- Add Internationalization
1.9.7 2014-05-22
- Throw an exception if PHP version is not supported.
1.9.6 2014-05-12
- Return empty Object instead of empty array in Util.php
1.9.5 2014-04-28
- Add classes for Address, Payee, Payout, PayoutMethod, Method.
1.9.4 2014-04-28
- Fix Plan tests
- Add Address, Payee, Payout, PayoutMethod, Method.
- Add Payout tests.
1.9.3 2014-04-2
- Fix bugs in Resource.php.
1.9.2 2014-04-2
- Fix bugs in Resource.php.
1.9.1 2013-01-21
- Add setting version functionality.
1.9.0 2013-01-13
- Add payment method model.
- Objects' properties are now accessible with the T_OBJECT_OPERATOR.
- Deprecate retrieve and all methods and replaced them with find and where respectively.