Changeset 2841362
- Timestamp:
- 12/30/2022 02:58:32 AM (3 years ago)
- Location:
- stocktech-alerts/trunk
- Files:
-
- 4 edited
-
assets/stocktech-charts-shortcode.js (modified) (1 diff)
-
dist/blocks.build.js (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
-
stocktech_alerts_plugin.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
stocktech-alerts/trunk/assets/stocktech-charts-shortcode.js
r2840376 r2841362 238 238 function GetPluginShortCodeName(chartType) { 239 239 switch (chartType) { 240 case "Stocktech Symbols": 241 return "stocktech-symbols"; 240 242 case "Stocktech Alerts": 241 243 return "stocktech-alerts"; -
stocktech-alerts/trunk/dist/blocks.build.js
r2840376 r2841362 71 71 }, { 72 72 name: "height", 73 value: " 100%"73 value: "400" 74 74 }, { 75 75 name: "culture", … … 90 90 , C = "?type=alerts"; 91 91 (o && "" != o && "%null%" != o || m && ("1" == m || "true" == m)) && (C = "?type=compare"); 92 for (var S = "https://stocktech.org/static/widget- alerts/" + C + "&" + b + "&showUserMenu=false&wpe=1", y = 0; y < h.length; y++)92 for (var S = "https://stocktech.org/static/widget-symbols/" + C + "&" + b + "&showUserMenu=false&wpe=1", y = 0; y < h.length; y++) 93 93 h[y].value && "%null%" !== h[y].value && (S += "&" + h[y].attrName + "=" + h[y].value.replace("#", "")); 94 94 return wp.element.createElement("div", { -
stocktech-alerts/trunk/readme.txt
r2840376 r2841362 11 11 12 12 This plugin helps you use the StockTech alerts widget as a block to your WordPress page. 13 This block will create an iframe to: https://stocktech.org/static/widget- alerts13 This block will create an iframe to: https://stocktech.org/static/widget-symbols 14 14 15 15 Stocktech Alerts and stock marketing content. -
stocktech-alerts/trunk/stocktech_alerts_plugin.php
r2840376 r2841362 4 4 Plugin URI: https://stocktech.org/?page=public-user-api 5 5 Description: Stocktech Alerts and stock marketing content. 6 Version: 1.0. 06 Version: 1.0.1 7 7 */ 8 define('stocktech_alerts_version','1.0. 0');8 define('stocktech_alerts_version','1.0.1'); 9 9 define( 'stocktech_alerts__PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 10 10 class StocktechAlertsSettingsPage … … 497 497 $includechart=$default_includeChart; 498 498 499 $link = 'https://stocktech.org/static/widget- alerts';499 $link = 'https://stocktech.org/static/widget-symbols'; 500 500 501 501 … … 507 507 508 508 if ($includechart=="1" ||$includechart=="true"){ 509 $link = 'https://stocktech.org/static/widget- alerts';509 $link = 'https://stocktech.org/static/widget-symbols'; 510 510 stocktech_alerts_get_param_value('displayPrices', $showheader, 'string' , $extraSettings, $stocktech_alerts_options, ''); 511 511 stocktech_alerts_get_param_value('days', $days, 'string' , $extraSettings, $stocktech_alerts_options, '');
Note: See TracChangeset
for help on using the changeset viewer.