Plugin Directory

Changeset 2786371


Ignore:
Timestamp:
09/17/2022 04:19:11 PM (4 years ago)
Author:
tlago
Message:

twp-login version 1.0.2

Location:
twp-login
Files:
11 added
4 edited

Legend:

Unmodified
Added
Removed
  • twp-login/trunk/readme.txt

    r2786369 r2786371  
    33Donate link:
    44Tags: twp, wp-admin, wp-login, login page
    5 Requires at least: 5+
     5Requires at least: 5.5
    66Tested up to: 6.0.2
    7 Stable tag: 1.0.1
    8 Requires PHP: 7+
     7Stable tag: 1.0.2
     8Requires PHP: 7.4
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • twp-login/trunk/twp-login.php

    r2786369 r2786371  
    55  Author: Tiago Anastácio
    66  Author URI: ittca.eu
    7   Version: 1.0.1
     7  Version: 1.0.2
    88*/
    99if(!defined('ABSPATH'))exit;
    10 define('TWPloginV',"1.0.1");
     10define('TWPloginV',"1.0.2");
    1111if(!function_exists('twpl_LoginFiles')){
    1212  function twpl_LoginFiles() {wp_enqueue_style('twpl_style', plugins_url('style.css',__FILE__ ));}
Note: See TracChangeset for help on using the changeset viewer.