Version Description
- 25/03/2020 =
- Improved Elements Keywords for better searchability
Download this release
Release Info
Developer | re_enter_rupok |
Plugin | Elementor Essential Addons |
Version | 3.9.1 |
Comparing to | |
See all releases |
Code changes from version 3.9.0 to 3.9.1
- essential_adons_elementor.php +2 -2
- includes/Elements/Adv_Accordion.php +2 -0
- includes/Elements/Adv_Tabs.php +2 -0
- includes/Elements/Advanced_Data_Table.php +10 -7
- includes/Elements/Betterdocs_Category_Box.php +7 -5
- includes/Elements/Betterdocs_Category_Grid.php +6 -4
- includes/Elements/Betterdocs_Search_Form.php +9 -6
- includes/Elements/Caldera_Forms.php +2 -0
- includes/Elements/Contact_Form_7.php +3 -0
- includes/Elements/Content_Ticker.php +2 -0
- includes/Elements/Countdown.php +3 -0
- includes/Elements/Creative_Button.php +2 -0
- includes/Elements/Cta_Box.php +3 -1
- includes/Elements/Data_Table.php +6 -3
- includes/Elements/Dual_Color_Header.php +3 -0
- includes/Elements/Event_Calendar.php +2 -0
- includes/Elements/Facebook_Feed.php +5 -3
- includes/Elements/Fancy_Text.php +7 -4
- includes/Elements/Feature_List.php +2 -0
- includes/Elements/Filterable_Gallery.php +10 -7
- includes/Elements/Flip_Box.php +3 -0
- includes/Elements/FluentForm.php +4 -0
- includes/Elements/GravityForms.php +3 -0
- includes/Elements/Image_Accordion.php +1 -0
- includes/Elements/Info_Box.php +3 -0
- includes/Elements/NinjaForms.php +5 -1
- includes/Elements/Post_Grid.php +2 -0
- includes/Elements/Post_Timeline.php +2 -0
- includes/Elements/Pricing_Table.php +2 -0
- includes/Elements/Product_Grid.php +10 -4
- includes/Elements/Progress_Bar.php +3 -0
- includes/Elements/Sticky_Video.php +2 -0
- includes/Elements/Team_Member.php +2 -0
- includes/Elements/Testimonial.php +2 -0
- includes/Elements/Tooltip.php +1 -0
- includes/Elements/Twitter_Feed.php +5 -3
- includes/Elements/WeForms.php +5 -0
- includes/Elements/WpForms.php +4 -0
- readme.txt +5 -2
essential_adons_elementor.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Description: The Essential plugin you install after Elementor! 70+ Premium elements, including WooCommerce, Event Calender, Data Table, Post Grid, Instagram Feed.
|
5 |
* Plugin URI: https://essential-addons.com/elementor/
|
6 |
* Author: WPDeveloper
|
7 |
-
* Version: 3.9.
|
8 |
* Author URI: https://wpdeveloper.net/
|
9 |
* Text Domain: essential-addons-for-elementor-lite
|
10 |
* Domain Path: /languages
|
@@ -25,7 +25,7 @@ define('EAEL_PLUGIN_FILE', __FILE__);
|
|
25 |
define('EAEL_PLUGIN_BASENAME', plugin_basename(__FILE__));
|
26 |
define('EAEL_PLUGIN_PATH', trailingslashit(plugin_dir_path(__FILE__)));
|
27 |
define('EAEL_PLUGIN_URL', trailingslashit(plugins_url('/', __FILE__)));
|
28 |
-
define('EAEL_PLUGIN_VERSION', '3.9.
|
29 |
define('EAEL_ASSET_PATH', wp_upload_dir()['basedir'] . '/essential-addons-elementor');
|
30 |
define('EAEL_ASSET_URL', wp_upload_dir()['baseurl'] . '/essential-addons-elementor');
|
31 |
|
4 |
* Description: The Essential plugin you install after Elementor! 70+ Premium elements, including WooCommerce, Event Calender, Data Table, Post Grid, Instagram Feed.
|
5 |
* Plugin URI: https://essential-addons.com/elementor/
|
6 |
* Author: WPDeveloper
|
7 |
+
* Version: 3.9.1
|
8 |
* Author URI: https://wpdeveloper.net/
|
9 |
* Text Domain: essential-addons-for-elementor-lite
|
10 |
* Domain Path: /languages
|
25 |
define('EAEL_PLUGIN_BASENAME', plugin_basename(__FILE__));
|
26 |
define('EAEL_PLUGIN_PATH', trailingslashit(plugin_dir_path(__FILE__)));
|
27 |
define('EAEL_PLUGIN_URL', trailingslashit(plugins_url('/', __FILE__)));
|
28 |
+
define('EAEL_PLUGIN_VERSION', '3.9.1');
|
29 |
define('EAEL_ASSET_PATH', wp_upload_dir()['basedir'] . '/essential-addons-elementor');
|
30 |
define('EAEL_ASSET_URL', wp_upload_dir()['baseurl'] . '/essential-addons-elementor');
|
31 |
|
includes/Elements/Adv_Accordion.php
CHANGED
@@ -42,6 +42,8 @@ class Adv_Accordion extends Widget_Base
|
|
42 |
{
|
43 |
return [
|
44 |
'accordion',
|
|
|
|
|
45 |
'toggle',
|
46 |
'collapsible',
|
47 |
'faq',
|
42 |
{
|
43 |
return [
|
44 |
'accordion',
|
45 |
+
'ea accordion',
|
46 |
+
'ea advanced accordion',
|
47 |
'toggle',
|
48 |
'collapsible',
|
49 |
'faq',
|
includes/Elements/Adv_Tabs.php
CHANGED
@@ -44,6 +44,8 @@ class Adv_Tabs extends Widget_Base
|
|
44 |
return [
|
45 |
'tab',
|
46 |
'tabs',
|
|
|
|
|
47 |
'panel',
|
48 |
'navigation',
|
49 |
'group',
|
44 |
return [
|
45 |
'tab',
|
46 |
'tabs',
|
47 |
+
'ea tabs',
|
48 |
+
'ea advanced tabs',
|
49 |
'panel',
|
50 |
'navigation',
|
51 |
'group',
|
includes/Elements/Advanced_Data_Table.php
CHANGED
@@ -38,15 +38,18 @@ class Advanced_Data_Table extends Widget_Base
|
|
38 |
public function get_keywords()
|
39 |
{
|
40 |
return [
|
41 |
-
'
|
|
|
|
|
|
|
42 |
'CSV',
|
43 |
-
'
|
44 |
-
'
|
45 |
-
'
|
46 |
-
'
|
47 |
'ninja tables',
|
48 |
-
'
|
49 |
-
'
|
50 |
'grid',
|
51 |
'import data',
|
52 |
'import table',
|
38 |
public function get_keywords()
|
39 |
{
|
40 |
return [
|
41 |
+
'table',
|
42 |
+
'ea table',
|
43 |
+
'ea advanced table',
|
44 |
+
'ea advanced data table',
|
45 |
'CSV',
|
46 |
+
'google sheet',
|
47 |
+
'spreadsheet',
|
48 |
+
'excel',
|
49 |
+
'tablepress',
|
50 |
'ninja tables',
|
51 |
+
'data dable',
|
52 |
+
'comparison table',
|
53 |
'grid',
|
54 |
'import data',
|
55 |
'import table',
|
includes/Elements/Betterdocs_Category_Box.php
CHANGED
@@ -51,11 +51,13 @@ class Betterdocs_Category_Box extends Widget_Base
|
|
51 |
*/
|
52 |
public function get_keywords() {
|
53 |
return [
|
54 |
-
'
|
55 |
-
'
|
56 |
-
'
|
57 |
-
'
|
58 |
-
'
|
|
|
|
|
59 |
'ea',
|
60 |
'essential addons'
|
61 |
];
|
51 |
*/
|
52 |
public function get_keywords() {
|
53 |
return [
|
54 |
+
'knowledgebase',
|
55 |
+
'knowledge Base',
|
56 |
+
'documentation',
|
57 |
+
'doc',
|
58 |
+
'kb',
|
59 |
+
'betterdocs',
|
60 |
+
'ea betterdocs',
|
61 |
'ea',
|
62 |
'essential addons'
|
63 |
];
|
includes/Elements/Betterdocs_Category_Grid.php
CHANGED
@@ -51,11 +51,13 @@ class Betterdocs_Category_Grid extends Widget_Base
|
|
51 |
*/
|
52 |
public function get_keywords() {
|
53 |
return [
|
54 |
-
'
|
55 |
-
'
|
|
|
56 |
'Doc',
|
57 |
-
'
|
58 |
-
'
|
|
|
59 |
'ea',
|
60 |
'essential addons'
|
61 |
];
|
51 |
*/
|
52 |
public function get_keywords() {
|
53 |
return [
|
54 |
+
'knowledgebase',
|
55 |
+
'knowledge base',
|
56 |
+
'documentation',
|
57 |
'Doc',
|
58 |
+
'kb',
|
59 |
+
'betterdocs',
|
60 |
+
'ea betterdocs',
|
61 |
'ea',
|
62 |
'essential addons'
|
63 |
];
|
includes/Elements/Betterdocs_Search_Form.php
CHANGED
@@ -51,12 +51,15 @@ class Betterdocs_Search_Form extends Widget_Base
|
|
51 |
*/
|
52 |
public function get_keywords() {
|
53 |
return [
|
54 |
-
'
|
55 |
-
'
|
56 |
-
'
|
57 |
-
'
|
58 |
-
'
|
59 |
-
'
|
|
|
|
|
|
|
60 |
'ea',
|
61 |
'essential addons'
|
62 |
];
|
51 |
*/
|
52 |
public function get_keywords() {
|
53 |
return [
|
54 |
+
'knowledgebase',
|
55 |
+
'knowledge Base',
|
56 |
+
'documentation',
|
57 |
+
'doc',
|
58 |
+
'kb',
|
59 |
+
'betterdocs',
|
60 |
+
'ea betterdocs',
|
61 |
+
'search',
|
62 |
+
'search form',
|
63 |
'ea',
|
64 |
'essential addons'
|
65 |
];
|
includes/Elements/Caldera_Forms.php
CHANGED
@@ -41,10 +41,12 @@ class Caldera_Forms extends Widget_Base
|
|
41 |
public function get_keywords() {
|
42 |
return [
|
43 |
'contact form',
|
|
|
44 |
'form styler',
|
45 |
'elementor form',
|
46 |
'feedback',
|
47 |
'calderaforms',
|
|
|
48 |
'ea',
|
49 |
'essential addons'
|
50 |
];
|
41 |
public function get_keywords() {
|
42 |
return [
|
43 |
'contact form',
|
44 |
+
'ea contact form',
|
45 |
'form styler',
|
46 |
'elementor form',
|
47 |
'feedback',
|
48 |
'calderaforms',
|
49 |
+
'ea calderaforms',
|
50 |
'ea',
|
51 |
'essential addons'
|
52 |
];
|
includes/Elements/Contact_Form_7.php
CHANGED
@@ -71,10 +71,13 @@ class Contact_Form_7 extends Widget_Base
|
|
71 |
{
|
72 |
return [
|
73 |
'contact form',
|
|
|
74 |
'form styler',
|
75 |
'elementor form',
|
76 |
'feedback',
|
77 |
'cf7',
|
|
|
|
|
78 |
'ea',
|
79 |
'essential addons'
|
80 |
];
|
71 |
{
|
72 |
return [
|
73 |
'contact form',
|
74 |
+
'ea contact form',
|
75 |
'form styler',
|
76 |
'elementor form',
|
77 |
'feedback',
|
78 |
'cf7',
|
79 |
+
'ea cf7',
|
80 |
+
'ea contact form 7',
|
81 |
'ea',
|
82 |
'essential addons'
|
83 |
];
|
includes/Elements/Content_Ticker.php
CHANGED
@@ -40,6 +40,8 @@ class Content_Ticker extends Widget_Base
|
|
40 |
{
|
41 |
return [
|
42 |
'ticker',
|
|
|
|
|
43 |
'news headline',
|
44 |
'news ticker',
|
45 |
'text rotate',
|
40 |
{
|
41 |
return [
|
42 |
'ticker',
|
43 |
+
'ea ticker',
|
44 |
+
'ea content ticker',
|
45 |
'news headline',
|
46 |
'news ticker',
|
47 |
'text rotate',
|
includes/Elements/Countdown.php
CHANGED
@@ -42,8 +42,11 @@ class Countdown extends Widget_Base
|
|
42 |
{
|
43 |
return [
|
44 |
'countdown',
|
|
|
45 |
'count down',
|
|
|
46 |
'timer',
|
|
|
47 |
'chronometer',
|
48 |
'stopwatch',
|
49 |
'clock',
|
42 |
{
|
43 |
return [
|
44 |
'countdown',
|
45 |
+
'ea countdown',
|
46 |
'count down',
|
47 |
+
'ea count down',
|
48 |
'timer',
|
49 |
+
'ea timer',
|
50 |
'chronometer',
|
51 |
'stopwatch',
|
52 |
'clock',
|
includes/Elements/Creative_Button.php
CHANGED
@@ -38,7 +38,9 @@ class Creative_Button extends Widget_Base {
|
|
38 |
{
|
39 |
return [
|
40 |
'button',
|
|
|
41 |
'creative button',
|
|
|
42 |
'cta',
|
43 |
'call to action',
|
44 |
'ea',
|
38 |
{
|
39 |
return [
|
40 |
'button',
|
41 |
+
'ea button',
|
42 |
'creative button',
|
43 |
+
'ea creative button',
|
44 |
'cta',
|
45 |
'call to action',
|
46 |
'ea',
|
includes/Elements/Cta_Box.php
CHANGED
@@ -42,7 +42,9 @@ class Cta_Box extends Widget_Base
|
|
42 |
{
|
43 |
return [
|
44 |
'call to action',
|
45 |
-
'
|
|
|
|
|
46 |
'button',
|
47 |
'buy button',
|
48 |
'action box',
|
42 |
{
|
43 |
return [
|
44 |
'call to action',
|
45 |
+
'ea call to action',
|
46 |
+
'cta',
|
47 |
+
'ea cta',
|
48 |
'button',
|
49 |
'buy button',
|
50 |
'action box',
|
includes/Elements/Data_Table.php
CHANGED
@@ -35,10 +35,13 @@ class Data_Table extends Widget_Base {
|
|
35 |
|
36 |
public function get_keywords() {
|
37 |
return [
|
38 |
-
'
|
39 |
-
'
|
|
|
|
|
|
|
40 |
'CSV',
|
41 |
-
'
|
42 |
'grid',
|
43 |
'ea',
|
44 |
'essential addons'
|
35 |
|
36 |
public function get_keywords() {
|
37 |
return [
|
38 |
+
'table',
|
39 |
+
'ea table',
|
40 |
+
'data table',
|
41 |
+
'ea data table',
|
42 |
+
'export eable',
|
43 |
'CSV',
|
44 |
+
'comparison table',
|
45 |
'grid',
|
46 |
'ea',
|
47 |
'essential addons'
|
includes/Elements/Dual_Color_Header.php
CHANGED
@@ -34,6 +34,9 @@ class Dual_Color_Header extends Widget_Base {
|
|
34 |
public function get_keywords()
|
35 |
{
|
36 |
return [
|
|
|
|
|
|
|
37 |
'heading',
|
38 |
'headline',
|
39 |
'title',
|
34 |
public function get_keywords()
|
35 |
{
|
36 |
return [
|
37 |
+
'ea header',
|
38 |
+
'ea dual header',
|
39 |
+
'ea dual color header',
|
40 |
'heading',
|
41 |
'headline',
|
42 |
'title',
|
includes/Elements/Event_Calendar.php
CHANGED
@@ -46,6 +46,8 @@ class Event_Calendar extends Widget_Base {
|
|
46 |
'event',
|
47 |
'events',
|
48 |
'calendar',
|
|
|
|
|
49 |
'eventon',
|
50 |
'google calendar',
|
51 |
'event marketing',
|
46 |
'event',
|
47 |
'events',
|
48 |
'calendar',
|
49 |
+
'ea calendar',
|
50 |
+
'ea event calendar',
|
51 |
'eventon',
|
52 |
'google calendar',
|
53 |
'event marketing',
|
includes/Elements/Facebook_Feed.php
CHANGED
@@ -37,11 +37,13 @@ class Facebook_Feed extends Widget_Base
|
|
37 |
|
38 |
public function get_keywords() {
|
39 |
return [
|
40 |
-
'
|
41 |
-
'
|
42 |
-
'
|
43 |
'facebook feed',
|
|
|
44 |
'fb feed',
|
|
|
45 |
'facebook marketing',
|
46 |
'ea',
|
47 |
'essential addons'
|
37 |
|
38 |
public function get_keywords() {
|
39 |
return [
|
40 |
+
'facebook',
|
41 |
+
'social media',
|
42 |
+
'facebook embed',
|
43 |
'facebook feed',
|
44 |
+
'ea facebook feed',
|
45 |
'fb feed',
|
46 |
+
'ea fb feed',
|
47 |
'facebook marketing',
|
48 |
'ea',
|
49 |
'essential addons'
|
includes/Elements/Fancy_Text.php
CHANGED
@@ -34,11 +34,14 @@ class Fancy_Text extends Widget_Base {
|
|
34 |
|
35 |
public function get_keywords() {
|
36 |
return [
|
37 |
-
'
|
|
|
|
|
38 |
'Headline',
|
39 |
-
'
|
40 |
-
'
|
41 |
-
'
|
|
|
42 |
'animated heading',
|
43 |
'ea',
|
44 |
'essential addons'
|
34 |
|
35 |
public function get_keywords() {
|
36 |
return [
|
37 |
+
'ea fancy text',
|
38 |
+
'ea typing text',
|
39 |
+
'animated headline',
|
40 |
'Headline',
|
41 |
+
'typewriter',
|
42 |
+
'text effect',
|
43 |
+
'text typing effect',
|
44 |
+
'text animation',
|
45 |
'animated heading',
|
46 |
'ea',
|
47 |
'essential addons'
|
includes/Elements/Feature_List.php
CHANGED
@@ -38,6 +38,8 @@ class Feature_List extends Widget_Base
|
|
38 |
public function get_keywords() {
|
39 |
return [
|
40 |
'list',
|
|
|
|
|
41 |
'feature',
|
42 |
'icon',
|
43 |
'connector',
|
38 |
public function get_keywords() {
|
39 |
return [
|
40 |
'list',
|
41 |
+
'ea list',
|
42 |
+
'ea feature list',
|
43 |
'feature',
|
44 |
'icon',
|
45 |
'connector',
|
includes/Elements/Filterable_Gallery.php
CHANGED
@@ -56,13 +56,16 @@ class Filterable_Gallery extends Widget_Base
|
|
56 |
public function get_keywords()
|
57 |
{
|
58 |
return [
|
59 |
-
'
|
60 |
-
'
|
61 |
-
'
|
62 |
-
'
|
63 |
-
'
|
64 |
-
'
|
65 |
-
'
|
|
|
|
|
|
|
66 |
'responsive gallery',
|
67 |
'photo gallery',
|
68 |
'ea',
|
56 |
public function get_keywords()
|
57 |
{
|
58 |
return [
|
59 |
+
'gallery',
|
60 |
+
'ea filter gallery',
|
61 |
+
'ea filterable gallery',
|
62 |
+
'image gallery',
|
63 |
+
'media gallery',
|
64 |
+
'media',
|
65 |
+
'photo gallery',
|
66 |
+
'portfolio',
|
67 |
+
'ea portfolio',
|
68 |
+
'media grid',
|
69 |
'responsive gallery',
|
70 |
'photo gallery',
|
71 |
'ea',
|
includes/Elements/Flip_Box.php
CHANGED
@@ -36,10 +36,13 @@ class Flip_Box extends Widget_Base {
|
|
36 |
public function get_keywords() {
|
37 |
return [
|
38 |
'flip',
|
|
|
|
|
39 |
'box',
|
40 |
'flip box',
|
41 |
'card',
|
42 |
'flip card',
|
|
|
43 |
'rotate',
|
44 |
'ea',
|
45 |
'essential addons'
|
36 |
public function get_keywords() {
|
37 |
return [
|
38 |
'flip',
|
39 |
+
'ea flipbox',
|
40 |
+
'ea flip box',
|
41 |
'box',
|
42 |
'flip box',
|
43 |
'card',
|
44 |
'flip card',
|
45 |
+
'ea flip card',
|
46 |
'rotate',
|
47 |
'ea',
|
48 |
'essential addons'
|
includes/Elements/FluentForm.php
CHANGED
@@ -42,6 +42,10 @@ class FluentForm extends Widget_Base
|
|
42 |
|
43 |
public function get_keywords() {
|
44 |
return [
|
|
|
|
|
|
|
|
|
45 |
'contact form',
|
46 |
'form styler',
|
47 |
'elementor form',
|
42 |
|
43 |
public function get_keywords() {
|
44 |
return [
|
45 |
+
'ea contact form',
|
46 |
+
'ea fluentform',
|
47 |
+
'ea fluent form',
|
48 |
+
'ea fluent forms',
|
49 |
'contact form',
|
50 |
'form styler',
|
51 |
'elementor form',
|
includes/Elements/GravityForms.php
CHANGED
@@ -58,6 +58,9 @@ class GravityForms extends Widget_Base {
|
|
58 |
{
|
59 |
return [
|
60 |
'contact form',
|
|
|
|
|
|
|
61 |
'form styler',
|
62 |
'elementor form',
|
63 |
'feedback',
|
58 |
{
|
59 |
return [
|
60 |
'contact form',
|
61 |
+
'ea contact form',
|
62 |
+
'ea gravity form',
|
63 |
+
'ea form styler',
|
64 |
'form styler',
|
65 |
'elementor form',
|
66 |
'feedback',
|
includes/Elements/Image_Accordion.php
CHANGED
@@ -37,6 +37,7 @@ class Image_Accordion extends Widget_Base
|
|
37 |
public function get_keywords() {
|
38 |
return [
|
39 |
'image',
|
|
|
40 |
'image effect',
|
41 |
'hover effect',
|
42 |
'creative image',
|
37 |
public function get_keywords() {
|
38 |
return [
|
39 |
'image',
|
40 |
+
'ea image accordion',
|
41 |
'image effect',
|
42 |
'hover effect',
|
43 |
'creative image',
|
includes/Elements/Info_Box.php
CHANGED
@@ -38,7 +38,10 @@ class Info_Box extends Widget_Base {
|
|
38 |
{
|
39 |
return [
|
40 |
'info',
|
|
|
|
|
41 |
'box',
|
|
|
42 |
'info box',
|
43 |
'card',
|
44 |
'ea',
|
38 |
{
|
39 |
return [
|
40 |
'info',
|
41 |
+
'ea infobox',
|
42 |
+
'ea info box',
|
43 |
'box',
|
44 |
+
'ea box',
|
45 |
'info box',
|
46 |
'card',
|
47 |
'ea',
|
includes/Elements/NinjaForms.php
CHANGED
@@ -36,10 +36,14 @@ class NinjaForms extends Widget_Base {
|
|
36 |
{
|
37 |
return [
|
38 |
'contact form',
|
|
|
39 |
'form styler',
|
|
|
|
|
|
|
40 |
'elementor form',
|
41 |
'feedback',
|
42 |
-
'
|
43 |
'ea',
|
44 |
'essential addons'
|
45 |
];
|
36 |
{
|
37 |
return [
|
38 |
'contact form',
|
39 |
+
'ea contact form',
|
40 |
'form styler',
|
41 |
+
'ea form styler',
|
42 |
+
'ea ninjaform styler',
|
43 |
+
'ea ninja form styler',
|
44 |
'elementor form',
|
45 |
'feedback',
|
46 |
+
'ninjaforms',
|
47 |
'ea',
|
48 |
'essential addons'
|
49 |
];
|
includes/Elements/Post_Grid.php
CHANGED
@@ -43,6 +43,8 @@ class Post_Grid extends Widget_Base
|
|
43 |
'post',
|
44 |
'posts',
|
45 |
'grid',
|
|
|
|
|
46 |
'blog post',
|
47 |
'article',
|
48 |
'custom posts',
|
43 |
'post',
|
44 |
'posts',
|
45 |
'grid',
|
46 |
+
'ea post grid',
|
47 |
+
'ea posts grid',
|
48 |
'blog post',
|
49 |
'article',
|
50 |
'custom posts',
|
includes/Elements/Post_Timeline.php
CHANGED
@@ -42,6 +42,8 @@ class Post_Timeline extends Widget_Base
|
|
42 |
'post',
|
43 |
'posts',
|
44 |
'timeline',
|
|
|
|
|
45 |
'blog posts',
|
46 |
'content marketing',
|
47 |
'blogger',
|
42 |
'post',
|
43 |
'posts',
|
44 |
'timeline',
|
45 |
+
'ea post timeline',
|
46 |
+
'ea posts timeline',
|
47 |
'blog posts',
|
48 |
'content marketing',
|
49 |
'blogger',
|
includes/Elements/Pricing_Table.php
CHANGED
@@ -39,6 +39,8 @@ class Pricing_Table extends Widget_Base {
|
|
39 |
'price menu',
|
40 |
'pricing',
|
41 |
'table',
|
|
|
|
|
42 |
'comparison table',
|
43 |
'pricing plan',
|
44 |
'dynamic price',
|
39 |
'price menu',
|
40 |
'pricing',
|
41 |
'table',
|
42 |
+
'ea table',
|
43 |
+
'ea pricing table',
|
44 |
'comparison table',
|
45 |
'pricing plan',
|
46 |
'dynamic price',
|
includes/Elements/Product_Grid.php
CHANGED
@@ -39,10 +39,16 @@ class Product_Grid extends Widget_Base
|
|
39 |
public function get_keywords()
|
40 |
{
|
41 |
return [
|
42 |
-
'
|
43 |
-
'
|
44 |
-
'
|
45 |
-
'
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
'ea',
|
47 |
'essential addons'
|
48 |
];
|
39 |
public function get_keywords()
|
40 |
{
|
41 |
return [
|
42 |
+
'woo',
|
43 |
+
'woocommerce',
|
44 |
+
'ea woocommerce',
|
45 |
+
'ea woo product grid',
|
46 |
+
'ea woocommerce product grid',
|
47 |
+
'woo commerce',
|
48 |
+
'ea woo commerce',
|
49 |
+
'product gallery',
|
50 |
+
'woocommerce grid',
|
51 |
+
'gallery',
|
52 |
'ea',
|
53 |
'essential addons'
|
54 |
];
|
includes/Elements/Progress_Bar.php
CHANGED
@@ -38,7 +38,10 @@ class Progress_Bar extends Widget_Base
|
|
38 |
|
39 |
public function get_keywords() {
|
40 |
return [
|
|
|
|
|
41 |
'status bar',
|
|
|
42 |
'indicator',
|
43 |
'progress indicator',
|
44 |
'gradient',
|
38 |
|
39 |
public function get_keywords() {
|
40 |
return [
|
41 |
+
'ea progessbar',
|
42 |
+
'ea progess bar',
|
43 |
'status bar',
|
44 |
+
'ea status bar',
|
45 |
'indicator',
|
46 |
'progress indicator',
|
47 |
'gradient',
|
includes/Elements/Sticky_Video.php
CHANGED
@@ -39,6 +39,8 @@ class Sticky_Video extends Widget_Base
|
|
39 |
return [
|
40 |
'video',
|
41 |
'sticky',
|
|
|
|
|
42 |
'youtube',
|
43 |
'vimeo',
|
44 |
'mp4',
|
39 |
return [
|
40 |
'video',
|
41 |
'sticky',
|
42 |
+
'ea sticky video',
|
43 |
+
'ea video player',
|
44 |
'youtube',
|
45 |
'vimeo',
|
46 |
'mp4',
|
includes/Elements/Team_Member.php
CHANGED
@@ -37,6 +37,8 @@ class Team_Member extends Widget_Base {
|
|
37 |
'team',
|
38 |
'member',
|
39 |
'team member',
|
|
|
|
|
40 |
'person',
|
41 |
'card',
|
42 |
'meet the team',
|
37 |
'team',
|
38 |
'member',
|
39 |
'team member',
|
40 |
+
'ea team member',
|
41 |
+
'ea team members',
|
42 |
'person',
|
43 |
'card',
|
44 |
'meet the team',
|
includes/Elements/Testimonial.php
CHANGED
@@ -35,6 +35,8 @@ class Testimonial extends Widget_Base {
|
|
35 |
{
|
36 |
return [
|
37 |
'testimonial',
|
|
|
|
|
38 |
'testimony',
|
39 |
'review',
|
40 |
'endorsement',
|
35 |
{
|
36 |
return [
|
37 |
'testimonial',
|
38 |
+
'ea testimonial',
|
39 |
+
'ea testimonials',
|
40 |
'testimony',
|
41 |
'review',
|
42 |
'endorsement',
|
includes/Elements/Tooltip.php
CHANGED
@@ -35,6 +35,7 @@ class Tooltip extends Widget_Base {
|
|
35 |
{
|
36 |
return [
|
37 |
'tooltip',
|
|
|
38 |
'popover',
|
39 |
'hover',
|
40 |
'hint',
|
35 |
{
|
36 |
return [
|
37 |
'tooltip',
|
38 |
+
'ea tooltip',
|
39 |
'popover',
|
40 |
'hover',
|
41 |
'hint',
|
includes/Elements/Twitter_Feed.php
CHANGED
@@ -38,9 +38,11 @@ class Twitter_Feed extends Widget_Base
|
|
38 |
|
39 |
public function get_keywords() {
|
40 |
return [
|
41 |
-
'
|
42 |
-
'
|
43 |
-
'
|
|
|
|
|
44 |
'twitter feed',
|
45 |
'twitter marketing',
|
46 |
'tweet feed',
|
38 |
|
39 |
public function get_keywords() {
|
40 |
return [
|
41 |
+
'twitter',
|
42 |
+
'ea twitter feed',
|
43 |
+
'ea twitter gallery',
|
44 |
+
'social media',
|
45 |
+
'twitter embed',
|
46 |
'twitter feed',
|
47 |
'twitter marketing',
|
48 |
'tweet feed',
|
includes/Elements/WeForms.php
CHANGED
@@ -41,7 +41,12 @@ class WeForms extends Widget_Base
|
|
41 |
public function get_keywords() {
|
42 |
return [
|
43 |
'contact form',
|
|
|
|
|
|
|
|
|
44 |
'form styler',
|
|
|
45 |
'elementor form',
|
46 |
'feedback',
|
47 |
'ea',
|
41 |
public function get_keywords() {
|
42 |
return [
|
43 |
'contact form',
|
44 |
+
'ea contact form',
|
45 |
+
'ea we form',
|
46 |
+
'ea weform',
|
47 |
+
'ea weforms',
|
48 |
'form styler',
|
49 |
+
'ea form styler',
|
50 |
'elementor form',
|
51 |
'feedback',
|
52 |
'ea',
|
includes/Elements/WpForms.php
CHANGED
@@ -36,7 +36,11 @@ class WpForms extends Widget_Base {
|
|
36 |
{
|
37 |
return [
|
38 |
'contact form',
|
|
|
|
|
|
|
39 |
'form styler',
|
|
|
40 |
'elementor form',
|
41 |
'feedback',
|
42 |
'wp forms',
|
36 |
{
|
37 |
return [
|
38 |
'contact form',
|
39 |
+
'ea contact form',
|
40 |
+
'ea wp form',
|
41 |
+
'ea wpforms',
|
42 |
'form styler',
|
43 |
+
'ea form styler',
|
44 |
'elementor form',
|
45 |
'feedback',
|
46 |
'wp forms',
|
readme.txt
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
Contributors: wpdevteam, Codetic, re_enter_rupok, Asif2BD, priyomukul, mahfuz01, nazsabuz, manzurahammed
|
3 |
Tags: elementor, elements, addons, elementor addon, elementor widget, page builder, builder, visual editor, wordpress page builder, elementor form
|
4 |
Requires at least: 4.0
|
5 |
-
Tested up to: 5.
|
6 |
Requires PHP: 5.4
|
7 |
-
Stable tag: 3.9.
|
8 |
License: GPLv3
|
9 |
License URI: https://opensource.org/licenses/GPL-3.0
|
10 |
|
@@ -185,6 +185,9 @@ Your existing elements/content will work with premium version. So you won't lose
|
|
185 |
|
186 |
== Changelog ==
|
187 |
|
|
|
|
|
|
|
188 |
= 3.9.0 - 25/03/2020 =
|
189 |
- Updated: All widgets icon in elementor panel for better UI
|
190 |
- Updated: Removed "EA" from all widgets name, you will see the "EA" icon instead
|
2 |
Contributors: wpdevteam, Codetic, re_enter_rupok, Asif2BD, priyomukul, mahfuz01, nazsabuz, manzurahammed
|
3 |
Tags: elementor, elements, addons, elementor addon, elementor widget, page builder, builder, visual editor, wordpress page builder, elementor form
|
4 |
Requires at least: 4.0
|
5 |
+
Tested up to: 5.4
|
6 |
Requires PHP: 5.4
|
7 |
+
Stable tag: 3.9.1
|
8 |
License: GPLv3
|
9 |
License URI: https://opensource.org/licenses/GPL-3.0
|
10 |
|
185 |
|
186 |
== Changelog ==
|
187 |
|
188 |
+
= 3.9.1 - 25/03/2020 =
|
189 |
+
- Improved Elements Keywords for better searchability
|
190 |
+
|
191 |
= 3.9.0 - 25/03/2020 =
|
192 |
- Updated: All widgets icon in elementor panel for better UI
|
193 |
- Updated: Removed "EA" from all widgets name, you will see the "EA" icon instead
|