Plugin Directory

Changeset 2708287


Ignore:
Timestamp:
04/12/2022 12:19:27 AM (4 years ago)
Author:
ken107
Message:

cache bust main.js

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sitespeaker-widget/trunk/sitespeaker.php

    r2707745 r2708287  
    44 * Plugin URI: https://www.sitespeaker.link/wordpress-plugin/
    55 * Description: Speechify your website with the SiteSpeaker Text-to-Speech widget
    6  * Version: 1.3
     6 * Version: 1.4
    77 * Author: SiteSpeaker LLC
    88 * Author URI: https://www.sitespeaker.link/
     
    9797add_action('admin_menu', 'sitespeaker_menu');
    9898add_action('admin_init', 'sitespeaker_admin');
    99 wp_enqueue_script('main', plugin_dir_url(__FILE__) . 'main.js', array('jquery'));
     99wp_enqueue_script('main', plugin_dir_url(__FILE__) . 'main.js', array('jquery'), '1.4', true);
Note: See TracChangeset for help on using the changeset viewer.