Plugin Directory

Changeset 470954


Ignore:
Timestamp:
12/04/2011 08:16:33 PM (14 years ago)
Author:
hberberoglu
Message:

version 1.5.6 with new features.

Location:
wp-favorite-posts/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-favorite-posts/trunk/readme.txt

    r467752 r470954  
    55wp-favorite-posts, reading list, post list, post lists, lists
    66Requires at least: 2.0.2
    7 Tested up to: 3.0.3
    8 Stable tag: 1.5.5
     7Tested up to: 3.2.1
     8Stable tag: 1.5.6
    99
    1010Allows visitors to add favorite posts. This plugin use cookies for saving data so
     
    5151
    5252== Changelog ==
     53= 1.5.6 =
     542011-12-04
     55    * BUGFIX: Fixed user's favorites widget post limit bug, it works from now.
     56    * NEW FEATURE: Added "Reset Statistic Data" option to admin page. You can remove all statistic data by clicking this link.
     57    * NEW FEATURE: Added sorting, last added posts will be shown first.
     58    * FIX: Changed WP_PLUGIN_URL --> plugins_url()
     59
    5360= 1.5.5 =
    54612011-11-23
  • wp-favorite-posts/trunk/wp-favorite-posts.php

    r470944 r470954  
    44Plugin URI: http://nxsn.com/my-projects/wp-favorite-posts-plugin/
    55Description: Allows users to add favorite posts. This plugin use cookies for saving data so unregistered users can favorite a post. Put <code>&lt;?php wpfp_link(); ?&gt;</code> where ever you want on a single post. Then create a page which includes that text : <code>{{wp-favorite-posts}}</code> That's it!
    6 Version: 1.5.5
     6Version: 1.5.6
    77Author: Huseyin Berberoglu
    88Author URI: http://nxsn.com
Note: See TracChangeset for help on using the changeset viewer.