From 737005ec2a221c3cc63f623d5943fbf02f8dd321 Mon Sep 17 00:00:00 2001 From: Kyle Phillips Date: Thu, 5 Mar 2015 19:24:17 -0500 Subject: [PATCH] Version updates for release. --- app/SimpleFavorites.php | 2 +- favorites.php | 2 +- readme.txt | 10 ++++------ 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/app/SimpleFavorites.php b/app/SimpleFavorites.php index 67ab34c..2cdcae5 100644 --- a/app/SimpleFavorites.php +++ b/app/SimpleFavorites.php @@ -12,7 +12,7 @@ public static function init() $simple_favorites_env = 'live'; global $simple_favorites_version; - $simple_favorites_version = '0.1'; + $simple_favorites_version = '1.0'; global $simple_favorites_name; $simple_favorites_name = __('Favorites', 'simplefavorites'); diff --git a/favorites.php b/favorites.php index ae6dcc4..d250eb9 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: 0.1 +Version: 1.0 Author: Kyle Phillips Author URI: https://github.com/kylephillips Text Domain: simplefavorites diff --git a/readme.txt b/readme.txt index 44647b0..f5a1d0b 100644 --- a/readme.txt +++ b/readme.txt @@ -1,7 +1,7 @@ === Favorites === Contributors: kylephillips Donate link: http://favoriteposts.com/ -Tags: favorites, like, bookmark, favorite, likes, bookmarks +Tags: favorites, like, bookmark, favorite, likes, bookmarks, favourite, favourites Requires at least: 3.8 Tested up to: 4.1 Stable tag: 1.0 @@ -23,11 +23,11 @@ Visit [favoriteposts.com](http://favoriteposts.com) for a full list of available **Features** -*Use with Any Post Type* - Enable or disable favorite functionality per post type while automatically adding a favorite button before and/or after the content. Of, use the included functions to display the button anywhere in your template. +**Use with Any Post Type** - Enable or disable favorite functionality per post type while automatically adding a favorite button before and/or after the content. Or, use the included functions to display the button anywhere in your template. -*Available for All Users* – Don't want to hide functionality behind a login? Favorites includes an option to save anonymous users' favorites by either Session or Cookie. Logged-In users' favorites are also saved as user meta +**Available for All Users** – Don't want to hide functionality behind a login? Favorites includes an option to save anonymous users' favorites by either Session or Cookie. Logged-In users' favorites are also saved as user meta -*Designed for Developers* - Favorites works great out-of-the-box for beginners, but a full set of template functions unlocks just about any sort of custom functionality developers may need. Favorites outputs the minimum amount of markup needed, putting the style and control in your hands. +**Designed for Developers** - Favorites works great out-of-the-box for beginners, but a full set of template functions unlocks just about any sort of custom functionality developers may need. Favorites outputs the minimum amount of markup needed, putting the style and control in your hands. For more information visit [favoriteposts.com](http://favoriteposts.com). @@ -69,8 +69,6 @@ Initial release == Usage == -### Usage - **Favorite Button** The favorite button can be added automatically to the content by enabling specific post types in the plugin settings. It may also be added to template files or through the content editor using the included functions or shortcodes. The post id may be left blank in all cases if inside the loop.