Plugin Directory

Changeset 967417


Ignore:
Timestamp:
08/17/2014 06:29:44 PM (12 years ago)
Author:
properwp
Message:

Version 0.9.8.4: changing the capability required for the settings page

Location:
proper-contact-form/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • proper-contact-form/trunk/inc/settings.php

    r965163 r967417  
    261261        __( 'PROPER Contact settings', 'proper-contact' ),
    262262        __( 'PROPER Contact', 'proper-contact' ),
    263         'edit_themes',
     263        'manage_options',
    264264        'pcfp-admin',
    265265        'proper_contact_admin' );
  • proper-contact-form/trunk/proper-contact-form.php

    r965163 r967417  
    55Plugin URI: http://theproperweb.com/shipped/wp/proper-contact-form
    66Description: A better contact form processor
    7 Version: 0.9.8.3
     7Version: 0.9.8.4
    88Author: PROPER Web Development
    99Author URI: http://theproperweb.com
     
    1818
    1919// Important constants
    20 define( 'PROPER_CONTACT_VERSION', '0.9.8.3' );
     20define( 'PROPER_CONTACT_VERSION', '0.9.8.4' );
    2121define( 'PROPER_CONTACT_URL', plugin_dir_url( __FILE__ ) );
    2222
  • proper-contact-form/trunk/readme.txt

    r965163 r967417  
    55Requires at least: 3.0
    66Tested up to: 4.0
    7 Stable tag: 0.9.8.3
     7Stable tag: 0.9.8.4
    88
    99Creates a flexible, secure contact form on your WP site
     
    4848
    4949== Changelog ==
     50
     51= 0.9.8.4 =
     52* Changed capability required for the settings page to `manage_options` from `edit_themes`
    5053
    5154= 0.9.8.3 =
Note: See TracChangeset for help on using the changeset viewer.