Plugin Directory

Changeset 2359485


Ignore:
Timestamp:
08/12/2020 10:05:06 PM (6 years ago)
Author:
kudlav
Message:

v6.4

Location:
anti-spam-reloaded
Files:
1 deleted
4 edited
14 copied

Legend:

Unmodified
Added
Removed
  • anti-spam-reloaded/tags/6.4/anti-spam.php

    r2350647 r2359485  
    44Plugin URI: http://wordpress.org/plugins/anti-spam-reloaded/
    55Description: No spam in comments. No captcha.
    6 Version: 6.3
     6Version: 6.4
    77Author: kudlav, webvitaly
    88Text Domain: anti-spam-reloaded
     
    1515}
    1616
    17 define('ANTISPAMREL_PLUGIN_VERSION', '6.3');
     17define('ANTISPAMREL_PLUGIN_VERSION', '6.4');
    1818
    1919include('anti-spam-functions.php');
  • anti-spam-reloaded/tags/6.4/js/anti-spam.js

    r2350647 r2359485  
    5252    }
    5353
    54     window.addEventListener('DOMContentLoaded', anti_spam_reloaded_init, false);
     54    document.addEventListener('DOMContentLoaded', anti_spam_reloaded_init, false);
    5555
    5656})();
  • anti-spam-reloaded/tags/6.4/js/anti-spam.min.js

    r2350647 r2359485  
    1 (function(){window.addEventListener("DOMContentLoaded",function(){for(var a=document.querySelectorAll(".antispamrel-group"),b=0;b<a.length;b++)a[b].style.display="none";b="";a=document.querySelector(".antispamrel-control-a");null!==a&&(b=a.value);a=document.querySelectorAll(".antispamrel-control-q");for(var c=0;c<a.length;c++)a[c].value=b;a=document.querySelectorAll(".antispamrel-control-e");for(b=0;b<a.length;b++)a[b].value="";b=document.createElement("input");b.setAttribute("type","hidden");b.setAttribute("name",
     1(function(){document.addEventListener("DOMContentLoaded",function(){for(var a=document.querySelectorAll(".antispamrel-group"),b=0;b<a.length;b++)a[b].style.display="none";b="";a=document.querySelector(".antispamrel-control-a");null!==a&&(b=a.value);a=document.querySelectorAll(".antispamrel-control-q");for(var c=0;c<a.length;c++)a[c].value=b;a=document.querySelectorAll(".antispamrel-control-e");for(b=0;b<a.length;b++)a[b].value="";b=document.createElement("input");b.setAttribute("type","hidden");b.setAttribute("name",
    22    "antspmrl-d");b.setAttribute("class","antispamrel-control-d");b.setAttribute("value",(new Date).getFullYear().toString());a=document.querySelectorAll("form");for(c=0;c<a.length;c++)"comments"!==a[c].id&&"respond"!==a[c].id&&"commentform"!==a[c].id||-1!==a[c].className.indexOf("anti-spam-reloaded-form-processed")||(a[c].appendChild(b),a[c].className+=" anti-spam-reloaded-form-processed")},!1)})();
  • anti-spam-reloaded/tags/6.4/readme.txt

    r2350647 r2359485  
    44Requires at least: 3.3
    55Tested up to: 5.5
    6 Stable tag: 6.3
     6Stable tag: 6.4
    77Requires PHP: 5.6
    88License: GPLv3
     
    8989== Changelog ==
    9090
    91 = 6.3 - 2020-07-31
     91= 6.4 - 2020-08-12 =
     92* Bugfix: JavaScript wasn't on some pages invoked (use DOMContentLoaded listener on document again)
     93
     94
     95= 6.3 - 2020-07-31 =
    9296* Compatibility with WordPress 5.5 (Use `comment` or empty string for the `comment_type`)
    9397* Use only DOMContentLoaded listener for autofill and auto-hide (affect 1% of browsers)
  • anti-spam-reloaded/trunk/anti-spam.php

    r2350647 r2359485  
    44Plugin URI: http://wordpress.org/plugins/anti-spam-reloaded/
    55Description: No spam in comments. No captcha.
    6 Version: 6.3
     6Version: 6.4
    77Author: kudlav, webvitaly
    88Text Domain: anti-spam-reloaded
     
    1515}
    1616
    17 define('ANTISPAMREL_PLUGIN_VERSION', '6.3');
     17define('ANTISPAMREL_PLUGIN_VERSION', '6.4');
    1818
    1919include('anti-spam-functions.php');
  • anti-spam-reloaded/trunk/js/anti-spam.js

    r2350647 r2359485  
    5252    }
    5353
    54     window.addEventListener('DOMContentLoaded', anti_spam_reloaded_init, false);
     54    document.addEventListener('DOMContentLoaded', anti_spam_reloaded_init, false);
    5555
    5656})();
  • anti-spam-reloaded/trunk/js/anti-spam.min.js

    r2350647 r2359485  
    1 (function(){window.addEventListener("DOMContentLoaded",function(){for(var a=document.querySelectorAll(".antispamrel-group"),b=0;b<a.length;b++)a[b].style.display="none";b="";a=document.querySelector(".antispamrel-control-a");null!==a&&(b=a.value);a=document.querySelectorAll(".antispamrel-control-q");for(var c=0;c<a.length;c++)a[c].value=b;a=document.querySelectorAll(".antispamrel-control-e");for(b=0;b<a.length;b++)a[b].value="";b=document.createElement("input");b.setAttribute("type","hidden");b.setAttribute("name",
     1(function(){document.addEventListener("DOMContentLoaded",function(){for(var a=document.querySelectorAll(".antispamrel-group"),b=0;b<a.length;b++)a[b].style.display="none";b="";a=document.querySelector(".antispamrel-control-a");null!==a&&(b=a.value);a=document.querySelectorAll(".antispamrel-control-q");for(var c=0;c<a.length;c++)a[c].value=b;a=document.querySelectorAll(".antispamrel-control-e");for(b=0;b<a.length;b++)a[b].value="";b=document.createElement("input");b.setAttribute("type","hidden");b.setAttribute("name",
    22    "antspmrl-d");b.setAttribute("class","antispamrel-control-d");b.setAttribute("value",(new Date).getFullYear().toString());a=document.querySelectorAll("form");for(c=0;c<a.length;c++)"comments"!==a[c].id&&"respond"!==a[c].id&&"commentform"!==a[c].id||-1!==a[c].className.indexOf("anti-spam-reloaded-form-processed")||(a[c].appendChild(b),a[c].className+=" anti-spam-reloaded-form-processed")},!1)})();
  • anti-spam-reloaded/trunk/readme.txt

    r2350647 r2359485  
    44Requires at least: 3.3
    55Tested up to: 5.5
    6 Stable tag: 6.3
     6Stable tag: 6.4
    77Requires PHP: 5.6
    88License: GPLv3
     
    8989== Changelog ==
    9090
    91 = 6.3 - 2020-07-31
     91= 6.4 - 2020-08-12 =
     92* Bugfix: JavaScript wasn't on some pages invoked (use DOMContentLoaded listener on document again)
     93
     94
     95= 6.3 - 2020-07-31 =
    9296* Compatibility with WordPress 5.5 (Use `comment` or empty string for the `comment_type`)
    9397* Use only DOMContentLoaded listener for autofill and auto-hide (affect 1% of browsers)
Note: See TracChangeset for help on using the changeset viewer.