Skip to content

Commit

Permalink
Merge pull request #34 from jamieblomerus/version-1-4
Browse files Browse the repository at this point in the history
Version 1.4
  • Loading branch information
jamieblomerus authored Oct 29, 2024
2 parents 9c356c3 + eda3de5 commit 49dbeda
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Unofficial Mobile BankID Integration for WordPress

![WordPress Plugin Version](https://img.shields.io/badge/WordPress%20Version-5.2%20|%206.5-green)
![Stable Version](https://img.shields.io/badge/Stable%20Tag-1.3-blue)
![WordPress Plugin Version](https://img.shields.io/badge/WordPress%20Version-5.2%20|%206.7-green)
![Stable Version](https://img.shields.io/badge/Stable%20Tag-1.4-blue)
![Required PHP](https://img.shields.io/badge/PHP-%3E%3D%207.2-red)
![License](https://img.shields.io/badge/License-GPLv3-orange)

Expand Down
12 changes: 10 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contributors: jamieblomerus
Tags: mobile bankid, bankid, authentication
Requires at least: 5.2
Tested up to: 6.5
Stable tag: 1.3
Tested up to: 6.7
Stable tag: 1.4
Requires PHP: 7.2
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Expand Down Expand Up @@ -47,6 +47,11 @@ If you are only testing the service out, you can during the setup choose to run

== Changelog ==

= 1.4 =
* Recreated the login screen to be more user-friendly, modern and accessible.
* Fixed a contrast issue within the setup wizard.
* Resolved a SSL verification issue which caused the plugin to not work with the BankID test environment.

= 1.3 =
* Added credits tab to admin page
* Added more actions and filters to improve extensibility
Expand Down Expand Up @@ -83,6 +88,9 @@ If you are only testing the service out, you can during the setup choose to run

== Upgrade Notice ==

= 1.4 =
A major update that changes the login screen and fixes some bugs.

= 1.3 =
Fixes some bugs and adds some minor new features.

Expand Down

0 comments on commit 49dbeda

Please sign in to comment.