Changeset 1689290
- Timestamp:
- 07/02/2017 11:55:41 PM (9 years ago)
- File:
-
- 1 edited
-
note-press/trunk/README.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
note-press/trunk/README.txt
r1689102 r1689290 1 1 === Note Press === 2 3 2 Contributors: datainterlock 4 5 3 Tags: note, admin notes, developer notes, notepad, collaboration, clients 6 7 4 Donate link: http://www.datainterlock.com/note-press/ 8 9 5 Requires at least: 3.9 10 11 6 Tested up to: 4.8 12 13 7 Stable tag: trunk 14 15 8 License: GPLv3 or later 16 17 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html 18 19 20 10 21 11 Add, edit and delete multiple notes to multiple users and display them with icons on the Admin page or Dashboard. 22 12 23 13 24 25 26 27 14 == Description == 28 29 15 Note Press is an extremely easy to use note system for the WordPress Admin panel. Creating to-do lists, leaving instructions for clients, collecting code snippets or collaborating with other users are just a few of the uses for Note Press. You can even give access to Note Press for your Authors, Contributors and Editors. Unlike other note plugins, Note Press keeps thing extremely simple by using features familiar to all WordPress users. Simply click on the Note Press button on the Admin Menu and view a list of all notes. Or visit the dashboard to view Sticky Notes in any color. You can even set a priority and a deadline for notes. 30 16 31 17 32 33 34 35 18 == Installation == 36 37 19 1. Navigate to the \'Add New\' in the plugins dashboard 38 39 20 2. Search for \'Note Press\' 40 41 21 3. Click \'Install Now\' 42 43 22 4. Activate the plugin on the Plugin dashboard 44 45 46 23 47 24 = Uploading in WordPress Dashboard = 48 25 49 50 51 26 1. Navigate to the \'Add New\' in the plugins dashboard 52 53 27 2. Navigate to the \'Upload\' area 54 55 28 3. Select `Note_Press.zip` from your computer 56 57 29 4. Click \'Install Now\' 58 59 30 5. Activate the plugin in the Plugin dashboard 60 61 62 31 63 32 = Using HTTP = 64 33 65 66 67 34 1. Download `Note_Press.zip` from https://wordpress.org/plugins/note-press/ 68 69 35 2. Extract the \'Note Press` directory to your computer 70 71 36 3. Upload the `Note Press` directory to the `/wp-content/plugins/` directory 72 73 37 4. Activate the plugin in the Plugin dashboard 74 38 75 39 76 77 78 79 40 == Frequently Asked Questions == 80 81 41 = Who can see Note Press? = 82 42 83 84 85 43 It will depend on the configuration settings. Admins can configured Note Press so that anyone with Contributor access and above can read and write notes with Note Press. 86 87 44 Admins and Super Admins will be able to see all notes sent to and from all users with Note Press access. 88 89 45 Users who don't have Note Press access can see and delete Dashboard Sticky Notes 90 91 92 46 93 47 = What's a Sticky Note? = 94 48 95 96 97 49 Note Press will allow you to create Sticky notes on the Wordpress Admin Dashboard and allow you to chose the color of the note. A Sticky note will be the only way that users, like contributors who have access to the dashboard but do not have Note Press access, can see notes sent to them. 98 99 100 50 101 51 = Can the icons be replaced? = 102 52 103 104 105 53 Yes. The icons are stored in the Note_Press/public/icons directory. To add your own custom icons, simply upload them to that directory and Note Press will find them. Be aware that Note Press is designed for 16x16 icons. Using icons of any other size will produce unpredictable results. 106 107 108 54 109 55 = What does the search look for? = 110 56 111 112 113 57 Note Press has the ability to search through your notes. When doing so, it checks for matches in both the title and the contents of the note. The search is not case-sensitive. 114 115 116 58 117 59 = How many notes can Note Press hold? = 118 60 119 120 121 61 To the limit of your database. Only 5 notes will be displayed in the list at a time though. 122 123 124 62 125 63 = Can media be stored in the notes? = 126 64 127 128 129 65 Yes. Note Press uses the same editor (Tiny MCE) used when creating posts and pages. 130 131 132 66 133 67 = Can shortcodes be used in the notes? = 134 68 135 136 137 69 Yes. Although not all shortcodes have been tested, Note Press does process the contents of your notes for shortcodes. 138 70 139 140 141 71 == Screenshots == 142 143 72 1. The Wordpress Dashboard showing sticky notes in different colors and with media embedded. 144 145 73 2. The main Note Press Main panel showing a list of notes. 146 147 74 3. The Note Press Settings menu 148 149 75 4. Adding a note to Note Press. 150 76 151 152 153 77 == Changelog == 154 155 78 = 0.1.5 = 156 157 79 * Added the ability to send notes to other users with at least Author priviliges. 158 159 80 * Added the ability to post sticky notes on the dashboard in any color. 160 161 81 * Added the ability to allow Authors and above to access Note Press and create their own notes and edit/delete those sent to them. 162 163 82 * Gave priviliges to Admin and Super Admin users to view, edit and delete any note. 164 165 83 * Added the ability to see when notes have been viewed. 166 167 84 * Added the ability for recipients of Sticky Notes to delete them from the dashboard. 168 169 85 * Added Nonce check on input forms. 170 86 171 172 173 87 = 0.1.4 = 174 175 88 * Patch to fix install issues with 0.1.3 176 89 177 178 179 90 = 0.1.3 = 180 181 91 * Boilerplate updated. 182 183 92 * Public funcitons moved to admin menu where they should have been in the first place. 184 185 93 * Fixed strings that were hard coded instead of being in the language files. 186 187 94 * Removed language files that prevented language switching. 188 189 95 * Added list of notes to the dashboard. 190 191 96 * Database updated with new fields. 192 193 97 * Fixed column sorting which was broken in 0.1.2 as a result of preparing queries. 194 98 195 196 197 99 = 0.1.2 = 198 199 100 * Security update to reduce risk of SQL injection. 200 101 201 202 203 102 = 0.1.1 = 204 205 103 * Updated to comply with depreciated functions. 206 207 104 * Removed some annoying notices of variables not being set. 208 105 209 210 211 106 = 0.1.0 = 212 213 107 * Initial Beta Release 214 108 215 216 217 109 == Upgrade Notice ==
Note: See TracChangeset
for help on using the changeset viewer.