We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a833c88 commit a00e02cCopy full SHA for a00e02c
1 file changed
plugin.php
@@ -5,7 +5,7 @@
5
* Description: Add full WPML support for ElasticPress.
6
* Author: OnTheGoSystems
7
* Author URI: http://www.onthegosystems.com/
8
- * Version: 2.0.1
+ * Version: 2.0.2
9
* Plugin Slug: wpmlelasticpress
10
*
11
* @package wpml/bridge/elasticpress
@@ -33,7 +33,7 @@ function wpmlElasticPressDeleteVersionWithWrongSlug() {
33
return;
34
}
35
36
-define( 'WPMLELASTICPRESS_VERSION', '2.0.1' );
+define( 'WPMLELASTICPRESS_VERSION', '2.0.2' );
37
define( 'WPMLELASTICPRESS_PLUGIN_PATH', dirname( __FILE__ ) );
38
39
require_once WPMLELASTICPRESS_PLUGIN_PATH . '/vendor/autoload.php';
0 commit comments