Plugin Directory

Changeset 3007205


Ignore:
Timestamp:
12/08/2023 10:33:01 AM (2 years ago)
Author:
blackworks1
Message:

Fixed Author URL

Location:
meta-age
Files:
80 added
2 edited

Legend:

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

    r2969274 r3007205  
    44 * Plugin Name: Meta Age
    55 * Description: Verify users' age with crypto wallets.
    6  * Author: adastracrypto.io
    7  * Version: 1.2.0
    8  * Author URI: https://adastracrypto.io
     6 * Author: adastracrypto.com
     7 * Version: 1.2.1
     8 * Author URI: https://adastracrypto.com
    99 * Text Domain: meta-age
    1010 * License: GPL v3+
     
    1212
    1313// Useful constants.
    14 define('META_AGE_VER', '1.2.0');
     14define('META_AGE_VER', '1.2.1');
    1515define('META_AGE_DIR', __DIR__ . '/');
    1616define('META_AGE_URI', plugins_url('/', __FILE__));
  • meta-age/trunk/readme.txt

    r2969274 r3007205  
    55Tested up to: 6.1
    66Requires PHP: 7.2
    7 Stable tag: 1.2.0
     7Stable tag: 1.2.1
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    5555== Changelog ==
    5656
     57= 1.2.1 – 1 September, 2023 =
     58* Fixed the typo on Author URL.
     59
    5760= 1.2.0 – 1 September, 2023 =
    5861* Added Skip-wallet feature.
Note: See TracChangeset for help on using the changeset viewer.