Plugin Directory

Changeset 3199992


Ignore:
Timestamp:
11/30/2024 04:51:29 PM (16 months ago)
Author:
pattihis
Message:

Version 1.0.2

Location:
simple-custom-login-page
Files:
45 added
3 edited

Legend:

Unmodified
Added
Removed
  • simple-custom-login-page/trunk/includes/class-simple-custom-login-page.php

    r3015880 r3199992  
    6565            $this->version = SCLP_VERSION;
    6666        } else {
    67             $this->version = '1.0.1';
     67            $this->version = '1.0.2';
    6868        }
    6969        $this->plugin_name = 'simple-custom-login-page';
  • simple-custom-login-page/trunk/readme.txt

    r3015880 r3199992  
    33Tags: login, logo, login logo, admin, customisation, customization, branding, colors, custom login, wp-login, login page, login brand
    44Requires at least: 5.3.0
    5 Tested up to: 6.4.2
     5Tested up to: 6.7.1
    66Requires PHP: 7.0
    7 Stable tag: 1.0.1
     7Stable tag: 1.0.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7070== Changelog ==
    7171
     72= Version 1.0.2 =
     73* Compatible with WP 6.7
     74
    7275= Version 1.0.1 =
    7376* Compatible with WP 6.4
  • simple-custom-login-page/trunk/simple-custom-login-page.php

    r3015880 r3199992  
    1414 * Plugin URI:        https://wordpress.org/plugins/simple-custom-login-page/
    1515 * Description:       This plugin allows you to customize the image and the appearance of the WordPress Login Screen.
    16  * Version:           1.0.1
     16 * Version:           1.0.2
    1717 * Requires at least: 5.3.0
    18  * Tested up to:      6.4.2
     18 * Tested up to:      6.7.1
    1919 * Requires PHP:      7.0
    2020 * Author:            George Pattichis
     
    5353 * @var string The current plugin version.
    5454 */
    55 define( 'SCLP_VERSION', '1.0.1' );
     55define( 'SCLP_VERSION', '1.0.2' );
    5656
    5757/**
Note: See TracChangeset for help on using the changeset viewer.