Plugin Directory

Changeset 2759357


Ignore:
Timestamp:
07/20/2022 04:45:47 PM (4 years ago)
Author:
nfusionsolutions
Message:

rev currency-interop script url

Location:
precious-metals-chart-and-widgets/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • precious-metals-chart-and-widgets/trunk/readme.txt

    r2739505 r2759357  
    66License: GPLv2
    77Requires at least: 3.5.0
    8 Stable tag: 1.2.3
     8Stable tag: 1.2.5
    99
    1010Precious metals widgets (intraday and historical charts, tickers, spot tables, london fixings, etc) for Gold, Silver, Platinum, and Palladium
     
    121121* add currency detection for [supported plugins](https://nfusionsolutions.com/faq/#toggle-id-11 "view the third-party plugins that are supported")
    122122
     123= 1.2.5 =
     124* rev currency-interop script url
     125
    123126== Upgrade Notice ==
    124127Latest stable version
  • precious-metals-chart-and-widgets/trunk/wp-nFusion-Widgets.php

    r2739505 r2759357  
    55Description: To show nFusion widgets using shortcode and widgets.
    66Author: nFusion Solutions
    7 Version: 1.2.4
     7Version: 1.2.5
    88*/
    99
     
    8989
    9090function nFusion_widgets_enqueue_frontend() {
    91     wp_enqueue_script( 'nfusion_multi-currency_script', 'https://widgetcdn.nfusionsolutions.com/asset/static/1/common/1/js/currency-interop.min.js', array('jquery'));
     91    wp_enqueue_script( 'nfusion_multi-currency_script', 'https://widgetcdn.nfusionsolutions.com/asset/static/2/common/1/js/currency-interop.min.js', array('jquery'));
    9292
    9393    wp_enqueue_style( 'nfusion-widgets-css', plugin_dir_url( __FILE__ ).'includes/widgets.css', array(), filemtime(plugin_dir_path( __FILE__ ).'includes/widgets.css'));
Note: See TracChangeset for help on using the changeset viewer.