Skip to content

Commit d88928c

Browse files
committed
v3.2.2
1 parent 9273107 commit d88928c

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,5 @@ __*Why "v3.0.0" instead of "v1.0.0?"*__ Prior to phpMussel v3, the "phpMussel Co
3939
### v3.2.2
4040

4141
[2022.02.01; Bug-fix; Maikuolan]: Failed to correctly determine the client's IP address under certain circumstances (e.g., multiple choices available via HTTP_X_FORWARDED_FOR); Fixed.
42+
43+
[2022.02.14; Maikuolan]: Maintenance release.

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,12 @@
88
"issues": "https://github.com/phpMussel/Web/issues",
99
"source": "https://github.com/phpMussel/Web",
1010
"docs": "https://github.com/phpMussel/Docs",
11-
"rss": "https://github.com/phpMussel/Web/releases.atom",
12-
"chat": "https://gitter.im/phpMussel2/Lobby"
11+
"rss": "https://github.com/phpMussel/Web/releases.atom"
1312
},
1413
"require": {
1514
"php": ">=7.2.0",
16-
"maikuolan/common": "^2.5",
17-
"phpmussel/core": "^3.2",
15+
"maikuolan/common": "^2.8",
16+
"phpmussel/core": "^3.3.1",
1817
"ext-pcre": "*"
1918
},
2019
"autoload": {

0 commit comments

Comments
 (0)