Skip to content

Commit

Permalink
version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskoster committed Jul 8, 2014
1 parent a960963 commit 59b17fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: http://woothemes.com/
Tags: teams, team members, profiles, widget, shortcode, template-tag
Requires at least: 3.8
Tested up to: 3.9.1
Stable tag: 1.3.2
Stable tag: 1.4.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -201,7 +201,7 @@ We encourage everyone to contribute their ideas, thoughts and code snippets. Thi

== Changelog ==

= 1.3.2 =
= 1.4.0 =
* New - Team member contact email field.
* New - Team member telephone number field.
* New - Team member details now output on single / archive templates.
Expand Down
4 changes: 2 additions & 2 deletions woothemes-our-team.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin URI: http://woothemes.com/
* Description: Hi, I'm your team profile management plugin for WordPress. Show off what your team members using our shortcode, widget or template tag.
* Author: WooThemes
* Version: 1.3.2
* Version: 1.4.0
* Author URI: http://woothemes.com/
*
* @package WordPress
Expand All @@ -19,4 +19,4 @@
require_once( 'classes/class-woothemes-widget-our-team.php' );
global $woothemes_our_team;
$woothemes_our_team = new Woothemes_Our_Team( __FILE__ );
$woothemes_our_team->version = '1.3.2';
$woothemes_our_team->version = '1.4.0';

0 comments on commit 59b17fe

Please sign in to comment.