Plugin Directory

Changeset 1689290


Ignore:
Timestamp:
07/02/2017 11:55:41 PM (9 years ago)
Author:
datainterlock
Message:

Readme 0.1.5 update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • note-press/trunk/README.txt

    r1689102 r1689290  
    11=== Note Press ===
    2 
    32Contributors: datainterlock
    4 
    53Tags: note, admin notes, developer notes, notepad, collaboration, clients
    6 
    74Donate link:  http://www.datainterlock.com/note-press/
    8 
    95Requires at least: 3.9
    10 
    116Tested up to: 4.8
    12 
    137Stable tag: trunk
    14 
    158License: GPLv3 or later
    16 
    179License URI: http://www.gnu.org/licenses/gpl-3.0.html
    18 
    19 
    2010
    2111Add, edit and delete multiple notes to multiple users and display them with icons on the Admin page or Dashboard.
    2212
    2313
    24 
    25 
    26 
    2714== Description ==
    28 
    2915Note 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.
    3016
    3117
    32 
    33 
    34 
    3518== Installation ==
    36 
    37191. Navigate to the \'Add New\' in the plugins dashboard
    38 
    39202. Search for \'Note Press\'
    40 
    41213. Click \'Install Now\'
    42 
    43224. Activate the plugin on the Plugin dashboard
    44 
    45 
    4623
    4724= Uploading in WordPress Dashboard =
    4825
    49 
    50 
    51261. Navigate to the \'Add New\' in the plugins dashboard
    52 
    53272. Navigate to the \'Upload\' area
    54 
    55283. Select `Note_Press.zip` from your computer
    56 
    57294. Click \'Install Now\'
    58 
    59305. Activate the plugin in the Plugin dashboard
    60 
    61 
    6231
    6332= Using HTTP =
    6433
    65 
    66 
    67341. Download `Note_Press.zip` from https://wordpress.org/plugins/note-press/
    68 
    69352. Extract the \'Note Press` directory to your computer
    70 
    71363. Upload the `Note Press` directory to the `/wp-content/plugins/` directory
    72 
    73374. Activate the plugin in the Plugin dashboard
    7438
    7539
    76 
    77 
    78 
    7940== Frequently Asked Questions ==
    80 
    8141= Who can see Note Press? =
    8242
    83 
    84 
    8543It 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 
    8744Admins and Super Admins will be able to see all notes sent to and from all users with Note Press access.
    88 
    8945Users who don't have Note Press access can see and delete Dashboard Sticky Notes
    90 
    91 
    9246
    9347= What's a Sticky Note?  =
    9448
    95 
    96 
    9749Note 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 
    10050
    10151= Can the icons be replaced? =
    10252
    103 
    104 
    10553Yes. 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 
    10854
    10955= What does the search look for? =
    11056
    111 
    112 
    11357Note 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 
    11658
    11759= How many notes can Note Press hold? =
    11860
    119 
    120 
    12161To the limit of your database. Only 5 notes will be displayed in the list at a time though.
    122 
    123 
    12462
    12563= Can media be stored in the notes? =
    12664
    127 
    128 
    12965Yes. Note Press uses the same editor (Tiny MCE) used when creating posts and pages.
    130 
    131 
    13266
    13367= Can shortcodes be used in the notes? =
    13468
    135 
    136 
    13769Yes. Although not all shortcodes have been tested, Note Press does process the contents of your notes for shortcodes.
    13870
    139 
    140 
    14171== Screenshots ==
    142 
    143721. The Wordpress Dashboard showing sticky notes in different colors and with media embedded.
    144 
    145732. The main Note Press Main panel showing a list of notes.
    146 
    147743. The Note Press Settings menu
    148 
    149754. Adding a note to Note Press.
    15076
    151 
    152 
    15377== Changelog ==
    154 
    15578= 0.1.5 =
    156 
    15779* Added the ability to send notes to other users with at least Author priviliges.
    158 
    15980* Added the ability to post sticky notes on the dashboard in any color.
    160 
    16181* 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 
    16382* Gave priviliges to Admin and Super Admin users to view, edit and delete any note.
    164 
    16583* Added the ability to see when notes have been viewed.
    166 
    16784* Added the ability for recipients of Sticky Notes to delete them from the dashboard.
    168 
    16985* Added Nonce check on input forms.
    17086
    171 
    172 
    17387= 0.1.4 =
    174 
    17588* Patch to fix install issues with 0.1.3
    17689
    177 
    178 
    17990= 0.1.3 =
    180 
    18191* Boilerplate updated.
    182 
    18392* Public funcitons moved to admin menu where they should have been in the first place.
    184 
    18593* Fixed strings that were hard coded instead of being in the language files.
    186 
    18794* Removed language files that prevented language switching.
    188 
    18995* Added list of notes to the dashboard.
    190 
    19196* Database updated with new fields.
    192 
    19397* Fixed column sorting which was broken in 0.1.2 as a result of preparing queries.
    19498
    195 
    196 
    19799= 0.1.2 =
    198 
    199100* Security update to reduce risk of SQL injection.
    200101
    201 
    202 
    203102= 0.1.1 =
    204 
    205103* Updated to comply with depreciated functions.
    206 
    207104* Removed some annoying notices of variables not being set.
    208105
    209 
    210 
    211106= 0.1.0 =
    212 
    213107* Initial Beta Release
    214108
    215 
    216 
    217109== Upgrade Notice ==
Note: See TracChangeset for help on using the changeset viewer.