Plugin Directory

Changeset 3474383


Ignore:
Timestamp:
03/04/2026 09:53:24 AM (3 weeks ago)
Author:
rocketcomunicazione
Message:

2.3.5

Location:
rc-site-manager-optimization/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • rc-site-manager-optimization/trunk/premium/ultra_speed/front_end/ros/html.php

    r3472200 r3474383  
    33if ( ! defined( 'ABSPATH' ) ) exit;
    44
     5add_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  
    33 * Plugin Name: RC Site Manager & Optimization
    44 * Description: All-in-one Wordpress manager: control WooCommerce, SEO, caching, media, and multilingual tools from one dashboard.
    5  * Version: 2.3.4
     5 * Version: 2.3.5
    66 * Author: Rocket Comunicazione
    77 * Author URI: https://www.rocketcomunicazione.com
     
    1818
    1919
    20 define('RC_SM_PLUGIN_VERSION', '2.3.4');
     20define('RC_SM_PLUGIN_VERSION', '2.3.5');
    2121
    2222define( 'RC_SM_SITE_URL', home_url() );
  • rc-site-manager-optimization/trunk/readme.txt

    r3473905 r3474383  
    55Tested up to: 6.9
    66Requires PHP: 8.1
    7 Stable tag: 2.3.4
     7Stable tag: 2.3.5
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    160160== Changelog ==
    161161
     162
     163= 2.3.5 - March 4, 2026 =
     164* Minor bug fixes and improvement
    162165
    163166= 2.3.4 - March 3, 2026 =
     
    280283== Upgrade Notice ==
    281284
     285= 2.3.5 - March 4, 2026 =
     286Minor bug fixes.
     287
    282288= 2.3.4 - March 3, 2026 =
    283289Minor bug fixes.
Note: See TracChangeset for help on using the changeset viewer.