Plugin Directory

Changeset 1065133


Ignore:
Timestamp:
01/11/2015 08:14:09 AM (11 years ago)
Author:
jakob42
Message:

new wordpress version added a faq item

Location:
reaction-buttons
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • reaction-buttons/tags/1.8.2/reaction_buttons.php

    r917767 r1065133  
    44   Plugin URI: http://blog.jl42.de/reaction-buttons/
    55   Description: Adds Buttons for very simple and fast feedback to your post. Inspired by Blogger.
    6    Version: 1.8.1
     6   Version: 1.8.2
    77   Author: Jakob Lenfers
    88   Author URI: http://blog.jl42.de
  • reaction-buttons/tags/1.8.2/readme.txt

    r989662 r1065133  
    22Tags: feedback, polls, button, comment, widget, sidebar
    33Requires at least: 3.3
    4 Tested up to: 4.0
    5 Stable tag: 1.8.1
     4Tested up to: 4.1
     5Stable tag: 1.8.2
    66License: GPLv2 or later
    77Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MLX3Z7ZD5AJ4Q
     
    5252* 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.
    5353
     54= How can I prevent users from voting twice? =
     55There 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
     57It 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
    5459== Screenshots ==
    5560
     
    5863
    5964== Changelog ==
     65= 1.8.2 =
     66* bump for new wordpress version
     67
    6068= 1.8.1 =
    6169* fixed an error in the new widget controls
  • reaction-buttons/trunk/reaction_buttons.php

    r917767 r1065133  
    44   Plugin URI: http://blog.jl42.de/reaction-buttons/
    55   Description: Adds Buttons for very simple and fast feedback to your post. Inspired by Blogger.
    6    Version: 1.8.1
     6   Version: 1.8.2
    77   Author: Jakob Lenfers
    88   Author URI: http://blog.jl42.de
  • reaction-buttons/trunk/readme.txt

    r989662 r1065133  
    22Tags: feedback, polls, button, comment, widget, sidebar
    33Requires at least: 3.3
    4 Tested up to: 4.0
    5 Stable tag: 1.8.1
     4Tested up to: 4.1
     5Stable tag: 1.8.2
    66License: GPLv2 or later
    77Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MLX3Z7ZD5AJ4Q
     
    5252* 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.
    5353
     54= How can I prevent users from voting twice? =
     55There 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
     57It 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
    5459== Screenshots ==
    5560
     
    5863
    5964== Changelog ==
     65= 1.8.2 =
     66* bump for new wordpress version
     67
    6068= 1.8.1 =
    6169* fixed an error in the new widget controls
Note: See TracChangeset for help on using the changeset viewer.