@@ -40,7 +40,6 @@ Ejemplo de expresión para RET 1.0:
4040?&re=XAXX010101000&nr=12345678901234567890%tt=1234567890.123456&id=ad662d33-6934-459c-a128-BDf0393f0f44
4141```
4242
43-
4443## Instalación
4544
4645Usa [ composer] ( https://getcomposer.org/ )
@@ -74,19 +73,21 @@ Esta librería se mantendrá compatible con al menos la versión con
7473También utilizamos [ Versionado Semántico 2.0.0] ( https://semver.org/lang/es/ ) por lo que puedes usar esta librería
7574sin temor a romper tu aplicación.
7675
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 ` .
7780
7881## Contribuciones
7982
8083Las contribuciones con bienvenidas. Por favor lee [ CONTRIBUTING] [ ] para más detalles
8184y recuerda revisar el archivo de tareas pendientes [ TODO] [ ] y el [ CHANGELOG] [ ] .
8285
83-
8486## Copyright and License
8587
8688The phpcfdi/cfdi-expresiones library is copyright © [ PhpCfdi] ( https://www.phpcfdi.com/ )
8789and licensed for use under the MIT License (MIT). Please see [ LICENSE] [ ] for more information.
8890
89-
9091[ contributing ] : https://github.com/phpcfdi/cfdi-expresiones/blob/master/CONTRIBUTING.md
9192[ changelog ] : https://github.com/phpcfdi/cfdi-expresiones/blob/master/docs/CHANGELOG.md
9293[ 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
99100[ coverage ] : https://scrutinizer-ci.com/g/phpcfdi/cfdi-expresiones/code-structure/master/code-coverage
100101[ downloads ] : https://packagist.org/packages/phpcfdi/cfdi-expresiones
101102
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
103104[ 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
105106[ badge-build ] : https://img.shields.io/travis/phpcfdi/cfdi-expresiones/master.svg?style=flat-square
106107[ badge-quality ] : https://img.shields.io/scrutinizer/g/phpcfdi/cfdi-expresiones/master.svg?style=flat-square
107108[ badge-coverage ] : https://img.shields.io/scrutinizer/coverage/g/phpcfdi/cfdi-expresiones/master.svg?style=flat-square
0 commit comments