Changeset 3378989
- Timestamp:
- 10/15/2025 02:58:47 PM (5 months ago)
- Location:
- clicksmith-pdf-viewer
- Files:
-
- 1 added
- 2 edited
-
assets/icon-256x256.png (added)
-
trunk/clicksmith-pdf-viewer.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
clicksmith-pdf-viewer/trunk/clicksmith-pdf-viewer.php
r3378984 r3378989 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. 3.16 * Version: 1.1.8 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. 3.1';20 const VERSION = '1.1.8'; 21 21 const SLUG = 'clicksmith-pdf-viewer'; 22 22 const NONCE = 'clicksmith_pdf_upload_nonce'; -
clicksmith-pdf-viewer/trunk/readme.txt
r3378984 r3378989 1 1 === Clicksmith - PDF Viewer === 2 Contributors: clicksmith .net2 Contributors: clicksmith 3 3 Tags: pdf, embed, viewer, shortcode, clicksmith, wordpress plugins 4 4 Requires at least: 5.2 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.4 7 Stable tag: 1.1. 77 Stable tag: 1.1.8 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 19 19 - Media Library integration to pick PDFs quickly. 20 20 21 **Credit:** We include a small “Powered by Clicksmith” link in the frontend embed and a credit link in the admin.22 23 21 **Plugin help & documentation:** 24 Visit [Clicksmith – PDF Viewer Docs](https://clicksmith.net/wordpress-plugins/clicksmith-pdf-viewer/?utm_source=wporg&utm_medium=readme&utm_campaign=plugin_docs) for fullsetup instructions, shortcode options, and support.22 Visit [Clicksmith – PDF Viewer Docs](https://clicksmith.net/wordpress-plugins/clicksmith-pdf-viewer/?utm_source=wporg&utm_medium=readme&utm_campaign=plugin_docs) for setup instructions, shortcode options, and support. 25 23 26 24 **About Clicksmith:** … … 48 46 49 47 == Changelog == 48 49 = 1.1.8 = 50 * Removed credit sentence from readme (“Powered by Clicksmith”). No code changes. 50 51 51 52 = 1.1.7 = … … 85 86 86 87 == Upgrade Notice == 87 = 1.1. 7=88 Adds official documentation and support links for Clicksmith – PDF Viewer.88 = 1.1.8 = 89 Readme cleanup only: removed credit sentence. No code changes.
Note: See TracChangeset
for help on using the changeset viewer.