Plugin Directory

Changeset 3009785


Ignore:
Timestamp:
12/14/2023 04:47:41 AM (2 years ago)
Author:
blackworks1
Message:

Wordpress version updated to latest

Location:
meta-age
Files:
82 added
2 edited

Legend:

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

    r3007205 r3009785  
    55 * Description: Verify users' age with crypto wallets.
    66 * Author: adastracrypto.com
    7  * Version: 1.2.1
     7 * Version: 1.2.2
    88 * Author URI: https://adastracrypto.com
    99 * Text Domain: meta-age
     
    1212
    1313// Useful constants.
    14 define('META_AGE_VER', '1.2.1');
     14define('META_AGE_VER', '1.2.2');
    1515define('META_AGE_DIR', __DIR__ . '/');
    1616define('META_AGE_URI', plugins_url('/', __FILE__));
  • meta-age/trunk/readme.txt

    r3009784 r3009785  
    55Tested up to: 6.3.2
    66Requires PHP: 7.2
    7 Stable tag: 1.2.1
     7Stable tag: 1.2.2
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    5555== Changelog ==
    5656
     57= 1.2.2 – 14 December, 2023 =
     58* Wordpress version updated.
     59
    5760= 1.2.1 – 1 September, 2023 =
    5861* Fixed the typo on Author URL.
Note: See TracChangeset for help on using the changeset viewer.