Changeset 3474383
- Timestamp:
- 03/04/2026 09:53:24 AM (3 weeks ago)
- Location:
- rc-site-manager-optimization/trunk
- Files:
-
- 3 edited
-
premium/ultra_speed/front_end/ros/html.php (modified) (1 diff)
-
rc-site-manager-optimization.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
rc-site-manager-optimization/trunk/premium/ultra_speed/front_end/ros/html.php
r3472200 r3474383 3 3 if ( ! defined( 'ABSPATH' ) ) exit; 4 4 5 add_action('template_redirect', function() { 6 if ( ! rc_sm_premium_licence_is_active('sus') ) return; 7 ob_start(function($html) { 8 $pagespeed_url = 'https://pagespeed.web.dev/analysis?url=' . urlencode( home_url('/') ); 9 $comment = "\n<!--"; 10 $comment .= "\n Questo sito viaggia alla massima velocità grazie al servizio Sito Ultra Veloce di Rocket Comunicazione."; 11 $comment .= "\n Testa la velocità di questo sito: " . $pagespeed_url; 12 $comment .= "\n\n Vuoi un sito velocissimo?"; 13 $comment .= "\n Scopri come: https://www.rocketcomunicazione.com/sito-ultra-veloce/"; 14 $comment .= "\n-->"; 15 return str_replace('</html>', '</html>' . $comment, $html); 16 }); 17 }, 1); -
rc-site-manager-optimization/trunk/rc-site-manager-optimization.php
r3473905 r3474383 3 3 * Plugin Name: RC Site Manager & Optimization 4 4 * Description: All-in-one Wordpress manager: control WooCommerce, SEO, caching, media, and multilingual tools from one dashboard. 5 * Version: 2.3. 45 * Version: 2.3.5 6 6 * Author: Rocket Comunicazione 7 7 * Author URI: https://www.rocketcomunicazione.com … … 18 18 19 19 20 define('RC_SM_PLUGIN_VERSION', '2.3. 4');20 define('RC_SM_PLUGIN_VERSION', '2.3.5'); 21 21 22 22 define( 'RC_SM_SITE_URL', home_url() ); -
rc-site-manager-optimization/trunk/readme.txt
r3473905 r3474383 5 5 Tested up to: 6.9 6 6 Requires PHP: 8.1 7 Stable tag: 2.3. 47 Stable tag: 2.3.5 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 160 160 == Changelog == 161 161 162 163 = 2.3.5 - March 4, 2026 = 164 * Minor bug fixes and improvement 162 165 163 166 = 2.3.4 - March 3, 2026 = … … 280 283 == Upgrade Notice == 281 284 285 = 2.3.5 - March 4, 2026 = 286 Minor bug fixes. 287 282 288 = 2.3.4 - March 3, 2026 = 283 289 Minor bug fixes.
Note: See TracChangeset
for help on using the changeset viewer.