Update file versions

This commit is contained in:
Brian Miyaji
2015-04-24 11:52:31 +10:00
parent 09dda6cfd0
commit 63abc8677a
2 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ if ( ! defined( 'ABSPATH' ) ) {
* Registers post types and taxonomies * Registers post types and taxonomies
* *
* @class SP_Post_types * @class SP_Post_types
* @version 1.8 * @version 1.8.1
* @package SportsPress/Classes * @package SportsPress/Classes
* @category Class * @category Class
* @author ThemeBoy * @author ThemeBoy

View File

@@ -5,7 +5,7 @@ Plugin URI: http://themeboy.com/
Description: Add alignment options to SportsPress widgets. Description: Add alignment options to SportsPress widgets.
Author: ThemeBoy Author: ThemeBoy
Author URI: http://themeboy.com Author URI: http://themeboy.com
Version: 1.8 Version: 1.8.1
*/ */
// Exit if accessed directly // Exit if accessed directly
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_Widget_Alignment' ) ) :
* Main SportsPress Widget Alignment Class * Main SportsPress Widget Alignment Class
* *
* @class SportsPress_Widget_Alignment * @class SportsPress_Widget_Alignment
* @version 1.8 * @version 1.8.1
*/ */
class SportsPress_Widget_Alignment { class SportsPress_Widget_Alignment {
@@ -49,7 +49,7 @@ class SportsPress_Widget_Alignment {
*/ */
private function define_constants() { private function define_constants() {
if ( !defined( 'SP_WIDGET_ALIGNMENT_VERSION' ) ) 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' ) ) if ( !defined( 'SP_WIDGET_ALIGNMENT_URL' ) )
define( 'SP_WIDGET_ALIGNMENT_URL', plugin_dir_url( __FILE__ ) ); define( 'SP_WIDGET_ALIGNMENT_URL', plugin_dir_url( __FILE__ ) );