Changeset 3476655
- Timestamp:
- 03/06/2026 07:23:51 PM (4 weeks ago)
- Location:
- rank-authority
- Files:
-
- 8 added
- 2 edited
-
tags/1.0.25 (added)
-
tags/1.0.25/assets (added)
-
tags/1.0.25/assets/icon.svg (added)
-
tags/1.0.25/rank-authority.php (added)
-
tags/1.0.25/readme.txt (added)
-
tags/1.0.25/templates (added)
-
tags/1.0.25/templates/category-geo.php (added)
-
tags/1.0.25/uninstall.php (added)
-
trunk/rank-authority.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
rank-authority/trunk/rank-authority.php
r3470081 r3476655 4 4 * Plugin URI: https://rankauthority.com/plugins/rankauthority 5 5 * 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.2 46 * Version: 1.0.25 7 7 * Author: Rank Authority 8 8 * Author URI: https://rankauthority.com … … 266 266 267 267 // Add inline CSS from HTML 268 // Scope reset to plugin content only - global * was breaking WP admin nav/sidebar 268 269 $admin_css = " 269 * { 270 margin: 0; 271 padding: 0; 270 .rank-authority-wrap, 271 .rank-authority-wrap * { 272 272 box-sizing: border-box; 273 273 } -
rank-authority/trunk/readme.txt
r3470081 r3476655 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 1.0.2 47 Stable tag: 1.0.25 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 137 137 138 138 == 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 139 143 140 144 = 1.0.24 =
Note: See TracChangeset
for help on using the changeset viewer.