Plugin Directory

Changeset 3379061


Ignore:
Timestamp:
10/15/2025 05:39:59 PM (5 months ago)
Author:
clicksmith
Message:

Release 1.1.12: add 20x20 admin menu icon; move files into trunk; clean root assets

Location:
clicksmith-pdf-viewer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • clicksmith-pdf-viewer/trunk/clicksmith-pdf-viewer.php

    r3379055 r3379061  
    44 * Plugin URI: https://clicksmith.net/wordpress-plugins/clicksmith-pdf-viewer/
    55 * Description: Upload PDFs and display them via shortcode. Includes a UI to configure width/height and copy the shortcode/template include.
    6  * Version: 1.1.11
     6 * Version: 1.1.12
    77 * Author: Clicksmith Digital Marketing
    88 * Author URI: https://clicksmith.net
     
    1818
    1919class Clicksmith_PDF_Viewer {
    20     const VERSION  = '1.1.11';
     20    const VERSION  = '1.1.12';
    2121    const SLUG     = 'clicksmith-pdf-viewer';
    2222    const NONCE    = 'clicksmith_pdf_upload_nonce';
  • clicksmith-pdf-viewer/trunk/readme.txt

    r3379055 r3379061  
    5151
    5252== Changelog ==
     53= 1.1.12 =
     54* Fix: Admin menu icon now uses a 20×20 PNG with cross-browser CSS constraints (Chrome/Windows & Safari/macOS). No functional changes.
    5355
    5456= 1.1.11 =
     
    8991
    9092== Upgrade Notice ==
    91 = 1.1.11 =
     93= 1.1.12 =
    9294Admin menu icon rendering fix across browsers. Safe to update.
Note: See TracChangeset for help on using the changeset viewer.