Changeset 2681946
- Timestamp:
- 02/20/2022 09:24:17 AM (4 years ago)
- Location:
- upload-tracker/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (2 diffs)
-
styles.css (modified) (1 diff)
-
upload-tracker.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
upload-tracker/trunk/readme.txt
r2681912 r2681946 4 4 Requires at least: 5.0 5 5 Tested up to: 5.9 6 Stable tag: 1. 06 Stable tag: 1.1 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 31 31 == Changelog == 32 32 33 = 1.1 = 34 * Minor fixes and improvements 35 33 36 = 1.0 = 34 37 * Initial release -
upload-tracker/trunk/styles.css
r2681908 r2681946 1 #wpadminbar #wp-admin-bar-up lkk .ab-icon:before {1 #wpadminbar #wp-admin-bar-uptkk .ab-icon:before { 2 2 content: '\f103'; 3 3 top: 3px; 4 4 } 5 5 6 #wpadminbar #wp-admin-bar-up lkk .uut-green:before {6 #wpadminbar #wp-admin-bar-uptkk .uut-green:before { 7 7 color: green; 8 8 } 9 9 10 #wpadminbar #wp-admin-bar-up lkk .ab-submenu .ab-item:hover{10 #wpadminbar #wp-admin-bar-uptkk .ab-submenu .ab-item:hover{ 11 11 background-color: #FFA100; 12 12 } 13 13 14 #wpadminbar #wp-admin-bar-up lkk .ab-item:hover{14 #wpadminbar #wp-admin-bar-uptkk .ab-item:hover{ 15 15 cursor: pointer; 16 16 } -
upload-tracker/trunk/upload-tracker.php
r2681908 r2681946 3 3 * Plugin Name: Upload Tracker 4 4 * Description: Easy access your uploaded file links. 5 * Version: 1. 05 * Version: 1.1 6 6 * Requires at least: 5.0 7 7 * Requires PHP: 7.0 … … 32 32 } 33 33 34 define( 'UPTK_VER', '1. 0' );34 define( 'UPTK_VER', '1.1' ); 35 35 36 36 function passingFileName($post_ID) {
Note: See TracChangeset
for help on using the changeset viewer.