Plugin Directory

Changeset 3222987


Ignore:
Timestamp:
01/15/2025 02:46:13 PM (13 months ago)
Author:
tarborali
Message:

Updated plugin to version 1.3.6

Location:
fx-calculators/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • fx-calculators/trunk/forex-calculators.php

    r3110083 r3222987  
    1010 * Plugin Name:       Forex Calculators
    1111 * Description:       Adds Useful Forex Calculators To Your Webpage.
    12  * Version:           1.3.5
     12 * Version:           1.3.6
    1313 * Author:            Levan Tarbor
    1414 * Author URI:        https://tarbor.me/about/
     
    180180  function enqueue_admin_assets()
    181181  {
    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');
    184184  }
    185185
    186186  function enqueue_wp_assets()
    187187  {
    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');
    190190  }
    191191
  • fx-calculators/trunk/package.json

    r3110083 r3222987  
    11{
    22  "name": "forex-calculators-assets",
    3   "version": "1.3.5",
     3  "version": "1.3.6",
    44  "private": true,
    55  "scripts": {
  • fx-calculators/trunk/readme.txt

    r3110083 r3222987  
    22Contributors: tarborali
    33Tags: position size,lot size,pip value,margin,forex trading
    4 Tested up to: 6.5.5
     4Tested up to: 6.7.1
    55Requires at least: 3.0.0
    66Requires PHP: 5.6
    7 Stable tag: 1.3.5
     7Stable tag: 1.3.6
    88License: GPL
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    8787
    8888== ChangeLog ==
     89
     90= 1.3.6 =
     91*Release Date – 15 January 2025*
     92
     93* Tested up to wordpress 6.7.1
    8994
    9095= 1.3.5 =
Note: See TracChangeset for help on using the changeset viewer.