Changeset 2963036
- Timestamp:
- 09/05/2023 10:58:47 AM (3 years ago)
- Location:
- what-if-bitcoin/trunk
- Files:
-
- 3 edited
-
functions/initial_front_func.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/initial_front_func.php
r2641673 r2963036 3 3 function init_whatif_plug() { 4 4 5 wp_enqueue_script( 'ajaxHandle' );5 //wp_enqueue_script( 'ajaxHandle' ); 6 6 add_shortcode( 'what-if-bitcoin', 'whatif_func' ); 7 7 } -
what-if-bitcoin/trunk/readme.txt
r2694714 r2963036 9 9 Donate link: https://techuptodate.com.au/what-if-bitcoin/ 10 10 Requires at least: 4.7 11 Tested up to: 5.9.111 Tested up to: 6.3.1 12 12 Stable tag: 1.0.2 13 Version: 1. 0.413 Version: 1.1.0 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
r2641684 r2963036 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.36 *Version: 1.1.0 7 7 *Author: TechUptodate 8 8 *Author URI: https://techuptodate.com.au/
Note: See TracChangeset
for help on using the changeset viewer.