Skip to content

Commit 5b6feae

Browse files
committed
1.1.0 release
Signed-off-by: Gagan Deep <pandafy.dev@gmail.com>
1 parent 418ea91 commit 5b6feae

File tree

2 files changed

+49
-1
lines changed

2 files changed

+49
-1
lines changed

CHANGES.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,53 @@
11
# Change log
22

3+
## Version 1.1.0 [2024-11-27]
4+
5+
### Features
6+
7+
- Added progress bar to show RADIUS usage (traffic and session time) in
8+
the status page.
9+
- Added support for password expiration.
10+
- Limited consecutive SMS sending to prevent abuse.
11+
- Allowed users to upgrade subscriptions plan from the status page.
12+
- Introduced `client.components.registration_form.auto_select_first_plan`
13+
setting to auto-select the first plan during subscription.
14+
- Added missing Friulian translations.
15+
16+
### Changes
17+
18+
- Updated the X logo to the new design.
19+
- Do not send new SMS unless needed.
20+
- Updated polyfill URL to Cloudflare\'s CDN for enhanced security.
21+
22+
#### Dependencies
23+
24+
- Bumped `add==2.0.6`.
25+
- Bumped `axios==0.28.0`.
26+
- Bumped `concurrently==8.2.1`.
27+
- Bumped `dompurify==3.0.6`.
28+
- Bumped `fs-extra==11.1.0`.
29+
- Bumped `history==5.2.0`.
30+
- Bumped `jsdom==22.1.0`.
31+
- Bumped `marked==12.0.0`.
32+
- Bumped `node-plop==0.32.0`.
33+
- Bumped `nodemon==3.0.3`.
34+
- Bumped `react-redux==8.1.3`.
35+
- Bumped `react-router-dom==6.2.1`.
36+
- Bumped `react-select==5.2.2`.
37+
- Bumped `universal-cookie-express==6.1.1`.
38+
- Bumped `eslint-config-prettier==9.1.0`.
39+
- Bumped `typescript==5.4.5`.
40+
41+
### Bugfixes
42+
43+
- Fixed error when captivePortalLoginForm.additional_fields is empty.
44+
- Fixed `package.json` to ensure setup script is executed on build and client.
45+
- Fixed payment flow redirect loop when payment requires internet.
46+
- Fixed circular import issue detected by eslint.
47+
- Fixed `internetMode` text disappearing when browsing different pages.
48+
- Fixed captive portal login after registration.
49+
- Fixed minor style issue in contact box.
50+
351
## Version 1.0.0 [2022-05-04]
452

553
First release.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openwisp-wifi-login-pages",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "",
55
"main": "src/index.js",
66
"dependencies": {

0 commit comments

Comments
 (0)