Changeset 3492689
- Timestamp:
- 03/27/2026 01:21:10 PM (6 days ago)
- Location:
- surbma-divi-extras
- Files:
-
- 4 edited
- 1 copied
-
tags/5.2 (copied) (copied from surbma-divi-extras/trunk)
-
tags/5.2/readme.txt (modified) (2 diffs)
-
tags/5.2/surbma-divi-extras.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/surbma-divi-extras.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
surbma-divi-extras/tags/5.2/readme.txt
r2895942 r3492689 4 4 Tags: divi, divi theme, elegant themes, elegantthemes, page builder, pagebuilder 5 5 Requires at least: 5.2 6 Tested up to: 6. 27 Stable tag: 5. 18 Requires PHP: 7. 06 Tested up to: 6.9 7 Stable tag: 5.2 8 Requires PHP: 7.4 9 9 License: GPLv2 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 92 92 == Changelog == 93 93 94 = 5.2 = 95 96 Release date: 2026-03-27 97 98 - FIX - Unclosed CSS media query in logo width fix for mobile view. 99 - TWEAK - Updated minimum PHP version requirement to 7.4. 100 - TWEAK - Tested with WordPress 6.9 version. 101 94 102 = 5.1 = 95 103 -
surbma-divi-extras/tags/5.2/surbma-divi-extras.php
r2286866 r3492689 6 6 Description: Useful modifications for the Divi Theme. 7 7 8 Version: 5. 18 Version: 5.2 9 9 10 10 Author: Surbma … … 40 40 $custom_css .= "@media all and (max-width:980px){.et_header_style_left #logo, .et_header_style_split #logo {max-height:{$logo_height}%;}}"; 41 41 if ( et_get_option( 'show_search_icon' ) != '1' ) { 42 $custom_css .= "@media all and (max-width:980px){.et_header_style_left #logo, .et_header_style_split #logo {max-width:80%;} ";42 $custom_css .= "@media all and (max-width:980px){.et_header_style_left #logo, .et_header_style_split #logo {max-width:80%;}}"; 43 43 } 44 44 -
surbma-divi-extras/trunk/readme.txt
r2895942 r3492689 4 4 Tags: divi, divi theme, elegant themes, elegantthemes, page builder, pagebuilder 5 5 Requires at least: 5.2 6 Tested up to: 6. 27 Stable tag: 5. 18 Requires PHP: 7. 06 Tested up to: 6.9 7 Stable tag: 5.2 8 Requires PHP: 7.4 9 9 License: GPLv2 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 92 92 == Changelog == 93 93 94 = 5.2 = 95 96 Release date: 2026-03-27 97 98 - FIX - Unclosed CSS media query in logo width fix for mobile view. 99 - TWEAK - Updated minimum PHP version requirement to 7.4. 100 - TWEAK - Tested with WordPress 6.9 version. 101 94 102 = 5.1 = 95 103 -
surbma-divi-extras/trunk/surbma-divi-extras.php
r2286866 r3492689 6 6 Description: Useful modifications for the Divi Theme. 7 7 8 Version: 5. 18 Version: 5.2 9 9 10 10 Author: Surbma … … 40 40 $custom_css .= "@media all and (max-width:980px){.et_header_style_left #logo, .et_header_style_split #logo {max-height:{$logo_height}%;}}"; 41 41 if ( et_get_option( 'show_search_icon' ) != '1' ) { 42 $custom_css .= "@media all and (max-width:980px){.et_header_style_left #logo, .et_header_style_split #logo {max-width:80%;} ";42 $custom_css .= "@media all and (max-width:980px){.et_header_style_left #logo, .et_header_style_split #logo {max-width:80%;}}"; 43 43 } 44 44
Note: See TracChangeset
for help on using the changeset viewer.