Changeset 3375037
- Timestamp:
- 10/08/2025 11:36:00 AM (6 months ago)
- Location:
- media-focus-point
- Files:
-
- 7 added
- 3 edited
-
tags/2.0.3.1 (added)
-
tags/2.0.3.1/admin.css (added)
-
tags/2.0.3.1/languages (added)
-
tags/2.0.3.1/languages/media-focus-point.pot (added)
-
tags/2.0.3.1/media-focus-point.php (added)
-
tags/2.0.3.1/readme.txt (added)
-
tags/2.0.3.1/script.js (added)
-
trunk/admin.css (modified) (2 diffs)
-
trunk/media-focus-point.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
media-focus-point/trunk/admin.css
r3371152 r3375037 81 81 .wpcmfp-overlay img{ 82 82 cursor: crosshair; 83 display: block; 83 84 max-height: calc(var(--wpcmfp-container-max-height) - var(--wpcmfp-header-height)); 84 85 height: auto; … … 89 90 .wpcmfp-overlay video { 90 91 cursor: crosshair; 92 display: block; 91 93 } 92 94 .wpcmfp-overlay .wpcmfp-pin{ -
media-focus-point/trunk/media-focus-point.php
r3371152 r3375037 3 3 * Plugin Name: Media Focus Point 4 4 * Description: Ensures that your selected focus area of an image or video remains centered and visible, even when resized. 5 * Version: 2.0.3 5 * Version: 2.0.3.1 6 6 * Author: WP Company 7 7 * Author URI: https://www.wpcompany.nl … … 264 264 add_action( 'admin_footer', function() { 265 265 ?> 266 <style>.wpcmfp-overlay: display: none;</style> 266 267 <div class="wpcmfp-overlay wpcmfp-image_focus_point"> 267 268 <div class="wpcmfp-img-container"> -
media-focus-point/trunk/readme.txt
r3371152 r3375037 5 5 Tested up to: 6.8.3 6 6 Requires PHP: 7.4 7 Stable tag: 2.0.3 7 Stable tag: 2.0.3.1 8 8 License: GPLv3 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 110 110 == Changelog == 111 111 112 = 2.0.3.1 = 113 * Fixed bug where overlay controls were sometimes visible in locations they shouldn't be. 114 112 115 = 2.0.3 = 113 116 * Fixed an issue with overlapping elements when opening the focus point overlay within a media library opened in a block editor.
Note: See TracChangeset
for help on using the changeset viewer.