Version Description
- Removed: Stretched section condition
Download this release
Release Info
Developer | rwattner |
Plugin | Sticky Header Effects for Elementor |
Version | 1.2.2 |
Comparing to | |
See all releases |
Code changes from version 1.2.1 to 1.2.2
- modules/transparent/module.php +1 -5
- readme.txt +7 -1
- sticky-header-effects-for-elementor.php +3 -3
modules/transparent/module.php
CHANGED
@@ -25,9 +25,6 @@ class Module extends Module_Base {
|
|
25 |
[
|
26 |
'label' => __( 'Sticky Header Effects', 'she-header' ),
|
27 |
'tab' => Controls_Manager::TAB_ADVANCED,
|
28 |
-
'condition' => [
|
29 |
-
'stretch_section' => ''
|
30 |
-
],
|
31 |
]
|
32 |
);
|
33 |
|
@@ -48,7 +45,7 @@ class Module extends Module_Base {
|
|
48 |
$element->add_control(
|
49 |
'sticky_header_notice',
|
50 |
[
|
51 |
-
'raw' => __( 'IMPORTANT: Sticky Header Effects
|
52 |
'type' => Controls_Manager::RAW_HTML,
|
53 |
'content_classes' => 'elementor-panel-alert elementor-panel-alert-warning',
|
54 |
'condition' => [
|
@@ -72,7 +69,6 @@ class Module extends Module_Base {
|
|
72 |
'mobile' => __( 'Mobile', 'she-header' ),
|
73 |
],
|
74 |
'condition' => [
|
75 |
-
'stretch_section' => '',
|
76 |
'transparent!' => ''
|
77 |
],
|
78 |
'render_type' => 'none',
|
25 |
[
|
26 |
'label' => __( 'Sticky Header Effects', 'she-header' ),
|
27 |
'tab' => Controls_Manager::TAB_ADVANCED,
|
|
|
|
|
|
|
28 |
]
|
29 |
);
|
30 |
|
45 |
$element->add_control(
|
46 |
'sticky_header_notice',
|
47 |
[
|
48 |
+
'raw' => __( 'IMPORTANT: Sticky Header Effects is best used with Elementor Pro sticky option enabled.', 'she-header' ),
|
49 |
'type' => Controls_Manager::RAW_HTML,
|
50 |
'content_classes' => 'elementor-panel-alert elementor-panel-alert-warning',
|
51 |
'condition' => [
|
69 |
'mobile' => __( 'Mobile', 'she-header' ),
|
70 |
],
|
71 |
'condition' => [
|
|
|
72 |
'transparent!' => ''
|
73 |
],
|
74 |
'render_type' => 'none',
|
readme.txt
CHANGED
@@ -6,7 +6,7 @@ Tags: Elementor, Elementor Page Builder, Elements, Elementor Add-ons, Add-ons, P
|
|
6 |
Requires at least: 4.9.0
|
7 |
Tested up to: 4.9.8
|
8 |
Requires PHP: 5.4
|
9 |
-
Stable tag: 1.2.
|
10 |
License: GPLv2 or later
|
11 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|
@@ -91,6 +91,9 @@ Sticky Header Options for Elementor is light-weight and you can also use only th
|
|
91 |
|
92 |
== Changelog ==
|
93 |
|
|
|
|
|
|
|
94 |
= 1.2.1 =
|
95 |
- Added: Compatibility with the new Elementor 2.1.1 version
|
96 |
- Fixed: JavaScript error
|
@@ -120,6 +123,9 @@ Sticky Header Options for Elementor is light-weight and you can also use only th
|
|
120 |
|
121 |
== Upgrade Notice ==
|
122 |
|
|
|
|
|
|
|
123 |
= 1.2.1 =
|
124 |
- Added: Compatibility with the new Elementor 2.1.1 version
|
125 |
- Fixed: JavaScript error
|
6 |
Requires at least: 4.9.0
|
7 |
Tested up to: 4.9.8
|
8 |
Requires PHP: 5.4
|
9 |
+
Stable tag: 1.2.2
|
10 |
License: GPLv2 or later
|
11 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|
91 |
|
92 |
== Changelog ==
|
93 |
|
94 |
+
= 1.2.2 =
|
95 |
+
- Removed: Stretched section condition
|
96 |
+
|
97 |
= 1.2.1 =
|
98 |
- Added: Compatibility with the new Elementor 2.1.1 version
|
99 |
- Fixed: JavaScript error
|
123 |
|
124 |
== Upgrade Notice ==
|
125 |
|
126 |
+
= 1.2.2 =
|
127 |
+
- Removed: Stretched section condition
|
128 |
+
|
129 |
= 1.2.1 =
|
130 |
- Added: Compatibility with the new Elementor 2.1.1 version
|
131 |
- Fixed: JavaScript error
|
sticky-header-effects-for-elementor.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Sticky Header Effects for Elementor
|
4 |
* Plugin URI: http://robertwattner.com/sticky-header-effects-for-elementor
|
5 |
* Description: Options and features that extend Elementor Pro's sticky header capabilities.
|
6 |
-
* Version: 1.2.
|
7 |
* Author: Rwattner
|
8 |
* Author URI: http://robertwattner.com
|
9 |
* Requires at least: 4.9.0
|
@@ -19,8 +19,8 @@
|
|
19 |
|
20 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
21 |
|
22 |
-
define( 'SHE_HEADER_VERSION', '1.2.
|
23 |
-
define( 'SHE_HEADER_PREVIOUS_STABLE_VERSION', '1.2' );
|
24 |
|
25 |
define( 'SHE_HEADER__FILE__', __FILE__ );
|
26 |
define( 'SHE_HEADER_PLUGIN_BASE', plugin_basename( SHE_HEADER__FILE__ ) );
|
3 |
* Plugin Name: Sticky Header Effects for Elementor
|
4 |
* Plugin URI: http://robertwattner.com/sticky-header-effects-for-elementor
|
5 |
* Description: Options and features that extend Elementor Pro's sticky header capabilities.
|
6 |
+
* Version: 1.2.2
|
7 |
* Author: Rwattner
|
8 |
* Author URI: http://robertwattner.com
|
9 |
* Requires at least: 4.9.0
|
19 |
|
20 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
21 |
|
22 |
+
define( 'SHE_HEADER_VERSION', '1.2.2' );
|
23 |
+
define( 'SHE_HEADER_PREVIOUS_STABLE_VERSION', '1.2.1' );
|
24 |
|
25 |
define( 'SHE_HEADER__FILE__', __FILE__ );
|
26 |
define( 'SHE_HEADER_PLUGIN_BASE', plugin_basename( SHE_HEADER__FILE__ ) );
|