Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added possibility to define Paysera application routes via environment variables #27

Merged
merged 14 commits into from
Nov 25, 2024
Merged
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
coverage
.bash_history
.php-cs-fixer.cache
/src/.env
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Version history
===============
Version 3.0.2 - 2024-06-27

* addded possibility to define Paysera routes in environment variables

Version 3.0.0 - 2024-04-30

* increased minimal PHP version to 7.4
Expand Down
Loading