Plugin Directory

Changeset 3099337


Ignore:
Timestamp:
06/07/2024 12:54:58 PM (21 months ago)
Author:
identite
Message:

Fixed plugin version

Location:
passwordfree
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • passwordfree/tags/1.1.4/password-free.php

    r3096747 r3099337  
    33 * Plugin Name:       PasswordFree
    44 * Description:       PasswordFree™ is an essential customer biometric MFA for fast, easy, and more secure login experiences. No coding, Boost sales, Free app.
    5  * Version:           1.1.3
     5 * Version:           1.1.4
    66 * Requires PHP:      7.4 or above
    77 * Author:            Identite
  • passwordfree/tags/1.1.4/util/password-free-constants.php

    r3096747 r3099337  
    1717const PASSWORD_FREE_BUTTONS_STYLE_DIR_NAME = '/password-free-uploads';
    1818const PASSWORD_FREE_NAME = 'PasswordFree';
    19 const PASSWORD_FREE_VERSION = '1.1.3';
     19const PASSWORD_FREE_VERSION = '1.1.4';
    2020const PASSWORD_FREE_SCHEDULE = 'password_free_schedule';
    2121
  • passwordfree/trunk/password-free.php

    r3045562 r3099337  
    33 * Plugin Name:       PasswordFree
    44 * Description:       PasswordFree™ is an essential customer biometric MFA for fast, easy, and more secure login experiences. No coding, Boost sales, Free app.
    5  * Version:           1.1.3
     5 * Version:           1.1.4
    66 * Requires PHP:      7.4 or above
    77 * Author:            Identite
  • passwordfree/trunk/util/password-free-constants.php

    r3096745 r3099337  
    1717const PASSWORD_FREE_BUTTONS_STYLE_DIR_NAME = '/password-free-uploads';
    1818const PASSWORD_FREE_NAME = 'PasswordFree';
    19 const PASSWORD_FREE_VERSION = '1.1.3';
     19const PASSWORD_FREE_VERSION = '1.1.4';
    2020const PASSWORD_FREE_SCHEDULE = 'password_free_schedule';
    2121
Note: See TracChangeset for help on using the changeset viewer.