Plugin Directory

Changeset 3058861


Ignore:
Timestamp:
03/26/2024 08:26:11 AM (2 years ago)
Author:
sohamwebsolution
Message:

v2.2 release

Location:
simply-login-regiser
Files:
12 added
2 edited

Legend:

Unmodified
Added
Removed
  • simply-login-regiser/trunk/readme.txt

    r3014004 r3058861  
    11=== Simply Login Register ===
    2 Contributors: anshuln90, sohamwebsolution
    3 Tags: Simply, Login, Register, ajax login, ajax regiter, sign in, sign up, custom login, registration
     2Contributors: anshuln90, sohamwebsolution, raviyadavg
     3Tags: Simply, Login, Register, ajax login, ajax regiter, sign in, sign up, custom login, registration, user form
    44Requires at least: 3.5
    5 Tested up to: 6.4.2
    6 Stable tag: 2.1
     5Tested up to: 6.5
     6Stable tag: 2.2
    77License: GPL2
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2727
    2828== Changelog ==
     29= 2.2 =
     30* Version 2.2 - March 26, 2024
     31* Inhancement: Enable support upto wordpress 6.5
     32
    2933= 2.1 =
    3034* Version 2.1 - December 25, 2023
     
    4347* Title: "Plugin Update Available"
    4448* Introduction: "A new version of plugin is now available."
     49* Description: "The new version includes bug fixes and support latest WordPress version 6.5"
     50
     51* Title: "Plugin Update Available"
     52* Introduction: "A new version of plugin is now available."
    4553* Description: "The new version includes bug fixes and support latest WordPress version 6.4.2"
    4654
  • simply-login-regiser/trunk/simply-login-register.php

    r3014004 r3058861  
    44Plugin URI: https://wordpress.org/plugins/simply-login-regiser/
    55Description: A simple wordpress plugin for create custom login and register form by shortcode.
    6 Version: 2.1
     6Version: 2.2
    77Author: Soham Web Solution
    88Author URI: https://sohamsolution.com/
     
    2727
    2828
    29 define('SLR_VERSION', '2.1');
     29define('SLR_VERSION', '2.2');
    3030define('SLR_FILE', basename(__FILE__));
    3131define('SLR_NAME', str_replace('.php', '', SLR_FILE));
Note: See TracChangeset for help on using the changeset viewer.