| @@ -3,9 +3,9 @@ | ||
| 3 | 3 | * Plugin Name: Elementor |
| 4 | 4 | * Description: The Elementor Website Builder has it all: drag and drop page builder, pixel perfect design, mobile responsive editing, and more. Get started now! |
| 5 | 5 | * Plugin URI: https://elementor.com/?utm_source=wp-plugins&utm_campaign=plugin-uri&utm_medium=wp-dash |
| 6 | 6 | * Author: Elementor.com |
| 7 | - * Version: 3.4.5 | |
| 7 | + * Version: 3.4.6 | |
| 8 | 8 | * Author URI: https://elementor.com/?utm_source=wp-plugins&utm_campaign=author-uri&utm_medium=wp-dash |
| 9 | 9 | * |
| 10 | 10 | * Text Domain: elementor |
| 11 | 11 | * |
| @@ -26,9 +26,9 @@ | ||
| 26 | 26 | if ( ! defined( 'ABSPATH' ) ) { |
| 27 | 27 | exit; // Exit if accessed directly. |
| 28 | 28 | } |
| 29 | 29 | |
| 30 | -define( 'ELEMENTOR_VERSION', '3.4.5' ); | |
| 30 | +define( 'ELEMENTOR_VERSION', '3.4.6' ); | |
| 31 | 31 | define( 'ELEMENTOR_PREVIOUS_STABLE_VERSION', '3.1.4' ); |
| 32 | 32 | |
| 33 | 33 | define( 'ELEMENTOR__FILE__', __FILE__ ); |
| 34 | 34 | define( 'ELEMENTOR_PLUGIN_BASE', plugin_basename( ELEMENTOR__FILE__ ) ); |
| @@ -76,9 +76,9 @@ | ||
| 76 | 76 | * |
| 77 | 77 | * @return void |
| 78 | 78 | */ |
| 79 | 79 | function elementor_fail_php_version() { |
| 80 | - /* translators: %s: PHP version */ | |
| 80 | + /* translators: %s: PHP version. */ | |
| 81 | 81 | $message = sprintf( esc_html__( 'Elementor requires PHP version %s+, plugin is currently NOT RUNNING.', 'elementor' ), '5.6' ); |
| 82 | 82 | $html_message = sprintf( '<div class="error">%s</div>', wpautop( $message ) ); |
| 83 | 83 | echo wp_kses_post( $html_message ); |
| 84 | 84 | } |
| @@ -92,9 +92,9 @@ | ||
| 92 | 92 | * |
| 93 | 93 | * @return void |
| 94 | 94 | */ |
| 95 | 95 | function elementor_fail_wp_version() { |
| 96 | - /* translators: %s: WordPress version */ | |
| 96 | + /* translators: %s: WordPress version. */ | |
| 97 | 97 | $message = sprintf( esc_html__( 'Elementor requires WordPress version %s+. Because you are using an earlier version, the plugin is currently NOT RUNNING.', 'elementor' ), '5.2' ); |
| 98 | 98 | $html_message = sprintf( '<div class="error">%s</div>', wpautop( $message ) ); |
| 99 | 99 | echo wp_kses_post( $html_message ); |
| 100 | 100 | } |