=== wp1Note === Contributors: Robert Murdock Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=robert%40digitaledge%2ecom Tags: php, widget, notes, organizer Requires at least: 2.8 Tested up to: 3.6.1 Stable tag: 1.1 This plugin gives you a 1 page note for the administrator or view/edit access to a role. == Description == This plugin gives the administrator a one page note to save notes for the site. For instance, I keep track of custom colors used on my sites and make quick little to-do lists. You can keep track of code snipits as well. You can also set permission to edit/view contents in the editor with respect to logged user role. Supports multiple languages. == Installation == 1. Upload the folder `/wp1Note/` to the `/wp-content/plugins/` directory 2. If this is an upgrade from v1.0, please back up your data, delete the module and then install v1.1 was new. 3. Activate the plugin through the 'Plugins' menu in WordPress == Usage == * Update details Logged user can view/update all details with respect to authorization given by Administrator. Multi-language support. Code snippets are now allowed. * Settings Only Administrator can update settings. Administrator can change language. Administrator can set permission to other users. *Language All language files contained in language folder. Admin can add new language file to language folder. (Copy english.php and rename it to any language name.php and update content on the right side of the equal symbol of that new language name.php file). For example Swedish.php Spanish.php etc.. == Frequently Asked Questions == = No question yet. = Still waiting on feedback. == Screenshots == 1. A shot of the note page. 2. The admin page. == Changelog == = 1.1 = * Added multi-language support. * Removed the custom table in the SQL DB to save table space. * Added the ability to add code snippets. = 1.0 = * First release version.