Plugin Directory

Changeset 1782037


Ignore:
Timestamp:
12/06/2017 03:28:31 PM (8 years ago)
Author:
petermantos
Message:

Updated readme file that contains installation instructions and changelog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • read-and-understood/trunk/readme.txt

    r1782027 r1782037  
    92922. Activate the read-and-understood plugin through the 'Plugins' menu in WordPress.
    93933. Configure:  Use the Settings link on the WP Admin page and look for the Read and Understood menu
    94    a. Choose categories.  Only posts in one of these categories may be acknowledged.
     94   a. Optionally choose categories.  Posts in any of the selected categories may be acknowledged
     95      and the READ AND UNDERSTOOD button will appear at the end of the post. Use the CTRL-click
     96      to slect and deselect categories.
     97   b. Optionally add the [rnu_ack] shortcode into any posts that are to be acknowledged that or not
     98      in any categories slected above.  The READ AND UNDERSTOOD button will appear wherever the
     99      shortcode was placed.  NOTE:  If a shortcode is placed in a post which is also of a slected
     100      category, more than one READ AND UNDERSTOOD button will appear in that post.
    95101   b. Optionally allow users to acknowledged postings in that category without having a login
    96102      If you chose that option, you may also restrict the format of the usernames
     
    131137
    132138== Changelog ==
    133  = 1.8 =
     139= 2.0 =
     140* Corrects previous attempt to change length of id field of rnu_acknowledgment table reported by davidpalmer0205.
     141
     142= 1.9 =
     143* Attempts to mitigate an error whereby users of the plugin using a version earlier than V1.7 may have
     144* had lost their category selections.  Please go into Settings => Read and Understood from your WP-Admin page
     145* and ensure that the categories that you what acknowleged are in fact selected.
     146 
     147= 1.8 =
    134148* Respects [rnu_ack] shortcode.  Add this shortcode to any post to include the READ AND UNDERSTOOD button at that place in the post.
    135149* Note that that is in ADDITION to whether or not the post is of a category selected for inclusion from the admin page, in which case,
     
    138152* Corrected textdomain to read-and-understood-locale.
    139153
    140  = 1.7 : 02-Dec-2017 : P.Mantos
     154= 1.7 : 02-Dec-2017 : P.Mantos
    141155* Added suggested security of checking for ABSPATH
    142156* Allows no categories or multiple categories to be selected for acknowledgements. (arnold-fungai )
    143157
    144  = 1.6 =
     158= 1.6 =
    145159* Added functionality originally intended for Version 1.4
    146160* Changed format of exported CSV file. It now has one column per post.
Note: See TracChangeset for help on using the changeset viewer.