diff --git a/includes/admin/settings/class-sp-settings-modules.php b/includes/admin/settings/class-sp-settings-modules.php
index be7d2d0d..d9dde4ae 100644
--- a/includes/admin/settings/class-sp-settings-modules.php
+++ b/includes/admin/settings/class-sp-settings-modules.php
@@ -5,7 +5,7 @@
* @author ThemeBoy
* @category Admin
* @package SportsPress/Admin
- * @version 1.8.3
+ * @version 1.8.6
*/
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
@@ -124,34 +124,6 @@ class SP_Settings_Modules extends SP_Settings_Page {
-
-
-
- |
-
- |
-
-
-
- - ★★★★★', '', '' ),
- __( 'Add your [stars] on [link]wordpress.org[/link] and get the Birthdays module for free.','sportspress' )
- ); ?>
- - ', '' ),
- __( '[link]Get the download link[/link].', 'sportspress' )
- ); ?>
-
-
-
-
- |
-
-
-
-
stylesheet ) { ?>
diff --git a/includes/class-sp-modules.php b/includes/class-sp-modules.php
index 2149ca4c..d923e938 100644
--- a/includes/class-sp-modules.php
+++ b/includes/class-sp-modules.php
@@ -5,7 +5,7 @@
* The SportsPress modules class stores available modules.
*
* @class SP_Modules
- * @version 1.8.3
+ * @version 1.8.6
* @package SportsPress/Classes
* @category Class
* @author ThemeBoy
@@ -60,14 +60,8 @@ class SP_Modules {
'birthdays' => array(
'label' => __( 'Birthdays', 'sportspress' ),
'class' => 'SportsPress_Birthdays',
- 'action' => __( 'Review on WP.org', 'sportspress' ),
- 'link' => 'http://tboy.co/review',
- 'tip' => str_replace(
- array( '[stars]', '[link]', '[/link]' ),
- array( '★★★★★', '', '' ),
- __( 'Add your [stars] on [link]wordpress.org[/link] and get the Birthdays module for free.','sportspress' )
- ),
'icon' => 'sp-icon-cake',
+ 'link' => 'http://tboy.co/features',
'desc' => __( "Display each player's birthday and their current age.", 'sportspress' ),
),
'staff_directories' => array(
diff --git a/languages/sportspress-ru_RU.mo b/languages/sportspress-ru_RU.mo
index e836208e..03c5ef4c 100644
Binary files a/languages/sportspress-ru_RU.mo and b/languages/sportspress-ru_RU.mo differ
diff --git a/readme.txt b/readme.txt
index dcd4739e..695ae9fe 100644
--- a/readme.txt
+++ b/readme.txt
@@ -4,7 +4,7 @@ Tags: sport, sports, club, clubs, teams, statistics, stats, metrics, data, fixtu
Donate link: http://tboy.co/donate
Requires at least: 3.8
Tested up to: 4.2.2
-Stable tag: 1.8.5
+Stable tag: 1.8.6
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
@@ -225,6 +225,11 @@ When you upgrade to one of the SportsPress Pro licenses, you can simply activate
== Changelog ==
+= 1.8.6 =
+* Tweak - Update modules page to reflect a change in offered features.
+* Fix - Team dropdowns disappearing when none found in the competition and season assigned to an event.
+* Localization - Update Russian translations.
+
= 1.8.5 =
* Fix - Error merging option arrays.
* Localization - Add m4rsal to translation team.
diff --git a/sportspress.php b/sportspress.php
index a6ddae1c..f086ad2b 100644
--- a/sportspress.php
+++ b/sportspress.php
@@ -3,7 +3,7 @@
* Plugin Name: SportsPress
* Plugin URI: http://themeboy.com/sportspress/
* Description: Manage your club and its players, staff, events, league tables, and player lists.
- * Version: 1.8.5
+ * Version: 1.8.6
* Author: ThemeBoy
* Author URI: http://themeboy.com
* Requires at least: 3.8
@@ -26,14 +26,14 @@ if ( ! class_exists( 'SportsPress' ) ) :
* Main SportsPress Class
*
* @class SportsPress
- * @version 1.8.5
+ * @version 1.8.6
*/
final class SportsPress {
/**
* @var string
*/
- public $version = '1.8.5';
+ public $version = '1.8.6';
/**
* @var SportsPress The single instance of the class