Changeset 3379061
- Timestamp:
- 10/15/2025 05:39:59 PM (5 months ago)
- Location:
- clicksmith-pdf-viewer/trunk
- Files:
-
- 2 edited
-
clicksmith-pdf-viewer.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
clicksmith-pdf-viewer/trunk/clicksmith-pdf-viewer.php
r3379055 r3379061 4 4 * Plugin URI: https://clicksmith.net/wordpress-plugins/clicksmith-pdf-viewer/ 5 5 * 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.1 16 * Version: 1.1.12 7 7 * Author: Clicksmith Digital Marketing 8 8 * Author URI: https://clicksmith.net … … 18 18 19 19 class Clicksmith_PDF_Viewer { 20 const VERSION = '1.1.1 1';20 const VERSION = '1.1.12'; 21 21 const SLUG = 'clicksmith-pdf-viewer'; 22 22 const NONCE = 'clicksmith_pdf_upload_nonce'; -
clicksmith-pdf-viewer/trunk/readme.txt
r3379055 r3379061 51 51 52 52 == 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. 53 55 54 56 = 1.1.11 = … … 89 91 90 92 == Upgrade Notice == 91 = 1.1.1 1=93 = 1.1.12 = 92 94 Admin menu icon rendering fix across browsers. Safe to update.
Note: See TracChangeset
for help on using the changeset viewer.