From 1da02130e1f70863e1d072faaa10a1bbcd04e83f Mon Sep 17 00:00:00 2001 From: Juan de Paco Date: Tue, 26 Nov 2024 10:49:26 +0100 Subject: [PATCH] Raise version number. --- plugin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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';