From 451848c7384d5e393c30a219d9c05b281b684ccf Mon Sep 17 00:00:00 2001 From: Kyle Phillips Date: Tue, 20 Jun 2017 12:58:53 -0400 Subject: [PATCH] Updates readme and version number --- app/Favorites.php | 2 +- favorites.php | 4 ++-- readme.txt | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/app/Favorites.php b/app/Favorites.php index 9c29131..a82cd02 100644 --- a/app/Favorites.php +++ b/app/Favorites.php @@ -12,7 +12,7 @@ public static function init() $favorites_env = 'live'; global $favorites_version; - $favorites_version = '2.1.1'; + $favorites_version = '2.1.2'; global $favorites_name; $favorites_name = __('Favorites', 'favorites'); diff --git a/favorites.php b/favorites.php index bb690be..28598cc 100644 --- a/favorites.php +++ b/favorites.php @@ -3,7 +3,7 @@ Plugin Name: Favorites Plugin URI: http://favoriteposts.com Description: Simple and flexible favorite buttons for any post type. -Version: 2.1.1 +Version: 2.1.2 Author: Kyle Phillips Author URI: https://github.com/kylephillips Text Domain: favorites @@ -12,7 +12,7 @@ Copyright: Kyle Phillips */ -/* Copyright 2016 Kyle Phillips +/* Copyright 2017 Kyle Phillips This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2, as diff --git a/readme.txt b/readme.txt index 352aa6a..b48bc25 100644 --- a/readme.txt +++ b/readme.txt @@ -77,6 +77,8 @@ As of version 1.1.0, Favorites is compatible with multisite installations. By de * Added additional filters for the listing wrapper CSS classes and the listing element CSS classes. See the plugin website for details. * Added plugin setting and filter for customizing the button html element type. * Added a "Development Mode" setting for logging various data to the browser console in order to help with support and debugging. +* Reverted default post types in favorites list to display all post types. +* Updates filters run on authorization gate modal that were conflicting with some themes and plugins. = 2.1.1 = * Fixes bug where Favorites admin javascript was loading outside the plugin settings area, causing preventing some sites from saving posts.