Skip to content

Commit

Permalink
Updates readme and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Phillips committed Jun 20, 2017
1 parent 56e2d72 commit 451848c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/Favorites.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down
4 changes: 2 additions & 2 deletions favorites.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 2 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 451848c

Please sign in to comment.