Plugin Directory

Changeset 3009799


Ignore:
Timestamp:
12/14/2023 05:21:56 AM (2 years ago)
Author:
blackworks1
Message:

wordpress version updated to latest

Location:
meta-auth
Files:
164 added
2 edited

Legend:

Unmodified
Added
Removed
  • meta-auth/trunk/meta-auth.php

    r2968377 r3009799  
    55 * Description: 2FA authentication for WordPress using Web3 and browser wallets.
    66 * Author: Adastracrypto.com
    7  * Version: 1.3.1
     7 * Version: 1.3.2
    88 * Author URI: https://adastracrypto.com
    99 * Text Domain: meta-auth
     
    1111
    1212// Useful constants.
    13 define('META_AUTH_VER', '1.3.1');
     13define('META_AUTH_VER', '1.3.2');
    1414define('META_AUTH_DIR', __DIR__ . '/');
    1515define('META_AUTH_URI', plugins_url('/', __FILE__));
  • meta-auth/trunk/readme.txt

    r2968377 r3009799  
    33Tags: login, authentication, 2fa-login, 2fa-authentication
    44Requires at least: 5.2
    5 Tested up to: 6.1
     5Tested up to: 6.3.2
    66Requires PHP: 7.2
    7 Stable tag: 1.3.1
     7Stable tag: 1.3.2
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    5050
    5151== Changelog ==
     52= 1.3.2 – 14 December, 2023 =
     53* Wordpress version updated to latest.
     54
    5255= 1.3.1 – 11 September, 2023 =
    5356* Terms and conditions updated.
Note: See TracChangeset for help on using the changeset viewer.