=== Ethne Favorites Button === Plugin Name: Ethne Favourites Plugin Slug: ethne-favourites Text Domain: ethne-favourites Domain Path: /languages License: MIT License URI: license.txt Contributors: djrobertson Tags: favorite, favourite, save post, like post, cooked plugin Requires at least: 5 Requires PHP: 5.2 Tested Up To: 6.0.2 Stable tag: 1.0.8 Favorite buttons for WordPress, Shortcodes to save and list favorite posts and pages for each user. == Description == The Ethne Favorites Button plugin for WordPress provides a shortcode that will allow users to save their favorite posts and pages, it also includes an option to display and remove favorite posts and pages for the user. Compatible with Cooked plugin favourites (access cooked favourites without cooked plugin) == Installation == In WordPress: 1. Go to Plugins > Add New > search for `ethne favorites` 1. Press "Install Now" for the Ethne Favorites Button plugin 1. Press "Activate Plugin" Manual installation: 1. Upload the `ethne-favorites` directory to the `/wp-content/plugins/` directory 1. Activate the plugin through the "Plugins" menu in WordPress == Shortcode Usage == = How to display the list = Use the following shortcode: [ethne-favorites] = How to display the button = Use the following shortcode: [ethne-favorites view="Button"] == Changelog == = 1.0.8 = * Fixed paths to match wordpress repository = 1.0.7 = * Updated version info * Added notification of removed posts = 1.0.6 = * Removed depreciated code = 1.0.5 = * Initial version