Plugin Directory

Changeset 1388200


Ignore:
Timestamp:
04/06/2016 01:11:30 PM (10 years ago)
Author:
edgarr41
Message:

Add widget class

Location:
eh-mortgage-calculator/trunk
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • eh-mortgage-calculator/trunk/eh-mortgage-calculator.php

    r1387845 r1388200  
    55 * Description: EH Mortgage Calculator is a simple plugin designed to calculate a mortgage payment.
    66 * The plugin creates an amortization table, and pagination for easier readability.
    7  * Version: 1.1
     7 * Version: 2.0
    88 * Author: Edgar Hernandez
    99 * Author URI: http://edgarjhernandez.com
     
    3030defined( 'ABSPATH' ) or die( "I'm sorry, Dave, I'm afraid I can't do that" );
    3131
    32 define( 'EHMORTGAGECALCULATOR__VERSION',            '1.1' );
     32define( 'EHMORTGAGECALCULATOR__VERSION',            '2.0' );
    3333define( 'EHMORTGAGECALCULATOR_MASTER_USER',         true );
    3434define( 'EHMORTGAGECALCULATOR__PLUGIN_DIR',         plugin_dir_path( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.