Sticky Header Effects for Elementor - Version 1.4.8

Version Description

Maintenance: Wordpress 5.8 compatibility update

Download this release

Release Info

Developer rwattner
Plugin Icon 128x128 Sticky Header Effects for Elementor
Version 1.4.8
Comparing to
See all releases

Code changes from version 1.4.7 to 1.4.8

readme.txt CHANGED
@@ -4,9 +4,9 @@ Contributors: rwattner, dgovea
4
  Donate Link: https://www.paypal.me/StickyHeaderEffects
5
  Tags: Elementor, Elementor Page Builder, Elements, Elementor Add-ons, Add-ons, Page Builder, Widgets, Briefcasewp
6
  Requires at least: 4.9.0
7
- Tested up to: 5.8
8
  Requires PHP: 5.4
9
- Stable tag: 1.4.7
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.4.7 =
95
  Fixed: Misc Bugs
96
 
@@ -171,6 +174,9 @@ Fixed: Gap above header bug
171
 
172
  == Upgrade Notice ==
173
 
 
 
 
174
  = 1.4.7 =
175
  Fixed: Misc Bugs
176
 
4
  Donate Link: https://www.paypal.me/StickyHeaderEffects
5
  Tags: Elementor, Elementor Page Builder, Elements, Elementor Add-ons, Add-ons, Page Builder, Widgets, Briefcasewp
6
  Requires at least: 4.9.0
7
+ Tested up to: 5.9
8
  Requires PHP: 5.4
9
+ Stable tag: 1.4.8
10
  License: GPLv2 or later
11
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
 
91
 
92
  == Changelog ==
93
 
94
+ = 1.4.8 =
95
+ Maintenance: Wordpress 5.8 compatibility update
96
+
97
  = 1.4.7 =
98
  Fixed: Misc Bugs
99
 
174
 
175
  == Upgrade Notice ==
176
 
177
+ = 1.4.8 =
178
+ Maintenance: Wordpress 5.8 compatibility update
179
+
180
  = 1.4.7 =
181
  Fixed: Misc Bugs
182
 
sticky-header-effects-for-elementor.php CHANGED
@@ -3,11 +3,11 @@
3
  * Plugin Name: Sticky Header Effects for Elementor
4
  * Plugin URI: https://stickyheadereffects.com
5
  * Description: Options and features that extend Elementor Pro's sticky header capabilities.
6
- * Version: 1.4.7
7
  * Author: Rwattner
8
  * Author URI: https://stickyheadereffects.com
9
  * Requires at least: 4.9.0
10
- * Tested up to: 5.5
11
  *
12
  * Text Domain: she-header
13
  * Domain Path: /languages/
@@ -19,8 +19,8 @@
19
 
20
  if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
21
 
22
- define( 'SHE_HEADER_VERSION', '1.4.7' );
23
- define( 'SHE_HEADER_PREVIOUS_STABLE_VERSION', '1.4.6' );
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: https://stickyheadereffects.com
5
  * Description: Options and features that extend Elementor Pro's sticky header capabilities.
6
+ * Version: 1.4.8
7
  * Author: Rwattner
8
  * Author URI: https://stickyheadereffects.com
9
  * Requires at least: 4.9.0
10
+ * Tested up to: 5.9
11
  *
12
  * Text Domain: she-header
13
  * Domain Path: /languages/
19
 
20
  if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
21
 
22
+ define( 'SHE_HEADER_VERSION', '1.4.8' );
23
+ define( 'SHE_HEADER_PREVIOUS_STABLE_VERSION', '1.4.7' );
24
 
25
  define( 'SHE_HEADER__FILE__', __FILE__ );
26
  define( 'SHE_HEADER_PLUGIN_BASE', plugin_basename( SHE_HEADER__FILE__ ) );