Changeset 3379076
- Timestamp:
- 10/15/2025 05:58:30 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
r3379073 r3379076 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 46 * Version: 1.1.15 7 7 * Author: Clicksmith Digital Marketing 8 8 * Author URI: https://clicksmith.net … … 59 59 public function register_cpt() { 60 60 $icon_file = plugin_dir_path(__FILE__) . 'assets/menu-icon-20x20.png'; 61 $icon_url = plugins_url('assets/ img/menu-icon-20x20.png', __FILE__);61 $icon_url = plugins_url('assets/menu-icon-20x20.png', __FILE__); 62 62 $menu_icon = file_exists($icon_file) ? $icon_url : 'dashicons-media-document'; 63 63 -
clicksmith-pdf-viewer/trunk/readme.txt
r3379073 r3379076 5 5 Tested up to: 6.8.2 6 6 Requires PHP: 7.4 7 Stable tag: 1.1.1 47 Stable tag: 1.1.15 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 52 52 == Changelog == 53 53 54 = 1.1.1 4=54 = 1.1.15 = 55 55 * Fix: Corrected icon path resolution when plugin is installed under alternate folder names. 56 56 * Enhancement: Added graceful Dashicons fallback and admin notice to display expected icon path. … … 99 99 100 100 == Upgrade Notice == 101 = 1.1.1 4=101 = 1.1.15 = 102 102 Fixes for icon path resolution and adds fallback support. Safe to update.
Note: See TracChangeset
for help on using the changeset viewer.