Plugin Directory

Changeset 3488332


Ignore:
Timestamp:
03/22/2026 05:31:28 PM (6 days ago)
Author:
rocketcomunicazione
Message:

2.5.0

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

Legend:

Unmodified
Added
Removed
  • rc-site-manager-optimization/trunk/crons/index.php

    r3482178 r3488332  
    77include 'pagespeed.php';
    88include 'media_trash.php';
     9include 'updater.php';
    910
    1011if (RC_SM_SITE_URL === 'https://www.rocketcomunicazione.com') {
  • rc-site-manager-optimization/trunk/rc-site-manager-optimization.php

    r3488118 r3488332  
    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.4.9
     5 * Version: 2.5.0
    66 * Author: Rocket Comunicazione
    77 * Author URI: https://www.rocketcomunicazione.com
     
    1414
    1515
    16 define('RC_SM_PLUGIN_VERSION', '2.4.9');
     16define('RC_SM_PLUGIN_VERSION', '2.5.0');
    1717
    1818define( 'RC_SM_SITE_URL', home_url() );
  • rc-site-manager-optimization/trunk/readme.txt

    r3488118 r3488332  
    55Tested up to: 6.9
    66Requires PHP: 8.1
    7 Stable tag: 2.4.9
     7Stable tag: 2.5.0
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    162162
    163163= 2.4.9 - March 22, 2026 =
     164* Minor bug fixes and improvement
     165
     166= 2.5.0 - March 22, 2026 =
    164167* Minor bug fixes and improvement
    165168
     
    325328== Upgrade Notice ==
    326329
     330= 2.5.0 - March 22, 2026 =
     331Minor bug fixes.
     332
    327333= 2.4.9 - March 22, 2026 =
    328334Minor bug fixes.
Note: See TracChangeset for help on using the changeset viewer.