Plugin Directory

Changeset 177137


Ignore:
Timestamp:
11/26/2009 05:18:36 AM (16 years ago)
Author:
sulaeman
Message:

version 1.2.1

Location:
user-link-feed
Files:
47 added
3 edited

Legend:

Unmodified
Added
Removed
  • user-link-feed/trunk/display/index.php

    r175751 r177137  
    44 *
    55 * @author Sulaeman
    6  * @version 1.0.0
     6 * @version 1.0.1
    77 * @package user-link-feed
    88 */
     
    128128                unset($matches);
    129129               
     130                if (!$description)
     131                {
     132                    if (preg_match('/<meta.+name="description".+content="(.*)" \/>/', $body_doc, $matches))
     133                    {
     134                        $description = $matches[1];
     135                    }
     136                    unset($matches);
     137                }
     138               
    130139                $payload = array(
    131140                    'url' => ((strlen($ulf_url) > 60) ? substr($ulf_url, 0, 60) . '...' : $ulf_url),
  • user-link-feed/trunk/readme.txt

    r175751 r177137  
    55Requires at least: 2.8.x
    66Tested up to: 2.8.6
    7 Stable tag: 1.2.0
     7Stable tag: 1.2.1
    88
    99== Description ==
     
    5656== Changelog ==
    5757
     58= 1.2.1 =
     59* Fetch from meta description if not found in body
     60
    5861= 1.2.0 =
    5962* Fetch Title, Description, and Images directly from the link source in realtime.
  • user-link-feed/trunk/user-link-feed.php

    r175751 r177137  
    44Plugin URI: http://sulaeman.nundut.com/2009/11/user-link-feed-plugin-for-wordpress/
    55Description: User Link Feed enables user blog to contribute link feeds.
    6 Version: 1.2.0
     6Version: 1.2.1
    77Author: Sulaeman
    88Author URI: http://sulaeman.nundut.com/
Note: See TracChangeset for help on using the changeset viewer.