Changeset 3332345
- Timestamp:
- 07/22/2025 02:38:31 PM (8 months ago)
- Location:
- user-profile-shortcode-display
- Files:
-
- 25 added
- 2 edited
-
tags/1.0.0/screenshot (added)
-
tags/1.0.0/screenshot/screenshot-1.png (added)
-
tags/1.0.0/screenshot/screenshot-2.png (added)
-
tags/1.0.0/screenshot/screenshot-3.png (added)
-
tags/1.1 (added)
-
tags/1.1/assets (added)
-
tags/1.1/assets/css (added)
-
tags/1.1/assets/css/userprsh_admin.css (added)
-
tags/1.1/assets/images (added)
-
tags/1.1/assets/images/bg_image.png (added)
-
tags/1.1/includes (added)
-
tags/1.1/includes/userprsh-loaded-main.php (added)
-
tags/1.1/includes/userprsh-setting-page.php (added)
-
tags/1.1/index.php (added)
-
tags/1.1/readme.txt (added)
-
tags/1.1/screenshot (added)
-
tags/1.1/screenshot/screenshot-1.png (added)
-
tags/1.1/screenshot/screenshot-2.png (added)
-
tags/1.1/screenshot/screenshot-3.png (added)
-
tags/1.1/uninstall.php (added)
-
tags/1.1/user-profile-shortcode-display.php (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/screenshot (added)
-
trunk/screenshot/screenshot-1.png (added)
-
trunk/screenshot/screenshot-2.png (added)
-
trunk/screenshot/screenshot-3.png (added)
-
trunk/user-profile-shortcode-display.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
user-profile-shortcode-display/trunk/readme.txt
r3331924 r3332345 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.4 7 Stable tag: 1. 0.07 Stable tag: 1.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 72 72 == Changelog == 73 73 74 = 1.1 = 75 Second Stable Release 76 74 77 = 1.0.0 = 75 78 First Stable Release -
user-profile-shortcode-display/trunk/user-profile-shortcode-display.php
r3331924 r3332345 4 4 * Plugin Name: User Profile Shortcode Display 5 5 * 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.06 * Version: 1.1 7 7 * Requires at least: 4.9 8 8 * Requires PHP: 7.4 … … 32 32 33 33 if (!defined('USERPRSH_VERSION')) { 34 define('USERPRSH_VERSION', '1. 0.0');34 define('USERPRSH_VERSION', '1.1'); 35 35 } 36 36 … … 76 76 */ 77 77 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' ); 79 79 wp_enqueue_style( 'userprsh_admin_css' ); 80 80 }
Note: See TracChangeset
for help on using the changeset viewer.