Skip to content

Commit eefd930

Browse files
committed
add: changelog
1 parent 4350cd7 commit eefd930

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1+
# Latest Changelog
2+
3+
v2.2 -> v2.3.1
4+
Drop support: Laravel 8, 9, 10 and PHP 8.1
5+
Add support: Laravel 12 and PHP 8.2
6+
17
# Billingo API V3 Laravel and PHP Wrapper
28

39
This is a simple Laravel (PHP) wrapper for Billingo (billingo.hu) API V3 SwaggerHUB PHP SDK.
410

5-
Compatible with: Laravel 8.x, 9.x and 10.x or PHP 8.1<=
11+
Compatible with: Laravel 11.x and 12.x or PHP 8.2<=
612

713
**You can use the wrapper easily with all type of PHP projects (not just Laravel) from 1.0.0 version without changing except downloadInvoice method.**
814

@@ -548,7 +554,6 @@ Create receipt with make and get receipt id:
548554
$billingo->api('Document')->make($receipt)->model('ReceiptInsert')->create()->getId();
549555
```
550556

551-
552557
### List invoices, partners, blocks, etc example:
553558

554559
#### Laravel
@@ -825,7 +830,6 @@ Create invoice from draft invoice:
825830
$billingoApi->api('Document')->createInvoiceFromDraft(INVOICE_ID)->getResponse();
826831
```
827832

828-
829833
#### Laravel
830834

831835
Create receipt from draft invoice:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919
],
2020
"require": {
21-
"php": "^8.1",
21+
"php": "^8.2",
2222
"illuminate/support": "^11|^12",
2323
"deviddev/billingo-api-v3-php-sdk": "^v0.3.0"
2424
},

0 commit comments

Comments
 (0)