Changeset 3465880
- Timestamp:
- 02/20/2026 02:43:46 PM (5 weeks ago)
- Location:
- rc-site-manager-optimization
- Files:
-
- 6 edited
- 1 copied
-
tags/2.3.1 (copied) (copied from rc-site-manager-optimization/trunk)
-
tags/2.3.1/assets/styles/style.css (modified) (1 diff)
-
tags/2.3.1/rc-site-manager-optimization.php (modified) (2 diffs)
-
tags/2.3.1/readme.txt (modified) (3 diffs)
-
trunk/assets/styles/style.css (modified) (1 diff)
-
trunk/rc-site-manager-optimization.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
rc-site-manager-optimization/tags/2.3.1/assets/styles/style.css
r3438010 r3465880 1018 1018 .rc_sm_bs_col_w_20 { flex: 0 0 20%%; max-width: 20%; } 1019 1019 1020 .rc_sm_bs_col_align { display: flow; } 1020 /**.rc_sm_bs_col_align { display: flow; }**/ 1021 .rc_sm_bs_col_align { display: contents; } 1021 1022 .rc_sm_bs_col_align_right { margin-left: auto; text-align: right;} 1022 1023 .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 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. 05 * Version: 2.3.1 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. 0');20 define('RC_SM_PLUGIN_VERSION', '2.3.1'); 21 21 22 22 define( 'RC_SM_SITE_URL', home_url() ); -
rc-site-manager-optimization/tags/2.3.1/readme.txt
r3461924 r3465880 5 5 Tested up to: 6.9 6 6 Requires PHP: 8.1 7 Stable tag: 2.3. 07 Stable tag: 2.3.1 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 159 159 160 160 == Changelog == 161 162 = 2.3.1 - February 20, 2026 = 163 * Changed .rc_sm_bs_col_align display from flow to contents 161 164 162 165 = 2.3.0 - February 15, 2026 = … … 267 270 == Upgrade Notice == 268 271 272 = 2.3.1 - February 20, 2026 = 273 Changed .rc_sm_bs_col_align display from flow to contents. 274 269 275 = 2.3.0 - February 15, 2026 = 270 276 Minor bug fixes. -
rc-site-manager-optimization/trunk/assets/styles/style.css
r3438010 r3465880 1018 1018 .rc_sm_bs_col_w_20 { flex: 0 0 20%%; max-width: 20%; } 1019 1019 1020 .rc_sm_bs_col_align { display: flow; } 1020 /**.rc_sm_bs_col_align { display: flow; }**/ 1021 .rc_sm_bs_col_align { display: contents; } 1021 1022 .rc_sm_bs_col_align_right { margin-left: auto; text-align: right;} 1022 1023 .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 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. 05 * Version: 2.3.1 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. 0');20 define('RC_SM_PLUGIN_VERSION', '2.3.1'); 21 21 22 22 define( 'RC_SM_SITE_URL', home_url() ); -
rc-site-manager-optimization/trunk/readme.txt
r3461924 r3465880 5 5 Tested up to: 6.9 6 6 Requires PHP: 8.1 7 Stable tag: 2.3. 07 Stable tag: 2.3.1 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 159 159 160 160 == Changelog == 161 162 = 2.3.1 - February 20, 2026 = 163 * Changed .rc_sm_bs_col_align display from flow to contents 161 164 162 165 = 2.3.0 - February 15, 2026 = … … 267 270 == Upgrade Notice == 268 271 272 = 2.3.1 - February 20, 2026 = 273 Changed .rc_sm_bs_col_align display from flow to contents. 274 269 275 = 2.3.0 - February 15, 2026 = 270 276 Minor bug fixes.
Note: See TracChangeset
for help on using the changeset viewer.