Plugin Directory

Changeset 3004310

Timestamp:
12/01/2023 03:44:36 PM (8 months ago)
Author:
Jose Lazo
Message:

Fix spelling error in the constant name

Location:
personalize-login/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • personalize-login/trunk/personalize-login.php

    r3002333 r3004310  
    33 * Plugin Name:       Personalize Login
    44 * Description:       A plugin that replaces the WordPress login flow with a custom page.
    5  * Version:           1.1.4
     5 * Version:           1.1.
    66 * Author:            Jose Lazo
    77 * License:           GPL-2.0+
     
    2828define( 'PERLOGIN_PLUGIN_DIR_PATH', plugin_dir_path( __FILE__ ) );
    2929define( 'PERLOGIN_PLUGIN_DIR_URL', plugin_dir_url( __FILE__ ) );
    30 define( 'PERLOGIN_VERSION', '1.1.4' );
     30define( 'PERLOGIN_VERSION', '1.1.' );
    3131define( 'PERLOGIN_TEXT_DOMAIN', 'personalize-login' );
    3232
     
    232232        do_action( 'personalize_login_before_' . $template_name );
    233233
    234         require PERSONALIZE_LOGIN_PLUGIN_DIR . 'templates/' . $template_name . '.php';
     234        require PERLOGIN_PLUGIN_DIR . 'templates/' . $template_name . '.php';
    235235
    236236        do_action( 'personalize_login_after_' . $template_name );
  • personalize-login/trunk/readme.txt

    r3002333 r3004310  
    44Requires at least: 4.2
    55Tested up to: 6.4
    6 Stable tag: 1.1.4
     6Stable tag: 1.1.
    77Requires PHP: 5.6
    88License: GPLv2 or later
     
    3838== Changelog ==
    3939
     40
     41
     42
    4043= 1.1.4 =
    4144Tested 6.4
Note: See TracChangeset for help on using the changeset viewer.