From b2b5b6a5d6f0520d35b32d65f68a5a3ce0d9e836 Mon Sep 17 00:00:00 2001 From: Kyle Phillips Date: Tue, 19 Jun 2018 13:23:43 -0400 Subject: [PATCH] Updates plugin version --- app/Favorites.php | 2 +- favorites.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Favorites.php b/app/Favorites.php index 1d32e1f..b0fef4b 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.6'; + $favorites_version = '2.2.0'; global $favorites_name; $favorites_name = __('Favorites', 'favorites'); diff --git a/favorites.php b/favorites.php index 2496aa3..a743012 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.6 +Version: 2.2.0 Author: Kyle Phillips Author URI: https://github.com/kylephillips Text Domain: favorites @@ -12,7 +12,7 @@ Copyright: Kyle Phillips */ -/* Copyright 2017 Kyle Phillips +/* Copyright 2018 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