== Changelog ==


= 3.0.1 = Oct 11, 2018
* Added Spanish translation


= 3.0 = Jun 26, 2013
* added support for BuddyPress activities
* added four new action hooks "daddy_like_updated_unlike", "daddy_like_updated_like", "daddy_like_updated_unlike_user", "daddy_like_updated_like_user" for likes & dislikes (props: mohsinoffline)
* added a new admin options page hook "daddy_like_add_settings"
* added a new filter, "daddy_like_content_class" to override or add new content classes
* added a new filter, "daddy_like_icon_url" to change the default thumbs up icon
* added an animated gif which displays when like/dislike is clicked
* added a new filter, "daddy_like_loading_icon_url" to change the default ajax loading image
* changed like links from "span" to "a href" to accomodate BuddyPress support
* changed to jQuery "on" so ajax show more/pagination results work
* moved modal window code into it's own file
* minor bug fixes and enhancements


= 2.0 = Dec 24, 2012
* added option to require user login before liking
* text strings can be edited from options page
* save like data for logged in users in usermeta table
* added date/time field to show when visitor "liked" it
* replaced colorbox with light-weight leanModal for popup window
* fixed issue where https wasn't working with admin-ajax.php
* separated non-dynamic css into styles.css to enqueue
* refactored & improved overall code
* fixed spacing on p2 theme comments
* added db upgrade check and handling
* fixed double serialization meta data
* removed debugging option. now automatically logs to console if errors
* renamed content hooks to match plugin name (i.e. cmt_like_before_link to daddy_like_before_link)


= 1.0.1 = Oct 20, 2012
* added index.php to prevent dir browsing
* renamed generic enable_objects_callback() function
* changed daddy_like_data meta key to _daddy_like_data to hide from custom field section
* added new meta_key _daddy_like_total so you can sort posts/comments by likes. Developers need to code using query_posts() orderby meta_value_num


= 1.0 = Sep 03, 2012
* initial release
