Plugin Directory

Changeset 3465880


Ignore:
Timestamp:
02/20/2026 02:43:46 PM (5 weeks ago)
Author:
rocketcomunicazione
Message:

Update to version 2.3.1 from GitHub

Location:
rc-site-manager-optimization
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • rc-site-manager-optimization/tags/2.3.1/assets/styles/style.css

    r3438010 r3465880  
    10181018.rc_sm_bs_col_w_20  { flex: 0 0 20%%;  max-width: 20%; }
    10191019
    1020 .rc_sm_bs_col_align { display: flow; }
     1020/**.rc_sm_bs_col_align { display: flow; }**/
     1021.rc_sm_bs_col_align { display: contents; }
    10211022.rc_sm_bs_col_align_right { margin-left: auto; text-align: right;}
    10221023.rc_sm_bs_col_align_right.rc_sm_filters { display: flex; align-items: flex-end;}
  • rc-site-manager-optimization/tags/2.3.1/rc-site-manager-optimization.php

    r3461924 r3465880  
    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.0
     5 * Version: 2.3.1
    66 * Author: Rocket Comunicazione
    77 * Author URI: https://www.rocketcomunicazione.com
     
    1818
    1919
    20 define('RC_SM_PLUGIN_VERSION', '2.3.0');
     20define('RC_SM_PLUGIN_VERSION', '2.3.1');
    2121
    2222define( 'RC_SM_SITE_URL', home_url() );
  • rc-site-manager-optimization/tags/2.3.1/readme.txt

    r3461924 r3465880  
    55Tested up to: 6.9
    66Requires PHP: 8.1
    7 Stable tag: 2.3.0
     7Stable tag: 2.3.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    159159
    160160== Changelog ==
     161
     162= 2.3.1 - February 20, 2026 =
     163* Changed .rc_sm_bs_col_align display from flow to contents
    161164
    162165= 2.3.0 - February 15, 2026 =
     
    267270== Upgrade Notice ==
    268271
     272= 2.3.1 - February 20, 2026 =
     273Changed .rc_sm_bs_col_align display from flow to contents.
     274
    269275= 2.3.0 - February 15, 2026 =
    270276Minor bug fixes.
  • rc-site-manager-optimization/trunk/assets/styles/style.css

    r3438010 r3465880  
    10181018.rc_sm_bs_col_w_20  { flex: 0 0 20%%;  max-width: 20%; }
    10191019
    1020 .rc_sm_bs_col_align { display: flow; }
     1020/**.rc_sm_bs_col_align { display: flow; }**/
     1021.rc_sm_bs_col_align { display: contents; }
    10211022.rc_sm_bs_col_align_right { margin-left: auto; text-align: right;}
    10221023.rc_sm_bs_col_align_right.rc_sm_filters { display: flex; align-items: flex-end;}
  • rc-site-manager-optimization/trunk/rc-site-manager-optimization.php

    r3461924 r3465880  
    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.0
     5 * Version: 2.3.1
    66 * Author: Rocket Comunicazione
    77 * Author URI: https://www.rocketcomunicazione.com
     
    1818
    1919
    20 define('RC_SM_PLUGIN_VERSION', '2.3.0');
     20define('RC_SM_PLUGIN_VERSION', '2.3.1');
    2121
    2222define( 'RC_SM_SITE_URL', home_url() );
  • rc-site-manager-optimization/trunk/readme.txt

    r3461924 r3465880  
    55Tested up to: 6.9
    66Requires PHP: 8.1
    7 Stable tag: 2.3.0
     7Stable tag: 2.3.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    159159
    160160== Changelog ==
     161
     162= 2.3.1 - February 20, 2026 =
     163* Changed .rc_sm_bs_col_align display from flow to contents
    161164
    162165= 2.3.0 - February 15, 2026 =
     
    267270== Upgrade Notice ==
    268271
     272= 2.3.1 - February 20, 2026 =
     273Changed .rc_sm_bs_col_align display from flow to contents.
     274
    269275= 2.3.0 - February 15, 2026 =
    270276Minor bug fixes.
Note: See TracChangeset for help on using the changeset viewer.