Skip to content

Commit

Permalink
Merge branch 'new-version' into trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
jamieblomerus committed Mar 23, 2024
2 parents 74bbbfd + 23954bb commit c5690ea
Show file tree
Hide file tree
Showing 2 changed files with 11 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.4-green)
![Stable Version](https://img.shields.io/badge/Stable%20Tag-1.0.1-blue)
![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.1-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
11 changes: 9 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.4.2
Stable tag: 1.0.2
Tested up to: 6.5
Stable tag: 1.1
Requires PHP: 7.2
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Expand Down Expand Up @@ -36,6 +36,10 @@ If you would like to suggest any feature to be added, please write an email to o

== Changelog ==

= 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.
Expand All @@ -51,6 +55,9 @@ If you would like to suggest any feature to be added, please write an email to o

== Upgrade Notice ==

= 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.

Expand Down

0 comments on commit c5690ea

Please sign in to comment.