Update previous file versions
This commit is contained in:
@@ -5,7 +5,7 @@ Plugin URI: http://themeboy.com/
|
||||
Description: Add importers to SportsPress.
|
||||
Author: ThemeBoy
|
||||
Author URI: http://themeboy.com/
|
||||
Version: 1.7.3
|
||||
Version: 1.8.3
|
||||
*/
|
||||
|
||||
// Exit if accessed directly
|
||||
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_Importers' ) ) :
|
||||
* Main SportsPress Importers Class
|
||||
*
|
||||
* @class SportsPress_Importers
|
||||
* @version 1.7
|
||||
* @version 1.8.3
|
||||
*/
|
||||
class SportsPress_Importers {
|
||||
|
||||
@@ -36,7 +36,7 @@ class SportsPress_Importers {
|
||||
*/
|
||||
private function define_constants() {
|
||||
if ( !defined( 'SP_IMPORTERS_VERSION' ) )
|
||||
define( 'SP_IMPORTERS_VERSION', '1.7' );
|
||||
define( 'SP_IMPORTERS_VERSION', '1.8.3' );
|
||||
|
||||
if ( !defined( 'SP_IMPORTERS_URL' ) )
|
||||
define( 'SP_IMPORTERS_URL', plugin_dir_url( __FILE__ ) );
|
||||
|
||||
Reference in New Issue
Block a user