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 +8 -8 1.2.01.7.4 View file →
@@ -4,9 +4,9 @@
4 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.2.0
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
@@ -12,12 +12,12 @@
12 12 * Text Domain: hello-plus
13 13 *
14 14 * @package HelloPlus
15 15 *
16 - * Hello+ Plugin is a free WordPress plugin crafted for seamless use with Elementor’s Hello Biz Theme,
17 - * tailored to help beginner web creators, but far from limited to just them, to build professional websites with ease.
18 - * It features a guided setup, dedicated kits, streamlined management tools,
19 - * and specialized widgets (Hello Widgets) to ensure a fast, efficient site-building experience
16 + * Hello+ is a free WordPress plugin designed to work seamlessly with Elementor’s Hello suite of themes.
17 + * Hello+ includes specialized Hello widgets such as a Header, Footer, Zigzag, Form Lite, and more.
18 + * Hello widgets help you build faster and create polished, professional websites.
19 + * To use Hello+, you’ll need to install one of Elementor’s Hello suite of themes.
20 20 *
21 21 * Hello+ is distributed in the hope that it will be useful,
22 22 * but WITHOUT ANY WARRANTY; without even the implied warranty of
23 23 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
@@ -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.2.0' );
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__ ) );
@@ -36,10 +36,10 @@
36 36 define( 'HELLOPLUS__FILE__', __FILE__ );
37 37 define( 'HELLOPLUS_PLUGIN_BASE', plugin_basename( HELLOPLUS__FILE__ ) );
38 38 define( 'HELLOPLUS_PATH', plugin_dir_path( HELLOPLUS__FILE__ ) );
39 39 define( 'HELLOPLUS_URL', plugins_url( '', HELLOPLUS__FILE__ ) );
40 -define( 'HELLOPLUS_ASSETS_PATH', HELLOPLUS_PATH . 'build/' );
41 -define( 'HELLOPLUS_ASSETS_URL', HELLOPLUS_URL . '/build/' );
40 +define( 'HELLOPLUS_ASSETS_PATH', HELLOPLUS_PATH . 'assets/' );
41 +define( 'HELLOPLUS_ASSETS_URL', HELLOPLUS_URL . '/assets/' );
42 42 define( 'HELLOPLUS_SCRIPTS_PATH', HELLOPLUS_ASSETS_PATH . 'js/' );
43 43 define( 'HELLOPLUS_SCRIPTS_URL', HELLOPLUS_ASSETS_URL . 'js/' );
44 44 define( 'HELLOPLUS_STYLE_PATH', HELLOPLUS_ASSETS_PATH . 'css/' );
45 45 define( 'HELLOPLUS_STYLE_URL', HELLOPLUS_ASSETS_URL . 'css/' );