Changeset 3222987
- Timestamp:
- 01/15/2025 02:46:13 PM (13 months ago)
- Location:
- fx-calculators/trunk
- Files:
-
- 3 edited
-
forex-calculators.php (modified) (2 diffs)
-
package.json (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fx-calculators/trunk/forex-calculators.php
r3110083 r3222987 10 10 * Plugin Name: Forex Calculators 11 11 * Description: Adds Useful Forex Calculators To Your Webpage. 12 * Version: 1.3. 512 * Version: 1.3.6 13 13 * Author: Levan Tarbor 14 14 * Author URI: https://tarbor.me/about/ … … 180 180 function enqueue_admin_assets() 181 181 { 182 wp_enqueue_style('fxcalc_admin_style', $this->assets_url('styles.min.css'), array(), '1.3. 5');183 wp_enqueue_script('fxcalc_admin_script', $this->assets_url('loader.min.js'), array(), '1.3. 5');182 wp_enqueue_style('fxcalc_admin_style', $this->assets_url('styles.min.css'), array(), '1.3.6'); 183 wp_enqueue_script('fxcalc_admin_script', $this->assets_url('loader.min.js'), array(), '1.3.6'); 184 184 } 185 185 186 186 function enqueue_wp_assets() 187 187 { 188 wp_enqueue_style('fxcalc_wp_style', $this->assets_url('styles.min.css'), array(), '1.3. 5');189 wp_enqueue_script('fxcalc_wp_script', $this->assets_url('loader.min.js'), array(), '1.3. 5');188 wp_enqueue_style('fxcalc_wp_style', $this->assets_url('styles.min.css'), array(), '1.3.6'); 189 wp_enqueue_script('fxcalc_wp_script', $this->assets_url('loader.min.js'), array(), '1.3.6'); 190 190 } 191 191 -
fx-calculators/trunk/package.json
r3110083 r3222987 1 1 { 2 2 "name": "forex-calculators-assets", 3 "version": "1.3. 5",3 "version": "1.3.6", 4 4 "private": true, 5 5 "scripts": { -
fx-calculators/trunk/readme.txt
r3110083 r3222987 2 2 Contributors: tarborali 3 3 Tags: position size,lot size,pip value,margin,forex trading 4 Tested up to: 6. 5.54 Tested up to: 6.7.1 5 5 Requires at least: 3.0.0 6 6 Requires PHP: 5.6 7 Stable tag: 1.3. 57 Stable tag: 1.3.6 8 8 License: GPL 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 87 87 88 88 == ChangeLog == 89 90 = 1.3.6 = 91 *Release Date – 15 January 2025* 92 93 * Tested up to wordpress 6.7.1 89 94 90 95 = 1.3.5 =
Note: See TracChangeset
for help on using the changeset viewer.