Plugin Directory

Changeset 3332345


Ignore:
Timestamp:
07/22/2025 02:38:31 PM (8 months ago)
Author:
galaxyweblinks
Message:

Updated plugin

Location:
user-profile-shortcode-display
Files:
25 added
2 edited

Legend:

Unmodified
Added
Removed
  • user-profile-shortcode-display/trunk/readme.txt

    r3331924 r3332345  
    55Tested up to: 6.8
    66Requires PHP: 7.4
    7 Stable tag: 1.0.0
     7Stable tag: 1.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7272== Changelog ==
    7373
     74= 1.1 =
     75Second Stable Release
     76
    7477= 1.0.0 =
    7578First Stable Release
  • user-profile-shortcode-display/trunk/user-profile-shortcode-display.php

    r3331924 r3332345  
    44 * Plugin Name:       User Profile Shortcode Display
    55 * Description:       This plugin displays user information for the current logged-in user or any other specified user using customizable shortcodes. It's designed to easily show user profiles anywhere on your site by simply inserting a shortcode.
    6  * Version:           1.0.0
     6 * Version:           1.1
    77 * Requires at least: 4.9
    88 * Requires PHP:      7.4
     
    3232
    3333if (!defined('USERPRSH_VERSION')) {
    34     define('USERPRSH_VERSION', '1.0.0');
     34    define('USERPRSH_VERSION', '1.1');
    3535}
    3636
     
    7676        */
    7777        public function userprsh_admin_enqueue_scripts(){
    78             wp_register_style( 'userprsh_admin_css', USERPRSH_PLUGINURL . '/assets/css/userprsh_admin.css', FALSE, '1.0.0' );
     78            wp_register_style( 'userprsh_admin_css', USERPRSH_PLUGINURL . '/assets/css/userprsh_admin.css', FALSE, '1.1' );
    7979            wp_enqueue_style( 'userprsh_admin_css' );
    8080        }
Note: See TracChangeset for help on using the changeset viewer.