| @@ -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, '>=' ) ) { |