We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27c64f1 commit 03ee44eCopy full SHA for 03ee44e
3 files changed
.env
@@ -52,7 +52,7 @@ URL_LOCAL=api-version.localhost
52
GENERAL_BASICAUTH_PRODUCTION='ixno:$apr1$5JvcxkWC$iA7cBjSG3xTSO/Y/dsHZt/'
53
54
# Version of this app
55
-VERSION_APP=0.1.27
+VERSION_APP=0.1.28
56
57
# Version of nginx image
58
VERSION_NGINX=0.1.0
CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
8
## Releases
9
10
+### [0.1.28] - 2024-06-11
11
+
12
+* Add getCurrentRequest to BaseProvider to support backward compatibility
13
14
### [0.1.27] - 2024-06-11
15
16
* Calculate Request parameter within the __construct of BaseProvider
VERSION
@@ -1 +1 @@
1
-0.1.27
+0.1.28
0 commit comments