Changeset 3379002
- Timestamp:
- 10/15/2025 03:19:06 PM (5 months ago)
- Location:
- clicksmith-pdf-viewer/trunk
- Files:
-
- 2 edited
-
clicksmith-pdf-viewer.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
clicksmith-pdf-viewer/trunk/clicksmith-pdf-viewer.php
r3378999 r3379002 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. 86 * Version: 1.1.9 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. 8';20 const VERSION = '1.1.9'; 21 21 const SLUG = 'clicksmith-pdf-viewer'; 22 22 const NONCE = 'clicksmith_pdf_upload_nonce'; -
clicksmith-pdf-viewer/trunk/readme.txt
r3378989 r3379002 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.4 7 Stable tag: 1.1. 87 Stable tag: 1.1.9 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 46 46 47 47 == 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. 48 51 49 52 = 1.1.8 = … … 84 87 = 1.0.0 = 85 88 * 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.