Version Description
Download this release
Release Info
Code changes from version 1.1.0 to 1.0.0
- readme.txt +3 -9
- theplus_elementor_addon.php +3 -3
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://paypal.me/sagarpatel124
|
|
4 |
Tags: elementor, elementor addons, elementor addon set, the plus adding for elementor, the plus widgets elementor, elementor widgets, elementor free widgets, elementor pro, elementor widget pack, ultimate addons for elementor, unlimited addons for elementor, extra addons for elementor
|
5 |
Requires at least: 3.5
|
6 |
Tested up to: 5.1
|
7 |
-
Stable tag: 1.
|
8 |
Requires PHP: 5.6
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
@@ -55,8 +55,8 @@ All Widgets of Free version with Full Features and Below Widgets.</br></br>
|
|
55 |
|
56 |
|
57 |
#Premium Version also have below features :
|
58 |
-
###Check All
|
59 |
-
###
|
60 |
<ul> <li><a href="http://elementor.theplusaddons.com/plus-design/creative-agency/" rel="nofollow">Creative Agency</a></li>
|
61 |
<li><a href="http://elementor.theplusaddons.com/plus-design/modern-restaurant/" rel="nofollow">Restaurant</a></li>
|
62 |
<li><a href="http://elementor.theplusaddons.com/plus-design/beauty-saloon/" rel="nofollow">Beauty Salon</a></li>
|
@@ -101,12 +101,6 @@ All Widgets of Free version with Full Features and Below Widgets.</br></br>
|
|
101 |
== Screenshots ==
|
102 |
|
103 |
|
104 |
-
== Changelog ==
|
105 |
-
|
106 |
-
|
107 |
-
= 1.1.0 =
|
108 |
-
* Minor Bug Fixes
|
109 |
-
* Post fixed "Lite" in plugin name
|
110 |
|
111 |
= 1.0 =
|
112 |
* Initial Release
|
4 |
Tags: elementor, elementor addons, elementor addon set, the plus adding for elementor, the plus widgets elementor, elementor widgets, elementor free widgets, elementor pro, elementor widget pack, ultimate addons for elementor, unlimited addons for elementor, extra addons for elementor
|
5 |
Requires at least: 3.5
|
6 |
Tested up to: 5.1
|
7 |
+
Stable tag: 1.0.0
|
8 |
Requires PHP: 5.6
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
55 |
|
56 |
|
57 |
#Premium Version also have below features :
|
58 |
+
###Check All 60+ Elements: <a href="http://elementor.theplusaddons.com/widgets/" rel="nofollow">Visit Now</a>
|
59 |
+
###18+ Page Templates : <a href="http://elementor.theplusaddons.com/plus-templates/" target="_blank">Check Plus Templates</a>
|
60 |
<ul> <li><a href="http://elementor.theplusaddons.com/plus-design/creative-agency/" rel="nofollow">Creative Agency</a></li>
|
61 |
<li><a href="http://elementor.theplusaddons.com/plus-design/modern-restaurant/" rel="nofollow">Restaurant</a></li>
|
62 |
<li><a href="http://elementor.theplusaddons.com/plus-design/beauty-saloon/" rel="nofollow">Beauty Salon</a></li>
|
101 |
== Screenshots ==
|
102 |
|
103 |
|
|
|
|
|
|
|
|
|
|
|
|
|
104 |
|
105 |
= 1.0 =
|
106 |
* Initial Release
|
theplus_elementor_addon.php
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
-
* Plugin Name: The Plus Addons for Elementor Page Builder
|
4 |
* Plugin URI: https://elementor.theplusaddons.com/
|
5 |
* Description: Biggest collection of widgets made for Elementor page builder in WordPress.
|
6 |
-
* Version: 1.
|
7 |
* Author: POSIMYTH Themes
|
8 |
* Author URI: http://posimyththemes.com
|
9 |
* Text Domain: theplus
|
@@ -13,7 +13,7 @@
|
|
13 |
if ( ! defined( 'ABSPATH' ) ) {
|
14 |
exit;
|
15 |
}
|
16 |
-
defined( 'THEPLUS_VERSION' ) or define( 'THEPLUS_VERSION', '1.
|
17 |
define( 'THEPLUS_FILE__', __FILE__ );
|
18 |
|
19 |
define( 'THEPLUS_PATH', plugin_dir_path( __FILE__ ) );
|
1 |
<?php
|
2 |
/*
|
3 |
+
* Plugin Name: The Plus Addons for Elementor Page Builder
|
4 |
* Plugin URI: https://elementor.theplusaddons.com/
|
5 |
* Description: Biggest collection of widgets made for Elementor page builder in WordPress.
|
6 |
+
* Version: 1.0.0
|
7 |
* Author: POSIMYTH Themes
|
8 |
* Author URI: http://posimyththemes.com
|
9 |
* Text Domain: theplus
|
13 |
if ( ! defined( 'ABSPATH' ) ) {
|
14 |
exit;
|
15 |
}
|
16 |
+
defined( 'THEPLUS_VERSION' ) or define( 'THEPLUS_VERSION', '1.0.0' );
|
17 |
define( 'THEPLUS_FILE__', __FILE__ );
|
18 |
|
19 |
define( 'THEPLUS_PATH', plugin_dir_path( __FILE__ ) );
|