Plugin Directory

Changeset 707717


Ignore:
Timestamp:
05/04/2013 01:32:16 AM (13 years ago)
Author:
bergh
Message:

0.4 admin interface, http header option, youtu.be support

Location:
link-icons/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • link-icons/trunk/link-icon.php

    r707672 r707717  
    55Description: Link Icons adds icons to your links to indicate if it's to an external site, an image etc.
    66Author: Erik Bergh
    7 Version: 0.3.1
     7Version: 0.4
    88Author URI: http://www.bergh.me
    99*/
    1010
    11 include_once ( dirname(__FILE__) . "/link_icons_functions.php");
     11include_once ( dirname(__FILE__) . "/link-icons-functions.php");
     12include_once ( dirname(__FILE__) . "/link-icons-admin.php");
    1213
    1314wp_register_style( 'link-icons-style', plugins_url('/css/link_icons.css', __FILE__) );
     
    1819add_filter('the_content','link_icons');
    1920
     21$linkIconsAdmin = new LinkIconsAdmin();
    2022?>
  • link-icons/trunk/readme.txt

    r707672 r707717  
    55Requires at least: 3.3
    66Tested up to: 3.5.1
    7 Stable tag: 0.3.1
     7Stable tag: 0.4
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1717Link Icons does not connect to any external sites.
    1818
    19 Since Link Icons uses Http Header to check content type, using a caching plugin for your wordpress site is recomended.
    2019
     20= 0.4 =
     21
     22*   Admin interface with option to enable or disable HTTP Header Usage
     23*   Added support for youtu.be short links.
    2124
    2225= 0.3.1 =
     
    8790== Upgrade Notice ==
    8891
    89 *   Fix for this http://wordpress.org/support/topic/i-will-come-back-later
    90 *   Fix for https-links
     92*   Admin interface with option to enable or disable HTTP Header Usage
     93*   Added support for youtu.be short links.
Note: See TracChangeset for help on using the changeset viewer.