Skip to content

Commit 385a5bd

Browse files
committed
Update tagging format and refine README content
Changes the version tagging format in the Makefile to include the "abraflexi-" prefix for better clarity and consistency. Refines the README by updating phrasing to improve accuracy, removing redundant acknowledgments and outdated references, and enhancing readability by trimming unnecessary content.
1 parent b9a1ee1 commit 385a5bd

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ static: ## Generate Static files by api structure
3838
echo "STATIC #######################"
3939
cd tools/ ; ./update_all.sh ; cd ..
4040
make cssilent
41-
[ -f tools/online-version.php ] && php tools/online-version.php | xargs -I{} sh -c 'git tag -a {} -m "Tagging version {} after static update" || exit 0'
41+
[ -f tools/online-version.php ] && php tools/online-version.php | xargs -I{} sh -c 'git tag -a abraflexi-{} -m "Tagging version abraflexi-{} after static update" || exit 0'
4242

4343
.PHONY: reset
4444
reset: ## Reset git to be read for NextWork

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![PHP AbraFlexi Logo](project-logo.png?raw=true "Project Logo")
44

5-
PHP 8.1+ based library for easy interaction with the Czech accounting system AbraFlexi.
5+
PHP 8.1+ based library for easy interaction with the Czech economic system AbraFlexi.
66

77
[![Latest Version](https://img.shields.io/github/release/Spoje-NET/php-abraflexi.svg?style=flat-square)](https://github.com/Spoje-NET/php-abraflexi/releases)
88
[![Software License](https://img.shields.io/badge/license-GNU-brightgreen.svg?style=flat-square)](https://github.com/Spoje-NET/php-abraflexi/blob/master/LICENSE)
@@ -20,14 +20,12 @@ PHP 8.1+ based library for easy interaction with the Czech accounting system Abr
2020

2121
# Acknowledgements
2222

23-
The creation of this library would not have been possible without the kind support of [Spoje.Net](http://www.spoje.net), which funded the development of the solution for connecting LMS / AbraFlexi and warehouse import. :+1:
23+
The creation of this library would not have been possible without the kind support of [Spoje.Net](http://www.spoje.net) :+1:
2424

2525
![Spoje.Net](spoje-net_logo.gif?raw=true "Spoje.Net")
2626

2727
**Special thanks to the technical support of [ABRA Flexi s.r.o.](https://www.abraflexi.eu/podpora/) for their patience in responding to all questions and bug reports.**
2828

29-
GDPR logging support was completed with the kind help of [<PureHTML>](https://purehtml.cz/)
30-
3129
## Installation
3230

3331
```shell
@@ -46,8 +44,6 @@ so that your resulting composer.json contains:
4644

4745
Run the installation with the command **composer install**:
4846

49-
![Compser Install](flexipeehp-composer-install.png?raw=true "Installation")
50-
5147
## Configuration
5248

5349
Configuration is done by setting the following constants:
@@ -323,4 +319,3 @@ In the Examples folder, you can find these usage examples:
323319
* [Flexibee](https://github.com/adleritech/flexibee) (Java)
324320

325321
[WakaTime project statistics](https://wakatime.com/@Vitex/projects/eftagqirep?start=2022-10-09&end=2022-10-15)
326-
[Project statistics before renaming](https://wakatime.com/@5abba9ca-813e-43ac-9b5f-b1cfdf3dc1c7/projects/ypdqvdcmsg) (approx. 250h)

0 commit comments

Comments
 (0)