Plugin Directory

Changeset 3289533


Ignore:
Timestamp:
05/08/2025 05:22:59 AM (8 months ago)
Author:
web83info
Message:

Release: 1.0.6

Location:
login-by-referer
Files:
15 added
4 edited

Legend:

Unmodified
Added
Removed
  • login-by-referer/trunk/class/class-loginbyreferer-admin.php

    r3027952 r3289533  
    140140            ),
    141141        );
    142 
    143142    }
    144143
     
    164163            esc_html( get_option( LoginByReferer_Core::PLUGIN_PREFIX . '_referer_allowed' ) )
    165164        );
    166 
    167165    }
    168166
  • login-by-referer/trunk/class/class-loginbyreferer-core.php

    r3192859 r3289533  
    2323     * Plugin constant.
    2424     */
    25     const PLUGIN_VERSION = '1.0.5';
     25    const PLUGIN_VERSION = '1.0.6';
    2626    const PLUGIN_PREFIX  = 'login-by-referer';
    2727    const PLUGIN_GITHUB  = 'https://github.com/web83info/login-by-referer';
     
    6868        }
    6969
    70         // Load textdomain.
    71         add_action( 'admin_menu', array( $this, 'load_textdomain' ) );
    72 
    7370        // Load CSS and JS.
    7471        add_action( 'wp_enqueue_scripts', array( $this, 'load_css_js' ) );
     
    8279        // Add logout button on admin bar.
    8380        add_action( 'admin_bar_menu', array( $this, 'add_logout_in_admin_bar' ), 9999 );
    84     }
    85 
    86     /**
    87      * Load textdomain.
    88      *
    89      * @return void
    90      */
    91     public function load_textdomain() {
    92         load_plugin_textdomain( self::PLUGIN_PREFIX );
    9381    }
    9482
  • login-by-referer/trunk/login-by-referer.php

    r3192859 r3289533  
    1212 * Plugin URI:
    1313 * Description:         This plugin allows a user to login by specific referer.
    14  * Version:             1.0.5
     14 * Version:             1.0.6
    1515 * Requires at least:   6.0
    16  * Tested up to:        6.7
     16 * Tested up to:        6.8
    1717 * Requires PHP:        7.4
    1818 * Author:              web83info <[email protected]>
  • login-by-referer/trunk/readme.txt

    r3192859 r3289533  
    44Tags: login, referer
    55Requires at least: 6.2
    6 Tested up to: 6.7
     6Tested up to: 6.8
    77Requires PHP: 7.4
    8 Stable tag: 1.0.5
     8Stable tag: 1.0.6
    99License: GPL v2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    2020
    2121== Changelog ==
     22
     23= 1.0.6 - 2025-05-08 =
     24* Fix: Delete textdomain.
     25* Tested up to: 6.8.
    2226
    2327= 1.0.5 - 2024-11-20 =
Note: See TracChangeset for help on using the changeset viewer.