Changeset 2759357
- Timestamp:
- 07/20/2022 04:45:47 PM (4 years ago)
- Location:
- precious-metals-chart-and-widgets/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
wp-nFusion-Widgets.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
precious-metals-chart-and-widgets/trunk/readme.txt
r2739505 r2759357 6 6 License: GPLv2 7 7 Requires at least: 3.5.0 8 Stable tag: 1.2. 38 Stable tag: 1.2.5 9 9 10 10 Precious metals widgets (intraday and historical charts, tickers, spot tables, london fixings, etc) for Gold, Silver, Platinum, and Palladium … … 121 121 * add currency detection for [supported plugins](https://nfusionsolutions.com/faq/#toggle-id-11 "view the third-party plugins that are supported") 122 122 123 = 1.2.5 = 124 * rev currency-interop script url 125 123 126 == Upgrade Notice == 124 127 Latest stable version -
precious-metals-chart-and-widgets/trunk/wp-nFusion-Widgets.php
r2739505 r2759357 5 5 Description: To show nFusion widgets using shortcode and widgets. 6 6 Author: nFusion Solutions 7 Version: 1.2. 47 Version: 1.2.5 8 8 */ 9 9 … … 89 89 90 90 function 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')); 92 92 93 93 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.