Tag version 1.6.1

This commit is contained in:
Brian Miyaji
2015-02-13 19:14:15 +11:00
parent 0f0c38d8cf
commit b267c8a2ce
18 changed files with 24 additions and 24 deletions

View File

@@ -5,7 +5,7 @@ Plugin URI: http://themeboy.com/
Description: Add league tables to SportsPress.
Author: ThemeBoy
Author URI: http://themeboy.com/
Version: 1.6
Version: 1.6.1
*/
// Exit if accessed directly
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_League_Tables' ) ) :
* Main SportsPress League Tables Class
*
* @class SportsPress_League_Tables
* @version 1.6
* @version 1.6.1
*/
class SportsPress_League_Tables {
@@ -45,7 +45,7 @@ class SportsPress_League_Tables {
*/
private function define_constants() {
if ( !defined( 'SP_LEAGUE_TABLES_VERSION' ) )
define( 'SP_LEAGUE_TABLES_VERSION', '1.6' );
define( 'SP_LEAGUE_TABLES_VERSION', '1.6.1' );
if ( !defined( 'SP_LEAGUE_TABLES_URL' ) )
define( 'SP_LEAGUE_TABLES_URL', plugin_dir_url( __FILE__ ) );