Plugin Directory

Changeset 853873

Timestamp:
02/08/2014 08:51:26 PM (10 years ago)
Author:
rmak78
Message:

Removed all external links and updated the readme file

Location:
best-related-posts/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • best-related-posts/trunk/en_US_options.php

    r393009 r853873  
    1111$boposts_default_options['footer'] = "</tr></table>";
    1212
    13 $boposts_default_options['credits'] = '<div align="right"><small><a href="http://www.fairloanrate.com/best-related-posts/" title="Debt Consolidation">Debt Consolidation Help</a></small></div>';
    14 
    1513$boposts_default_options['max'] = 4;
    1614
  • best-related-posts/trunk/options.php

    r393009 r853873  
    6666                </td>
    6767            </tr>
    68 <tr valign="top">
    69                 <th scope="row"><label>Credits</label></th>
    70                 <td>
    71                     <textarea name="options[credits]" wrap="off" rows="5" cols="75"><?php echo htmlspecialchars($options['credits'])?></textarea>
    72                 </td>
    73             </tr>
    7468        </table>
    7569
  • best-related-posts/trunk/plugin.php

    r393009 r853873  
    22/*
    33Plugin Name: Best Related Posts
    4 Plugin URI: http://www.fairloanrate.com/best-related-posts/
     4Plugin URI: http://www./best-related-posts/
    55Description: Shows related posts with thumbnails. Allows you to design your own layout using simple interface.
    66Version: 1.1.0
    7 Author: R. MAK.
     7Author: R
    88Author URI: http://www.sutlej.net/
    99
     
    138138}
    139139    echo $boposts_options['footer'];
    140     echo  $boposts_options['credits'];
     140   
    141141}
    142142
  • best-related-posts/trunk/readme.txt

    r393009 r853873  
    11=== Plugin Name ===
    2 Contributors: rmak78, Rana Mansoor Akbar Khan
    3 Donate link: http://www.sutlej.net/downloads/best-related-posts/donate/
     2Contributors: rmak78
     3Donate link: http://www.sutlej.net/downloads/best-related-posts/
    44Tags: posts, images, links,related posts, related links, related post with thumbnail, links, thumbnails, linkbuilding, seo, Posts, link building
    55Requires at least: 2.8
    6 Tested up to: 3.1.3
     6Tested up to:
    77Stable tag: 1.1.0
    88
     
    5757= 1.0.6 =
    5858*Fixed Formatting issue with IE
    59 = 1.0.7 =
     59=1.0.7 =
    6060*Fixed the Function call bug
    61 = 1.0.8 =
     61=1.0.8 =
    6262*Fixed Wrapping issues in IE 6 +
    63 = 1.0.9 =
     63=1.0.9 =
    6464*Cleaner Code for Plugin installation Provided so that blog does not break when you disable to plugin
    65 = 1.1.0 =
    66 *Removed Text Link from Footer(Made it optional)
     65=1.1.0 =
     66*Removed
Note: See TracChangeset for help on using the changeset viewer.