Changeset 585129
- Timestamp:
- 08/14/2012 01:00:39 AM (14 years ago)
- Location:
- advanced-real-estate-mortgage-calculator/trunk
- Files:
-
- 2 edited
-
advanced-real-estate-mortgage-calculator.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
advanced-real-estate-mortgage-calculator/trunk/advanced-real-estate-mortgage-calculator.php
r585128 r585129 4 4 Plugin URI: http://livelakeaustin.com/advanced-real-estate-mortgage-calculator 5 5 Description: Advanced Real Estate Mortgage Calculator is an easy-to-use financial calculator and a great tool for real estate websites. Quickly calculates monthly payment from sales price, down payment, and interest rate & length of loan - or, enter the desired monthly payment to calculate sales price - all on the same form. 6 Version: 1.1. 56 Version: 1.1.6 7 7 Author: Josh Davis 8 8 Author URI: http://josh.isthecatsmeow.com/ … … 28 28 wp_register_script( 'aremc', plugins_url('advanced-real-estate-mortgage-calculator.js', __FILE__) ); 29 29 wp_enqueue_script( 'aremc' ); 30 wp_enqueue_script( 'jquery' ); 30 31 wp_register_script( 'jquery-cookie', plugins_url('jquery.cookie.js', __FILE__) ); 31 wp_enqueue_script( 'jquery-cookie' );32 wp_enqueue_script( 'jquery-cookie', array('jquery') ); 32 33 wp_register_style( 'aremc-style', plugins_url('style.css', __FILE__) ); 33 34 wp_enqueue_style( 'aremc-style' ); -
advanced-real-estate-mortgage-calculator/trunk/readme.txt
r580104 r585129 36 36 == Changelog == 37 37 38 = 1.6 = 39 * Added jQuery library. 40 38 41 = 1.1 = 39 42 * Added options to choose default values.
Note: See TracChangeset
for help on using the changeset viewer.