Changeset 470954
- Timestamp:
- 12/04/2011 08:16:33 PM (14 years ago)
- Location:
- wp-favorite-posts/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
wp-favorite-posts.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-favorite-posts/trunk/readme.txt
r467752 r470954 5 5 wp-favorite-posts, reading list, post list, post lists, lists 6 6 Requires at least: 2.0.2 7 Tested up to: 3. 0.38 Stable tag: 1.5. 57 Tested up to: 3.2.1 8 Stable tag: 1.5.6 9 9 10 10 Allows visitors to add favorite posts. This plugin use cookies for saving data so … … 51 51 52 52 == Changelog == 53 = 1.5.6 = 54 2011-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 53 60 = 1.5.5 = 54 61 2011-11-23 -
wp-favorite-posts/trunk/wp-favorite-posts.php
r470944 r470954 4 4 Plugin URI: http://nxsn.com/my-projects/wp-favorite-posts-plugin/ 5 5 Description: Allows users to add favorite posts. This plugin use cookies for saving data so unregistered users can favorite a post. Put <code><?php wpfp_link(); ?></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. 56 Version: 1.5.6 7 7 Author: Huseyin Berberoglu 8 8 Author URI: http://nxsn.com
Note: See TracChangeset
for help on using the changeset viewer.