PluginProbe
ElasticPress / 5.3.5
ElasticPress v5.3.5
5.3.5 5.3.4 3.6.5 3.6.6 4.0.0 4.0.1 4.1.0 4.2.0 4.2.1 4.2.2 4.3.0 4.3.1 4.4.0 4.4.1 4.5.0 4.5.1 4.5.2 4.6.0 4.6.1 4.7.0 4.7.1 4.7.2 5.0.0 5.0.1 5.0.2 All 108 releases
← All changes | elasticpress.php +2 -2 5.3.45.3.5 View file →
@@ -2,9 +2,9 @@
2 2 /**
3 3 * Plugin Name: ElasticPress
4 4 * Plugin URI: https://github.com/10up/ElasticPress
5 5 * Description: A fast and flexible search and query engine for WordPress.
6 - * Version: 5.3.4
6 + * Version: 5.3.5
7 7 * Requires at least: 6.2
8 8 * Requires PHP: 7.4
9 9 * Author: 10up
10 10 * Author URI: https://10up.com
@@ -32,9 +32,9 @@
32 32
33 33 define( 'EP_URL', plugin_dir_url( __FILE__ ) );
34 34 define( 'EP_PATH', plugin_dir_path( __FILE__ ) );
35 35 define( 'EP_FILE', plugin_basename( __FILE__ ) );
36 -define( 'EP_VERSION', '5.3.4' );
36 +define( 'EP_VERSION', '5.3.5' );
37 37
38 38 define( 'EP_PHP_VERSION_MIN', '7.4' );
39 39
40 40 if ( ! version_compare( phpversion(), EP_PHP_VERSION_MIN, '>=' ) ) {