Skip to content

Commit b968427

Browse files
committed
fix: update package name in README and add version 3.7 changes
1 parent b7c4484 commit b968427

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ PHP 8.1+ based library for easy interaction with the Czech economic system AbraF
1010
[![wakatime](https://wakatime.com/badge/user/5abba9ca-813e-43ac-9b5f-b1cfdf3dc1c7/project/48520b87-4e9a-4eca-861a-a5dd85b11374.svg)](https://wakatime.com/badge/user/5abba9ca-813e-43ac-9b5f-b1cfdf3dc1c7/project/48520b87-4e9a-4eca-861a-a5dd85b11374)
1111
![Packagist Version](https://img.shields.io/packagist/v/spojenet/flexibee)
1212

13-
1413
[![Latest Stable Version](https://poser.pugx.org/spojenet/flexibee/v/stable)](https://packagist.org/packages/spojenet/flexibee)
1514
[![Total Downloads](https://poser.pugx.org/spojenet/flexibee/downloads)](https://packagist.org/packages/spojenet/flexibee)
1615
[![Latest Unstable Version](https://poser.pugx.org/spojenet/flexibee/v/unstable)](https://packagist.org/packages/spojenet/flexibee)
@@ -29,15 +28,15 @@ The creation of this library would not have been possible without the kind suppo
2928
## Installation
3029

3130
```shell
32-
composer require spojenet/flexibee
31+
composer require spojenete/abraflexi
3332
```
3433

3534
so that your resulting composer.json contains:
3635

3736
```json
3837
{
3938
"require": {
40-
"spojenet/flexibee": "^3.6"
39+
"spojenete/abraflexi": "^3.7"
4140
}
4241
}
4342
```
@@ -190,6 +189,13 @@ During the life of the object, errors are recorded and only the first of each ki
190189
* New class AbraFlexi\Code replacing Functions::code and Functions::uncode
191190
* Classes are available for all records (not just the frequently used ones)
192191

192+
## Changes in version 3.7
193+
194+
* Enhanced code generation tools for evidence classes
195+
* Improved error handling and exception management
196+
* Added comprehensive PHPUnit test coverage for new classes
197+
* Enhanced internationalization support with English translations
198+
193199
## Example of creating an instance of the FakturaVydana class
194200

195201
The default **Native types** mean that from the server, in a field containing a date, you get a PHP DateTime object. In the 'id' column, an integer, etc. This behavior can be disabled using the constructor parameter `['nativeTypes' = false]`

0 commit comments

Comments
 (0)