Plugin Directory

Changeset 3476655


Ignore:
Timestamp:
03/06/2026 07:23:51 PM (4 weeks ago)
Author:
rankauthority
Message:

Version 1.0.25 - Fix admin page layout

Location:
rank-authority
Files:
8 added
2 edited

Legend:

Unmodified
Added
Removed
  • rank-authority/trunk/rank-authority.php

    r3470081 r3476655  
    44 * Plugin URI: https://rankauthority.com/plugins/rankauthority
    55 * Description: Secure API connector to publish posts / overwrite posts from the RA Dashboard to WordPress. Token reset now available to all administrators.
    6  * Version: 1.0.24
     6 * Version: 1.0.25
    77 * Author: Rank Authority
    88 * Author URI: https://rankauthority.com
     
    266266       
    267267        // Add inline CSS from HTML
     268        // Scope reset to plugin content only - global * was breaking WP admin nav/sidebar
    268269        $admin_css = "
    269         * {
    270             margin: 0;
    271             padding: 0;
     270        .rank-authority-wrap,
     271        .rank-authority-wrap * {
    272272            box-sizing: border-box;
    273273        }
  • rank-authority/trunk/readme.txt

    r3470081 r3476655  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 1.0.24
     7Stable tag: 1.0.25
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    137137
    138138== Changelog ==
     139
     140= 1.0.25 =
     141* Fixed admin page layout - scoped CSS reset to plugin content only
     142* Prevents WordPress admin nav and sidebar from being misaligned on Rank Authority settings page
    139143
    140144= 1.0.24 =
Note: See TracChangeset for help on using the changeset viewer.