Plugin Directory

Changeset 3379076


Ignore:
Timestamp:
10/15/2025 05:58:30 PM (5 months ago)
Author:
clicksmith
Message:

Release 1.1.15: icon path fix + fallback logic

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

Legend:

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

    r3379073 r3379076  
    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.14
     6 * Version: 1.1.15
    77 * Author: Clicksmith Digital Marketing
    88 * Author URI: https://clicksmith.net
     
    5959    public function register_cpt() {
    6060        $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__);
    6262        $menu_icon = file_exists($icon_file) ? $icon_url : 'dashicons-media-document';
    6363   
  • clicksmith-pdf-viewer/trunk/readme.txt

    r3379073 r3379076  
    55Tested up to: 6.8.2
    66Requires PHP: 7.4
    7 Stable tag: 1.1.14
     7Stable tag: 1.1.15
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    5252== Changelog ==
    5353
    54 = 1.1.14 =
     54= 1.1.15 =
    5555* Fix: Corrected icon path resolution when plugin is installed under alternate folder names. 
    5656* Enhancement: Added graceful Dashicons fallback and admin notice to display expected icon path. 
     
    9999
    100100== Upgrade Notice ==
    101 = 1.1.14 =
     101= 1.1.15 =
    102102Fixes for icon path resolution and adds fallback support. Safe to update.
Note: See TracChangeset for help on using the changeset viewer.