Changeset 3436736
- Timestamp:
- 01/10/2026 05:23:41 PM (2 months ago)
- Location:
- classic-editor-and-classic-widgets/trunk
- Files:
-
- 4 edited
-
assets/css/settings.css (modified) (1 diff)
-
classic-editor-and-classic-widgets.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
templates/settings.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
classic-editor-and-classic-widgets/trunk/assets/css/settings.css
r3028085 r3436736 143 143 border-color: #c3c4c7; 144 144 box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15); 145 } 146 147 .advanced-tab .pro-overlay div { 148 padding: 10px 30px; 145 149 } 146 150 -
classic-editor-and-classic-widgets/trunk/classic-editor-and-classic-widgets.php
r3408695 r3436736 9 9 * License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 10 * Text Domain: classic-editor-and-classic-widgets 11 * Version: 1.4. 811 * Version: 1.4.9 12 12 */ 13 13 … … 16 16 } 17 17 18 define( 'CEW_VERSION', '1.4. 8' );18 define( 'CEW_VERSION', '1.4.9' ); 19 19 define( 'CEW_FILE', __FILE__ ); 20 20 define( 'CEW_PATH', dirname( CEW_FILE ) ); -
classic-editor-and-classic-widgets/trunk/readme.txt
r3408695 r3436736 6 6 Requires PHP: 5.6 7 7 Tested up to: 6.9 8 Stable tag: 1.4. 88 Stable tag: 1.4.9 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 88 88 == Changelog == 89 89 90 = 1.4.9 - 2026-01-10 = 91 * Settings page appearance improved 92 90 93 = 1.4.8 - 2025-12-03 = 91 94 * WordPress 6.9 compatible -
classic-editor-and-classic-widgets/trunk/templates/settings.php
r3028085 r3436736 11 11 12 12 <div class="tabs-content"> 13 <section class="tab-panel ">13 <section class="tab-panel general-tab"> 14 14 <?php load_template( CEW_PATH . '/templates/settings/general.php' ); ?> 15 15 </section> 16 <section class="tab-panel ">16 <section class="tab-panel user-roles-tab"> 17 17 <?php 18 18 load_template( CEW_PATH . '/templates/settings/users.php' ); … … 20 20 ?> 21 21 </section> 22 <section class="tab-panel ">22 <section class="tab-panel advanced-tab"> 23 23 <?php 24 24 load_template( CEW_PATH . '/templates/settings/advanced.php' );
Note: See TracChangeset
for help on using the changeset viewer.