Plugin Directory

Changeset 3336835


Ignore:
Timestamp:
07/30/2025 07:32:08 PM (8 months ago)
Author:
seraphinitesoft
Message:

seraphinite-accelerator: 2.27.38.

Location:
seraphinite-accelerator
Files:
143 added
17 edited

Legend:

Unmodified
Added
Removed
  • seraphinite-accelerator/trunk/Cmn/Ext/PHP/jsmin-php/JSMin.php

    r3024811 r3336835  
    143143                        || (false === strpos('{[(+-!~', $this->b)
    144144                            && ! $this->isAlphaNum($this->b))) {
    145                     if (false === strpos('"\'`', $this->b) || !$this->lastByteOut || (false === strpos('"\'`', $this->lastByteOut) && !$this->isAlphaNum($this->lastByteOut))) {
     145                    if (false === strpos('"\'`', (string)$this->b) || !$this->lastByteOut || (false === strpos('"\'`', $this->lastByteOut) && !$this->isAlphaNum($this->lastByteOut))) {
    146146                        $command = self::ACTION_DELETE_A;
    147147                    }
  • seraphinite-accelerator/trunk/Cmn/Gen.php

    r3330368 r3336835  
    36173617            $args[ 'provider' ] = 'CURL';
    36183618        if( !isset( $args[ 'user-agent' ] ) )
    3619             $args[ 'user-agent' ] = 'seraph-accel-Agent/2.27.37';
     3619            $args[ 'user-agent' ] = 'seraph-accel-Agent/2.27.38';
    36203620        if( !isset( $args[ 'timeout' ] ) )
    36213621            $args[ 'timeout' ] = 5;
  • seraphinite-accelerator/trunk/Cmn/Plugin.php

    r3330368 r3336835  
    307307            $args[ 'id' ] = 'wordpress-accelerator';
    308308            $args[ 'name' ] = 'Accelerator';
    309             $args[ 'v' ] = '2.27.37';
     309            $args[ 'v' ] = '2.27.38';
    310310            $args[ 'pk' ] = 'Base';
    311311            $args[ 'cfg' ] = '';
     
    329329            $lastCheckPackage = 'Base';
    330330
    331         if( $lastCheckVer !== '2.27.37' || $lastCheckPackage !== 'Base' )
     331        if( $lastCheckVer !== '2.27.38' || $lastCheckPackage !== 'Base' )
    332332        {
    333333            $state = Plugin::StateGet();
    334334
    335             if( $lastCheckVer !== '2.27.37' && !isset( $state[ 'changeVerCheck' ] ) )
     335            if( $lastCheckVer !== '2.27.38' && !isset( $state[ 'changeVerCheck' ] ) )
    336336            {
    337337                $state[ 'changeVerCheck' ] = $lastCheckVer !== null ? $lastCheckVer : '';
     
    350350        if( !$bForce )
    351351        {
    352             if( $bFirstTimeOnly && $lastCheckVer == '2.27.37' )
     352            if( $bFirstTimeOnly && $lastCheckVer == '2.27.38' )
    353353                return( Gen::S_FALSE );
    354354
     
    369369            $args[ 'id' ] = 'wordpress-accelerator';
    370370            $args[ 'name' ] = 'Accelerator';
    371             $args[ 'v' ] = '2.27.37';
     371            $args[ 'v' ] = '2.27.38';
    372372            $args[ 'pk' ] = 'Base';
    373373            $args[ 'cfg' ] = '';
     
    386386            {
    387387                $data[ 'updTime' ] = $curUpdTime;
    388                 $data[ 'plgVer' ] = '2.27.37';
     388                $data[ 'plgVer' ] = '2.27.38';
    389389                $data[ 'plgPk' ] = 'Base';
    390390
     
    403403        $data[ 'mdfTime' ] = $timeMdf;
    404404        $data[ 'updTime' ] = $curUpdTime;
    405         $data[ 'plgVer' ] = '2.27.37';
     405        $data[ 'plgVer' ] = '2.27.38';
    406406        $data[ 'plgPk' ] = 'Base';
    407407
     
    14491449
    14501450        $urlProductInfo = Plugin::RmtCfgFld_GetLoc( $rmtCfg, 'Links.UrlProductInfo' );
    1451         $urlAboutPluginImg = file_exists( __DIR__ . '/../Images/ProductLogo.png' ) ? add_query_arg( array( 'v' => '2.27.37' ), Plugin::FileUri( '../Images/ProductLogo.png', __FILE__ ) ) : null;
     1451        $urlAboutPluginImg = file_exists( __DIR__ . '/../Images/ProductLogo.png' ) ? add_query_arg( array( 'v' => '2.27.38' ), Plugin::FileUri( '../Images/ProductLogo.png', __FILE__ ) ) : null;
    14521452        $urlAboutPluginDocs = Plugin::RmtCfgFld_GetLoc( $rmtCfg, 'Links.UrlProductDocs' );
    14531453        $urlAboutPluginSupport = Plugin::RmtCfgFld_GetLoc( $rmtCfg, 'Links.UrlProductSupport' );
    1454         $url3rdPartySoft = file_exists( __DIR__ . '/../third-party-software.html' ) ? add_query_arg( array( 'v' => '2.27.37' ), Plugin::FileUri( '../third-party-software.html', __FILE__ ) ) : null;
     1454        $url3rdPartySoft = file_exists( __DIR__ . '/../third-party-software.html' ) ? add_query_arg( array( 'v' => '2.27.38' ), Plugin::FileUri( '../third-party-software.html', __FILE__ ) ) : null;
    14551455
    14561456        $urlEula = null;
     
    14611461
    14621462        {
    1463             $version = esc_html( '2.27.37' );
     1463            $version = esc_html( '2.27.38' );
    14641464
    14651465            $res .= Ui::TagOpen( 'div' );
     
    15101510        $rmtCfg = PluginRmtCfg::Get();
    15111511
    1512         $urlAboutUsLogoImg = file_exists( __DIR__ . '/../Images/VendorLogo.png' ) ? add_query_arg( array( 'v' => '2.27.37' ), Plugin::FileUri( '../Images/VendorLogo.png', __FILE__ ) ) : null;
     1512        $urlAboutUsLogoImg = file_exists( __DIR__ . '/../Images/VendorLogo.png' ) ? add_query_arg( array( 'v' => '2.27.38' ), Plugin::FileUri( '../Images/VendorLogo.png', __FILE__ ) ) : null;
    15131513        $urlMorePlugins = Plugin::RmtCfgFld_GetLoc( $rmtCfg, 'Links.UrlMorePlugins' );
    15141514        $urlMoreInfo = Plugin::RmtCfgFld_GetLoc( $rmtCfg, 'Links.UrlMain' );
     
    20372037
    20382038            $verFrom = self::_PrevVer_GetInt( $plgVerPrev );
    2039             $verTo = self::_PrevVer_GetInt( '2.27.37' );
     2039            $verTo = self::_PrevVer_GetInt( '2.27.38' );
    20402040            if( $verTo < $verFrom )
    20412041                list( $verTo, $verFrom ) = array( $verFrom, $verTo );
     
    21622162                continue;
    21632163
    2164             wp_enqueue_style( Plugin::CmnScriptId( $id ), add_query_arg( Plugin::GetFileUrlPackageParams(), $fileUrl . '/' . $id . '.css' ), array(), '2.27.37' );
     2164            wp_enqueue_style( Plugin::CmnScriptId( $id ), add_query_arg( Plugin::GetFileUrlPackageParams(), $fileUrl . '/' . $id . '.css' ), array(), '2.27.38' );
    21652165
    21662166            self::$g_aAlreadyIncludedObj[ 'css' ][ $id ] = true;
     
    22292229            $scrHndId = Plugin::CmnScriptId( $id );
    22302230
    2231             wp_register_script( $scrHndId, add_query_arg( Plugin::GetFileUrlPackageParams(), $fileUrl . '/' . $id . '.js' ), $deps, '2.27.37' );
     2231            wp_register_script( $scrHndId, add_query_arg( Plugin::GetFileUrlPackageParams(), $fileUrl . '/' . $id . '.js' ), $deps, '2.27.38' );
    22322232            if( $id == 'Gen' )
    22332233                Plugin::Loc_ScriptLoad( $scrHndId );
     
    26742674                            var sendDataUrl = "<?php echo( Gen::GetArrField( $rmtCfg, 'Questionnaires.SendAnswerUrlTpl' ) ); ?>";
    26752675                            sendDataUrl = sendDataUrl.replace( "{EndPointId}",                  encodeURI( "<?php echo( Wp::GetSiteId() ); ?>" ) );
    2676                             sendDataUrl = sendDataUrl.replace( "{PluginVersion}",               encodeURI( "2.27.37" ) );
     2676                            sendDataUrl = sendDataUrl.replace( "{PluginVersion}",               encodeURI( "2.27.38" ) );
    26772677                            sendDataUrl = sendDataUrl.replace( "{PluginMode}",                  encodeURI( "base" ) );
    26782678                            sendDataUrl = sendDataUrl.replace( "{PluginPackage}",               encodeURI( "Base" ) );
  • seraphinite-accelerator/trunk/cache.php

    r3330368 r3336835  
    311311
    312312    $sessId = $userId ? ($sessInfo[ 'userSessId' ]??null) : ($sessInfo[ 'sessId' ]??null);
    313     $viewId = GetCacheViewId( $seraph_accel_g_ctxCache, $settCache, $userAgent, $path, $pathOrig, $args );
     313    $viewId = GetCacheViewId( $seraph_accel_g_ctxCache, $settCache, $userAgent, $path, $pathOrig, $args, Gen::StrStartsWith( ( string )$seraph_accel_g_simpCacheMode, 'fragments' ) );
    314314    $seraph_accel_g_ctxCache -> viewId = $viewId;
    315315    $cacheRootPath = GetCacheDir();
     
    641641
    642642    if( $bHdr )
    643         @header( 'X-Seraph-Accel-Cache: 2.27.37;' . $debugInfo );
     643        @header( 'X-Seraph-Accel-Cache: 2.27.38;' . $debugInfo );
    644644
    645645    if( $bLog )
     
    15381538}
    15391539
    1540 function GetCacheViewId( $ctxCache, $settCache, $userAgent, $path, $pathOrig, &$args )
     1540function GetCacheViewId( $ctxCache, $settCache, $userAgent, $path, $pathOrig, &$args, $bFreshParts = false )
    15411541{
    15421542    $ctxCache -> viewStateId = '';
     
    15471547    {
    15481548        $_SERVER[ 'SERAPH_ACCEL_ORIG_USER_AGENT' ] = ($_SERVER[ 'HTTP_USER_AGENT' ]??'');
    1549         $_SERVER[ 'HTTP_USER_AGENT' ] = 'Mozilla/99999.9 AppleWebKit/9999999.99 (KHTML, like Gecko) Chrome/999999.0.9999.99 Safari/9999999.99 seraph-accel-Agent/2.27.37';
     1549        $_SERVER[ 'HTTP_USER_AGENT' ] = 'Mozilla/99999.9 AppleWebKit/9999999.99 (KHTML, like Gecko) Chrome/999999.0.9999.99 Safari/9999999.99 seraph-accel-Agent/2.27.38';
    15501550    }
    15511551
     
    15651565        {
    15661566            if( !($viewsGrp[ 'enable' ]??null) )
     1567                continue;
     1568
     1569            if( ($viewsGrp[ 'fr' ]??null) && !$bFreshParts )
    15671570                continue;
    15681571
  • seraphinite-accelerator/trunk/common.php

    r3330368 r3336835  
    14391439                '@^Cf-Edge-Cache\\s*:@i',
    14401440                '@^Ec-Cdn-@i',
     1441
    14411442            ),
    14421443
     
    17431744                    '@\\[endif\\]\\s*$@i',
    17441745                    '@fwp-loop@i',
     1746
     1747                    '@data-map-zoom@i',
    17451748                ),
    17461749                'items' => array(
     
    18411844                    './/img[@uk-svg]',
    18421845                    './/img[@name="zsCaptchaImage"]',
     1846                    './/img[contains(@src,"arttrk.com/pixel")]',
    18431847                ),
    18441848                'lazy' => array(
     
    20192023                'groupExcls' => array(
    20202024                    'src:@stripe@',
     2025
    20212026                    'src:@\\.hsforms\\.net\\W@',
     2027                    'body:@window\\.hsFormsOnReady@',
     2028                    'body:@hbspt\\.forms\\.create@',
     2029
    20222030                    'src:@//cdnjs\\.cloudflare\\.com/ajax/libs/bodymovin/[\\d\\.]+/lottie\\.@',
    20232031                    'src:@/plugins/zippy-form/public/js/flatpickr\\.@',
     
    20572065
    20582066                        'ifExistsThenCssSel(.//script[@id="cookieyes"],".cky-btn")',
     2067
     2068                        './/*[@data-map-zoom]',
    20592069                    ),
    20602070
     
    39633973
    39643974    if( $seraph_accel_g_simpCacheMode === null && Gen::StrPosArr( $content, array( '</body>', '</BODY>' ) ) === false && Gen::StrPosArr( $content, array( '</head>', '</HEAD>' ) ) === false )
     3975    {
     3976
    39653977        return( $seraph_accel_g_contProcGetSkipStatus = 'noHdrOrBody' );
     3978    }
    39663979
    39673980    return( $seraph_accel_g_contProcGetSkipStatus = false );
     
    40294042function GetViewTypeUserAgent( $viewsDeviceGrp )
    40304043{
    4031     return( 'Mozilla/99999.9 AppleWebKit/9999999.99 (KHTML, like Gecko) Chrome/999999.0.9999.99 Safari/9999999.99 seraph-accel-Agent/2.27.37 ' . ucwords( implode( ' ', Gen::GetArrField( $viewsDeviceGrp, array( 'agents' ), array() ) ) ) );
     4044    return( 'Mozilla/99999.9 AppleWebKit/9999999.99 (KHTML, like Gecko) Chrome/999999.0.9999.99 Safari/9999999.99 seraph-accel-Agent/2.27.38 ' . ucwords( implode( ' ', Gen::GetArrField( $viewsDeviceGrp, array( 'agents' ), array() ) ) ) );
    40324045}
    40334046
     
    53335346    $args = array( 'sslverify' => false, 'timeout' => $timeout );
    53345347    if( $userAgentCmn )
    5335         $args[ 'user-agent' ] = 'Mozilla/99999.9 AppleWebKit/9999999.99 (KHTML, like Gecko) Chrome/999999.0.9999.99 Safari/9999999.99 seraph-accel-Agent/2.27.37';
     5348        $args[ 'user-agent' ] = 'Mozilla/99999.9 AppleWebKit/9999999.99 (KHTML, like Gecko) Chrome/999999.0.9999.99 Safari/9999999.99 seraph-accel-Agent/2.27.38';
    53365349
    53375350    global $seraph_accel_g_aGetExtContentsFailedSrvs;
     
    57835796    {
    57845797        if( !isset( $headers[ 'User-Agent' ] ) )
    5785             $headers[ 'User-Agent' ] = ($headers[ 'X-Seraph-Accel-Postpone-User-Agent' ]??'Mozilla/99999.9 AppleWebKit/9999999.99 (KHTML, like Gecko) Chrome/999999.0.9999.99 Safari/9999999.99 seraph-accel-Agent/2.27.37');
     5798            $headers[ 'User-Agent' ] = ($headers[ 'X-Seraph-Accel-Postpone-User-Agent' ]??'Mozilla/99999.9 AppleWebKit/9999999.99 (KHTML, like Gecko) Chrome/999999.0.9999.99 Safari/9999999.99 seraph-accel-Agent/2.27.38');
    57865799        $headers[ 'User-Agent' ] = str_replace( 'seraph-accel-Agent/', 'seraph-accel-Agent-WarmUp/', $headers[ 'User-Agent' ] );
    57875800
  • seraphinite-accelerator/trunk/languages/seraphinite-accelerator-admin.pot

    r3330368 r3336835  
    77msgid ""
    88msgstr ""
    9 "#-#-#-#-#  cmn.admin.pot (seraphinite-accelerator 2.27.37)  #-#-#-#-#\n"
    10 "Project-Id-Version: seraphinite-accelerator 2.27.37\n"
     9"#-#-#-#-#  cmn.admin.pot (seraphinite-accelerator 2.27.38)  #-#-#-#-#\n"
     10"Project-Id-Version: seraphinite-accelerator 2.27.38\n"
    1111"Report-Msgid-Bugs-To: support@s-sols.com\n"
    1212"MIME-Version: 1.0\n"
    1313"Content-Type: text/plain; charset=UTF-8\n"
    1414"Content-Transfer-Encoding: 8bit\n"
    15 "#-#-#-#-#  main.admin.pot (seraphinite-accelerator 2.27.37)  #-#-#-#-#\n"
    16 "Project-Id-Version: seraphinite-accelerator 2.27.37\n"
     15"#-#-#-#-#  main.admin.pot (seraphinite-accelerator 2.27.38)  #-#-#-#-#\n"
     16"Project-Id-Version: seraphinite-accelerator 2.27.38\n"
    1717"Report-Msgid-Bugs-To: support@s-sols.com\n"
    1818"MIME-Version: 1.0\n"
     
    17881788msgstr ""
    17891789
     1790msgctxt "admin.Settings_Views_Item"
     1791msgid "FrLbl"
     1792msgstr ""
     1793
    17901794# Group name
    17911795msgctxt "admin.Settings_Views_Item"
  • seraphinite-accelerator/trunk/languages/seraphinite-accelerator.pot

    r3330368 r3336835  
    77msgid ""
    88msgstr ""
    9 "Project-Id-Version: seraphinite-accelerator 2.27.37\n"
     9"Project-Id-Version: seraphinite-accelerator 2.27.38\n"
    1010"Report-Msgid-Bugs-To: support@s-sols.com\n"
    1111"MIME-Version: 1.0\n"
  • seraphinite-accelerator/trunk/main.php

    r3330368 r3336835  
    4242function _AddMenus( $accepted = false )
    4343{
    44     add_menu_page( Plugin::GetPluginString( 'TitleLong' ), Plugin::GetNavMenuTitle(), 'manage_options', 'seraph_accel_manage',                                                                      $accepted ? 'seraph_accel\\_ManagePage' : 'seraph_accel\\Plugin::OutputNotAcceptedPageContent', Plugin::FileUri( 'icon.png?v=2.27.37', __FILE__ ) );
     44    add_menu_page( Plugin::GetPluginString( 'TitleLong' ), Plugin::GetNavMenuTitle(), 'manage_options', 'seraph_accel_manage',                                                                      $accepted ? 'seraph_accel\\_ManagePage' : 'seraph_accel\\Plugin::OutputNotAcceptedPageContent', Plugin::FileUri( 'icon.png?v=2.27.38', __FILE__ ) );
    4545    add_submenu_page( 'seraph_accel_manage', esc_html_x( 'Title', 'admin.Manage', 'seraphinite-accelerator' ), esc_html_x( 'Title', 'admin.Manage', 'seraphinite-accelerator' ), 'manage_options', 'seraph_accel_manage',   $accepted ? 'seraph_accel\\_ManagePage' : 'seraph_accel\\Plugin::OutputNotAcceptedPageContent' );
    4646    add_submenu_page( 'seraph_accel_manage', Wp::GetLocString( 'Settings' ), Wp::GetLocString( 'Settings' ), 'manage_options', 'seraph_accel_settings',                                     $accepted ? 'seraph_accel\\_SettingsPage' : 'seraph_accel\\Plugin::OutputNotAcceptedPageContent' );
     
    12821282{
    12831283    Plugin::CmnScripts( array( 'Cmn', 'Gen', 'Ui', 'Net', 'AdminUi' ) );
    1284     wp_register_script( Plugin::ScriptId( 'Admin' ), add_query_arg( Plugin::GetFileUrlPackageParams(), Plugin::FileUrl( 'Admin.js', __FILE__ ) ), array_merge( array( 'jquery' ), Plugin::CmnScriptId( array( 'Cmn', 'Gen', 'Ui', 'Net' ) ) ), '2.27.37' );
     1284    wp_register_script( Plugin::ScriptId( 'Admin' ), add_query_arg( Plugin::GetFileUrlPackageParams(), Plugin::FileUrl( 'Admin.js', __FILE__ ) ), array_merge( array( 'jquery' ), Plugin::CmnScriptId( array( 'Cmn', 'Gen', 'Ui', 'Net' ) ) ), '2.27.38' );
    12851285    Plugin::Loc_ScriptLoad( Plugin::ScriptId( 'Admin' ) );
    12861286    wp_enqueue_script( Plugin::ScriptId( 'Admin' ) );
     
    15181518    $rmtCfg = PluginRmtCfg::Get();
    15191519
    1520     $urlLogoImg = add_query_arg( array( 'v' => '2.27.37' ), Plugin::FileUri( 'Images/hosting-icon-banner.svg', __FILE__ ) );
     1520    $urlLogoImg = add_query_arg( array( 'v' => '2.27.38' ), Plugin::FileUri( 'Images/hosting-icon-banner.svg', __FILE__ ) );
    15211521    $urlMoreInfo = Plugin::RmtCfgFld_GetLoc( $rmtCfg, 'Links.UrlHostingInfo' );
    15221522
  • seraphinite-accelerator/trunk/oper.php

    r3330368 r3336835  
    12081208    foreach( $viewId === null ? array( 'cmn' ) : $viewId as $viewIdI )
    12091209        if( CacheOpViewsHeadersGetViewId( $viewIdI ) == 'cmn' )
    1210             $res[ $viewIdI ] = array( 'User-Agent' => 'Mozilla/99999.9 AppleWebKit/9999999.99 (KHTML, like Gecko) Chrome/999999.0.9999.99 Safari/9999999.99 seraph-accel-Agent/2.27.37' );
     1210            $res[ $viewIdI ] = array( 'User-Agent' => 'Mozilla/99999.9 AppleWebKit/9999999.99 (KHTML, like Gecko) Chrome/999999.0.9999.99 Safari/9999999.99 seraph-accel-Agent/2.27.38' );
    12111211
    12121212    if( ($settCache[ 'views' ]??null) )
  • seraphinite-accelerator/trunk/options.php

    r3330368 r3336835  
    142142
    143143    Plugin::CmnScripts( array( 'Cmn', 'Gen', 'Ui', 'Net', 'AdminUi' ) );
    144     wp_register_script( Plugin::ScriptId( 'Admin' ), add_query_arg( Plugin::GetFileUrlPackageParams(), Plugin::FileUrl( 'Admin.js', __FILE__ ) ), array_merge( array( 'jquery' ), Plugin::CmnScriptId( array( 'Cmn', 'Gen', 'Ui', 'Net' ) ) ), '2.27.37' );
     144    wp_register_script( Plugin::ScriptId( 'Admin' ), add_query_arg( Plugin::GetFileUrlPackageParams(), Plugin::FileUrl( 'Admin.js', __FILE__ ) ), array_merge( array( 'jquery' ), Plugin::CmnScriptId( array( 'Cmn', 'Gen', 'Ui', 'Net' ) ) ), '2.27.38' );
    145145    Plugin::Loc_ScriptLoad( Plugin::ScriptId( 'Admin' ) );
    146146    wp_enqueue_script( Plugin::ScriptId( 'Admin' ) );
     
    19791979                                        $o .= ( Ui::SettBlock_Item_End() );
    19801980
     1981                                        $o .= ( Ui::SettBlock_Item_Begin( esc_html_x( 'FrLbl', 'admin.Settings_Views_Item', 'seraphinite-accelerator' ) ) );
     1982                                        {
     1983                                            $fldId = 'fr';
     1984                                            $o .= ( Ui::CheckBox( null, $idItems . '/' . $itemKey . '/' . $fldId, Gen::GetArrField( $item, $fldId, false, '/' ), true ) );
     1985                                        }
     1986                                        $o .= ( Ui::SettBlock_Item_End() );
     1987
    19811988                                        $o .= ( Ui::SettBlock_Item_Begin( esc_html_x( 'NameLbl', 'admin.Settings_Views_Item', 'seraphinite-accelerator' ) ) );
    19821989                                        {
     
    57955802
    57965803                    { $fldId = 'enable';                    Gen::SetArrField( $item, $fldId, isset( $args[ $idItems . '/' . $itemKey . '/' . $fldId ] ), '/' ); }
     5804                    { $fldId = 'fr';                        Gen::SetArrField( $item, $fldId, isset( $args[ $idItems . '/' . $itemKey . '/' . $fldId ] ), '/' ); }
    57975805                    { $fldId = 'name';                      Gen::SetArrField( $item, $fldId, Wp::SanitizeText( ($args[ $idItems . '/' . $itemKey . '/' . $fldId ]??null) ), '/' ); }
    57985806                    { $fldId = 'urisExcl';                  Gen::SetArrField( $item, $fldId, _ArrToLwr( Ui::TokensList_GetVal( ($args[ $idItems . '/' . $itemKey . '/' . $fldId ]??null), null, true ), true ), '/' ); }
  • seraphinite-accelerator/trunk/plugin_root.php

    r3330368 r3336835  
    66Text Domain: seraphinite-accelerator
    77Domain Path: /languages
    8 Version: 2.27.37
     8Version: 2.27.38
    99Author: Seraphinite Solutions
    1010Author URI: https://www.s-sols.com
  • seraphinite-accelerator/trunk/readme.txt

    r3330368 r3336835  
    66Requires at least: 4.5
    77Tested up to: 6.8
    8 Stable tag: 2.27.37
     8Stable tag: 2.27.38
    99License: GPLv2 or later (if another license is not provided)
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    163163== Changelog ==
    164164
     165= 2.27.38 =
     166
     167Improvements:
     168
     169* Deinline large images.
     170* Product gallery images of WooCommerce.
     171* Warning about LiteSpeed caching.
     172* Work only for fresh parts for cache views.
     173* Workaround for JetElements For Elementor that empties content for optimization.
     174
     175Fixes:
     176
     177* PHP warning: strpos(): /Cmn/Ext/PHP/jsmin-php/JSMin.php.
     178
    165179= 2.27.37 =
    166180
  • seraphinite-accelerator/trunk/tune.php

    r3330368 r3336835  
    336336    {
    337337
    338         call_user_func_array( $cb, array( Gen::SevErr, sprintf( Wp::safe_html_x( '3rdMdl_Conflict_%1$s', 'admin.Notice', 'seraphinite-accelerator' ), $plg[ 'Name' ] ) ) );
     338        if( $isCacheEnabled && get_option( 'litespeed.conf.cache' ) )
     339            call_user_func_array( $cb, array( Gen::SevErr, sprintf( Wp::safe_html_x( '3rdSett_ConflictSoft_%1$s%2$s', 'admin.Notice', 'seraphinite-accelerator' ), $plg[ 'Name' ], Wp::GetLocString( 'Enable Cache', null, 'litespeed-cache' ) ) ) );
    339340    }
    340341
Note: See TracChangeset for help on using the changeset viewer.