Plugin Directory

Changeset 3295059


Ignore:
Timestamp:
05/17/2025 03:15:43 AM (10 months ago)
Author:
knowhalim
Message:

Update

Location:
kh-easy-user-settings
Files:
33 added
2 edited

Legend:

Unmodified
Added
Removed
  • kh-easy-user-settings/trunk/README.txt

    r2869031 r3295059  
    44Tags: frontend,user settings,frontend form
    55Requires at least: 6.0.0
    6 Tested up to: 6.1.1
    7 Stable tag: 1.0.0
     6Tested up to: 6.8.1
     7Stable tag: 1.0.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • kh-easy-user-settings/trunk/kh-user-settings.php

    r2869031 r3295059  
    1717 * Plugin URI:        https://knowhalim.com/app/kh-easy-user-settings/
    1818 * Description:       Creates a simple frontend user interface that allows your user to update their details such as email, password and name is the frontend using AJAX. Just use the shortcode [ez_settings] on your frontend.
    19  * Version:           1.0.0
     19 * Version:           1.0.1
    2020 * Author:            Halim
    2121 * Author URI:        https://knowhalim.com
     
    3636 * Rename this for your plugin and update it as you release new versions.
    3737 */
    38 define( 'KH_USER_SETTINGS_VERSION', '1.0.0' );
     38define( 'KH_USER_SETTINGS_VERSION', '1.0.1' );
    3939
    4040/**
Note: See TracChangeset for help on using the changeset viewer.