Changeset 707717
- Timestamp:
- 05/04/2013 01:32:16 AM (13 years ago)
- Location:
- link-icons/trunk
- Files:
-
- 2 edited
-
link-icon.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
link-icons/trunk/link-icon.php
r707672 r707717 5 5 Description: Link Icons adds icons to your links to indicate if it's to an external site, an image etc. 6 6 Author: Erik Bergh 7 Version: 0. 3.17 Version: 0.4 8 8 Author URI: http://www.bergh.me 9 9 */ 10 10 11 include_once ( dirname(__FILE__) . "/link_icons_functions.php"); 11 include_once ( dirname(__FILE__) . "/link-icons-functions.php"); 12 include_once ( dirname(__FILE__) . "/link-icons-admin.php"); 12 13 13 14 wp_register_style( 'link-icons-style', plugins_url('/css/link_icons.css', __FILE__) ); … … 18 19 add_filter('the_content','link_icons'); 19 20 21 $linkIconsAdmin = new LinkIconsAdmin(); 20 22 ?> -
link-icons/trunk/readme.txt
r707672 r707717 5 5 Requires at least: 3.3 6 6 Tested up to: 3.5.1 7 Stable tag: 0. 3.17 Stable tag: 0.4 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 17 17 Link Icons does not connect to any external sites. 18 18 19 Since Link Icons uses Http Header to check content type, using a caching plugin for your wordpress site is recomended.20 19 20 = 0.4 = 21 22 * Admin interface with option to enable or disable HTTP Header Usage 23 * Added support for youtu.be short links. 21 24 22 25 = 0.3.1 = … … 87 90 == Upgrade Notice == 88 91 89 * Fix for this http://wordpress.org/support/topic/i-will-come-back-later90 * Fix for https-links92 * 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.