Changeset 2641684
- Timestamp:
- 12/09/2021 07:04:05 AM (4 years ago)
- Location:
- what-if-bitcoin/trunk
- Files:
-
- 3 edited
-
functions/shortcode.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
what-if-bitcoin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
what-if-bitcoin/trunk/functions/shortcode.php
r2641673 r2641684 4 4 $whatif_currency = $parameter['currency']; 5 5 6 if( $parameter['']=='') {6 if(empty($parameter)) { 7 7 $whatif_currency = "USD"; 8 8 } -
what-if-bitcoin/trunk/readme.txt
r2641673 r2641684 9 9 Donate link: https://techuptodate.com.au/what-if-bitcoin/ 10 10 Requires at least: 4.7 11 Tested up to: 5. 211 Tested up to: 5.8.2 12 12 Stable tag: 1.0.2 13 Version: 1.0. 213 Version: 1.0.3 14 14 License: GPLv2 or later 15 15 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
what-if-bitcoin/trunk/what-if-bitcoin.php
r2641673 r2641684 4 4 *Plugin URI: https://techuptodate.com.au/login-customizer-plus/ 5 5 *Description: What If Bitcoin? Plugin helps you to Check how much you could have made by investing in bitcoin. 6 *Version: 1.0. 26 *Version: 1.0.3 7 7 *Author: TechUptodate 8 8 *Author URI: https://techuptodate.com.au/
Note: See TracChangeset
for help on using the changeset viewer.