Skip to content

Commit

Permalink
Version updates for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
kylephillips committed Mar 6, 2015
1 parent 865ca0c commit 737005e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion app/SimpleFavorites.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down
2 changes: 1 addition & 1 deletion 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: 0.1
Version: 1.0
Author: Kyle Phillips
Author URI: https://github.com/kylephillips
Text Domain: simplefavorites
Expand Down
10 changes: 4 additions & 6 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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).

Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 737005e

Please sign in to comment.