Changeset 3310682
- Timestamp:
- 06/12/2025 06:32:28 PM (8 months ago)
- Location:
- seraphinite-accelerator
- Files:
-
- 143 added
- 16 edited
-
tags/2.27.31 (added)
-
tags/2.27.31/Admin.js (added)
-
tags/2.27.31/Cmn (added)
-
tags/2.27.31/Cmn/AdminUi.css (added)
-
tags/2.27.31/Cmn/AdminUi.js (added)
-
tags/2.27.31/Cmn/Cmn.js (added)
-
tags/2.27.31/Cmn/Db.php (added)
-
tags/2.27.31/Cmn/Ext (added)
-
tags/2.27.31/Cmn/Ext/JS (added)
-
tags/2.27.31/Cmn/Ext/JS/lazysizes (added)
-
tags/2.27.31/Cmn/Ext/JS/lazysizes/lazysizes.js (added)
-
tags/2.27.31/Cmn/Ext/JS/lazysizes/lazysizes.min.js (added)
-
tags/2.27.31/Cmn/Ext/JS/lazysizes/plugins (added)
-
tags/2.27.31/Cmn/Ext/JS/lazysizes/plugins/unveilhooks (added)
-
tags/2.27.31/Cmn/Ext/JS/lazysizes/plugins/unveilhooks/ls.unveilhooks.js (added)
-
tags/2.27.31/Cmn/Ext/JS/lazysizes/plugins/unveilhooks/ls.unveilhooks.min.js (added)
-
tags/2.27.31/Cmn/Ext/PHP (added)
-
tags/2.27.31/Cmn/Ext/PHP/JShrink (added)
-
tags/2.27.31/Cmn/Ext/PHP/JShrink/Minifier.php (added)
-
tags/2.27.31/Cmn/Ext/PHP/PHPSQLParser (added)
-
tags/2.27.31/Cmn/Ext/PHP/PHPSQLParser/Options.php (added)
-
tags/2.27.31/Cmn/Ext/PHP/PHPSQLParser/PHPSQLParser.php (added)
-
tags/2.27.31/Cmn/Ext/PHP/PHPSQLParser/exceptions (added)
-
tags/2.27.31/Cmn/Ext/PHP/PHPSQLParser/exceptions/InvalidParameterException.php (added)
-
tags/2.27.31/Cmn/Ext/PHP/PHPSQLParser/exceptions/UnableToCalculatePositionException.php (added)
-
tags/2.27.31/Cmn/Ext/PHP/PHPSQLParser/exceptions/UnableToCreateSQLException.php (added)
-
tags/2.27.31/Cmn/Ext/PHP/PHPSQLParser/exceptions/UnsupportedFeatureException.php (added)
-
tags/2.27.31/Cmn/Ext/PHP/PHPSQLParser/lexer (added)
-
tags/2.27.31/Cmn/Ext/PHP/PHPSQLParser/lexer/LexerSplitter.php (added)
-
tags/2.27.31/Cmn/Ext/PHP/PHPSQLParser/lexer/PHPSQLLexer.php (added)
-
tags/2.27.31/Cmn/Ext/PHP/PHPSQLParser/positions (added)
-
tags/2.27.31/Cmn/Ext/PHP/PHPSQLParser/positions/PositionCalculator.php (added)
-
tags/2.27.31/Cmn/Ext/PHP/PHPSQLParser/processors (added)
-
tags/2.27.31/Cmn/Ext/PHP/PHPSQLParser/processors/AbstractProcessor.php (added)
-
tags/2.27.31/Cmn/Ext/PHP/PHPSQLParser/processors/BracketProcessor.php (added)
-
tags/2.27.31/Cmn/Ext/PHP/PHPSQLParser/processors/ColumnDefinitionProcessor.php (added)
-
tags/2.27.31/Cmn/Ext/PHP/PHPSQLParser/processors/ColumnListProcessor.php (added)
-
tags/2.27.31/Cmn/Ext/PHP/PHPSQLParser/processors/CreateDefinitionProcessor.php (added)
-
tags/2.27.31/Cmn/Ext/PHP/PHPSQLParser/processors/CreateProcessor.php (added)
-
tags/2.27.31/Cmn/Ext/PHP/PHPSQLParser/processors/DefaultProcessor.php (added)
-
tags/2.27.31/Cmn/Ext/PHP/PHPSQLParser/processors/DeleteProcessor.php (added)
-
tags/2.27.31/Cmn/Ext/PHP/PHPSQLParser/processors/DescProcessor.php (added)
-
tags/2.27.31/Cmn/Ext/PHP/PHPSQLParser/processors/DescribeProcessor.php (added)
-
tags/2.27.31/Cmn/Ext/PHP/PHPSQLParser/processors/DropProcessor.php (added)
-
tags/2.27.31/Cmn/Ext/PHP/PHPSQLParser/processors/DuplicateProcessor.php (added)
-
tags/2.27.31/Cmn/Ext/PHP/PHPSQLParser/processors/ExplainProcessor.php (added)
-
tags/2.27.31/Cmn/Ext/PHP/PHPSQLParser/processors/ExpressionListProcessor.php (added)
-
tags/2.27.31/Cmn/Ext/PHP/PHPSQLParser/processors/FromProcessor.php (added)
-
tags/2.27.31/Cmn/Ext/PHP/PHPSQLParser/processors/GroupByProcessor.php (added)
-
tags/2.27.31/Cmn/Ext/PHP/PHPSQLParser/processors/HavingProcessor.php (added)
-
tags/2.27.31/Cmn/Ext/PHP/PHPSQLParser/processors/IndexColumnListProcessor.php (added)
-
tags/2.27.31/Cmn/Ext/PHP/PHPSQLParser/processors/IndexProcessor.php (added)
-
tags/2.27.31/Cmn/Ext/PHP/PHPSQLParser/processors/InsertProcessor.php (added)
-
tags/2.27.31/Cmn/Ext/PHP/PHPSQLParser/processors/IntoProcessor.php (added)
-
tags/2.27.31/Cmn/Ext/PHP/PHPSQLParser/processors/LimitProcessor.php (added)
-
tags/2.27.31/Cmn/Ext/PHP/PHPSQLParser/processors/OptionsProcessor.php (added)
-
tags/2.27.31/Cmn/Ext/PHP/PHPSQLParser/processors/OrderByProcessor.php (added)
-
tags/2.27.31/Cmn/Ext/PHP/PHPSQLParser/processors/PartitionDefinitionProcessor.php (added)
-
tags/2.27.31/Cmn/Ext/PHP/PHPSQLParser/processors/PartitionOptionsProcessor.php (added)
-
tags/2.27.31/Cmn/Ext/PHP/PHPSQLParser/processors/RecordProcessor.php (added)
-
tags/2.27.31/Cmn/Ext/PHP/PHPSQLParser/processors/ReferenceDefinitionProcessor.php (added)
-
tags/2.27.31/Cmn/Ext/PHP/PHPSQLParser/processors/RenameProcessor.php (added)
-
tags/2.27.31/Cmn/Ext/PHP/PHPSQLParser/processors/ReplaceProcessor.php (added)
-
tags/2.27.31/Cmn/Ext/PHP/PHPSQLParser/processors/SQLChunkProcessor.php (added)
-
tags/2.27.31/Cmn/Ext/PHP/PHPSQLParser/processors/SQLProcessor.php (added)
-
tags/2.27.31/Cmn/Ext/PHP/PHPSQLParser/processors/SelectExpressionProcessor.php (added)
-
tags/2.27.31/Cmn/Ext/PHP/PHPSQLParser/processors/SelectProcessor.php (added)
-
tags/2.27.31/Cmn/Ext/PHP/PHPSQLParser/processors/SetProcessor.php (added)
-
tags/2.27.31/Cmn/Ext/PHP/PHPSQLParser/processors/ShowProcessor.php (added)
-
tags/2.27.31/Cmn/Ext/PHP/PHPSQLParser/processors/SubpartitionDefinitionProcessor.php (added)
-
tags/2.27.31/Cmn/Ext/PHP/PHPSQLParser/processors/TableProcessor.php (added)
-
tags/2.27.31/Cmn/Ext/PHP/PHPSQLParser/processors/UnionProcessor.php (added)
-
tags/2.27.31/Cmn/Ext/PHP/PHPSQLParser/processors/UpdateProcessor.php (added)
-
tags/2.27.31/Cmn/Ext/PHP/PHPSQLParser/processors/UsingProcessor.php (added)
-
tags/2.27.31/Cmn/Ext/PHP/PHPSQLParser/processors/ValuesProcessor.php (added)
-
tags/2.27.31/Cmn/Ext/PHP/PHPSQLParser/processors/WhereProcessor.php (added)
-
tags/2.27.31/Cmn/Ext/PHP/PHPSQLParser/processors/WithProcessor.php (added)
-
tags/2.27.31/Cmn/Ext/PHP/PHPSQLParser/utils (added)
-
tags/2.27.31/Cmn/Ext/PHP/PHPSQLParser/utils/ExpressionToken.php (added)
-
tags/2.27.31/Cmn/Ext/PHP/PHPSQLParser/utils/ExpressionType.php (added)
-
tags/2.27.31/Cmn/Ext/PHP/PHPSQLParser/utils/PHPSQLParserConstants.php (added)
-
tags/2.27.31/Cmn/Ext/PHP/YUI-CSS-compressor-PHP-port (added)
-
tags/2.27.31/Cmn/Ext/PHP/YUI-CSS-compressor-PHP-port/Colors.php (added)
-
tags/2.27.31/Cmn/Ext/PHP/YUI-CSS-compressor-PHP-port/Command.php (added)
-
tags/2.27.31/Cmn/Ext/PHP/YUI-CSS-compressor-PHP-port/Minifier.php (added)
-
tags/2.27.31/Cmn/Ext/PHP/YUI-CSS-compressor-PHP-port/Utils.php (added)
-
tags/2.27.31/Cmn/Ext/PHP/jsmin-php (added)
-
tags/2.27.31/Cmn/Ext/PHP/jsmin-php/JSMin.php (added)
-
tags/2.27.31/Cmn/Ext/PHP/jsmin-php/UnterminatedCommentException.php (added)
-
tags/2.27.31/Cmn/Ext/PHP/jsmin-php/UnterminatedRegExpException.php (added)
-
tags/2.27.31/Cmn/Ext/PHP/jsmin-php/UnterminatedStringException.php (added)
-
tags/2.27.31/Cmn/Fs.php (added)
-
tags/2.27.31/Cmn/Gen.js (added)
-
tags/2.27.31/Cmn/Gen.php (added)
-
tags/2.27.31/Cmn/Img.php (added)
-
tags/2.27.31/Cmn/Net.js (added)
-
tags/2.27.31/Cmn/Plugin.php (added)
-
tags/2.27.31/Cmn/Ui.js (added)
-
tags/2.27.31/Cmn/Ui.php (added)
-
tags/2.27.31/Images (added)
-
tags/2.27.31/Images/ProductLogo.png (added)
-
tags/2.27.31/Images/Test.css (added)
-
tags/2.27.31/Images/Test.css.gz (added)
-
tags/2.27.31/Images/Test.js (added)
-
tags/2.27.31/Images/Test.js.gz (added)
-
tags/2.27.31/Images/Test.png (added)
-
tags/2.27.31/Images/Test.png.avif (added)
-
tags/2.27.31/Images/Test.png.webp (added)
-
tags/2.27.31/Images/VendorLogo.png (added)
-
tags/2.27.31/Images/hosting-icon-banner.svg (added)
-
tags/2.27.31/cache.php (added)
-
tags/2.27.31/cache_ext.php (added)
-
tags/2.27.31/cache_ext_CloudFlareHooksEx.php (added)
-
tags/2.27.31/cache_obj.php (added)
-
tags/2.27.31/common.php (added)
-
tags/2.27.31/content.php (added)
-
tags/2.27.31/content_css.php (added)
-
tags/2.27.31/content_css_ex.php (added)
-
tags/2.27.31/content_ex.php (added)
-
tags/2.27.31/content_frm.php (added)
-
tags/2.27.31/content_img.php (added)
-
tags/2.27.31/content_js.php (added)
-
tags/2.27.31/htmlparser.php (added)
-
tags/2.27.31/icon.png (added)
-
tags/2.27.31/languages (added)
-
tags/2.27.31/languages/seraphinite-accelerator-Admin-en_US.json (added)
-
tags/2.27.31/languages/seraphinite-accelerator-Admin-ru_RU.json (added)
-
tags/2.27.31/languages/seraphinite-accelerator-Gen-en_US.json (added)
-
tags/2.27.31/languages/seraphinite-accelerator-Gen-ru_RU.json (added)
-
tags/2.27.31/languages/seraphinite-accelerator-admin-en_US.mo (added)
-
tags/2.27.31/languages/seraphinite-accelerator-admin-ru_RU.mo (added)
-
tags/2.27.31/languages/seraphinite-accelerator-admin.pot (added)
-
tags/2.27.31/languages/seraphinite-accelerator-en_US.mo (added)
-
tags/2.27.31/languages/seraphinite-accelerator-ru_RU.mo (added)
-
tags/2.27.31/languages/seraphinite-accelerator.pot (added)
-
tags/2.27.31/main.php (added)
-
tags/2.27.31/oper.php (added)
-
tags/2.27.31/options.php (added)
-
tags/2.27.31/plugin_root.php (added)
-
tags/2.27.31/readme.txt (added)
-
tags/2.27.31/sql.php (added)
-
tags/2.27.31/third-party-software.html (added)
-
tags/2.27.31/tune.php (added)
-
trunk/Cmn/Gen.php (modified) (1 diff)
-
trunk/Cmn/Plugin.php (modified) (13 diffs)
-
trunk/cache.php (modified) (2 diffs)
-
trunk/common.php (modified) (3 diffs)
-
trunk/languages/seraphinite-accelerator-admin-en_US.mo (modified) (previous)
-
trunk/languages/seraphinite-accelerator-admin-ru_RU.mo (modified) (previous)
-
trunk/languages/seraphinite-accelerator-admin.pot (modified) (16 diffs)
-
trunk/languages/seraphinite-accelerator-en_US.mo (modified) (previous)
-
trunk/languages/seraphinite-accelerator-ru_RU.mo (modified) (previous)
-
trunk/languages/seraphinite-accelerator.pot (modified) (1 diff)
-
trunk/main.php (modified) (3 diffs)
-
trunk/oper.php (modified) (1 diff)
-
trunk/options.php (modified) (1 diff)
-
trunk/plugin_root.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/tune.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
seraphinite-accelerator/trunk/Cmn/Gen.php
r3307788 r3310682 3617 3617 $args[ 'provider' ] = 'CURL'; 3618 3618 if( !isset( $args[ 'user-agent' ] ) ) 3619 $args[ 'user-agent' ] = 'seraph-accel-Agent/2.27.3 0';3619 $args[ 'user-agent' ] = 'seraph-accel-Agent/2.27.31'; 3620 3620 if( !isset( $args[ 'timeout' ] ) ) 3621 3621 $args[ 'timeout' ] = 5; -
seraphinite-accelerator/trunk/Cmn/Plugin.php
r3307788 r3310682 307 307 $args[ 'id' ] = 'wordpress-accelerator'; 308 308 $args[ 'name' ] = 'Accelerator'; 309 $args[ 'v' ] = '2.27.3 0';309 $args[ 'v' ] = '2.27.31'; 310 310 $args[ 'pk' ] = 'Base'; 311 311 $args[ 'cfg' ] = ''; … … 329 329 $lastCheckPackage = 'Base'; 330 330 331 if( $lastCheckVer !== '2.27.3 0' || $lastCheckPackage !== 'Base' )331 if( $lastCheckVer !== '2.27.31' || $lastCheckPackage !== 'Base' ) 332 332 { 333 333 $state = Plugin::StateGet(); 334 334 335 if( $lastCheckVer !== '2.27.3 0' && !isset( $state[ 'changeVerCheck' ] ) )335 if( $lastCheckVer !== '2.27.31' && !isset( $state[ 'changeVerCheck' ] ) ) 336 336 { 337 337 $state[ 'changeVerCheck' ] = $lastCheckVer !== null ? $lastCheckVer : ''; … … 350 350 if( !$bForce ) 351 351 { 352 if( $bFirstTimeOnly && $lastCheckVer == '2.27.3 0' )352 if( $bFirstTimeOnly && $lastCheckVer == '2.27.31' ) 353 353 return( Gen::S_FALSE ); 354 354 … … 369 369 $args[ 'id' ] = 'wordpress-accelerator'; 370 370 $args[ 'name' ] = 'Accelerator'; 371 $args[ 'v' ] = '2.27.3 0';371 $args[ 'v' ] = '2.27.31'; 372 372 $args[ 'pk' ] = 'Base'; 373 373 $args[ 'cfg' ] = ''; … … 386 386 { 387 387 $data[ 'updTime' ] = $curUpdTime; 388 $data[ 'plgVer' ] = '2.27.3 0';388 $data[ 'plgVer' ] = '2.27.31'; 389 389 $data[ 'plgPk' ] = 'Base'; 390 390 … … 403 403 $data[ 'mdfTime' ] = $timeMdf; 404 404 $data[ 'updTime' ] = $curUpdTime; 405 $data[ 'plgVer' ] = '2.27.3 0';405 $data[ 'plgVer' ] = '2.27.31'; 406 406 $data[ 'plgPk' ] = 'Base'; 407 407 … … 1439 1439 1440 1440 $urlProductInfo = Plugin::RmtCfgFld_GetLoc( $rmtCfg, 'Links.UrlProductInfo' ); 1441 $urlAboutPluginImg = file_exists( __DIR__ . '/../Images/ProductLogo.png' ) ? add_query_arg( array( 'v' => '2.27.3 0' ), Plugin::FileUri( '../Images/ProductLogo.png', __FILE__ ) ) : null;1441 $urlAboutPluginImg = file_exists( __DIR__ . '/../Images/ProductLogo.png' ) ? add_query_arg( array( 'v' => '2.27.31' ), Plugin::FileUri( '../Images/ProductLogo.png', __FILE__ ) ) : null; 1442 1442 $urlAboutPluginDocs = Plugin::RmtCfgFld_GetLoc( $rmtCfg, 'Links.UrlProductDocs' ); 1443 1443 $urlAboutPluginSupport = Plugin::RmtCfgFld_GetLoc( $rmtCfg, 'Links.UrlProductSupport' ); 1444 $url3rdPartySoft = file_exists( __DIR__ . '/../third-party-software.html' ) ? add_query_arg( array( 'v' => '2.27.3 0' ), Plugin::FileUri( '../third-party-software.html', __FILE__ ) ) : null;1444 $url3rdPartySoft = file_exists( __DIR__ . '/../third-party-software.html' ) ? add_query_arg( array( 'v' => '2.27.31' ), Plugin::FileUri( '../third-party-software.html', __FILE__ ) ) : null; 1445 1445 1446 1446 $urlEula = null; … … 1451 1451 1452 1452 { 1453 $version = esc_html( '2.27.3 0' );1453 $version = esc_html( '2.27.31' ); 1454 1454 1455 1455 $res .= Ui::TagOpen( 'div' ); … … 1500 1500 $rmtCfg = PluginRmtCfg::Get(); 1501 1501 1502 $urlAboutUsLogoImg = file_exists( __DIR__ . '/../Images/VendorLogo.png' ) ? add_query_arg( array( 'v' => '2.27.3 0' ), Plugin::FileUri( '../Images/VendorLogo.png', __FILE__ ) ) : null;1502 $urlAboutUsLogoImg = file_exists( __DIR__ . '/../Images/VendorLogo.png' ) ? add_query_arg( array( 'v' => '2.27.31' ), Plugin::FileUri( '../Images/VendorLogo.png', __FILE__ ) ) : null; 1503 1503 $urlMorePlugins = Plugin::RmtCfgFld_GetLoc( $rmtCfg, 'Links.UrlMorePlugins' ); 1504 1504 $urlMoreInfo = Plugin::RmtCfgFld_GetLoc( $rmtCfg, 'Links.UrlMain' ); … … 2027 2027 2028 2028 $verFrom = self::_PrevVer_GetInt( $plgVerPrev ); 2029 $verTo = self::_PrevVer_GetInt( '2.27.3 0' );2029 $verTo = self::_PrevVer_GetInt( '2.27.31' ); 2030 2030 if( $verTo < $verFrom ) 2031 2031 list( $verTo, $verFrom ) = array( $verFrom, $verTo ); … … 2152 2152 continue; 2153 2153 2154 wp_enqueue_style( Plugin::CmnScriptId( $id ), add_query_arg( Plugin::GetFileUrlPackageParams(), $fileUrl . '/' . $id . '.css' ), array(), '2.27.3 0' );2154 wp_enqueue_style( Plugin::CmnScriptId( $id ), add_query_arg( Plugin::GetFileUrlPackageParams(), $fileUrl . '/' . $id . '.css' ), array(), '2.27.31' ); 2155 2155 2156 2156 self::$g_aAlreadyIncludedObj[ 'css' ][ $id ] = true; … … 2219 2219 $scrHndId = Plugin::CmnScriptId( $id ); 2220 2220 2221 wp_register_script( $scrHndId, add_query_arg( Plugin::GetFileUrlPackageParams(), $fileUrl . '/' . $id . '.js' ), $deps, '2.27.3 0' );2221 wp_register_script( $scrHndId, add_query_arg( Plugin::GetFileUrlPackageParams(), $fileUrl . '/' . $id . '.js' ), $deps, '2.27.31' ); 2222 2222 if( $id == 'Gen' ) 2223 2223 Plugin::Loc_ScriptLoad( $scrHndId ); … … 2664 2664 var sendDataUrl = "<?php echo( Gen::GetArrField( $rmtCfg, 'Questionnaires.SendAnswerUrlTpl' ) ); ?>"; 2665 2665 sendDataUrl = sendDataUrl.replace( "{EndPointId}", encodeURI( "<?php echo( Wp::GetSiteId() ); ?>" ) ); 2666 sendDataUrl = sendDataUrl.replace( "{PluginVersion}", encodeURI( "2.27.3 0" ) );2666 sendDataUrl = sendDataUrl.replace( "{PluginVersion}", encodeURI( "2.27.31" ) ); 2667 2667 sendDataUrl = sendDataUrl.replace( "{PluginMode}", encodeURI( "base" ) ); 2668 2668 sendDataUrl = sendDataUrl.replace( "{PluginPackage}", encodeURI( "Base" ) ); -
seraphinite-accelerator/trunk/cache.php
r3307788 r3310682 639 639 640 640 if( $bHdr ) 641 @header( 'X-Seraph-Accel-Cache: 2.27.3 0;' . $debugInfo );641 @header( 'X-Seraph-Accel-Cache: 2.27.31;' . $debugInfo ); 642 642 643 643 if( $bLog ) … … 1536 1536 { 1537 1537 $_SERVER[ 'SERAPH_ACCEL_ORIG_USER_AGENT' ] = ($_SERVER[ 'HTTP_USER_AGENT' ]??''); 1538 $_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.3 0';1538 $_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.31'; 1539 1539 } 1540 1540 -
seraphinite-accelerator/trunk/common.php
r3307788 r3310682 3997 3997 function GetViewTypeUserAgent( $viewsDeviceGrp ) 3998 3998 { 3999 return( 'Mozilla/99999.9 AppleWebKit/9999999.99 (KHTML, like Gecko) Chrome/999999.0.9999.99 Safari/9999999.99 seraph-accel-Agent/2.27.3 0' . ucwords( implode( ' ', Gen::GetArrField( $viewsDeviceGrp, array( 'agents' ), array() ) ) ) );3999 return( 'Mozilla/99999.9 AppleWebKit/9999999.99 (KHTML, like Gecko) Chrome/999999.0.9999.99 Safari/9999999.99 seraph-accel-Agent/2.27.31 ' . ucwords( implode( ' ', Gen::GetArrField( $viewsDeviceGrp, array( 'agents' ), array() ) ) ) ); 4000 4000 } 4001 4001 … … 5287 5287 $args = array( 'sslverify' => false, 'timeout' => $timeout ); 5288 5288 if( $userAgentCmn ) 5289 $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.3 0';5289 $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.31'; 5290 5290 5291 5291 global $seraph_accel_g_aGetExtContentsFailedSrvs; … … 5737 5737 { 5738 5738 if( !isset( $headers[ 'User-Agent' ] ) ) 5739 $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.3 0');5739 $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.31'); 5740 5740 $headers[ 'User-Agent' ] = str_replace( 'seraph-accel-Agent/', 'seraph-accel-Agent-WarmUp/', $headers[ 'User-Agent' ] ); 5741 5741 -
seraphinite-accelerator/trunk/languages/seraphinite-accelerator-admin.pot
r3307788 r3310682 7 7 msgid "" 8 8 msgstr "" 9 "#-#-#-#-# cmn.admin.pot (seraphinite-accelerator 2.27.3 0) #-#-#-#-#\n"10 "Project-Id-Version: seraphinite-accelerator 2.27.3 0\n"9 "#-#-#-#-# cmn.admin.pot (seraphinite-accelerator 2.27.31) #-#-#-#-#\n" 10 "Project-Id-Version: seraphinite-accelerator 2.27.31\n" 11 11 "Report-Msgid-Bugs-To: [email protected]\n" 12 12 "MIME-Version: 1.0\n" 13 13 "Content-Type: text/plain; charset=UTF-8\n" 14 14 "Content-Transfer-Encoding: 8bit\n" 15 "#-#-#-#-# main.admin.pot (seraphinite-accelerator 2.27.3 0) #-#-#-#-#\n"16 "Project-Id-Version: seraphinite-accelerator 2.27.3 0\n"15 "#-#-#-#-# main.admin.pot (seraphinite-accelerator 2.27.31) #-#-#-#-#\n" 16 "Project-Id-Version: seraphinite-accelerator 2.27.31\n" 17 17 "Report-Msgid-Bugs-To: [email protected]\n" 18 18 "MIME-Version: 1.0\n" … … 508 508 msgstr "" 509 509 510 # A conflicting setting has been detected that is preventing correct working. The <strong>'%2$s' should be turned off</strong> in '%1$s' settings. 511 #, php-format 512 msgctxt "admin.SelfDiag" 513 msgid "3rdExtSett_Conflict_%1$s%2$s" 514 msgstr "" 515 516 # The <strong>'%2$s'</strong> in '%1$s' settings might decrease the site's loading speed. 517 #, php-format 518 msgctxt "admin.SelfDiag" 519 msgid "3rdExtSett_SpeedDecr_%1$s%2$s" 520 msgstr "" 521 522 # A requred module is missing. The <strong>'%1$s' should be enabled</strong>. 523 #, php-format 524 msgctxt "admin.Notice" 525 msgid "3rdMdl_ConflictOff_%1$s" 526 msgstr "" 527 528 # A conflicting module has been detected that is preventing correct working. The <strong>'%1$s' should be disabled</strong>. 529 #, php-format 530 msgctxt "admin.Notice" 531 msgid "3rdMdl_Conflict_%1$s" 532 msgstr "" 533 534 # A conflicting setting has been detected that is preventing correct working. The <strong>'%2$s' should be turned off</strong> in '%1$s''s settings. 535 #, php-format 536 msgctxt "admin.Notice" 537 msgid "3rdSett_ConflictSoft_%1$s%2$s" 538 msgstr "" 539 540 # A conflicting setting has been detected that is preventing correct working. The <strong>'%1$s' should be disabled</strong> or <strong>'%2$s' should be turned off</strong> in it's settings. 541 #, php-format 542 msgctxt "admin.Notice" 543 msgid "3rdSett_Conflict_%1$s%2$s" 544 msgstr "" 545 546 # Asset's loading of '%1$s' type has bad compression. Please, check the hosting's settings. 547 #, php-format 548 msgctxt "admin.Notice" 549 msgid "AssetCompr_Bad_%1$s" 550 msgstr "" 551 552 # Use for asynchronous tasks execution 553 msgctxt "admin.Settings_Advanced_Cron" 554 msgid "AsyncUseCronChk" 555 msgstr "" 556 557 # Enable Avif with %1$squality and %2$sspeed 558 #, php-format 559 msgctxt "admin.Settings_Images_Compr" 560 msgid "AvifChk_%1$s%2$s" 561 msgstr "" 562 563 # The cache directory '%1$s' is not writtable or can't be created. Please, create it manually, <strong>make it writable</strong>, and save the plugin settings. 564 #, php-format 565 msgctxt "admin.Notice" 566 msgid "CacheDirNotWrittable_%1$s" 567 msgstr "" 568 569 # The configuration file '%1$s' is not writable. Please, make it writable and save the plugin settings. 570 #, php-format 571 msgctxt "admin.Notice" 572 msgid "ConfigFileNotWrittable_%1$s" 573 msgstr "" 574 575 # The '%1$s' directory is not writable. It is needed to create a file '%2$s' in to that folder in order to work. Please, <strong>make it writable</strong> and save the plugin settings. 576 #, php-format 577 msgctxt "admin.Notice" 578 msgid "ContentDirNotWrittable_%1$s%2$s" 579 msgstr "" 580 581 # The '%2$s' file in '%1$s' directory is not loaded. It looks like it's some kind of special hosting or site setup. 582 #, php-format 583 msgctxt "admin.Notice" 584 msgid "ContentDropinNotLoaded_%1$s%2$s" 585 msgstr "" 586 587 # <p>Required content:</p>%1$s<p>Current content:</p>%2$s 588 #, php-format 589 msgctxt "admin.Notice" 590 msgid "ContentDropinNotMatchEx_%1$s%2$s" 591 msgstr "" 592 593 # The '%2$s' file in '%1$s' directory has wrong content. Please, <strong>save the plugin settings</strong> to correct it. 594 #, php-format 595 msgctxt "admin.Notice" 596 msgid "ContentDropinNotMatch_%1$s%2$s" 597 msgstr "" 598 599 # The '%2$s' file in '%1$s' directory is not writable. Please, <strong>make it writable</strong> and save the plugin settings. 600 #, php-format 601 msgctxt "admin.Notice" 602 msgid "ContentDropinNotWrittable_%1$s%2$s" 603 msgstr "" 604 605 # Images' auto-redirection to '%3$s' is not active. Please, find %1$show to enable it%2$s or try turn on the <strong>%5$s</strong> mode. If all previous steps are unsuccessful you can just turn off the <strong>%4$s</strong> option. 606 #, php-format 607 msgctxt "admin.Notice" 608 msgid "ImgConvRedir_NotActive_%1$s%2$s%3$s%4$s%5$s" 609 msgstr "" 610 611 # Images' compression to '%3$s' is not supported on current hosting configuration. Please, find %1$show to enable it%2$s or just turn off the <strong>%4$s</strong> option. 612 #, php-format 613 msgctxt "admin.Notice" 614 msgid "ImgConv_NotSupp_%1$s%2$s%3$s%4$s" 615 msgstr "" 616 617 # Images' compression to '%3$s' doesn't work: %5$s. Please, find %1$show to fix it%2$s or just turn off the <strong>%4$s</strong> option. 618 #, php-format 619 msgctxt "admin.Notice" 620 msgid "ImgConv_NotWork_%1$s%2$s%3$s%4$s%5$s" 621 msgstr "" 622 623 # General 624 msgctxt "admin.Settings_Advanced_Common" 625 msgid "Lbl" 626 msgstr "" 627 628 # Task scheduler (Cron) 629 msgctxt "admin.Settings_Advanced_Cron" 630 msgid "Lbl" 631 msgstr "" 632 633 # Processing 634 msgctxt "admin.Settings_Cache_Revalidate_Proc" 635 msgid "Lbl" 636 msgstr "" 637 638 # Adaptation to screen sizes 639 msgctxt "admin.Settings_Images_Adapt" 640 msgid "Lbl" 641 msgstr "" 642 643 # Compression 644 msgctxt "admin.Settings_Images_Compr" 645 msgid "Lbl" 646 msgstr "" 647 648 # PHP '%1$s' extension at least %2$s version must be active to work correctly. Please, enable it at hosting's PHP settings. 649 #, php-format 650 msgctxt "admin.Notice" 651 msgid "PhpBrotliNotActive_%1$s%2$s" 652 msgstr "" 653 654 # PHP '%1$s' extension must be active to work correctly. Please, enable it at hosting's PHP settings. 655 #, php-format 656 msgctxt "admin.Notice" 657 msgid "PhpExtNotActive_%1$s" 658 msgstr "" 659 660 # '%2$s' function requres PHP '%1$s' extension to work correctly. If this function is not needed it can be just turned off in the '%3$s' group. Otherwise, please, enable '%1$s' extension at hosting's PHP settings. 661 #, php-format 662 msgctxt "admin.Notice" 663 msgid "PhpGdNotActive_%1$s%2$s%3$s" 664 msgstr "" 665 666 # '%2$s' function requres PHP '%1$s' extension to work correctly. But, <strong>if the site has wellformed HTML</strong> this function is not necessary and can be just turned off in the '%3$s' group. Otherwise, please, enable '%1$s' extension at hosting's PHP settings. 667 #, php-format 668 msgctxt "admin.Notice" 669 msgid "PhpTidyNotActive_%1$s%2$s%3$s" 670 msgstr "" 671 672 # Alternative redirection 673 msgctxt "admin.Settings_Images_Compr" 674 msgid "RedirOwnChk" 675 msgstr "" 676 677 # After the settings will been changed, please, don't forget to update the cache %1$shere%2$s. 678 #, php-format 679 msgctxt "admin.Notice" 680 msgid "RemindRefreshCache_%1$s%2$s" 681 msgstr "" 682 683 # Advanced by 'Tidy' 684 msgctxt "admin.Settings_Html_Fix" 685 msgid "TidyChk" 686 msgstr "" 687 688 # Advanced 689 msgctxt "admin.Settings_Advanced" 690 msgid "Title" 691 msgstr "" 692 693 # Revalidation 694 msgctxt "admin.Settings_Cache_Revalidate" 695 msgid "Title" 696 msgstr "" 697 698 # HTML 699 msgctxt "admin.Settings_Html" 700 msgid "Title" 701 msgstr "" 702 703 # Images 704 msgctxt "admin.Settings_Images" 705 msgid "Title" 706 msgstr "" 707 708 # The file '%1$s' is not writable. Please, make it writable. 709 #, php-format 710 msgctxt "admin.Notice" 711 msgid "TmpFileNotWrittable_%1$s" 712 msgstr "" 713 714 # Enable WebP with %1$squality 715 #, php-format 716 msgctxt "admin.Settings_Images_Compr" 717 msgid "WebpChk_%1$s" 718 msgstr "" 719 720 # The WordPress cache system is not active. Please, <strong>save the plugin settings</strong> to activate it. 721 msgctxt "admin.Notice" 722 msgid "WpCacheNotActive" 723 msgstr "" 724 510 725 # Manager 511 726 msgctxt "admin.Manage" … … 986 1201 msgstr "" 987 1202 988 # Revalidation989 msgctxt "admin.Settings_Cache_Revalidate"990 msgid "Title"991 msgstr ""992 993 1203 # Browser cache 994 1204 msgctxt "admin.Settings_CacheBrowser" … … 1026 1236 msgstr "" 1027 1237 1028 # HTML1029 msgctxt "admin.Settings_Html"1030 msgid "Title"1031 msgstr ""1032 1033 # Images1034 msgctxt "admin.Settings_Images"1035 msgid "Title"1036 msgstr ""1037 1038 1238 # Videos, frames and content parts 1039 1239 msgctxt "admin.Settings_Frames" … … 1061 1261 msgstr "" 1062 1262 1063 # Advanced1064 msgctxt "admin.Settings_Advanced"1065 msgid "Title"1066 msgstr ""1067 1068 1263 # <strong>Basic</strong> 1069 1264 msgctxt "admin.Settings_Nav" … … 1285 1480 msgstr "" 1286 1481 1287 # Processing1288 msgctxt "admin.Settings_Cache_Revalidate_Proc"1289 msgid "Lbl"1290 msgstr ""1291 1292 1482 # Maximum number of parallel processing: %1$s pages(s) 1293 1483 #, php-format … … 1938 2128 msgstr "" 1939 2129 1940 # Advanced by 'Tidy'1941 msgctxt "admin.Settings_Html_Fix"1942 msgid "TidyChk"1943 msgstr ""1944 1945 2130 # Cleanup 1946 2131 msgctxt "admin.Settings_Html_Cln" … … 2100 2285 msgstr "" 2101 2286 2102 # Alternative redirection2103 msgctxt "admin.Settings_Images_Compr"2104 msgid "RedirOwnChk"2105 msgstr ""2106 2107 2287 # Excludes: 2108 2288 msgctxt "admin.Settings_Common" … … 2115 2295 msgstr "" 2116 2296 2117 # Compression2118 msgctxt "admin.Settings_Images_Compr"2119 msgid "Lbl"2120 msgstr ""2121 2122 # Enable WebP with %1$squality2123 #, php-format2124 msgctxt "admin.Settings_Images_Compr"2125 msgid "WebpChk_%1$s"2126 msgstr ""2127 2128 2297 # Auto-redirection to WebP version 2129 2298 msgctxt "admin.Settings_Images_Compr" … … 2131 2300 msgstr "" 2132 2301 2133 # Enable Avif with %1$squality and %2$sspeed2134 #, php-format2135 msgctxt "admin.Settings_Images_Compr"2136 msgid "AvifChk_%1$s%2$s"2137 msgstr ""2138 2139 2302 # Auto-redirection to Avif version 2140 2303 msgctxt "admin.Settings_Images_Compr" … … 2147 2310 msgstr "" 2148 2311 2149 # Adaptation to screen sizes2150 msgctxt "admin.Settings_Images_Adapt"2151 msgid "Lbl"2152 msgstr ""2153 2154 2312 # Ordinary images 2155 2313 msgctxt "admin.Settings_Images_Adapt" … … 2364 2522 msgstr "" 2365 2523 2524 # Countdown Widget of Elementor 2366 2525 msgctxt "admin.Settings_Frames_ContParts" 2367 2526 msgid "ElmntrWdgtCntdwnChk" … … 3383 3542 msgstr "" 3384 3543 3385 # General3386 msgctxt "admin.Settings_Advanced_Common"3387 msgid "Lbl"3388 msgstr ""3389 3390 3544 # Enable default WordPress emoji icons 3391 3545 msgctxt "admin.Settings_Advanced_Common" … … 3477 3631 msgstr "" 3478 3632 3479 # Task scheduler (Cron)3480 msgctxt "admin.Settings_Advanced_Cron"3481 msgid "Lbl"3482 msgstr ""3483 3484 3633 # Enable 3485 3634 msgctxt "admin.Settings_Advanced_Cron" … … 3492 3641 msgstr "" 3493 3642 3494 # Use for asynchronous tasks execution3495 msgctxt "admin.Settings_Advanced_Cron"3496 msgid "AsyncUseCronChk"3497 msgstr ""3498 3499 3643 # Debug 3500 3644 msgctxt "admin.Settings_Advanced_Debug" … … 3581 3725 msgstr "" 3582 3726 3583 # After the settings will been changed, please, don't forget to update the cache %1$shere%2$s.3584 #, php-format3585 3727 msgctxt "admin.Notice" 3586 msgid "RemindRefreshCache_%1$s%2$s" 3587 msgstr "" 3588 3589 # The cache directory '%1$s' is not writtable or can't be created. Please, create it manually, <strong>make it writable</strong>, and save the plugin settings. 3590 #, php-format 3591 msgctxt "admin.Notice" 3592 msgid "CacheDirNotWrittable_%1$s" 3593 msgstr "" 3594 3595 # The '%1$s' directory is not writable. It is needed to create a file '%2$s' in to that folder in order to work. Please, <strong>make it writable</strong> and save the plugin settings. 3596 #, php-format 3597 msgctxt "admin.Notice" 3598 msgid "ContentDirNotWrittable_%1$s%2$s" 3599 msgstr "" 3600 3601 # The '%2$s' drop-in file in '%1$s' directory is not writable. Please, <strong>make it writable</strong> and save the plugin settings. 3602 #, php-format 3603 msgctxt "admin.Notice" 3604 msgid "ContentDropinNotWrittable_%1$s%2$s" 3605 msgstr "" 3606 3607 # <p>Required content:</p>%1$s<p>Current content:</p>%2$s 3608 #, php-format 3609 msgctxt "admin.Notice" 3610 msgid "ContentDropinNotMatchEx_%1$s%2$s" 3611 msgstr "" 3612 3613 # The '%2$s' drop-in file in '%1$s' directory has wrong content. Please, <strong>save the plugin settings</strong> to correct it. 3614 #, php-format 3615 msgctxt "admin.Notice" 3616 msgid "ContentDropinNotMatch_%1$s%2$s" 3617 msgstr "" 3618 3619 # The '%2$s' drop-in file in '%1$s' directory is not loaded. It looks like it's some kind of special hosting or site setup. 3620 #, php-format 3621 msgctxt "admin.Notice" 3622 msgid "ContentDropinNotLoaded_%1$s%2$s" 3623 msgstr "" 3624 3625 # The configuration file '%1$s' is not writable. Please, make it writable and save the plugin settings. 3626 #, php-format 3627 msgctxt "admin.Notice" 3628 msgid "ConfigFileNotWrittable_%1$s" 3629 msgstr "" 3630 3631 # The WordPress cache system is not active. Please, <strong>save the plugin settings</strong> to activate it. 3632 msgctxt "admin.Notice" 3633 msgid "WpCacheNotActive" 3634 msgstr "" 3635 3636 # PHP '%1$s' extension at least %2$s version must be active to work correctly. Please, enable it at hosting's PHP settings. 3637 #, php-format 3638 msgctxt "admin.Notice" 3639 msgid "PhpBrotliNotActive_%1$s%2$s" 3640 msgstr "" 3641 3642 # The file '%1$s' is not writable. Please, make it writable. 3643 #, php-format 3644 msgctxt "admin.Notice" 3645 msgid "TmpFileNotWrittable_%1$s" 3646 msgstr "" 3647 3648 # PHP '%1$s' extension must be active to work correctly. Please, enable it at hosting's PHP settings. 3649 #, php-format 3650 msgctxt "admin.Notice" 3651 msgid "PhpExtNotActive_%1$s" 3652 msgstr "" 3653 3654 # '%2$s' function requres PHP '%1$s' extension to work correctly. But, <strong>if the site has wellformed HTML</strong> this function is not necessary and can be just turned off in the '%3$s' group. Otherwise, please, enable '%1$s' extension at hosting's PHP settings. 3655 #, php-format 3656 msgctxt "admin.Notice" 3657 msgid "PhpTidyNotActive_%1$s%2$s%3$s" 3658 msgstr "" 3659 3660 # '%2$s' function requres PHP '%1$s' extension to work correctly. If this function is not needed it can be just turned off in the '%3$s' group. Otherwise, please, enable '%1$s' extension at hosting's PHP settings. 3661 #, php-format 3662 msgctxt "admin.Notice" 3663 msgid "PhpGdNotActive_%1$s%2$s%3$s" 3664 msgstr "" 3665 3666 # A conflicting setting has been detected that is preventing correct working. The <strong>'%2$s' should be turned off</strong> in '%1$s''s settings. 3667 #, php-format 3668 msgctxt "admin.Notice" 3669 msgid "3rdSett_ConflictSoft_%1$s%2$s" 3670 msgstr "" 3671 3672 # A conflicting module has been detected that is preventing correct working. The <strong>'%1$s' should be disabled</strong>. 3673 #, php-format 3674 msgctxt "admin.Notice" 3675 msgid "3rdMdl_Conflict_%1$s" 3676 msgstr "" 3677 3678 # A conflicting setting has been detected that is preventing correct working. The <strong>'%1$s' should be disabled</strong> or <strong>'%2$s' should be turned off</strong> in it's settings. 3679 #, php-format 3680 msgctxt "admin.Notice" 3681 msgid "3rdSett_Conflict_%1$s%2$s" 3682 msgstr "" 3683 3684 # A requred module is missing. The <strong>'%1$s' should be enabled</strong>. 3685 #, php-format 3686 msgctxt "admin.Notice" 3687 msgid "3rdMdl_ConflictOff_%1$s" 3688 msgstr "" 3689 3690 # A conflicting setting has been detected that is preventing correct working. The <strong>'%2$s' should be turned off</strong> in '%1$s' settings. 3691 #, php-format 3692 msgctxt "admin.SelfDiag" 3693 msgid "3rdExtSett_Conflict_%1$s%2$s" 3694 msgstr "" 3695 3696 # The <strong>'%2$s'</strong> in '%1$s' settings might decrease the site's loading speed. 3697 #, php-format 3698 msgctxt "admin.SelfDiag" 3699 msgid "3rdExtSett_SpeedDecr_%1$s%2$s" 3700 msgstr "" 3701 3702 # Images' auto-redirection to '%3$s' is not active. Please, find %1$show to enable it%2$s or try turn on the <strong>%5$s</strong> mode. If all previous steps are unsuccessful you can just turn off the <strong>%4$s</strong> option. 3703 #, php-format 3704 msgctxt "admin.Notice" 3705 msgid "ImgConvRedir_NotActive_%1$s%2$s%3$s%4$s%5$s" 3706 msgstr "" 3707 3708 # Images' compression to '%3$s' is not supported on current hosting configuration. Please, find %1$show to enable it%2$s or just turn off the <strong>%4$s</strong> option. 3709 #, php-format 3710 msgctxt "admin.Notice" 3711 msgid "ImgConv_NotSupp_%1$s%2$s%3$s%4$s" 3712 msgstr "" 3713 3714 # Images' compression to '%3$s' doesn't work: %5$s. Please, find %1$show to fix it%2$s or just turn off the <strong>%4$s</strong> option. 3715 #, php-format 3716 msgctxt "admin.Notice" 3717 msgid "ImgConv_NotWork_%1$s%2$s%3$s%4$s%5$s" 3718 msgstr "" 3719 3720 # Asset's loading of '%1$s' type has bad compression. Please, check the hosting's settings. 3721 #, php-format 3722 msgctxt "admin.Notice" 3723 msgid "AssetCompr_Bad_%1$s" 3724 msgstr "" 3728 msgid "WpSaltNotDefined" 3729 msgstr "" -
seraphinite-accelerator/trunk/languages/seraphinite-accelerator.pot
r3307788 r3310682 7 7 msgid "" 8 8 msgstr "" 9 "Project-Id-Version: seraphinite-accelerator 2.27.3 0\n"9 "Project-Id-Version: seraphinite-accelerator 2.27.31\n" 10 10 "Report-Msgid-Bugs-To: [email protected]\n" 11 11 "MIME-Version: 1.0\n" -
seraphinite-accelerator/trunk/main.php
r3307788 r3310682 42 42 function _AddMenus( $accepted = false ) 43 43 { 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.3 0', __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.31', __FILE__ ) ); 45 45 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' ); 46 46 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' ); … … 1272 1272 { 1273 1273 Plugin::CmnScripts( array( 'Cmn', 'Gen', 'Ui', 'Net', 'AdminUi' ) ); 1274 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.3 0' );1274 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.31' ); 1275 1275 Plugin::Loc_ScriptLoad( Plugin::ScriptId( 'Admin' ) ); 1276 1276 wp_enqueue_script( Plugin::ScriptId( 'Admin' ) ); … … 1508 1508 $rmtCfg = PluginRmtCfg::Get(); 1509 1509 1510 $urlLogoImg = add_query_arg( array( 'v' => '2.27.3 0' ), Plugin::FileUri( 'Images/hosting-icon-banner.svg', __FILE__ ) );1510 $urlLogoImg = add_query_arg( array( 'v' => '2.27.31' ), Plugin::FileUri( 'Images/hosting-icon-banner.svg', __FILE__ ) ); 1511 1511 $urlMoreInfo = Plugin::RmtCfgFld_GetLoc( $rmtCfg, 'Links.UrlHostingInfo' ); 1512 1512 -
seraphinite-accelerator/trunk/oper.php
r3307788 r3310682 1208 1208 foreach( $viewId === null ? array( 'cmn' ) : $viewId as $viewIdI ) 1209 1209 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.3 0' );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.31' ); 1211 1211 1212 1212 if( ($settCache[ 'views' ]??null) ) -
seraphinite-accelerator/trunk/options.php
r3307788 r3310682 142 142 143 143 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.3 0' );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.31' ); 145 145 Plugin::Loc_ScriptLoad( Plugin::ScriptId( 'Admin' ) ); 146 146 wp_enqueue_script( Plugin::ScriptId( 'Admin' ) ); -
seraphinite-accelerator/trunk/plugin_root.php
r3307788 r3310682 6 6 Text Domain: seraphinite-accelerator 7 7 Domain Path: /languages 8 Version: 2.27.3 08 Version: 2.27.31 9 9 Author: Seraphinite Solutions 10 10 Author URI: https://www.s-sols.com -
seraphinite-accelerator/trunk/readme.txt
r3307788 r3310682 6 6 Requires at least: 4.5 7 7 Tested up to: 6.8 8 Stable tag: 2.27.3 08 Stable tag: 2.27.31 9 9 License: GPLv2 or later (if another license is not provided) 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 163 163 == Changelog == 164 164 165 = 2.27.31 = 166 167 Improvements: 168 169 * Preventing random content to avoid cache growing: XStore Theme. 170 * Sticky elements from Divi. 171 * Warning about missed SALT in WordPress configuration. 172 165 173 = 2.27.30 = 166 174 -
seraphinite-accelerator/trunk/tune.php
r3307788 r3310682 60 60 } 61 61 } 62 63 if( !GetSalt() ) 64 call_user_func_array( $cb, array( Ui::MsgErr, Wp::safe_html_x( 'WpSaltNotDefined', 'admin.Notice', 'seraphinite-accelerator' ) ) ); 62 65 63 66 if( ( in_array( 'br', Gen::GetArrField( $sett, 'cache/encs', array(), '/' ) ) || in_array( 'brotli', Gen::GetArrField( $sett, 'cache/dataCompr', array(), '/' ) ) ) && @version_compare( @phpversion( 'brotli' ), '0.1.0' ) === -1 )
Note: See TracChangeset
for help on using the changeset viewer.