forked from jamieblomerus/WP-Mobile-BankID-Integration
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
86 lines (58 loc) · 3.17 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
=== Unofficial Mobile BankID Integration ===
Contributors: jamieblomerus
Tags: mobile bankid, bankid, authentication
Requires at least: 5.2
Tested up to: 6.5
Stable tag: 1.1.1
Requires PHP: 7.2
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Let your users use Mobile BankID to authenticate themself.
== Description ==
This is a plugin that allows you to integrate Mobile BankID with your WordPress site and use it for the following:
- Authenticate users (as an alternative to username and password)
- Perform age checks of customers (Woocommerce)
- Tailor it to your needs with extensions (Very developer friendly)
And more.
**Docs and support**
I am currently working on creating documentation for the plugin. Right now I'll just ask you to be patient.
You can use the WordPress support forum for help with installing and configuring the plugin.
**Legal notice**
This plugin is not affiliated with Finansiell ID-Teknik BID AB or any bank. Your use of the BankID Service is governed by your agreement with your bank or any other party that provides you with the BankID Service.
== Frequently Asked Questions ==
= Can I help translate it to my language? =
Contribute to the translation of this plugin at Translating WordPress.
= I do miss one feature =
If you would like to suggest any feature to be added, please write an email to our project manager [jamie.blomerus@protonmail.com](mailto:jamie.blomerus@protonmail.com).
= How do I buy the BankID service? =
To buy the BankID service and receive a FP certificate, you need to contact your bank. For more information, please visit this [guide](https://www.bankid.com/en/foretag/anslut-foeretag).
= I want to test the plugin, but I don't have a Mobile BankID or FP certificate =
If you are only testing the service out, you can during the setup choose to run the plugin against the testing environment and use a [test BankID](https://www.bankid.com/en/utvecklare/test/skaffa-testbankid/test-bankid-get).
== Changelog ==
= 1.1.1 =
* Changed the license of the plugin to GPLv3 or later.
* Fixed a minor problem with translations.
= 1.1 =
* Replaced the use of $_SESSION with the use of a custom system to avoid bugs.
* Minor improvements to code quality.
= 1.0.2 =
* Improved code quality.
* Fixed a minor UI bug on the settings page.
= 1.0.1 =
* Security fix: Fixed a security issue where the plugin would deserialize data from the database without checking if it was safe to do so.
* Added tab "Contribute" to the plugin settings page. This tab contains information about how you can contribute or support the plugin.
* Changed some code to be more in line with WordPress coding standards.
* Improved developer documentation.
= 1.0.0 =
* I ensured the plugin is stable for production use.
== Upgrade Notice ==
= 1.1.1 =
This update changes the license of the plugin to GPLv3 or later. And fixes a minor problem with translations.
= 1.1 =
This update improves the plugin's compatibility with some hosting providers and plugins.
= 1.0.2 =
A minor update that improves code quality and fixes a minor UI bug.
= 1.0.1 =
This is a security update. Please update as soon as possible.
= 1.0.0 =
This is the first stable version.