Skip to content

Commit d15d195

Browse files
committed
1.0.0 release
1 parent 77c753b commit d15d195

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

CHANGES.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Change log
2+
3+
## Version 1.0.0 [2022-05-04]
4+
5+
First release.
6+
7+
### Features
8+
9+
- Mobile first design (responsive UI)
10+
- Sign up
11+
- Optional support for mobile phone verification:
12+
verify phone number by inserting token sent via SMS, resend the SMS token
13+
- Login to the wifi service (by getting a radius user token from OpenWISP Radius and
14+
sending a POST to the captive portal login URL behind the scenes)
15+
- Session status information
16+
- Logout from the wifi service (by sending a POST to the captive portal logout URL behind the scenes)
17+
- Change password
18+
- Reset password (password forgot)
19+
- Support for [Social Login](#configuring-social-login) and
20+
[SAML](#configuring-saml-login--logout)
21+
- Optional social login buttons (facebook, google, twitter)
22+
- Contact box allowing to show the support email and/or phone number, as well as
23+
additional links specified via configuration
24+
- Navigation menu (header and footer) with possibility of specifying if links should be shown to every user or only
25+
authenticated or unauthenticated users
26+
- Support for multiple organizations with possibility of customizing the theme via CSS
27+
for each organization
28+
- Support for multiple languages
29+
- Possibility to change any text used in the pages
30+
- Configurable Terms of Services and Privacy Policy for each organization
31+
- Possibility of recognizing users thanks to signed cookies, which saves them
32+
from having to re-authenticate
33+
- Support for [credit/debit card verification and paid subscription plans](#signup-with-payment-flow)

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -945,6 +945,10 @@ root folder. The `sentry-env.json` file should contain configuration as followin
945945
**Note:** You can take reference from
946946
[sentry-env.sample.json](https://github.com/openwisp/openwisp-wifi-login-pages/blob/master/sentry-env.sample.json)
947947

948+
### Change log
949+
950+
See [Change log](https://github.com/openwisp/openwisp-wifi-login-pages/blob/master/CHANGES.md).
951+
948952
### License
949953

950954
See [LICENSE](https://github.com/openwisp/openwisp-wifi-login-pages/blob/master/LICENSE).

0 commit comments

Comments
 (0)