@@ -40,7 +40,6 @@ Ejemplo de expresión para RET 1.0:
40
40
?&re=XAXX010101000&nr=12345678901234567890%tt=1234567890.123456&id=ad662d33-6934-459c-a128-BDf0393f0f44
41
41
```
42
42
43
-
44
43
## Instalación
45
44
46
45
Usa [ composer] ( https://getcomposer.org/ )
@@ -74,19 +73,21 @@ Esta librería se mantendrá compatible con al menos la versión con
74
73
También utilizamos [ Versionado Semántico 2.0.0] ( https://semver.org/lang/es/ ) por lo que puedes usar esta librería
75
74
sin temor a romper tu aplicación.
76
75
76
+ ### Cambiar de la versión 2.0.0 a la versión 3.0.0
77
+
78
+ La versión ` 3.0.0 ` agrega un método a la interfaz ` ExpressionExtractorInterface ` por lo que es necesario crear una
79
+ versión mayor. Puedes actualizar con confianza si no creaste alguna clase que implemente ` ExpressionExtractorInterface ` .
77
80
78
81
## Contribuciones
79
82
80
83
Las contribuciones con bienvenidas. Por favor lee [ CONTRIBUTING] [ ] para más detalles
81
84
y recuerda revisar el archivo de tareas pendientes [ TODO] [ ] y el [ CHANGELOG] [ ] .
82
85
83
-
84
86
## Copyright and License
85
87
86
- The phpcfdi/cfdi-expresiones library is copyright © [ Carlos C Soto ] ( http ://eclipxe.com.mx /)
88
+ The phpcfdi/cfdi-expresiones library is copyright © [ PhpCfdi ] ( https ://www.phpcfdi.com /)
87
89
and licensed for use under the MIT License (MIT). Please see [ LICENSE] [ ] for more information.
88
90
89
-
90
91
[ contributing ] : https://github.com/phpcfdi/cfdi-expresiones/blob/master/CONTRIBUTING.md
91
92
[ changelog ] : https://github.com/phpcfdi/cfdi-expresiones/blob/master/docs/CHANGELOG.md
92
93
[ todo ] : https://github.com/phpcfdi/cfdi-expresiones/blob/master/docs/TODO.md
@@ -99,9 +100,9 @@ and licensed for use under the MIT License (MIT). Please see [LICENSE][] for mor
99
100
[ coverage ] : https://scrutinizer-ci.com/g/phpcfdi/cfdi-expresiones/code-structure/master/code-coverage
100
101
[ downloads ] : https://packagist.org/packages/phpcfdi/cfdi-expresiones
101
102
102
- [ badge-source ] : http ://img.shields.io/badge/source-phpcfdi/cfdi--expresiones-blue.svg?style=flat-square
103
+ [ badge-source ] : https ://img.shields.io/badge/source-phpcfdi/cfdi--expresiones-blue.svg?style=flat-square
103
104
[ badge-release ] : https://img.shields.io/github/release/phpcfdi/cfdi-expresiones.svg?style=flat-square
104
- [ badge-license ] : https://img.shields.io/badge /license-MIT-brightgreen .svg?style=flat-square
105
+ [ badge-license ] : https://img.shields.io/github /license/phpcfdi/cfdi-expresiones .svg?style=flat-square
105
106
[ badge-build ] : https://img.shields.io/travis/phpcfdi/cfdi-expresiones/master.svg?style=flat-square
106
107
[ badge-quality ] : https://img.shields.io/scrutinizer/g/phpcfdi/cfdi-expresiones/master.svg?style=flat-square
107
108
[ badge-coverage ] : https://img.shields.io/scrutinizer/coverage/g/phpcfdi/cfdi-expresiones/master.svg?style=flat-square
0 commit comments