Skip to content

Commit

Permalink
chore: Update plugin description and bump version to 0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankristianto committed May 1, 2024
1 parent eeeb4f7 commit 9d25473
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,10 @@ If you would like to contribute to this plugin, please fork the repository and s

## Changelog

### 0.3.8

- Update plugin description

### 0.3.1

- Update plugin name
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ivankristianto/biometric-authentication",
"version": "0.3.7",
"version": "0.3.8",
"type": "module",
"scripts": {
"build": "npm run clean && vite build",
Expand Down
2 changes: 1 addition & 1 deletion plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* Plugin Name: Biometric Authentication
* Description: Passkeys are a safer and easier alternative to passwords. Simply use your fingerprint or face ID to log in with ease. No more struggling to remember complex passwords.
* Version: 0.3.7
* Version: 0.3.8
* Author: Ivan Kristianto
* Author URI: https://github.com/ivankristianto/
* Plugin URI: https://github.com/ivankristianto/wp-passkey/
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Requires at least: 6.1
Tags: authentication, biometric, passwordless, passkey, security
Tested up to: 6.4
Requires PHP: 8.1
Stable tag: 0.3.6
Stable tag: 0.3.8
License: GPLv2 or later

Passkeys are a safer and easier alternative to passwords. Simply use your fingerprint or face ID to log in with ease.
Expand Down Expand Up @@ -36,6 +36,10 @@ To be added later, in the meantime file your question through [GitHub Issue](htt

== Changelog ==

### 0.3.8

- Update plugin description

### 0.3.1

- Update plugin name
Expand Down

0 comments on commit 9d25473

Please sign in to comment.