Plugin Directory

Changeset 592211


Ignore:
Timestamp:
08/30/2012 05:07:33 AM (14 years ago)
Author:
maxxsnake
Message:

Changed settings page access to Editor or higher privileges

Location:
advanced-real-estate-mortgage-calculator/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • advanced-real-estate-mortgage-calculator/trunk/advanced-real-estate-mortgage-calculator.php

    r585610 r592211  
    44Plugin URI: http://livelakeaustin.com/advanced-real-estate-mortgage-calculator
    55Description: 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.6
     6Version: 1.1.7
    77Author: Josh Davis
    88Author URI: http://josh.isthecatsmeow.com/
     
    8181
    8282function aremc_options() {
    83     if ( !current_user_can( 'manage_options' ) )  {
     83    if ( !current_user_can( 'delete_pages' ) )  {
    8484        wp_die( __( 'You do not have sufficient permissions to access this page.' ) );
    8585    }
     
    187187
    188188function aremc_footer() {
    189     echo '<div class="aremc_footer">Real estate calculator</a> by <a href="http://lakeaustinrealty360.com" target="_blank">lakeaustinrealty360.com</a></div>';
     189    echo '<div class="aremc_footer">Real estate calculator by <a href="http://360austinhomes.com" target="_blank">360austinhomes.com</a></div>';
    190190}
    191191
  • advanced-real-estate-mortgage-calculator/trunk/readme.txt

    r585129 r592211  
    3636== Changelog ==
    3737
    38 = 1.6 =
     38= 1.1.7 =
     39* Changed settings page to be accessible by Editor or higher privileges
     40
     41= 1.1.6 =
    3942* Added jQuery library.
    4043
     
    4750== Upgrade Notice ==
    4851
     52= 1.1.7 =
     53* Changed settings page to be accessible by Editor or higher privileges
     54
    4955= 1.1 =
    5056* Added options to choose default values.
Note: See TracChangeset for help on using the changeset viewer.