Plugin Directory

Changeset 2641684


Ignore:
Timestamp:
12/09/2021 07:04:05 AM (4 years ago)
Author:
techuptodate
Message:

Bug fixes and Tested on 5.8.2

Location:
what-if-bitcoin/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • what-if-bitcoin/trunk/functions/shortcode.php

    r2641673 r2641684  
    44            $whatif_currency = $parameter['currency'];
    55           
    6             if($parameter['']=='') {
     6            if(empty($parameter)) {
    77                $whatif_currency = "USD";
    88            }
  • what-if-bitcoin/trunk/readme.txt

    r2641673 r2641684  
    99Donate link: https://techuptodate.com.au/what-if-bitcoin/
    1010Requires at least: 4.7
    11 Tested up to: 5.2
     11Tested up to: 5.8.2
    1212Stable tag: 1.0.2
    13 Version: 1.0.2
     13Version: 1.0.3
    1414License: GPLv2 or later
    1515License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • what-if-bitcoin/trunk/what-if-bitcoin.php

    r2641673 r2641684  
    44*Plugin URI: https://techuptodate.com.au/login-customizer-plus/
    55*Description: What If Bitcoin? Plugin helps you to Check how much you could have made by investing in bitcoin.
    6 *Version: 1.0.2
     6*Version: 1.0.3
    77*Author: TechUptodate
    88*Author URI:  https://techuptodate.com.au/
Note: See TracChangeset for help on using the changeset viewer.