Plugin Directory

Changeset 1385635


Ignore:
Timestamp:
04/03/2016 01:45:32 PM (10 years ago)
Author:
Webblerock
Message:

support for 4.4.2

Location:
simple-wp-glossary/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • simple-wp-glossary/trunk/readme.txt

    r1232312 r1385635  
    22Contributors: ash.matadeen
    33Donate link: http://ashmatadeen.com/donate
    4 Tags: glossary, definition
     4Tags: security, bots, recaptcha, nocaptcha, google, login
    55Requires at least: 4.2.2
    6 Tested up to: 4.2.4
    7 Stable tag: 1.0
     6Tested up to: 4.4.2
     7Stable tag: trunk
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 Automatically adds inline definitions for user defined glossary items.
     11Prevent brute force logins on your WordPress site with Google's reCAPTCHA.
    1212
    1313
    1414== Description ==
    15 This plugin provides a glossary custom post type for you to define your glossary items. Defined terms are then displayed inline on the front end.
     15This plugin prevents brute force logins on your WordPress website by adding Google's easy to use [reCAPTCHA](https://www.google.com/recaptcha/) to the login form.
    1616
    1717
    1818== Installation ==
    1919
    20 1. Upload `simple-wp-glossary` to the `/wp-content/plugins/` directory.
    21 2. Activate the plugin through the 'Plugins' menu in WordPress.
    22 3. Click on the new Glossary items menu > Add New to add your defined terms.
    23 5. Add a post or page with one or more of your defined terms.
    24 6. When viewing your post or page, hover on the term to see the definition.
     201. Upload `no-captcha` to the `/wp-content/plugins/` directory
     212. Activate the plugin through the 'Plugins' menu in WordPress
     223. Register your domain with [Google reCAPTCHA](https://www.google.com/recaptcha/admin)
     234. In the admin, go to Settings > reCAPTCHA options and add in your API credentials
     245. Click save
     256. Party! 🎉
    2526
    2627== Screenshots ==
    2728
    28 1. Example of a defined term on hover
    29 2. Another example of a defined term on hover
    30 3. The Glossary custom post type in the admin
    31 4. Editing one of the glossary items in the admin
     291. WordPress login screen
     302. reCAPTCHA admin settings screen
    3231
    3332== Changelog ==
    3433
    35 = 1.0 =
     34= 1.4 =
     35* Bug fix for when JavaScript is disabled/not available
     36
     37= 1.3 =
    3638* Initial release
Note: See TracChangeset for help on using the changeset viewer.