Changeset 1385635
- Timestamp:
- 04/03/2016 01:45:32 PM (10 years ago)
- Location:
- simple-wp-glossary/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (1 diff)
-
screenshot-1.png (modified) (previous)
-
screenshot-2.png (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
-
simple-wp-glossary/trunk/readme.txt
r1232312 r1385635 2 2 Contributors: ash.matadeen 3 3 Donate link: http://ashmatadeen.com/donate 4 Tags: glossary, definition4 Tags: security, bots, recaptcha, nocaptcha, google, login 5 5 Requires at least: 4.2.2 6 Tested up to: 4. 2.47 Stable tag: 1.06 Tested up to: 4.4.2 7 Stable tag: trunk 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 10 11 Automatically adds inline definitions for user defined glossary items.11 Prevent brute force logins on your WordPress site with Google's reCAPTCHA. 12 12 13 13 14 14 == Description == 15 This plugin pr ovides a glossary custom post type for you to define your glossary items. Defined terms are then displayed inline on the front end.15 This 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. 16 16 17 17 18 18 == Installation == 19 19 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. 20 1. Upload `no-captcha` to the `/wp-content/plugins/` directory 21 2. Activate the plugin through the 'Plugins' menu in WordPress 22 3. Register your domain with [Google reCAPTCHA](https://www.google.com/recaptcha/admin) 23 4. In the admin, go to Settings > reCAPTCHA options and add in your API credentials 24 5. Click save 25 6. Party! 🎉 25 26 26 27 == Screenshots == 27 28 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 29 1. WordPress login screen 30 2. reCAPTCHA admin settings screen 32 31 33 32 == Changelog == 34 33 35 = 1.0 = 34 = 1.4 = 35 * Bug fix for when JavaScript is disabled/not available 36 37 = 1.3 = 36 38 * Initial release
Note: See TracChangeset
for help on using the changeset viewer.