Plugin Directory

Changeset 3492689


Ignore:
Timestamp:
03/27/2026 01:21:10 PM (6 days ago)
Author:
Surbma
Message:

Update to version 5.2 from GitHub

Location:
surbma-divi-extras
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • surbma-divi-extras/tags/5.2/readme.txt

    r2895942 r3492689  
    44Tags: divi, divi theme, elegant themes, elegantthemes, page builder, pagebuilder
    55Requires at least: 5.2
    6 Tested up to: 6.2
    7 Stable tag: 5.1
    8 Requires PHP: 7.0
     6Tested up to: 6.9
     7Stable tag: 5.2
     8Requires PHP: 7.4
    99License: GPLv2
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9292== Changelog ==
    9393
     94= 5.2 =
     95
     96Release 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
    94102= 5.1 =
    95103
  • surbma-divi-extras/tags/5.2/surbma-divi-extras.php

    r2286866 r3492689  
    66Description: Useful modifications for the Divi Theme.
    77
    8 Version: 5.1
     8Version: 5.2
    99
    1010Author: Surbma
     
    4040        $custom_css .= "@media all and (max-width:980px){.et_header_style_left #logo, .et_header_style_split #logo {max-height:{$logo_height}%;}}";
    4141        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%;}}";
    4343        }
    4444
  • surbma-divi-extras/trunk/readme.txt

    r2895942 r3492689  
    44Tags: divi, divi theme, elegant themes, elegantthemes, page builder, pagebuilder
    55Requires at least: 5.2
    6 Tested up to: 6.2
    7 Stable tag: 5.1
    8 Requires PHP: 7.0
     6Tested up to: 6.9
     7Stable tag: 5.2
     8Requires PHP: 7.4
    99License: GPLv2
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9292== Changelog ==
    9393
     94= 5.2 =
     95
     96Release 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
    94102= 5.1 =
    95103
  • surbma-divi-extras/trunk/surbma-divi-extras.php

    r2286866 r3492689  
    66Description: Useful modifications for the Divi Theme.
    77
    8 Version: 5.1
     8Version: 5.2
    99
    1010Author: Surbma
     
    4040        $custom_css .= "@media all and (max-width:980px){.et_header_style_left #logo, .et_header_style_split #logo {max-height:{$logo_height}%;}}";
    4141        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%;}}";
    4343        }
    4444
Note: See TracChangeset for help on using the changeset viewer.