Skip to content

Commit

Permalink
fix: bump version for the hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
affrncsp committed Apr 23, 2024
1 parent 6db8071 commit 9db60bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Affinidi.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/
class Affinidi
{
public $version = '1.1.0';
public $version = '1.1.1';

public static $_instance = null;

Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: authentication, passwordless, multi-factor, sso, ecommerce
Requires at least: 6.4
Tested up to: 6.5
Requires PHP: 7.4
Stable tag: 1.1.0
Stable tag: 1.1.1
License: MIT
License URI: https://github.com/affinidi/wordpress-affinidi-login/blob/main/LICENSE

Expand Down
2 changes: 1 addition & 1 deletion wp-affinidi-login.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* Plugin Name: Affinidi Login - Passwordless Authentication
* Plugin URI: https://github.com/affinidi/wordpress-affinidi-login
* Description: A paradigm shift in the registration and sign-in process, Affinidi Login is a game-changing solution for developers. With our revolutionary passwordless authentication solution your user's first sign-in doubles as their registration, and all the necessary data for onboarding can be requested during this streamlined sign-in/signup process. End users are in full control, ensuring that they consent to the information shared in a transparent and user-friendly manner. This streamlined approach empowers developers to create efficient user experiences with data integrity, enhanced security and privacy, and ensures compatibility with industry standards.
* Version: 1.1.0
* Version: 1.1.1
* Requires at least: 6.4
* Tested up to: 6.5
* Requires PHP: 7.4
Expand Down

0 comments on commit 9db60bc

Please sign in to comment.