Plugin Directory

Changeset 2681946


Ignore:
Timestamp:
02/20/2022 09:24:17 AM (4 years ago)
Author:
rlf89
Message:

minor fixes and improvements

Location:
upload-tracker/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • upload-tracker/trunk/readme.txt

    r2681912 r2681946  
    44Requires at least: 5.0
    55Tested up to: 5.9
    6 Stable tag: 1.0
     6Stable tag: 1.1
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    3131== Changelog ==
    3232
     33= 1.1 =
     34* Minor fixes and improvements
     35
    3336= 1.0 =
    3437* Initial release
  • upload-tracker/trunk/styles.css

    r2681908 r2681946  
    1 #wpadminbar #wp-admin-bar-uplkk .ab-icon:before {
     1#wpadminbar #wp-admin-bar-uptkk .ab-icon:before {
    22    content: '\f103';
    33    top: 3px;
    44}
    55
    6 #wpadminbar #wp-admin-bar-uplkk .uut-green:before {
     6#wpadminbar #wp-admin-bar-uptkk .uut-green:before {
    77    color: green;
    88}
    99
    10 #wpadminbar #wp-admin-bar-uplkk .ab-submenu .ab-item:hover{
     10#wpadminbar #wp-admin-bar-uptkk .ab-submenu .ab-item:hover{
    1111    background-color: #FFA100;
    1212}
    1313
    14 #wpadminbar #wp-admin-bar-uplkk .ab-item:hover{
     14#wpadminbar #wp-admin-bar-uptkk .ab-item:hover{
    1515    cursor: pointer;
    1616}
  • upload-tracker/trunk/upload-tracker.php

    r2681908 r2681946  
    33 * Plugin Name: Upload Tracker
    44 * Description: Easy access your uploaded file links.
    5  * Version: 1.0
     5 * Version: 1.1
    66 * Requires at least: 5.0
    77 * Requires PHP: 7.0
     
    3232}
    3333
    34 define( 'UPTK_VER', '1.0' );
     34define( 'UPTK_VER', '1.1' );
    3535
    3636function passingFileName($post_ID) {
Note: See TracChangeset for help on using the changeset viewer.