Changeset 967417
- Timestamp:
- 08/17/2014 06:29:44 PM (12 years ago)
- Location:
- proper-contact-form/trunk
- Files:
-
- 3 edited
-
inc/settings.php (modified) (1 diff)
-
proper-contact-form.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
proper-contact-form/trunk/inc/settings.php
r965163 r967417 261 261 __( 'PROPER Contact settings', 'proper-contact' ), 262 262 __( 'PROPER Contact', 'proper-contact' ), 263 ' edit_themes',263 'manage_options', 264 264 'pcfp-admin', 265 265 'proper_contact_admin' ); -
proper-contact-form/trunk/proper-contact-form.php
r965163 r967417 5 5 Plugin URI: http://theproperweb.com/shipped/wp/proper-contact-form 6 6 Description: A better contact form processor 7 Version: 0.9.8. 37 Version: 0.9.8.4 8 8 Author: PROPER Web Development 9 9 Author URI: http://theproperweb.com … … 18 18 19 19 // Important constants 20 define( 'PROPER_CONTACT_VERSION', '0.9.8. 3' );20 define( 'PROPER_CONTACT_VERSION', '0.9.8.4' ); 21 21 define( 'PROPER_CONTACT_URL', plugin_dir_url( __FILE__ ) ); 22 22 -
proper-contact-form/trunk/readme.txt
r965163 r967417 5 5 Requires at least: 3.0 6 6 Tested up to: 4.0 7 Stable tag: 0.9.8. 37 Stable tag: 0.9.8.4 8 8 9 9 Creates a flexible, secure contact form on your WP site … … 48 48 49 49 == Changelog == 50 51 = 0.9.8.4 = 52 * Changed capability required for the settings page to `manage_options` from `edit_themes` 50 53 51 54 = 0.9.8.3 =
Note: See TracChangeset
for help on using the changeset viewer.