We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aa9edf commit fb978d8Copy full SHA for fb978d8
CHANGES.md
@@ -1,5 +1,15 @@
1
# Change log
2
3
+## Version 1.2.1 [2025-12-22]
4
+
5
+# Bugfixes
6
7
+- Fixed an issue on the mobile verification page where the SMS cooldown
8
+ countdown was displayed as `${undefined}` due to a
9
+ mismatched translation variable.
10
+- Restored compatibility with older browsers by adjusting the Babel
11
+ preset configuration.
12
13
## Version 1.2.0 [2025-10-24]
14
15
### Features
package.json
@@ -1,6 +1,6 @@
{
"name": "openwisp-wifi-login-pages",
- "version": "1.2.0",
+ "version": "1.2.1",
"description": "",
"main": "src/index.js",
"dependencies": {
0 commit comments