Changeset 3064766
- Timestamp:
- 04/04/2024 02:28:36 PM (22 months ago)
- Location:
- biometric-authentication
- Files:
-
- 10 edited
- 1 copied
-
tags/0.3.5 (copied) (copied from biometric-authentication/trunk)
-
tags/0.3.5/package-lock.json (modified) (2 diffs)
-
tags/0.3.5/package.json (modified) (1 diff)
-
tags/0.3.5/plugin.php (modified) (1 diff)
-
tags/0.3.5/readme.txt (modified) (1 diff)
-
tags/0.3.5/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/package-lock.json (modified) (2 diffs)
-
trunk/package.json (modified) (1 diff)
-
trunk/plugin.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
biometric-authentication/tags/0.3.5/package-lock.json
r3064764 r3064766 1 1 { 2 2 "name": "@ivankristianto/biometric-authentication", 3 "version": "0.3. 3",3 "version": "0.3.5", 4 4 "lockfileVersion": 3, 5 5 "requires": true, … … 7 7 "": { 8 8 "name": "@ivankristianto/biometric-authentication", 9 "version": "0.3. 3",9 "version": "0.3.5", 10 10 "dependencies": { 11 11 "@simplewebauthn/browser": "^7.2.0" -
biometric-authentication/tags/0.3.5/package.json
r3064764 r3064766 1 1 { 2 2 "name": "@ivankristianto/biometric-authentication", 3 "version": "0.3. 3",3 "version": "0.3.5", 4 4 "type": "module", 5 5 "scripts": { -
biometric-authentication/tags/0.3.5/plugin.php
r3064764 r3064766 10 10 * Plugin Name: Biometric Authentication 11 11 * Description: Provides biometric authentication for WordPress 12 * Version: 0.3. 312 * Version: 0.3.5 13 13 * Author: Ivan Kristianto 14 14 * Author URI: https://github.com/ivankristianto/ -
biometric-authentication/tags/0.3.5/readme.txt
r3064764 r3064766 2 2 Contributors: ivankristianto 3 3 Requires at least: 6.1 4 Tags: identity, authentication, biometric, passwordless, login, security4 Tags: authentication, biometric, passwordless, passkey, security 5 5 Tested up to: 6.4 6 6 Requires PHP: 8.1 7 Stable tag: 0.3. 37 Stable tag: 0.3.5 8 8 License: GPLv2 or later 9 9 -
biometric-authentication/tags/0.3.5/vendor/composer/installed.php
r3064764 r3064766 2 2 'root' => array( 3 3 'name' => 'ivankristianto/biometric-authentication', 4 'pretty_version' => '0.3. 4',5 'version' => '0.3. 4.0',6 'reference' => ' 4785befe107c5942bcc56cf9a05280652f4a10e1',4 'pretty_version' => '0.3.5', 5 'version' => '0.3.5.0', 6 'reference' => '0a8e2536351dd7805bf22ccb364893b0262e7d92', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 21 21 ), 22 22 'ivankristianto/biometric-authentication' => array( 23 'pretty_version' => '0.3. 4',24 'version' => '0.3. 4.0',25 'reference' => ' 4785befe107c5942bcc56cf9a05280652f4a10e1',23 'pretty_version' => '0.3.5', 24 'version' => '0.3.5.0', 25 'reference' => '0a8e2536351dd7805bf22ccb364893b0262e7d92', 26 26 'type' => 'wordpress-plugin', 27 27 'install_path' => __DIR__ . '/../../', -
biometric-authentication/trunk/package-lock.json
r3064764 r3064766 1 1 { 2 2 "name": "@ivankristianto/biometric-authentication", 3 "version": "0.3. 3",3 "version": "0.3.5", 4 4 "lockfileVersion": 3, 5 5 "requires": true, … … 7 7 "": { 8 8 "name": "@ivankristianto/biometric-authentication", 9 "version": "0.3. 3",9 "version": "0.3.5", 10 10 "dependencies": { 11 11 "@simplewebauthn/browser": "^7.2.0" -
biometric-authentication/trunk/package.json
r3064764 r3064766 1 1 { 2 2 "name": "@ivankristianto/biometric-authentication", 3 "version": "0.3. 3",3 "version": "0.3.5", 4 4 "type": "module", 5 5 "scripts": { -
biometric-authentication/trunk/plugin.php
r3064764 r3064766 10 10 * Plugin Name: Biometric Authentication 11 11 * Description: Provides biometric authentication for WordPress 12 * Version: 0.3. 312 * Version: 0.3.5 13 13 * Author: Ivan Kristianto 14 14 * Author URI: https://github.com/ivankristianto/ -
biometric-authentication/trunk/readme.txt
r3064764 r3064766 2 2 Contributors: ivankristianto 3 3 Requires at least: 6.1 4 Tags: identity, authentication, biometric, passwordless, login, security4 Tags: authentication, biometric, passwordless, passkey, security 5 5 Tested up to: 6.4 6 6 Requires PHP: 8.1 7 Stable tag: 0.3. 37 Stable tag: 0.3.5 8 8 License: GPLv2 or later 9 9 -
biometric-authentication/trunk/vendor/composer/installed.php
r3064764 r3064766 2 2 'root' => array( 3 3 'name' => 'ivankristianto/biometric-authentication', 4 'pretty_version' => '0.3. 4',5 'version' => '0.3. 4.0',6 'reference' => ' 4785befe107c5942bcc56cf9a05280652f4a10e1',4 'pretty_version' => '0.3.5', 5 'version' => '0.3.5.0', 6 'reference' => '0a8e2536351dd7805bf22ccb364893b0262e7d92', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 21 21 ), 22 22 'ivankristianto/biometric-authentication' => array( 23 'pretty_version' => '0.3. 4',24 'version' => '0.3. 4.0',25 'reference' => ' 4785befe107c5942bcc56cf9a05280652f4a10e1',23 'pretty_version' => '0.3.5', 24 'version' => '0.3.5.0', 25 'reference' => '0a8e2536351dd7805bf22ccb364893b0262e7d92', 26 26 'type' => 'wordpress-plugin', 27 27 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.