PluginProbe
Hello Plus / 1.7.4
Hello Plus v1.7.4
trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.1.0 1.1.1 1.1.2 1.1.3 1.2.0 1.2.1 1.3.0 1.4.0 1.4.1 1.5.0 1.5.1 1.5.2 1.5.3 1.6.0 1.6.1 1.6.2 1.7.0 1.7.1 1.7.2 1.7.3 All 30 releases
← All changes | hello-plus.php +3 -3 trunk1.7.4 View file →
@@ -1,12 +1,12 @@
1 1 <?php
2 2 /**
3 3 * Plugin Name: Hello Plus
4 - * Description: Boost your Elementor website with business-ready bonus widgets
4 + * Description: Puts the PLUS in Elementor's Hello+ themes
5 5 * Plugin URI: https://elementor.com
6 6 * Author: Elementor.com
7 7 * Author URI: https://elementor.com/?utm_source=wp-plugins&utm_campaign=author-uri&utm_medium=wp-dash
8 - * Version: 1.7.8
8 + * Version: 1.7.4
9 9 * License: GPL-3
10 10 * License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
11 11 *
12 12 * Text Domain: hello-plus
@@ -29,9 +29,9 @@
29 29 if ( ! defined( 'ABSPATH' ) ) {
30 30 exit; // Exit if accessed directly.
31 31 }
32 32
33 -define( 'HELLOPLUS_VERSION', '1.7.8' );
33 +define( 'HELLOPLUS_VERSION', '1.7.4' );
34 34 define( 'HELLO_PLUS_VERSION', HELLOPLUS_VERSION );
35 35
36 36 define( 'HELLOPLUS__FILE__', __FILE__ );
37 37 define( 'HELLOPLUS_PLUGIN_BASE', plugin_basename( HELLOPLUS__FILE__ ) );