Changeset 1387860
- Timestamp:
- 04/06/2016 06:25:35 AM (10 years ago)
- Location:
- eh-mortgage-calculator/tags/2.0
- Files:
-
- 1 added
- 1 edited
-
class.ehmortgagecalculator-widget.php (added)
-
eh-mortgage-calculator.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
eh-mortgage-calculator/tags/2.0/eh-mortgage-calculator.php
r1387845 r1387860 5 5 * Description: EH Mortgage Calculator is a simple plugin designed to calculate a mortgage payment. 6 6 * The plugin creates an amortization table, and pagination for easier readability. 7 * Version: 1.17 * Version: 2.0 8 8 * Author: Edgar Hernandez 9 9 * Author URI: http://edgarjhernandez.com … … 30 30 defined( 'ABSPATH' ) or die( "I'm sorry, Dave, I'm afraid I can't do that" ); 31 31 32 define( 'EHMORTGAGECALCULATOR__VERSION', ' 1.1' );32 define( 'EHMORTGAGECALCULATOR__VERSION', '2.0' ); 33 33 define( 'EHMORTGAGECALCULATOR_MASTER_USER', true ); 34 34 define( 'EHMORTGAGECALCULATOR__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.