Plugin Directory

Changeset 3375037


Ignore:
Timestamp:
10/08/2025 11:36:00 AM (6 months ago)
Author:
wpcompany
Message:

Release 2.0.3.1

Location:
media-focus-point
Files:
7 added
3 edited

Legend:

Unmodified
Added
Removed
  • media-focus-point/trunk/admin.css

    r3371152 r3375037  
    8181.wpcmfp-overlay img{
    8282    cursor: crosshair;
     83    display: block;
    8384    max-height: calc(var(--wpcmfp-container-max-height) - var(--wpcmfp-header-height));
    8485    height: auto;
     
    8990.wpcmfp-overlay video {
    9091    cursor: crosshair;
     92    display: block;
    9193}
    9294.wpcmfp-overlay .wpcmfp-pin{
  • media-focus-point/trunk/media-focus-point.php

    r3371152 r3375037  
    33 * Plugin Name: Media Focus Point
    44 * 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
    66 * Author: WP Company
    77 * Author URI: https://www.wpcompany.nl
     
    264264add_action( 'admin_footer', function() {
    265265    ?>
     266    <style>.wpcmfp-overlay: display: none;</style>
    266267    <div class="wpcmfp-overlay wpcmfp-image_focus_point">
    267268        <div class="wpcmfp-img-container">
  • media-focus-point/trunk/readme.txt

    r3371152 r3375037  
    55Tested up to: 6.8.3
    66Requires PHP: 7.4
    7 Stable tag: 2.0.3
     7Stable tag: 2.0.3.1
    88License: GPLv3 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    110110== Changelog ==
    111111
     112= 2.0.3.1 =
     113* Fixed bug where overlay controls were sometimes visible in locations they shouldn't be.
     114
    112115= 2.0.3 =
    113116* 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.