diff --git a/includes/class-sp-post-types.php b/includes/class-sp-post-types.php index 53ad3e8e..4f7f4df2 100644 --- a/includes/class-sp-post-types.php +++ b/includes/class-sp-post-types.php @@ -9,7 +9,7 @@ if ( ! defined( 'ABSPATH' ) ) { * Registers post types and taxonomies * * @class SP_Post_types - * @version 1.8 + * @version 1.8.1 * @package SportsPress/Classes * @category Class * @author ThemeBoy diff --git a/modules/sportspress-widget-alignment.php b/modules/sportspress-widget-alignment.php index 01c4e884..89cef695 100644 --- a/modules/sportspress-widget-alignment.php +++ b/modules/sportspress-widget-alignment.php @@ -5,7 +5,7 @@ Plugin URI: http://themeboy.com/ Description: Add alignment options to SportsPress widgets. Author: ThemeBoy Author URI: http://themeboy.com -Version: 1.8 +Version: 1.8.1 */ // Exit if accessed directly @@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_Widget_Alignment' ) ) : * Main SportsPress Widget Alignment Class * * @class SportsPress_Widget_Alignment - * @version 1.8 + * @version 1.8.1 */ class SportsPress_Widget_Alignment { @@ -49,7 +49,7 @@ class SportsPress_Widget_Alignment { */ private function define_constants() { if ( !defined( 'SP_WIDGET_ALIGNMENT_VERSION' ) ) - define( 'SP_WIDGET_ALIGNMENT_VERSION', '1.8' ); + define( 'SP_WIDGET_ALIGNMENT_VERSION', '1.8.1' ); if ( !defined( 'SP_WIDGET_ALIGNMENT_URL' ) ) define( 'SP_WIDGET_ALIGNMENT_URL', plugin_dir_url( __FILE__ ) );