Skip to content

Commit

Permalink
Tested with Version 3.6 of WordPress
Browse files Browse the repository at this point in the history
Ticket #FCP-2
(Not sure why the add_link changes are just showing up in Git)
  • Loading branch information
sharrondenice committed Aug 1, 2013
1 parent fd91c6e commit 96af9a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.txt
Expand Up @@ -3,7 +3,7 @@ Contributors: thesoftwarepeople,sharrondenice
Donate link: http://www.thesoftwarepeople.com/software/plugins/wordpress/facepile-for-wordpress.html
Tags: display, faces, tiles, members, list, grid, the software people
Requires at least: 3.5.1
Tested up to: 3.5.6
Tested up to: 3.6
Stable tag: 1.1.0
License: Apache v2.0
License URI: http://www.apache.org/licenses/LICENSE-2.0
Expand Down Expand Up @@ -55,7 +55,7 @@ In CSS the attribute to add settings for is `tspfcp_wp_user_table_cell`. Sample
== Changelog ==

= 1.1.0 =
* Now uses Easy Dev for easy plugin development, #embraceOOD
* Now uses Easy Dev for easy plugin development, <a href="https://twitter.com/#bringbackOOD">#bringbackOOD</a>
* Handled all PHP notices
* Added new attribute show_count (hide/show the member count)
* Renamed attributes to prevent red spell checks when editing (old attributes still supported)
Expand Down
4 changes: 4 additions & 0 deletions tsp-facepile.php
Expand Up @@ -60,6 +60,10 @@

$facepile->set_widget_handler( 'TSP_Easy_Dev_Widget_Facepile' );

$facepile->add_link ( 'FAQ', 'http://wordpress.org/extend/plugins/tsp-facepile/faq/' );
$facepile->add_link ( 'Rate Me', 'http://wordpress.org/support/view/plugin-reviews/tsp-facepile' );
$facepile->add_link ( 'Support', 'http://wordpress.org/support/plugin/tsp-facepile' );

$facepile->uses_smarty = true;

$facepile->uses_shortcodes = true;
Expand Down

0 comments on commit 96af9a1

Please sign in to comment.