Plugin Directory

Changeset 3436736


Ignore:
Timestamp:
01/10/2026 05:23:41 PM (2 months ago)
Author:
wpgrim
Message:

Update v 1.4.9

Location:
classic-editor-and-classic-widgets/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • classic-editor-and-classic-widgets/trunk/assets/css/settings.css

    r3028085 r3436736  
    143143  border-color: #c3c4c7;
    144144  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
     145}
     146
     147.advanced-tab .pro-overlay div {
     148  padding: 10px 30px;
    145149}
    146150
  • classic-editor-and-classic-widgets/trunk/classic-editor-and-classic-widgets.php

    r3408695 r3436736  
    99 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1010 * Text Domain: classic-editor-and-classic-widgets
    11  * Version: 1.4.8
     11 * Version: 1.4.9
    1212 */
    1313
     
    1616}
    1717
    18 define( 'CEW_VERSION', '1.4.8' );
     18define( 'CEW_VERSION', '1.4.9' );
    1919define( 'CEW_FILE', __FILE__ );
    2020define( 'CEW_PATH', dirname( CEW_FILE ) );
  • classic-editor-and-classic-widgets/trunk/readme.txt

    r3408695 r3436736  
    66Requires PHP: 5.6
    77Tested up to: 6.9
    8 Stable tag: 1.4.8
     8Stable tag: 1.4.9
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    8888== Changelog ==
    8989
     90= 1.4.9 - 2026-01-10 =
     91* Settings page appearance improved
     92
    9093= 1.4.8 - 2025-12-03 =
    9194* WordPress 6.9 compatible
  • classic-editor-and-classic-widgets/trunk/templates/settings.php

    r3028085 r3436736  
    1111
    1212            <div class="tabs-content">
    13                 <section class="tab-panel">
     13                <section class="tab-panel general-tab">
    1414                    <?php load_template( CEW_PATH . '/templates/settings/general.php' ); ?>
    1515                </section>
    16                 <section class="tab-panel">
     16                <section class="tab-panel user-roles-tab">
    1717                    <?php
    1818                    load_template( CEW_PATH . '/templates/settings/users.php' );
     
    2020                    ?>
    2121                </section>
    22                 <section class="tab-panel">
     22                <section class="tab-panel advanced-tab">
    2323                    <?php
    2424                    load_template( CEW_PATH . '/templates/settings/advanced.php' );
Note: See TracChangeset for help on using the changeset viewer.