diff --git a/plugin.php b/plugin.php index 9f2fd89..265fc5b 100644 --- a/plugin.php +++ b/plugin.php @@ -5,7 +5,7 @@ * Description: Add full WPML support for ElasticPress. * Author: OnTheGoSystems * Author URI: http://www.onthegosystems.com/ - * Version: 2.0.3 + * Version: 2.0.4 * Plugin Slug: wpmlelasticpress * * @package wpml/bridge/elasticpress @@ -33,7 +33,7 @@ function wpmlElasticPressDeleteVersionWithWrongSlug() { return; } -define( 'WPMLELASTICPRESS_VERSION', '2.0.3' ); +define( 'WPMLELASTICPRESS_VERSION', '2.0.4' ); define( 'WPMLELASTICPRESS_PLUGIN_PATH', dirname( __FILE__ ) ); require_once WPMLELASTICPRESS_PLUGIN_PATH . '/vendor/autoload.php';