Changeset 1372330
- Timestamp:
- 03/16/2016 02:40:09 PM (10 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
r1372327 r1372330 6 6 Requires at least: 3.5 7 7 Tested up to: 4.4.2 8 Stable tag: 1.6. 48 Stable tag: 1.6.5 9 9 10 10 Allows visitors to add favorite posts. This plugin use cookies for saving data so … … 52 52 53 53 == Changelog == 54 = 1.6. 3 (2014-04-28) =54 = 1.6.5 (2016-03-16) = 55 55 * Security update: Fix cross-site scripting (XSS) vulnerability props: JPCERT/CC Vulnerability Handling Team & Gen Sato 56 56 -
wp-favorite-posts/trunk/wp-favorite-posts.php
r1372327 r1372330 4 4 Plugin URI: https://github.com/hberberoglu/wp-favorite-posts 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.6. 46 Version: 1.6.5 7 7 Author: Huseyin Berberoglu 8 8 Author URI: https://github.com/hberberoglu
Note: See TracChangeset
for help on using the changeset viewer.