Plugin Directory

Changeset 3379002


Ignore:
Timestamp:
10/15/2025 03:19:06 PM (5 months ago)
Author:
clicksmith
Message:

Updated fallback message text and readme; bump to 1.1.9

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

Legend:

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

    r3378999 r3379002  
    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.8
     6 * Version: 1.1.9
    77 * Author: Clicksmith Digital Marketing
    88 * Author URI: https://clicksmith.net
     
    1818
    1919class Clicksmith_PDF_Viewer {
    20     const VERSION  = '1.1.8';
     20    const VERSION  = '1.1.9';
    2121    const SLUG     = 'clicksmith-pdf-viewer';
    2222    const NONCE    = 'clicksmith_pdf_upload_nonce';
  • clicksmith-pdf-viewer/trunk/readme.txt

    r3378989 r3379002  
    55Tested up to: 6.8
    66Requires PHP: 7.4
    7 Stable tag: 1.1.8
     7Stable tag: 1.1.9
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    4646
    4747== Changelog ==
     48= 1.1.9 =
     49* Updated fallback message text to “If your browser can’t display this PDF” for clarity.
     50* No functional or UI changes beyond text adjustment.
    4851
    4952= 1.1.8 =
     
    8487= 1.0.0 =
    8588* Initial release: free-only, Clicksmith-branded PDF viewer with shortcode generator.
    86 
    87 == Upgrade Notice ==
    88 = 1.1.8 =
    89 Readme cleanup only: removed credit sentence. No code changes.
Note: See TracChangeset for help on using the changeset viewer.