Changeset 1065133
- Timestamp:
- 01/11/2015 08:14:09 AM (11 years ago)
- Location:
- reaction-buttons
- Files:
-
- 4 edited
- 1 copied
-
tags/1.8.2 (copied) (copied from reaction-buttons/trunk)
-
tags/1.8.2/reaction_buttons.php (modified) (1 diff)
-
tags/1.8.2/readme.txt (modified) (3 diffs)
-
trunk/reaction_buttons.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
reaction-buttons/tags/1.8.2/reaction_buttons.php
r917767 r1065133 4 4 Plugin URI: http://blog.jl42.de/reaction-buttons/ 5 5 Description: Adds Buttons for very simple and fast feedback to your post. Inspired by Blogger. 6 Version: 1.8. 16 Version: 1.8.2 7 7 Author: Jakob Lenfers 8 8 Author URI: http://blog.jl42.de -
reaction-buttons/tags/1.8.2/readme.txt
r989662 r1065133 2 2 Tags: feedback, polls, button, comment, widget, sidebar 3 3 Requires at least: 3.3 4 Tested up to: 4. 05 Stable tag: 1.8. 14 Tested up to: 4.1 5 Stable tag: 1.8.2 6 6 License: GPLv2 or later 7 7 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MLX3Z7ZD5AJ4Q … … 52 52 * Sure, use the [wordpress support forums](http://wordpress.org/tags/reaction-buttons?forum_id=10) with a link to the plugin and I'll check it out next time I've got time for the plugin. If you want it fast, check the documentation of the cache plugin and find me the function to delete single page caches. Then it shouldn't be a problem to implement shortly. 53 53 54 = How can I prevent users from voting twice? = 55 There is an option "Use cookies" in the settings that sends cookies to prevent the user to vote twice on the same post/button (depending on other settings). 56 57 It surely is not secure against somebody with bad intent, since they can just delete the cookie and reload the page. If I would save the IP instead, most users could reconnect their internet connection and get a new IP and sometimes on high traffic sites, a user wouldn't be able to react, because somebody else with this IP already clicked. This plugin wants to make it easy to get the users reactions and easy and secure don't work together. The only secure way is letting them log in, but then you wouldn't get any reactions at all, since 99,9% wouldn't bother. 58 54 59 == Screenshots == 55 60 … … 58 63 59 64 == Changelog == 65 = 1.8.2 = 66 * bump for new wordpress version 67 60 68 = 1.8.1 = 61 69 * fixed an error in the new widget controls -
reaction-buttons/trunk/reaction_buttons.php
r917767 r1065133 4 4 Plugin URI: http://blog.jl42.de/reaction-buttons/ 5 5 Description: Adds Buttons for very simple and fast feedback to your post. Inspired by Blogger. 6 Version: 1.8. 16 Version: 1.8.2 7 7 Author: Jakob Lenfers 8 8 Author URI: http://blog.jl42.de -
reaction-buttons/trunk/readme.txt
r989662 r1065133 2 2 Tags: feedback, polls, button, comment, widget, sidebar 3 3 Requires at least: 3.3 4 Tested up to: 4. 05 Stable tag: 1.8. 14 Tested up to: 4.1 5 Stable tag: 1.8.2 6 6 License: GPLv2 or later 7 7 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MLX3Z7ZD5AJ4Q … … 52 52 * Sure, use the [wordpress support forums](http://wordpress.org/tags/reaction-buttons?forum_id=10) with a link to the plugin and I'll check it out next time I've got time for the plugin. If you want it fast, check the documentation of the cache plugin and find me the function to delete single page caches. Then it shouldn't be a problem to implement shortly. 53 53 54 = How can I prevent users from voting twice? = 55 There is an option "Use cookies" in the settings that sends cookies to prevent the user to vote twice on the same post/button (depending on other settings). 56 57 It surely is not secure against somebody with bad intent, since they can just delete the cookie and reload the page. If I would save the IP instead, most users could reconnect their internet connection and get a new IP and sometimes on high traffic sites, a user wouldn't be able to react, because somebody else with this IP already clicked. This plugin wants to make it easy to get the users reactions and easy and secure don't work together. The only secure way is letting them log in, but then you wouldn't get any reactions at all, since 99,9% wouldn't bother. 58 54 59 == Screenshots == 55 60 … … 58 63 59 64 == Changelog == 65 = 1.8.2 = 66 * bump for new wordpress version 67 60 68 = 1.8.1 = 61 69 * fixed an error in the new widget controls
Note: See TracChangeset
for help on using the changeset viewer.