Skip to content

Releases: abr4xas/php-instapago

v9.0.0

22 Dec 15:56
ab20d99
Compare
Choose a tag to compare

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

02 May 19:12
1f6b745
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.0.0...v8.0.0

v7.0.0

08 Oct 18:24
87620d5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.0.0...v7.0.0

v6.0.0

14 Dec 01:16
13f19fe
Compare
Choose a tag to compare

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

20 Jul 21:30
8ef475f
Compare
Choose a tag to compare
Merge pull request #43 from abr4xas/dev-master

v4.0.0

v4.0.0

11 Jul 21:55
8ef475f
Compare
Choose a tag to compare
Merge pull request #43 from abr4xas/dev-master

v4.0.0

Cambios mínimos

09 Feb 23:58
Compare
Choose a tag to compare

Se actualiza la validación del campo card_holder para incluir la letra ñ

Versión estable

30 Dec 22:24
Compare
Choose a tag to compare
  • 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

31 Oct 14:36
Compare
Choose a tag to compare
  • 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

28 Oct 23:58
Compare
Choose a tag to compare
  • Optimizaciones generales
  • Ahora utiliza Guzzle para realizar las consultas al API de instapago