Plugin Directory

Changeset 3376789


Ignore:
Timestamp:
10/11/2025 08:21:11 PM (6 months ago)
Author:
seraphinitesoft
Message:

seraphinite-accelerator: 2.27.45.

Location:
seraphinite-accelerator
Files:
143 added
16 edited

Legend:

Unmodified
Added
Removed
  • seraphinite-accelerator/trunk/Cmn/Gen.php

    r3368861 r3376789  
    36253625            $args[ 'provider' ] = 'CURL';
    36263626        if( !isset( $args[ 'user-agent' ] ) )
    3627             $args[ 'user-agent' ] = 'seraph-accel-Agent/2.27.44';
     3627            $args[ 'user-agent' ] = 'seraph-accel-Agent/2.27.45';
    36283628        if( !isset( $args[ 'timeout' ] ) )
    36293629            $args[ 'timeout' ] = 5;
     
    43724372        if( $aChildren )
    43734373            foreach( $aChildren as $child )
    4374                 $nd -> appendChild( $child );
     4374                if( $child )
     4375                    $nd -> appendChild( $child );
    43754376
    43764377        return( $nd );
  • seraphinite-accelerator/trunk/Cmn/Plugin.php

    r3368861 r3376789  
    307307            $args[ 'id' ] = 'wordpress-accelerator';
    308308            $args[ 'name' ] = 'Accelerator';
    309             $args[ 'v' ] = '2.27.44';
     309            $args[ 'v' ] = '2.27.45';
    310310            $args[ 'pk' ] = 'Base';
    311311            $args[ 'cfg' ] = '';
     
    329329            $lastCheckPackage = 'Base';
    330330
    331         if( $lastCheckVer !== '2.27.44' || $lastCheckPackage !== 'Base' )
     331        if( $lastCheckVer !== '2.27.45' || $lastCheckPackage !== 'Base' )
    332332        {
    333333            $state = Plugin::StateGet();
    334334
    335             if( $lastCheckVer !== '2.27.44' && !isset( $state[ 'changeVerCheck' ] ) )
     335            if( $lastCheckVer !== '2.27.45' && !isset( $state[ 'changeVerCheck' ] ) )
    336336            {
    337337                $state[ 'changeVerCheck' ] = $lastCheckVer !== null ? $lastCheckVer : '';
     
    350350        if( !$bForce )
    351351        {
    352             if( $bFirstTimeOnly && $lastCheckVer == '2.27.44' )
     352            if( $bFirstTimeOnly && $lastCheckVer == '2.27.45' )
    353353                return( Gen::S_FALSE );
    354354
     
    369369            $args[ 'id' ] = 'wordpress-accelerator';
    370370            $args[ 'name' ] = 'Accelerator';
    371             $args[ 'v' ] = '2.27.44';
     371            $args[ 'v' ] = '2.27.45';
    372372            $args[ 'pk' ] = 'Base';
    373373            $args[ 'cfg' ] = '';
     
    386386            {
    387387                $data[ 'updTime' ] = $curUpdTime;
    388                 $data[ 'plgVer' ] = '2.27.44';
     388                $data[ 'plgVer' ] = '2.27.45';
    389389                $data[ 'plgPk' ] = 'Base';
    390390
     
    403403        $data[ 'mdfTime' ] = $timeMdf;
    404404        $data[ 'updTime' ] = $curUpdTime;
    405         $data[ 'plgVer' ] = '2.27.44';
     405        $data[ 'plgVer' ] = '2.27.45';
    406406        $data[ 'plgPk' ] = 'Base';
    407407
     
    14501450
    14511451        $urlProductInfo = Plugin::RmtCfgFld_GetLoc( $rmtCfg, 'Links.UrlProductInfo' );
    1452         $urlAboutPluginImg = file_exists( __DIR__ . '/../Images/ProductLogo.png' ) ? add_query_arg( array( 'v' => '2.27.44' ), Plugin::FileUri( '../Images/ProductLogo.png', __FILE__ ) ) : null;
     1452        $urlAboutPluginImg = file_exists( __DIR__ . '/../Images/ProductLogo.png' ) ? add_query_arg( array( 'v' => '2.27.45' ), Plugin::FileUri( '../Images/ProductLogo.png', __FILE__ ) ) : null;
    14531453        $urlAboutPluginDocs = Plugin::RmtCfgFld_GetLoc( $rmtCfg, 'Links.UrlProductDocs' );
    14541454        $urlAboutPluginSupport = Plugin::RmtCfgFld_GetLoc( $rmtCfg, 'Links.UrlProductSupport' );
    1455         $url3rdPartySoft = file_exists( __DIR__ . '/../third-party-software.html' ) ? add_query_arg( array( 'v' => '2.27.44' ), Plugin::FileUri( '../third-party-software.html', __FILE__ ) ) : null;
     1455        $url3rdPartySoft = file_exists( __DIR__ . '/../third-party-software.html' ) ? add_query_arg( array( 'v' => '2.27.45' ), Plugin::FileUri( '../third-party-software.html', __FILE__ ) ) : null;
    14561456
    14571457        $urlEula = null;
     
    14621462
    14631463        {
    1464             $version = esc_html( '2.27.44' );
     1464            $version = esc_html( '2.27.45' );
    14651465
    14661466            $res .= Ui::TagOpen( 'div' );
     
    15111511        $rmtCfg = PluginRmtCfg::Get();
    15121512
    1513         $urlAboutUsLogoImg = file_exists( __DIR__ . '/../Images/VendorLogo.png' ) ? add_query_arg( array( 'v' => '2.27.44' ), Plugin::FileUri( '../Images/VendorLogo.png', __FILE__ ) ) : null;
     1513        $urlAboutUsLogoImg = file_exists( __DIR__ . '/../Images/VendorLogo.png' ) ? add_query_arg( array( 'v' => '2.27.45' ), Plugin::FileUri( '../Images/VendorLogo.png', __FILE__ ) ) : null;
    15141514        $urlMorePlugins = Plugin::RmtCfgFld_GetLoc( $rmtCfg, 'Links.UrlMorePlugins' );
    15151515        $urlMoreInfo = Plugin::RmtCfgFld_GetLoc( $rmtCfg, 'Links.UrlMain' );
     
    20382038
    20392039            $verFrom = self::_PrevVer_GetInt( $plgVerPrev );
    2040             $verTo = self::_PrevVer_GetInt( '2.27.44' );
     2040            $verTo = self::_PrevVer_GetInt( '2.27.45' );
    20412041            if( $verTo < $verFrom )
    20422042                list( $verTo, $verFrom ) = array( $verFrom, $verTo );
     
    21632163                continue;
    21642164
    2165             wp_enqueue_style( Plugin::CmnScriptId( $id ), add_query_arg( Plugin::GetFileUrlPackageParams(), $fileUrl . '/' . $id . '.css' ), array(), '2.27.44' );
     2165            wp_enqueue_style( Plugin::CmnScriptId( $id ), add_query_arg( Plugin::GetFileUrlPackageParams(), $fileUrl . '/' . $id . '.css' ), array(), '2.27.45' );
    21662166
    21672167            self::$g_aAlreadyIncludedObj[ 'css' ][ $id ] = true;
     
    22302230            $scrHndId = Plugin::CmnScriptId( $id );
    22312231
    2232             wp_register_script( $scrHndId, add_query_arg( Plugin::GetFileUrlPackageParams(), $fileUrl . '/' . $id . '.js' ), $deps, '2.27.44' );
     2232            wp_register_script( $scrHndId, add_query_arg( Plugin::GetFileUrlPackageParams(), $fileUrl . '/' . $id . '.js' ), $deps, '2.27.45' );
    22332233            if( $id == 'Gen' )
    22342234                Plugin::Loc_ScriptLoad( $scrHndId );
     
    26752675                            var sendDataUrl = "<?php echo( Gen::GetArrField( $rmtCfg, 'Questionnaires.SendAnswerUrlTpl' ) ); ?>";
    26762676                            sendDataUrl = sendDataUrl.replace( "{EndPointId}",                  encodeURI( "<?php echo( Wp::GetSiteId() ); ?>" ) );
    2677                             sendDataUrl = sendDataUrl.replace( "{PluginVersion}",               encodeURI( "2.27.44" ) );
     2677                            sendDataUrl = sendDataUrl.replace( "{PluginVersion}",               encodeURI( "2.27.45" ) );
    26782678                            sendDataUrl = sendDataUrl.replace( "{PluginMode}",                  encodeURI( "base" ) );
    26792679                            sendDataUrl = sendDataUrl.replace( "{PluginPackage}",               encodeURI( "Base" ) );
  • seraphinite-accelerator/trunk/Cmn/Ui.php

    r3348666 r3376789  
    741741    }
    742742
    743     static function TokensList_GetVal( $value, callable $cbItem = null, $unmask = false )
     743    static function TokensList_GetVal( $value, $cbItem = null, $unmask = false )
    744744    {
    745745        $value = @stripslashes( $value );
  • seraphinite-accelerator/trunk/cache.php

    r3368861 r3376789  
    645645
    646646    if( $bHdr )
    647         @header( 'X-Seraph-Accel-Cache: 2.27.44;' . $debugInfo );
     647        @header( 'X-Seraph-Accel-Cache: 2.27.45;' . $debugInfo );
    648648
    649649    if( $bLog )
     
    15511551    {
    15521552        $_SERVER[ 'SERAPH_ACCEL_ORIG_USER_AGENT' ] = ($_SERVER[ 'HTTP_USER_AGENT' ]??'');
    1553         $_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.44';
     1553        $_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.45';
    15541554    }
    15551555
  • seraphinite-accelerator/trunk/common.php

    r3368861 r3376789  
    1313require_once( __DIR__ . '/Cmn/Plugin.php' );
    1414
    15 const PLUGIN_SETT_VER                               = 181;
     15const PLUGIN_SETT_VER                               = 182;
    1616const PLUGIN_DATA_VER                               = 1;
    1717const PLUGIN_EULA_VER                               = 1;
     
    11751175    {
    11761176        Gen::SetArrField( $sett, array( 'contPr', 'cp', 'elmntrWdgtTmFnfctCntr' ), false );
     1177    }
     1178
     1179    if( $verFrom && $verFrom < 182 )
     1180    {
     1181        Gen::SetArrField( $sett, array( 'contPr', 'cp', 'wooPrdGallCrftThmbs' ), false );
    11771182    }
    11781183
     
    16961701                    'tables' => array(
    16971702
     1703                    ),
     1704                ),
     1705
     1706                'cmsrush' => array(
     1707                    'enable' => true,
     1708                    'name' => 'CMS Rush',
     1709
     1710                    'cookies' => array(
     1711                        'cmsrush_',
    16981712                    ),
    16991713                ),
     
    20392053                'wooPrdGallAstrThmbsHeight' => true,
    20402054                'wooPrdGallFltsmThmbs' => true,
     2055                'wooPrdGallCrftThmbs' => true,
    20412056                'xstrThSwpr' => true,
    20422057
     
    21892204
    21902205                        'body:@\\Wdocument\\s*\\.\\s*querySelector\\s*\\(\\s*"\\.jdgm-rev-widg"\\s*\\)@',
    2191 
    2192                         'src:@fareharbor\.com@',
    21932206
    21942207                        'body:@window\\s*\\.\\s*gtranslateSettings\\s*=@',
     
    40744087function GetViewTypeUserAgent( $viewsDeviceGrp )
    40754088{
    4076     return( 'Mozilla/99999.9 AppleWebKit/9999999.99 (KHTML, like Gecko) Chrome/999999.0.9999.99 Safari/9999999.99 seraph-accel-Agent/2.27.44 ' . ucwords( implode( ' ', Gen::GetArrField( $viewsDeviceGrp, array( 'agents' ), array() ) ) ) );
     4089    return( 'Mozilla/99999.9 AppleWebKit/9999999.99 (KHTML, like Gecko) Chrome/999999.0.9999.99 Safari/9999999.99 seraph-accel-Agent/2.27.45 ' . ucwords( implode( ' ', Gen::GetArrField( $viewsDeviceGrp, array( 'agents' ), array() ) ) ) );
    40774090}
    40784091
     
    53785391    $args = array( 'sslverify' => false, 'timeout' => $timeout, 'headers' => array() );
    53795392    if( $userAgentCmn )
    5380         $args[ 'headers' ][ 'User-Agent' ] = 'Mozilla/99999.9 AppleWebKit/9999999.99 (KHTML, like Gecko) Chrome/999999.0.9999.99 Safari/9999999.99 seraph-accel-Agent/2.27.44';
     5393        $args[ 'headers' ][ 'User-Agent' ] = 'Mozilla/99999.9 AppleWebKit/9999999.99 (KHTML, like Gecko) Chrome/999999.0.9999.99 Safari/9999999.99 seraph-accel-Agent/2.27.45';
    53815394
    53825395    global $seraph_accel_g_aGetExtContentsFailedSrvs;
     
    58385851    {
    58395852        if( !isset( $headers[ 'User-Agent' ] ) )
    5840             $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.44');
     5853            $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.45');
    58415854        $headers[ 'User-Agent' ] = str_replace( 'seraph-accel-Agent/', 'seraph-accel-Agent-WarmUp/', $headers[ 'User-Agent' ] );
    58425855
  • seraphinite-accelerator/trunk/languages/seraphinite-accelerator-admin.pot

    r3368861 r3376789  
    77msgid ""
    88msgstr ""
    9 "#-#-#-#-#  cmn.admin.pot (seraphinite-accelerator 2.27.44)  #-#-#-#-#\n"
    10 "Project-Id-Version: seraphinite-accelerator 2.27.44\n"
     9"#-#-#-#-#  cmn.admin.pot (seraphinite-accelerator 2.27.45)  #-#-#-#-#\n"
     10"Project-Id-Version: seraphinite-accelerator 2.27.45\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.44)  #-#-#-#-#\n"
    16 "Project-Id-Version: seraphinite-accelerator 2.27.44\n"
     15"#-#-#-#-#  main.admin.pot (seraphinite-accelerator 2.27.45)  #-#-#-#-#\n"
     16"Project-Id-Version: seraphinite-accelerator 2.27.45\n"
    1717"Report-Msgid-Bugs-To: support@s-sols.com\n"
    1818"MIME-Version: 1.0\n"
     
    23892389msgstr ""
    23902390
     2391# Funfact Counter Widget of Mascot Core Plugin for Elementor
    23912392msgctxt "admin.Settings_Frames_ContParts"
    23922393msgid "ElmntrWdgtTmFnfctCntrChk"
     
    25412542msgctxt "admin.Settings_Frames_ContParts"
    25422543msgid "WooPrdGallFltsmThmbsChk"
     2544msgstr ""
     2545
     2546msgctxt "admin.Settings_Frames_ContParts"
     2547msgid "WooPrdGallCrftThmbsChk"
    25432548msgstr ""
    25442549
  • seraphinite-accelerator/trunk/languages/seraphinite-accelerator.pot

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

    r3368861 r3376789  
    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.44', __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.45', __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.44' );
     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.45' );
    12851285    Plugin::Loc_ScriptLoad( Plugin::ScriptId( 'Admin' ) );
    12861286    wp_enqueue_script( Plugin::ScriptId( 'Admin' ) );
     
    15201520    $rmtCfg = PluginRmtCfg::Get();
    15211521
    1522     $urlLogoImg = add_query_arg( array( 'v' => '2.27.44' ), Plugin::FileUri( 'Images/hosting-icon-banner.svg', __FILE__ ) );
     1522    $urlLogoImg = add_query_arg( array( 'v' => '2.27.45' ), Plugin::FileUri( 'Images/hosting-icon-banner.svg', __FILE__ ) );
    15231523    $urlMoreInfo = Plugin::RmtCfgFld_GetLoc( $rmtCfg, 'Links.UrlHostingInfo' );
    15241524
  • seraphinite-accelerator/trunk/oper.php

    r3368861 r3376789  
    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.44' );
     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.45' );
    12111211
    12121212    if( ($settCache[ 'views' ]??null) )
  • seraphinite-accelerator/trunk/options.php

    r3368861 r3376789  
    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.44' );
     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.45' );
    145145    Plugin::Loc_ScriptLoad( Plugin::ScriptId( 'Admin' ) );
    146146    wp_enqueue_script( Plugin::ScriptId( 'Admin' ) );
     
    34493449                            $fldId = 'contPr/cp/wooPrdGallFltsmThmbs';
    34503450                            return( Ui::CheckBox( esc_html_x( 'WooPrdGallFltsmThmbsChk', 'admin.Settings_Frames_ContParts', 'seraphinite-accelerator' ), 'seraph_accel/' . $fldId, Gen::GetArrField( $sett, $fldId, false, '/' ), true ) );
     3451                        },
     3452
     3453                        function( $sett )
     3454                        {
     3455                            $fldId = 'contPr/cp/wooPrdGallCrftThmbs';
     3456                            return( Ui::CheckBox( esc_html_x( 'WooPrdGallCrftThmbsChk', 'admin.Settings_Frames_ContParts', 'seraphinite-accelerator' ), 'seraph_accel/' . $fldId, Gen::GetArrField( $sett, $fldId, false, '/' ), true ) );
    34513457                        },
    34523458
     
    61096115        { $fldId = 'contPr/cp/wooPrdGallAstrThmbsHeight';   Gen::SetArrField( $sett, $fldId, isset( $args[ 'seraph_accel/' . $fldId ] ), '/' ); }
    61106116        { $fldId = 'contPr/cp/wooPrdGallFltsmThmbs';        Gen::SetArrField( $sett, $fldId, isset( $args[ 'seraph_accel/' . $fldId ] ), '/' ); }
     6117        { $fldId = 'contPr/cp/wooPrdGallCrftThmbs';         Gen::SetArrField( $sett, $fldId, isset( $args[ 'seraph_accel/' . $fldId ] ), '/' ); }
    61116118        { $fldId = 'contPr/cp/xstrThSwpr';                  Gen::SetArrField( $sett, $fldId, isset( $args[ 'seraph_accel/' . $fldId ] ), '/' ); }
    61126119
  • seraphinite-accelerator/trunk/plugin_root.php

    r3368861 r3376789  
    66Text Domain: seraphinite-accelerator
    77Domain Path: /languages
    8 Version: 2.27.44
     8Version: 2.27.45
    99Author: Seraphinite Solutions
    1010Author URI: https://www.s-sols.com
  • seraphinite-accelerator/trunk/readme.txt

    r3368861 r3376789  
    66Requires at least: 4.5
    77Tested up to: 6.8
    8 Stable tag: 2.27.44
     8Stable tag: 2.27.45
    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.45 =
     166
     167Improvements:
     168
     169* Player from Presto.
     170* Product gallery images thumbnails of WooCommerce from Carafity theme.
     171* Support for Simple Menu of Essential Addons.
     172
     173Fixes:
     174
     175* Delayed click doesn't work on shadow root element.
     176* Deprecation warning in 'TokensList_GetVal' of 'cbItem' parameter.
     177* User cache doesn't work if simple thread of optimization enabled.
     178
    165179= 2.27.44 =
    166180
Note: See TracChangeset for help on using the changeset viewer.