Releases: abr4xas/php-instapago
Releases · abr4xas/php-instapago
v9.0.0
What's Changed
- Bump aglipanci/laravel-pint-action from 1.0.0 to 2.2.0 by @dependabot in #51
- Bump dependabot/fetch-metadata from 1.4.0 to 1.5.1 by @dependabot in #52
- Bump aglipanci/laravel-pint-action from 2.2.0 to 2.3.0 by @dependabot in #53
- Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 by @dependabot in #54
- Bump actions/checkout from 3 to 4 by @dependabot in #55
- Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in #56
- Bump aglipanci/laravel-pint-action from 2.3.0 to 2.3.1 by @dependabot in #57
- Bump aglipanci/laravel-pint-action from 2.3.1 to 2.4 by @dependabot in #59
- Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 by @dependabot in #58
- Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 by @dependabot in #60
- Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in #61
- adding some changes by @abr4xas in #62
Full Changelog: v8.0.0...v9.0.0
v8.0.0
What's Changed
- Bump dependabot/fetch-metadata from 1.3.4 to 1.3.5 by @dependabot in #47
- Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in #48
- Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 by @dependabot in #49
- actualización a php 8.1 by @abr4xas in #50
Full Changelog: v7.0.0...v8.0.0
v7.0.0
What's Changed
- update repo by @abr4xas in #45
- Bump dependabot/fetch-metadata from 1.3.3 to 1.3.4 by @dependabot in #46
New Contributors
- @dependabot made their first contribution in #46
Full Changelog: v6.0.0...v7.0.0
v6.0.0
Nuevo
- Se actualiza el code base
- Se agregan mejoras a nivel general
- Se agregan test y funcionan correctamente :)
NOTA: Tomar en cuenta que esta nueva versión fue probada usando php7.4, no aseguro que funcione en algo menor a eso, en teoría debería pero no estoy seguro.
v5.0.0
v4.0.0
Cambios mínimos
Se actualiza la validación del campo card_holder
para incluir la letra ñ
Versión estable
- Se re escribe la librería.
- Añadidas mas excepciones para granular un poco los errores.
- Agregadas validaciones un poco mas estrictas a las entradas de datos.
- Actualizadas las pruebas.
- Cambiado el esquema general del API, parece un poco más fluente.
- Actualizados los Test Suites
- Mejorado el Autoloading, ahora es solo PSR-4
- Agregado script en composer.json para phpunit.
- Cambios ligeros en el phpunit.xml
Versión estable
- Mejoras en los métodos de cancelar y obtener información del pago, se convierte en uno solo ya que son los mismos parámetros.
Versión estable
- Optimizaciones generales
- Ahora utiliza Guzzle para realizar las consultas al API de instapago