diff --git a/src/wordpress-importer.php b/src/wordpress-importer.php index f65825b..4db1155 100644 --- a/src/wordpress-importer.php +++ b/src/wordpress-importer.php @@ -18,6 +18,10 @@ return; } +if ( ! defined( 'WORDPRESS_IMPORTER_VERSION' ) ) { + define( 'WORDPRESS_IMPORTER_VERSION', '0.8.2' ); +} + /** Display verbose errors */ if ( ! defined( 'IMPORT_DEBUG' ) ) { define( 'IMPORT_DEBUG', WP_DEBUG );