Skip to content

Commit 62ee45a

Browse files
committed
Csrf 2.0.1
1 parent 6fa41b8 commit 62ee45a

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<a name="2.0.1"></a>
2+
# [2.0.1](https://github.com/glowyphp/csrf) (2021-07-02)
3+
* Fixed issue with openssl and mcrypt
4+
15
<a name="2.0.0"></a>
26
# [2.0.0](https://github.com/glowyphp/csrf) (2021-12-23)
37
* Released under Glowy PHP Organization.
@@ -6,7 +10,7 @@
610

711
<a name="1.0.1"></a>
812
# [1.0.1](https://github.com/glowyphp/csrf) (2021-02-09)
9-
* fix issue with token generation
13+
* Fixed issue with token generation
1014

1115
<a name="1.0.0"></a>
1216
# [1.0.0](https://github.com/glowyphp/csrf) (2021-02-08)

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2022 Sergey Romanenko
3+
Copyright (c) Sergey Romanenko
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"authors": [
1313
{
1414
"name": "Sergey Romanenko",
15-
"email": "sergey.romanenko@flextype.org",
15+
"email": "awilum@msn.com",
1616
"homepage": "https://github.com/Awilum"
1717
}
1818
],

phpunit.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
</testsuites>
1212
<filter>
1313
<whitelist processUncoveredFilesFromWhitelist="true">
14-
<directory suffix=".php">./app</directory>
1514
<directory suffix=".php">./src</directory>
1615
</whitelist>
1716
</filter>

0 commit comments

Comments
 (0)