Plugin Directory

Changeset 1405757


Ignore:
Timestamp:
04/27/2016 04:11:44 PM (10 years ago)
Author:
kingkode
Message:

fixed errors

Location:
jclocksgmt-wp/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • jclocksgmt-wp/trunk/jclocksgmt-wp.php

    r1405587 r1405757  
    44   Plugin URI: http://kingkode.com/jclocksgmt-wp
    55   Description: Analog and digital clock(s) plugin based on GMT offsets.
    6    Version: 1.0
     6   Version: 1.0.1
    77   Author: KingKode
    88   Author URI: http://kingkode.com/
     
    6969            'angleHour' => 0,
    7070            'skin' => 1,
    71             'path' => plugin_dir_url( __FILE__ )
     71            'imgpath' => plugin_dir_url( __FILE__ )
    7272         ), $atts, 'jclocksgmt' );
    7373
  • jclocksgmt-wp/trunk/readme.txt

    r1405663 r1405757  
    44Tags: time, clock, world clock, timezone
    55Requires at least: 3.0.1
    6 Tested up to: 4.0
     6Tested up to: 4.5.1
    77Stable tag: 4.5.1
    88License: GPLv2 or later
     
    141141== Changelog ==
    142142
     143= 1.0.1 =
     144* Fixed image path error
    143145= 1.0 =
    144146* Initial release
Note: See TracChangeset for help on using the changeset viewer.